{"id":21,"date":"2023-06-04T19:04:10","date_gmt":"2023-06-04T18:04:10","guid":{"rendered":"https:\/\/anvasta.com\/?page_id=21"},"modified":"2026-03-23T21:16:03","modified_gmt":"2026-03-23T15:46:03","slug":"home-loan","status":"publish","type":"page","link":"https:\/\/anvasta.com\/index.php\/home-loan\/","title":{"rendered":"Home Loan"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-ab14af11 alignfull uagb-is-root-container\">\n<!-- Anvasta Hero Section - Optimized for WordPress -->\n<div id=\"anvasta-hero-root\"><\/div>\n\n<!-- Required Libraries -->\n<script src=\"https:\/\/unpkg.com\/react@18\/umd\/react.production.min.js\"><\/script>\n<script src=\"https:\/\/unpkg.com\/react-dom@18\/umd\/react-dom.production.min.js\"><\/script>\n<script src=\"https:\/\/unpkg.com\/@babel\/standalone\/babel.min.js\"><\/script>\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script src=\"https:\/\/unpkg.com\/framer-motion@10.16.4\/dist\/framer-motion.js\"><\/script>\n\n<script type=\"text\/babel\">\n  const { useState, useEffect, useMemo } = React;\n  const { motion, AnimatePresence } = window.Motion;\n\n  \/**\n   * Icon Component using inline SVG paths for maximum reliability in WordPress\n   *\/\n  const Icon = ({ name, size = 24, style = {}, className = \"\" }) => {\n    const paths = {\n      Building2: (\n        <g>\n          <path d=\"M3 21h18\" \/><path d=\"M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16\" \/>\n          <path d=\"M9 21v-4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4\" \/>\n          <circle cx=\"7\" cy=\"7\" r=\".5\" \/><circle cx=\"12\" cy=\"7\" r=\".5\" \/><circle cx=\"17\" cy=\"7\" r=\".5\" \/>\n          <circle cx=\"7\" cy=\"12\" r=\".5\" \/><circle cx=\"12\" cy=\"12\" r=\".5\" \/><circle cx=\"17\" cy=\"12\" r=\".5\" \/>\n        <\/g>\n      ),\n      Zap: <path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\" \/>,\n      FileText: (\n        <g>\n          <path d=\"M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z\" \/>\n          <polyline points=\"14 2 14 8 20 8\" \/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\" \/>\n          <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\" \/><line x1=\"10\" y1=\"9\" x2=\"8\" y2=\"9\" \/>\n        <\/g>\n      ),\n      CheckCircle2: (\n        <g>\n          <circle cx=\"12\" cy=\"12\" r=\"10\" \/><path d=\"m9 12 2 2 4-4\" \/>\n        <\/g>\n      ),\n      Calculator: (\n        <g>\n          <rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\" \/>\n          <line x1=\"8\" y1=\"6\" x2=\"16\" y2=\"6\" \/><line x1=\"16\" y1=\"14\" x2=\"16\" y2=\"18\" \/>\n          <path d=\"M16 10h.01\" \/><path d=\"M12 10h.01\" \/><path d=\"M8 10h.01\" \/>\n          <path d=\"M12 14h.01\" \/><path d=\"M8 14h.01\" \/><path d=\"M12 18h.01\" \/><path d=\"M8 18h.01\" \/>\n        <\/g>\n      ),\n      UserCheck: (\n        <g>\n          <path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\" \/>\n          <circle cx=\"9\" cy=\"7\" r=\"4\" \/><polyline points=\"16 11 18 13 22 9\" \/>\n        <\/g>\n      ),\n      Gift: (\n        <g>\n          <polyline points=\"20 12 20 22 4 22 4 12\" \/><rect width=\"20\" height=\"5\" x=\"2\" y=\"7\" \/>\n          <line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"7\" \/>\n          <path d=\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\" \/>\n          <path d=\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\" \/>\n        <\/g>\n      ),\n      ChevronLeft: <polyline points=\"15 18 9 12 15 6\" \/>,\n      ChevronRight: <polyline points=\"9 18 15 12 9 6\" \/>\n    };\n\n    return (\n      <svg\n        width={size}\n        height={size}\n        viewBox=\"0 0 24 24\"\n        fill=\"none\"\n        stroke=\"currentColor\"\n        strokeWidth=\"2\"\n        strokeLinecap=\"round\"\n        strokeLinejoin=\"round\"\n        style={style}\n        className={className}\n      >\n        {paths[name] || null}\n      <\/svg>\n    );\n  };\n\n  const App = () => {\n    const [activeStep, setActiveStep] = useState(0);\n    const [isAutoPlaying, setIsAutoPlaying] = useState(true);\n\n    const anvastaBlue = \"#0057A3\";\n    const anvastaGreen = \"#00A651\";\n\n    const features = useMemo(() => [\n      {\n        title: \"Network of 30+ Lenders\",\n        description: \"We connect you with a vast ecosystem of premier banks and NBFCs to ensure you get the most competitive interest rates in the market.\",\n        icon: \"Building2\",\n        color: \"from-[#0057A3] to-[#0078D4]\",\n        accent: anvastaBlue,\n        details: [\"Nationalized Banks\", \"Private Banks\", \"Top-tier NBFCs\"],\n        visual: (\n          <div className=\"relative w-full h-64 flex items-center justify-center\">\n            <motion.div \n              animate={{ rotate: 360 }}\n              transition={{ duration: 20, repeat: Infinity, ease: \"linear\" }}\n              className=\"absolute w-48 h-48 border-2 border-dashed border-blue-200 rounded-full\"\n            \/>\n            <motion.div \n              initial={{ scale: 0 }}\n              animate={{ scale: 1 }}\n              className=\"z-10 bg-white p-4 rounded-2xl shadow-xl border border-blue-50\"\n            >\n              <div className=\"font-black text-xl text-center flex items-center\">\n                <span style={{color: anvastaBlue}}>AN<\/span>\n                <span style={{color: anvastaGreen}}>V<\/span>\n                <span style={{color: anvastaBlue}}>ASTA<\/span>\n              <\/div>\n            <\/motion.div>\n            {[0, 60, 120, 180, 240, 300].map((deg, i) => (\n              <motion.div\n                key={i}\n                className=\"absolute\"\n                animate={{\n                  rotate: [deg, deg],\n                  x: [Math.cos(deg * Math.PI \/ 180) * 80, Math.cos(deg * Math.PI \/ 180) * 100],\n                  y: [Math.sin(deg * Math.PI \/ 180) * 80, Math.sin(deg * Math.PI \/ 180) * 100],\n                }}\n                transition={{ duration: 2, repeat: Infinity, repeatType: \"reverse\" }}\n              >\n                <div className=\"bg-blue-50 p-2 rounded-lg shadow-sm border border-blue-100\">\n                  <Icon name=\"Building2\" size={20} style={{color: anvastaBlue}} \/>\n                <\/div>\n              <\/motion.div>\n            ))}\n          <\/div>\n        )\n      },\n      {\n        title: \"Fast Sanctioning\",\n        description: \"Why wait for weeks? Our streamlined digital workflows ensure your home loan is sanctioned within just 7 working days.\",\n        icon: \"Zap\",\n        color: \"from-[#00A651] to-[#22C55E]\",\n        accent: anvastaGreen,\n        details: [\"7-Day Turnaround\", \"Digital Verification\", \"Priority Queue\"],\n        visual: (\n          <div className=\"relative w-full h-64 flex items-center justify-center\">\n            <svg width=\"200\" height=\"200\" viewBox=\"0 0 100 100\">\n              <motion.path\n                d=\"M 10,50 L 90,50\"\n                stroke={anvastaGreen}\n                strokeWidth=\"2\"\n                fill=\"transparent\"\n                initial={{ pathLength: 0 }}\n                animate={{ pathLength: 1 }}\n                transition={{ duration: 1, repeat: Infinity }}\n              \/>\n              <motion.g\n                animate={{ x: [0, 80], opacity: [0, 1, 0] }}\n                transition={{ duration: 1.5, repeat: Infinity, ease: \"easeOut\" }}\n              >\n                 <g style={{transform: 'translate(10px, 35px)'}}>\n                    <Icon name=\"Zap\" size={30} style={{color: anvastaGreen}} \/>\n                 <\/g>\n              <\/motion.g>\n            <\/svg>\n            <div className=\"absolute bottom-10 text-center font-mono text-2xl font-bold\" style={{color: anvastaGreen}}>\n              SANCTIONED <span className=\"text-sm\">in 7 days<\/span>\n            <\/div>\n          <\/div>\n        )\n      },\n      {\n        title: \"Assisted TDS Compliance\",\n        description: \"End-to-end support for property buyers. We handle Form 26QB filing and generate your Form 16B directly from the Traces Portal.\",\n        icon: \"FileText\",\n        color: \"from-[#0057A3] to-[#4F46E5]\",\n        accent: anvastaBlue,\n        details: [\"Form 26QB Filing\", \"TRACES Support\", \"Form 16B Generation\"],\n        visual: (\n          <div className=\"relative w-full h-64 flex items-center justify-center\">\n            <motion.div \n              animate={{ y: [0, -10, 0] }}\n              transition={{ duration: 3, repeat: Infinity }}\n              className=\"bg-white p-6 rounded-lg shadow-2xl border border-gray-100 flex flex-col gap-2\"\n            >\n              <div className=\"h-2 w-24 bg-blue-100 rounded\"><\/div>\n              <div className=\"h-2 w-32 bg-blue-50 rounded\"><\/div>\n              <div className=\"h-10 w-full rounded flex items-center justify-center text-white text-[10px] font-bold\" style={{backgroundColor: anvastaBlue}}>\n                GENERATE FORM 16B\n              <\/div>\n              <motion.div \n                 animate={{ opacity: [0, 1, 0], scale: [0.8, 1, 0.8] }}\n                 transition={{ duration: 2, repeat: Infinity }}\n                 className=\"mt-2 flex justify-center\"\n                 style={{color: anvastaGreen}}\n              >\n                <Icon name=\"CheckCircle2\" size={24} \/>\n              <\/motion.div>\n            <\/motion.div>\n          <\/div>\n        )\n      },\n      {\n        title: \"Expert Tax Planning\",\n        description: \"Our Chartered Accountants provide detailed tax computation sheets comparing Old vs New Regimes to maximize your savings.\",\n        icon: \"Calculator\",\n        color: \"from-[#00A651] to-[#059669]\",\n        accent: anvastaGreen,\n        details: [\"CA Consultation\", \"Comparative Analysis\", \"Old vs New Regime\"],\n        visual: (\n          <div className=\"flex flex-col items-center justify-center w-full h-64 gap-4\">\n            <div className=\"flex gap-4\">\n              <motion.div \n                whileHover={{ scale: 1.05 }}\n                className=\"p-4 bg-white rounded-xl shadow-lg border-b-4\"\n                style={{borderBottomColor: anvastaGreen}}\n              >\n                <div className=\"text-[10px] text-gray-400 mb-1\">Old Regime<\/div>\n                <div className=\"text-xl font-bold\" style={{color: anvastaGreen}}>\u20b9 42,000<\/div>\n              <\/motion.div>\n              <motion.div \n                whileHover={{ scale: 1.05 }}\n                className=\"p-4 bg-white rounded-xl shadow-lg border-b-4 border-slate-300\"\n              >\n                <div className=\"text-[10px] text-gray-400 mb-1\">New Regime<\/div>\n                <div className=\"text-xl font-bold text-slate-600\">\u20b9 58,500<\/div>\n              <\/motion.div>\n            <\/div>\n            <div className=\"bg-green-50 px-4 py-2 rounded-full font-bold text-sm\" style={{color: anvastaGreen}}>\n              Potential Savings: \u20b9 16,500\n            <\/div>\n          <\/div>\n        )\n      },\n      {\n        title: \"CA Assisted ITR Filing\",\n        description: \"Buying a home shouldn't make taxes harder. Enjoy one year of complimentary ITR filing assisted by our tax experts.\",\n        icon: \"UserCheck\",\n        color: \"from-[#0057A3] to-[#1E3A8A]\",\n        accent: anvastaBlue,\n        details: [\"Professional Review\", \"Accurate Filing\", \"Peace of Mind\"],\n        visual: (\n          <div className=\"relative w-full h-64 flex items-center justify-center\">\n            <motion.div \n              animate={{ scale: [1, 1.1, 1] }}\n              transition={{ duration: 4, repeat: Infinity }}\n              className=\"relative\"\n            >\n              <Icon name=\"UserCheck\" size={80} style={{color: anvastaBlue}} \/>\n              <motion.div \n                className=\"absolute -top-4 -right-4 p-2 rounded-full shadow-md\"\n                style={{backgroundColor: anvastaGreen, color: 'white'}}\n                animate={{ rotate: [0, 15, -15, 0] }}\n                transition={{ duration: 2, repeat: Infinity }}\n              >\n                <Icon name=\"FileText\" size={24} \/>\n              <\/motion.div>\n            <\/motion.div>\n          <\/div>\n        )\n      },\n      {\n        title: \"Absolutely FREE\",\n        description: \"All the premium services mentioned above come at zero cost to you. We are dedicated to making your home loan journey seamless.\",\n        icon: \"Gift\",\n        color: \"from-[#00A651] to-[#166534]\",\n        accent: anvastaGreen,\n        details: [\"No Hidden Charges\", \"No Consultation Fee\", \"100% Complimentary\"],\n        visual: (\n          <div className=\"relative w-full h-64 flex flex-col items-center justify-center\">\n            <motion.div\n              animate={{ \n                y: [0, -20, 0],\n                rotate: [0, 5, -5, 0]\n              }}\n              transition={{ duration: 4, repeat: Infinity }}\n              className=\"text-8xl font-black italic tracking-tighter\"\n              style={{ color: anvastaGreen }}\n            >\n              FREE\n            <\/motion.div>\n            <motion.div \n              initial={{ opacity: 0 }}\n              animate={{ opacity: 1 }}\n              className=\"mt-4 flex gap-2\"\n            >\n              {[1, 2, 3].map(i => (\n                <motion.div \n                  key={i}\n                  animate={{ scale: [1, 1.5, 1], opacity: [0.5, 1, 0.5] }}\n                  transition={{ delay: i * 0.3, duration: 2, repeat: Infinity }}\n                  className=\"w-2 h-2 rounded-full\"\n                  style={{backgroundColor: anvastaGreen}}\n                \/>\n              ))}\n            <\/motion.div>\n          <\/div>\n        )\n      }\n    ], [anvastaBlue, anvastaGreen]);\n\n    useEffect(() => {\n      let interval;\n      if (isAutoPlaying) {\n        interval = setInterval(() => {\n          setActiveStep((prev) => (prev + 1) % features.length);\n        }, 5000);\n      }\n      return () => clearInterval(interval);\n    }, [isAutoPlaying, features.length]);\n\n    const nextStep = () => {\n      setIsAutoPlaying(false);\n      setActiveStep((prev) => (prev + 1) % features.length);\n    };\n\n    const prevStep = () => {\n      setIsAutoPlaying(false);\n      setActiveStep((prev) => (prev === 0 ? features.length - 1 : prev - 1));\n    };\n\n    return (\n      <div className=\"w-full bg-white text-slate-900 overflow-hidden\" style={{fontFamily: '\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif'}}>\n        <main className=\"max-w-7xl mx-auto px-6 py-12 md:py-24\">\n          {\/* Split at md for Tablet support *\/}\n          <div className=\"grid md:grid-cols-2 gap-12 items-stretch\">\n            \n            {\/* Left Side: Content - Stabilized with min-height *\/}\n            <div className=\"flex flex-col h-full min-h-0 md:min-h-[550px] lg:min-h-[520px]\">\n              <div className=\"flex-grow flex flex-col justify-center\">\n                {\/* Responsive container: absolute on lg (Desktop) for stability, relative on md (Tablet) to allow growth and prevent overlap *\/}\n                <div className=\"relative min-h-[420px] sm:min-h-[380px] lg:min-h-[320px]\">\n                  <AnimatePresence mode=\"wait\">\n                    <motion.div\n                      key={activeStep}\n                      initial={{ opacity: 0, x: -20 }}\n                      animate={{ opacity: 1, x: 0 }}\n                      exit={{ opacity: 0, x: 20 }}\n                      transition={{ duration: 0.4 }}\n                      className=\"space-y-6 lg:absolute lg:inset-0 relative\"\n                    >\n                      <h1 className={`text-5xl md:text-6xl lg:text-7xl font-black leading-tight pb-6 text-transparent bg-clip-text bg-gradient-to-r ${features[activeStep].color}`}>\n                        {features[activeStep].title}\n                      <\/h1>\n                      <p className=\"text-xl text-slate-600 leading-relaxed max-w-xl\">\n                        {features[activeStep].description}\n                      <\/p>\n                      \n                      <div className=\"flex flex-wrap gap-3 pb-8\">\n                        {features[activeStep].details.map((detail, idx) => (\n                          <div key={idx} className=\"flex items-center gap-2 bg-white border border-slate-100 px-4 py-2 rounded-xl shadow-sm\">\n                            <Icon name=\"CheckCircle2\" size={16} style={{color: anvastaGreen}} \/>\n                            <span className=\"text-sm font-bold text-slate-700\">{detail}<\/span>\n                          <\/div>\n                        ))}\n                      <\/div>\n                    <\/motion.div>\n                  <\/AnimatePresence>\n                <\/div>\n              <\/div>\n\n              {\/* Navigation Controls - Positioned at bottom of column *\/}\n              <div className=\"flex items-center gap-6 pt-10 pb-10 md:pb-0 md:mt-auto\">\n                <div className=\"flex gap-2\">\n                  <button \n                    onClick={prevStep}\n                    className=\"p-4 rounded-2xl bg-white border border-slate-200 hover:border-[#0057A3] hover:text-[#0057A3] transition-all shadow-sm\"\n                  >\n                    <Icon name=\"ChevronLeft\" size={24} \/>\n                  <\/button>\n                  <button \n                    onClick={nextStep}\n                    className=\"p-4 rounded-2xl bg-white border border-slate-200 hover:border-[#0057A3] hover:text-[#0057A3] transition-all shadow-sm\"\n                  >\n                    <Icon name=\"ChevronRight\" size={24} \/>\n                  <\/button>\n                <\/div>\n                <div className=\"flex gap-1.5\">\n                  {features.map((_, i) => (\n                    <button\n                      key={i}\n                      onClick={() => { setActiveStep(i); setIsAutoPlaying(false); }}\n                      className={`h-1.5 transition-all duration-500 rounded-full ${\n                        activeStep === i ? 'w-10' : 'w-2 bg-slate-300'\n                      }`}\n                      style={{backgroundColor: activeStep === i ? features[i].accent : ''}}\n                    \/>\n                  ))}\n                <\/div>\n              <\/div>\n            <\/div>\n\n            {\/* Right Side: Visual - Synchronized height with bottom alignment *\/}\n            <div className=\"relative h-full flex items-center mt-8 md:mt-0\">\n              <motion.div \n                key={`visual-bg-${activeStep}`}\n                initial={{ scale: 0.8, opacity: 0 }}\n                animate={{ scale: 1, opacity: 1 }}\n                className={`absolute inset-0 bg-gradient-to-br ${features[activeStep].color} opacity-5 blur-3xl rounded-full`}\n              \/>\n              \n              <div className=\"relative z-10 w-full bg-white\/60 backdrop-blur-sm border border-white p-8 md:p-12 rounded-[3rem] shadow-2xl min-h-[480px] md:min-h-[550px] lg:min-h-[520px] flex items-center justify-center overflow-hidden\">\n                 <AnimatePresence mode=\"wait\">\n                    <motion.div\n                      key={`visual-cont-${activeStep}`}\n                      initial={{ scale: 0.6, opacity: 0, rotate: -5 }}\n                      animate={{ scale: 1, opacity: 1, rotate: 0 }}\n                      exit={{ scale: 1.4, opacity: 0, rotate: 5 }}\n                      transition={{ type: \"spring\", damping: 15 }}\n                      className=\"w-full\"\n                    >\n                      {features[activeStep].visual}\n                    <\/motion.div>\n                 <\/AnimatePresence>\n                 \n                 <motion.div \n                  key={`icon-badge-${activeStep}`}\n                  initial={{ y: 20, opacity: 0 }}\n                  animate={{ y: 0, opacity: 1 }}\n                  className={`absolute top-10 right-10 p-5 rounded-3xl bg-gradient-to-br ${features[activeStep].color} text-white shadow-xl`}\n                 >\n                   <Icon name={features[activeStep].icon} size={36} \/>\n                 <\/motion.div>\n              <\/div>\n\n              <div className=\"absolute -bottom-8 -right-8 w-40 h-40 rounded-full mix-blend-multiply filter blur-2xl opacity-40 animate-blob\" style={{backgroundColor: anvastaBlue}}><\/div>\n              <div className=\"absolute -top-8 -left-8 w-40 h-40 rounded-full mix-blend-multiply filter blur-2xl opacity-40 animate-blob\" style={{backgroundColor: anvastaGreen, animationDelay: '2s'}}><\/div>\n            <\/div>\n          <\/div>\n        <\/main>\n\n        <style>{`\n          @keyframes blob {\n            0% { transform: translate(0px, 0px) scale(1); }\n            33% { transform: translate(30px, -50px) scale(1.1); }\n            66% { transform: translate(-20px, 20px) scale(0.9); }\n            100% { transform: translate(0px, 0px) scale(1); }\n          }\n          .animate-blob {\n            animation: blob 7s infinite;\n          }\n        `}<\/style>\n      <\/div>\n    );\n  };\n\n  \/\/ Improved mounting logic for WordPress\n  const startApp = () => {\n    const rootElement = document.getElementById('anvasta-hero-root');\n    if (rootElement && !rootElement._reactRoot) {\n      const root = ReactDOM.createRoot(rootElement);\n      rootElement._reactRoot = root; \/\/ Prevent double rendering\n      root.render(<App \/>);\n    }\n  };\n\n  if (document.readyState === 'complete') {\n    startApp();\n  } else {\n    window.addEventListener('load', startApp);\n  }\n<\/script>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-89910c92\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-31482127 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"#\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">Book a Free Call Now<\/div><span class=\"uagb-button__icon uagb-button__icon-position-after\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\" focussable=\"false\"><path d=\"M96 32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32zM448 464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192H448V464z\"><\/path><\/svg><\/span><\/a><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-32172939 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/919082152791\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">Chat with us on WhatsApp<\/div><span class=\"uagb-button__icon uagb-button__icon-position-after\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\" focussable=\"false\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg><\/span><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-layout-flex uagb-block-48083959 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-634f6a3a\"><h1 class=\"uagb-heading-text\">The &#8220;Anvasta&#8221; Advantage<\/h1><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-b896e759\">\n<div class=\"wp-block-uagb-container uagb-block-3bfa0a8f\">\n<div class=\"wp-block-uagb-info-box uagb-block-6d40837d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M243.4 2.587C251.4-.8625 260.6-.8625 268.6 2.587L492.6 98.59C506.6 104.6 514.4 119.6 511.3 134.4C508.3 149.3 495.2 159.1 479.1 160V168C479.1 181.3 469.3 192 455.1 192H55.1C42.74 192 31.1 181.3 31.1 168V160C16.81 159.1 3.708 149.3 .6528 134.4C-2.402 119.6 5.429 104.6 19.39 98.59L243.4 2.587zM256 128C273.7 128 288 113.7 288 96C288 78.33 273.7 64 256 64C238.3 64 224 78.33 224 96C224 113.7 238.3 128 256 128zM127.1 416H167.1V224H231.1V416H280V224H344V416H384V224H448V420.3C448.6 420.6 449.2 420.1 449.8 421.4L497.8 453.4C509.5 461.2 514.7 475.8 510.6 489.3C506.5 502.8 494.1 512 480 512H31.1C17.9 512 5.458 502.8 1.372 489.3C-2.715 475.8 2.515 461.2 14.25 453.4L62.25 421.4C62.82 420.1 63.41 420.6 63.1 420.3V224H127.1V416z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Network of 30+ Lenders<\/h3><\/div><p class=\"uagb-ifb-desc\">We have partnered with over 30 banks and NBFCs (including most popular lenders such as HDFC Bank, ICICI Bank, State Bank of India &amp; Axis Bank) to offer Home Loan at lowest rate of interest to our clients. Our team will help you choose best offer as per your profile and credit score ensuring you get a home loan at lowest rate of interest.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-932ad396\">\n<div class=\"wp-block-uagb-info-box uagb-block-1a2a5147 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512zM232 256C232 264 236 271.5 242.7 275.1L338.7 339.1C349.7 347.3 364.6 344.3 371.1 333.3C379.3 322.3 376.3 307.4 365.3 300L280 243.2V120C280 106.7 269.3 96 255.1 96C242.7 96 231.1 106.7 231.1 120L232 256z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Faster Processing Time<\/h3><\/div><p class=\"uagb-ifb-desc\">Get your home loan sanctioned within a week. Our team will coordinate with bankers for all the documentation related to your Home Loan right from filling Loan Application Form till the Final Disbursement of your loan. In this entire process, you need to visit Bank just once, i.e., at the time of disbursement for signing loan agreement. <\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-7b0be8ee\">\n<div class=\"wp-block-uagb-info-box uagb-block-b0e65c46 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-53.88C268.9 26.8 233.7 0 192 0S115.1 26.8 101.9 64H48C21.5 64 0 85.48 0 112v352C0 490.5 21.5 512 48 512h288c26.5 0 48-21.48 48-48v-352C384 85.48 362.5 64 336 64zM192 64c17.67 0 32 14.33 32 32s-14.33 32-32 32S160 113.7 160 96S174.3 64 192 64zM282.9 262.8l-88 112c-4.047 5.156-10.02 8.438-16.53 9.062C177.6 383.1 176.8 384 176 384c-5.703 0-11.25-2.031-15.62-5.781l-56-48c-10.06-8.625-11.22-23.78-2.594-33.84c8.609-10.06 23.77-11.22 33.84-2.594l36.98 31.69l72.52-92.28c8.188-10.44 23.3-12.22 33.7-4.062C289.3 237.3 291.1 252.4 282.9 262.8z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">TDS Compliance<\/h3><\/div><p class=\"uagb-ifb-desc\">Every buyer of the house property valuing \u20b950 Lakhs or more is liable to deduct TDS @ 1% of agreement value. Our Team of Chartered Accountants will assist you in TDS compliance by filling Form 26QB &amp; generating Form 16B from TRACES Portal ensuring accurate filing in accordance with the provisions of the Income Tax Act, 1961. <\/p><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-07b52231\">\n<div class=\"wp-block-uagb-container uagb-block-5249b8ce\">\n<div class=\"wp-block-uagb-info-box uagb-block-56061f1d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 0h-288C22.38 0 0 22.38 0 48v416C0 489.6 22.38 512 48 512h288c25.62 0 48-22.38 48-48v-416C384 22.38 361.6 0 336 0zM64 208C64 199.2 71.2 192 80 192h32C120.8 192 128 199.2 128 208v32C128 248.8 120.8 256 112 256h-32C71.2 256 64 248.8 64 240V208zM64 304C64 295.2 71.2 288 80 288h32C120.8 288 128 295.2 128 304v32C128 344.8 120.8 352 112 352h-32C71.2 352 64 344.8 64 336V304zM224 432c0 8.801-7.199 16-16 16h-128C71.2 448 64 440.8 64 432v-32C64 391.2 71.2 384 80 384h128c8.801 0 16 7.199 16 16V432zM224 336c0 8.801-7.199 16-16 16h-32C167.2 352 160 344.8 160 336v-32C160 295.2 167.2 288 176 288h32C216.8 288 224 295.2 224 304V336zM224 240C224 248.8 216.8 256 208 256h-32C167.2 256 160 248.8 160 240v-32C160 199.2 167.2 192 176 192h32C216.8 192 224 199.2 224 208V240zM320 432c0 8.801-7.199 16-16 16h-32c-8.799 0-16-7.199-16-16v-32c0-8.801 7.201-16 16-16h32c8.801 0 16 7.199 16 16V432zM320 336c0 8.801-7.199 16-16 16h-32c-8.799 0-16-7.199-16-16v-32C256 295.2 263.2 288 272 288h32C312.8 288 320 295.2 320 304V336zM320 240C320 248.8 312.8 256 304 256h-32C263.2 256 256 248.8 256 240v-32C256 199.2 263.2 192 272 192h32C312.8 192 320 199.2 320 208V240zM320 144C320 152.8 312.8 160 304 160h-224C71.2 160 64 152.8 64 144v-64C64 71.2 71.2 64 80 64h224C312.8 64 320 71.2 320 80V144z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Tax Planning Advice<\/h3><\/div><p class=\"uagb-ifb-desc\">Get tax planning advice from our Chartered Accountants to save maximum tax. Once you apply for Home Loan through us, our CAs will share with you estimated tax computation sheet as per new and old tax regime to get a better understanding of your tax expense and suggest the ways to reduce overall tax liability within the ambit of tax laws.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-c957f32c\">\n<div class=\"wp-block-uagb-info-box uagb-block-a536c5c3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\"><path d=\"M256 0v128h128L256 0zM224 128L224 0H48C21.49 0 0 21.49 0 48v416C0 490.5 21.49 512 48 512h288c26.51 0 48-21.49 48-48V160h-127.1C238.3 160 224 145.7 224 128zM272 416h-160C103.2 416 96 408.8 96 400C96 391.2 103.2 384 112 384h160c8.836 0 16 7.162 16 16C288 408.8 280.8 416 272 416zM272 352h-160C103.2 352 96 344.8 96 336C96 327.2 103.2 320 112 320h160c8.836 0 16 7.162 16 16C288 344.8 280.8 352 272 352zM288 272C288 280.8 280.8 288 272 288h-160C103.2 288 96 280.8 96 272C96 263.2 103.2 256 112 256h160C280.8 256 288 263.2 288 272z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">CA Assisted ITR Filing<\/h3><\/div><p class=\"uagb-ifb-desc\">Our Chartered Accountants will assist you in filing your Income Tax Return for free for one year. This will ensure that you are taking optimum benefit of your Housing Loan Repayment while filing your ITR. This benefit is available for maximum of two co-applicants of the loan.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-41c24e1e\">\n<div class=\"wp-block-uagb-info-box uagb-block-64105bff uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M152 0H154.2C186.1 0 215.7 16.91 231.9 44.45L256 85.46L280.1 44.45C296.3 16.91 325.9 0 357.8 0H360C408.6 0 448 39.4 448 88C448 102.4 444.5 115.1 438.4 128H480C497.7 128 512 142.3 512 160V224C512 241.7 497.7 256 480 256H32C14.33 256 0 241.7 0 224V160C0 142.3 14.33 128 32 128H73.6C67.46 115.1 64 102.4 64 88C64 39.4 103.4 0 152 0zM190.5 68.78C182.9 55.91 169.1 48 154.2 48H152C129.9 48 112 65.91 112 88C112 110.1 129.9 128 152 128H225.3L190.5 68.78zM360 48H357.8C342.9 48 329.1 55.91 321.5 68.78L286.7 128H360C382.1 128 400 110.1 400 88C400 65.91 382.1 48 360 48V48zM32 288H224V512H80C53.49 512 32 490.5 32 464V288zM288 512V288H480V464C480 490.5 458.5 512 432 512H288z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">All this &#8220;Absolutely Free&#8221;<\/h3><\/div><p class=\"uagb-ifb-desc\">Believe it or not!! We are not charging a penny to you for all these services. We get our referral  fees from Banks\/NBFCs. Whenever you apply for Home Loan through Developer or Broker, they also get referral fees from Banks. Just that if you apply through us, you will get these unmatched benefits which are not offered by anyone.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-marketing-button uagb-marketing-btn__align-center uagb-marketing-btn__align-text-center uagb-marketing-btn__icon-after uagb-block-aad61be2 wp-block-button\"><a href=\"#\" class=\"uagb-marketing-btn__link wp-block-button__link\" target=\"\" rel=\"noopener noreferrer\"><span class=\"uagb-marketing-btn__title\">I want to apply for Home Loan<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z\"><\/path><\/svg><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-e47cac8a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-a2089df6\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-37b30944 uag-hide-desktop uag-hide-tab\"><h3 class=\"uagb-heading-text\">Home Loan Experience<\/h3><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uag-hide-desktop uag-hide-tab uagb-block-283deb4b\">\n<div class=\"wp-block-uagb-info-box uagb-block-154b4ea0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 383.9l64 .0404c17.75 0 32-14.29 32-32.03V128.3L0 128.3V383.9zM48 320.1c8.75 0 16 7.118 16 15.99c0 8.742-7.25 15.99-16 15.99S32 344.8 32 336.1C32 327.2 39.25 320.1 48 320.1zM348.8 64c-7.941 0-15.66 2.969-21.52 8.328L228.9 162.3C228.8 162.5 228.8 162.7 228.6 162.7C212 178.3 212.3 203.2 226.5 218.7c12.75 13.1 39.38 17.62 56.13 2.75C282.8 221.3 282.9 221.3 283 221.2l79.88-73.1c6.5-5.871 16.75-5.496 22.62 1c6 6.496 5.5 16.62-1 22.62l-26.12 23.87L504 313.7c2.875 2.496 5.5 4.996 7.875 7.742V127.1c-40.98-40.96-96.48-63.88-154.4-63.88L348.8 64zM334.6 217.4l-30 27.49c-29.75 27.11-75.25 24.49-101.8-4.371C176 211.2 178.1 165.7 207.3 138.9L289.1 64H282.5C224.7 64 169.1 87.08 128.2 127.9L128 351.8l18.25 .0369l90.5 81.82c27.5 22.37 67.75 18.12 90-9.246l18.12 15.24c15.88 12.1 39.38 10.5 52.38-5.371l31.38-38.6l5.374 4.498c13.75 11 33.88 9.002 45-4.748l9.538-11.78c11.12-13.75 9.036-33.78-4.694-44.93L334.6 217.4zM544 128.4v223.6c0 17.62 14.25 32.05 31.1 32.05L640 384V128.1L544 128.4zM592 352c-8.75 0-16-7.246-16-15.99c0-8.875 7.25-15.99 16-15.99S608 327.2 608 336.1C608 344.8 600.8 352 592 352z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Anvasta<\/h3><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-5fad4a7b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M543.1 128.2l.0002 223.8c0 17.62 14.25 31.99 31.1 31.99h64V128.1L543.1 128.2zM591.1 352c-8.75 0-16-7.251-16-15.99c0-8.875 7.25-15.1 16-15.1c8.75 0 15.1 7.122 15.1 15.1C607.1 344.8 600.7 352 591.1 352zM.0005 128.2v255.7l63.1 .0446c17.75 0 32-14.28 32-32.03L96 171.9l-55.77-43.71H.0005zM64 336c0 8.742-7.25 15.99-15.1 15.99s-15.1-7.251-15.1-15.99c0-8.875 7.25-15.1 15.1-15.1S64 327.2 64 336zM128 351.8h18.25l90.5 81.85c27.5 22.37 67.75 18.12 89.1-9.25l18.12 15.25c15.87 12.1 39.37 10.5 52.37-5.371l13.02-16.03L128 196.1V351.8zM495.2 362.8c-.1875-9.101-3.824-18.05-11.44-24.24l-149.2-121.1l-11.47 10.51L297.5 207.9l65.33-59.79c6.5-5.871 16.75-5.496 22.62 1c5.1 6.496 5.5 16.62-1 22.62l-26.12 23.87l145.6 118.1c2.875 2.496 5.5 4.996 7.875 7.742V127.1c-40.98-40.96-96.52-63.98-154.5-63.98h-8.613c-7.941 0-15.64 2.97-21.5 8.329L233.7 157.9L208.3 137.9l80.85-73.92L282.5 64c-43.47 0-85.16 13.68-120.8 37.45L38.81 5.109C34.41 1.672 29.19 0 24.03 0C16.91 0 9.846 3.156 5.127 9.187C-3.06 19.62-1.248 34.72 9.19 42.89l591.1 463.1c10.5 8.203 25.56 6.328 33.69-4.078c8.187-10.44 6.375-25.53-4.062-33.7L495.2 362.8z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Others<\/h3><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"uagb-position__sticky wp-block-uagb-container uag-hide-mob uagb-block-43ff6cb9\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uag-hide-mob uagb-block-bb93059f\">\n<div class=\"wp-block-uagb-info-box uagb-block-7ebb1b43 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Home Loan Experience<\/h3><\/div><p class=\"uagb-ifb-desc\">What customers experience throughout their home loan journey with Anvasta versus others<\/p><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-749dd557\">\n<div class=\"wp-block-uagb-info-box uagb-block-861cb7c7 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 383.9l64 .0404c17.75 0 32-14.29 32-32.03V128.3L0 128.3V383.9zM48 320.1c8.75 0 16 7.118 16 15.99c0 8.742-7.25 15.99-16 15.99S32 344.8 32 336.1C32 327.2 39.25 320.1 48 320.1zM348.8 64c-7.941 0-15.66 2.969-21.52 8.328L228.9 162.3C228.8 162.5 228.8 162.7 228.6 162.7C212 178.3 212.3 203.2 226.5 218.7c12.75 13.1 39.38 17.62 56.13 2.75C282.8 221.3 282.9 221.3 283 221.2l79.88-73.1c6.5-5.871 16.75-5.496 22.62 1c6 6.496 5.5 16.62-1 22.62l-26.12 23.87L504 313.7c2.875 2.496 5.5 4.996 7.875 7.742V127.1c-40.98-40.96-96.48-63.88-154.4-63.88L348.8 64zM334.6 217.4l-30 27.49c-29.75 27.11-75.25 24.49-101.8-4.371C176 211.2 178.1 165.7 207.3 138.9L289.1 64H282.5C224.7 64 169.1 87.08 128.2 127.9L128 351.8l18.25 .0369l90.5 81.82c27.5 22.37 67.75 18.12 90-9.246l18.12 15.24c15.88 12.1 39.38 10.5 52.38-5.371l31.38-38.6l5.374 4.498c13.75 11 33.88 9.002 45-4.748l9.538-11.78c11.12-13.75 9.036-33.78-4.694-44.93L334.6 217.4zM544 128.4v223.6c0 17.62 14.25 32.05 31.1 32.05L640 384V128.1L544 128.4zM592 352c-8.75 0-16-7.246-16-15.99c0-8.875 7.25-15.99 16-15.99S608 327.2 608 336.1C608 344.8 600.8 352 592 352z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h2 class=\"uagb-ifb-title\">Anvasta<\/h2><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-3686303f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M543.1 128.2l.0002 223.8c0 17.62 14.25 31.99 31.1 31.99h64V128.1L543.1 128.2zM591.1 352c-8.75 0-16-7.251-16-15.99c0-8.875 7.25-15.1 16-15.1c8.75 0 15.1 7.122 15.1 15.1C607.1 344.8 600.7 352 591.1 352zM.0005 128.2v255.7l63.1 .0446c17.75 0 32-14.28 32-32.03L96 171.9l-55.77-43.71H.0005zM64 336c0 8.742-7.25 15.99-15.1 15.99s-15.1-7.251-15.1-15.99c0-8.875 7.25-15.1 15.1-15.1S64 327.2 64 336zM128 351.8h18.25l90.5 81.85c27.5 22.37 67.75 18.12 89.1-9.25l18.12 15.25c15.87 12.1 39.37 10.5 52.37-5.371l13.02-16.03L128 196.1V351.8zM495.2 362.8c-.1875-9.101-3.824-18.05-11.44-24.24l-149.2-121.1l-11.47 10.51L297.5 207.9l65.33-59.79c6.5-5.871 16.75-5.496 22.62 1c5.1 6.496 5.5 16.62-1 22.62l-26.12 23.87l145.6 118.1c2.875 2.496 5.5 4.996 7.875 7.742V127.1c-40.98-40.96-96.52-63.98-154.5-63.98h-8.613c-7.941 0-15.64 2.97-21.5 8.329L233.7 157.9L208.3 137.9l80.85-73.92L282.5 64c-43.47 0-85.16 13.68-120.8 37.45L38.81 5.109C34.41 1.672 29.19 0 24.03 0C16.91 0 9.846 3.156 5.127 9.187C-3.06 19.62-1.248 34.72 9.19 42.89l591.1 463.1c10.5 8.203 25.56 6.328 33.69-4.078c8.187-10.44 6.375-25.53-4.062-33.7L495.2 362.8z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h2 class=\"uagb-ifb-title\">Others<\/h2><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-e4789cb3\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uagb-block-0276e7d3\">\n<div class=\"wp-block-uagb-info-box uagb-block-296eb928 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\">Shortlisting<\/h5><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-c8f9e95f\">\n<div class=\"wp-block-uagb-info-box uagb-block-2a4c12c3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 256C288 273.7 273.7 288 256 288C238.3 288 224 273.7 224 256C224 238.3 238.3 224 256 224C273.7 224 288 238.3 288 256zM112 256C112 176.5 176.5 112 256 112C335.5 112 400 176.5 400 256C400 335.5 335.5 400 256 400C176.5 400 112 335.5 112 256zM256 336C300.2 336 336 300.2 336 256C336 211.8 300.2 176 256 176C211.8 176 176 211.8 176 256C176 300.2 211.8 336 256 336zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 64C149.1 64 64 149.1 64 256C64 362 149.1 448 256 448C362 448 448 362 448 256C448 149.1 362 64 256 64z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Get 2-3 carefully selected recommendations tailored to your credit profile out of <strong>over 30 banks and NBFCs<\/strong> (including HDFC, ICICI, SBI, and Axis) to ensure the lowest interest rates.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-1d3f542e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM99.5 144.8C77.15 176.1 64 214.5 64 256C64 362 149.1 448 256 448C297.5 448 335.9 434.9 367.2 412.5L99.5 144.8zM448 256C448 149.1 362 64 256 64C214.5 64 176.1 77.15 144.8 99.5L412.5 367.2C434.9 335.9 448 297.5 448 256V256z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Fewer lender tie-ups. Minimal or no human guidance, with loan recommended based on commission they earn.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uagb-block-9ecc1d8c\">\n<div class=\"wp-block-uagb-info-box uagb-block-cdf5765d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\">Loan Processing Convenience<\/h5><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-ebe3cdd5\">\n<div class=\"wp-block-uagb-info-box uagb-block-fc03a061 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 64C0 28.65 28.65 0 64 0H224V128C224 145.7 238.3 160 256 160H384V198.6C310.1 219.5 256 287.4 256 368C256 427.1 285.1 479.3 329.7 511.3C326.6 511.7 323.3 512 320 512H64C28.65 512 0 483.3 0 448V64zM256 128V0L384 128H256zM576 368C576 447.5 511.5 512 432 512C352.5 512 288 447.5 288 368C288 288.5 352.5 224 432 224C511.5 224 576 288.5 576 368zM476.7 324.7L416 385.4L387.3 356.7C381.1 350.4 370.9 350.4 364.7 356.7C358.4 362.9 358.4 373.1 364.7 379.3L404.7 419.3C410.9 425.6 421.1 425.6 427.3 419.3L499.3 347.3C505.6 341.1 505.6 330.9 499.3 324.7C493.1 318.4 482.9 318.4 476.7 324.7H476.7z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Ensures faster processing with <strong>sanctions within a week<\/strong>; handles all documentation so the client only needs to visit the bank once for final disbursement.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-3dbdc24d uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 64C0 28.65 28.65 0 64 0H224V128C224 145.7 238.3 160 256 160H384V198.6C310.1 219.5 256 287.4 256 368C256 427.1 285.1 479.3 329.7 511.3C326.6 511.7 323.3 512 320 512H64C28.65 512 0 483.3 0 448V64zM256 128V0L384 128H256zM288 368C288 288.5 352.5 224 432 224C511.5 224 576 288.5 576 368C576 447.5 511.5 512 432 512C352.5 512 288 447.5 288 368zM432 464C445.3 464 456 453.3 456 440C456 426.7 445.3 416 432 416C418.7 416 408 426.7 408 440C408 453.3 418.7 464 432 464zM415.1 288V368C415.1 376.8 423.2 384 431.1 384C440.8 384 447.1 376.8 447.1 368V288C447.1 279.2 440.8 272 431.1 272C423.2 272 415.1 279.2 415.1 288z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Standard processing without the specific guarantee of Anvasta&#8217;s &#8220;unmatched&#8221; end-to-end convenience.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uagb-block-17a28fe6\">\n<div class=\"wp-block-uagb-info-box uagb-block-d315fb71 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\"><strong>Professional Expertise<\/strong><\/h5><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-e90d7f2a\">\n<div class=\"wp-block-uagb-info-box uagb-block-20aae365 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M45.63 79.75L52 81.25v58.5C45 143.9 40 151.3 40 160c0 8.375 4.625 15.38 11.12 19.75L35.5 242C33.75 248.9 37.63 256 43.13 256h41.75c5.5 0 9.375-7.125 7.625-13.1L76.88 179.8C83.38 175.4 88 168.4 88 160c0-8.75-5-16.12-12-20.25V87.13L128 99.63l.001 60.37c0 70.75 57.25 128 128 128s127.1-57.25 127.1-128L384 99.62l82.25-19.87c18.25-4.375 18.25-27 0-31.5l-190.4-46c-13-3-26.62-3-39.63 0l-190.6 46C27.5 52.63 27.5 75.38 45.63 79.75zM359.2 312.8l-103.2 103.2l-103.2-103.2c-69.93 22.3-120.8 87.2-120.8 164.5C32 496.5 47.53 512 66.67 512h378.7C464.5 512 480 496.5 480 477.3C480 400 429.1 335.1 359.2 312.8z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Founded and operated by <strong>experienced Chartered Accountants<\/strong> with over 15 years of financial industry experience.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-6f9abf27 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Generally operate as standard loan agents without specialized, value-added CA services.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uagb-block-32b21d73\">\n<div class=\"wp-block-uagb-info-box uagb-block-bde456b2 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\"><strong>TDS Compliance Assistance<\/strong><\/h5><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-a1b09bf2\">\n<div class=\"wp-block-uagb-info-box uagb-block-f58c87fa uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M152.1 38.16C161.9 47.03 162.7 62.2 153.8 72.06L81.84 152.1C77.43 156.9 71.21 159.8 64.63 159.1C58.05 160.2 51.69 157.6 47.03 152.1L7.029 112.1C-2.343 103.6-2.343 88.4 7.029 79.03C16.4 69.66 31.6 69.66 40.97 79.03L63.08 101.1L118.2 39.94C127 30.09 142.2 29.29 152.1 38.16V38.16zM152.1 198.2C161.9 207 162.7 222.2 153.8 232.1L81.84 312.1C77.43 316.9 71.21 319.8 64.63 319.1C58.05 320.2 51.69 317.6 47.03 312.1L7.029 272.1C-2.343 263.6-2.343 248.4 7.029 239C16.4 229.7 31.6 229.7 40.97 239L63.08 261.1L118.2 199.9C127 190.1 142.2 189.3 152.1 198.2V198.2zM224 96C224 78.33 238.3 64 256 64H480C497.7 64 512 78.33 512 96C512 113.7 497.7 128 480 128H256C238.3 128 224 113.7 224 96V96zM224 256C224 238.3 238.3 224 256 224H480C497.7 224 512 238.3 512 256C512 273.7 497.7 288 480 288H256C238.3 288 224 273.7 224 256zM160 416C160 398.3 174.3 384 192 384H480C497.7 384 512 398.3 512 416C512 433.7 497.7 448 480 448H192C174.3 448 160 433.7 160 416zM0 416C0 389.5 21.49 368 48 368C74.51 368 96 389.5 96 416C96 442.5 74.51 464 48 464C21.49 464 0 442.5 0 416z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">A team of Chartered Accountants helps buyers fill Form 26QB, and generate Form 16B for properties valued at \u20b950 Lakhs or more.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-a3c793c0 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H384zM143 208.1L190.1 255.1L143 303C133.7 312.4 133.7 327.6 143 336.1C152.4 346.3 167.6 346.3 176.1 336.1L223.1 289.9L271 336.1C280.4 346.3 295.6 346.3 304.1 336.1C314.3 327.6 314.3 312.4 304.1 303L257.9 255.1L304.1 208.1C314.3 199.6 314.3 184.4 304.1 175C295.6 165.7 280.4 165.7 271 175L223.1 222.1L176.1 175C167.6 165.7 152.4 165.7 143 175C133.7 184.4 133.7 199.6 143 208.1V208.1z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Not offered.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uagb-block-a8081a7f\">\n<div class=\"wp-block-uagb-info-box uagb-block-b864e78f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\"><strong>Tax Planning Advice<\/strong><\/h5><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-ec2df095\">\n<div class=\"wp-block-uagb-info-box uagb-block-bb7c9c4b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 0h-288C22.38 0 0 22.38 0 48v416C0 489.6 22.38 512 48 512h288c25.62 0 48-22.38 48-48v-416C384 22.38 361.6 0 336 0zM64 208C64 199.2 71.2 192 80 192h32C120.8 192 128 199.2 128 208v32C128 248.8 120.8 256 112 256h-32C71.2 256 64 248.8 64 240V208zM64 304C64 295.2 71.2 288 80 288h32C120.8 288 128 295.2 128 304v32C128 344.8 120.8 352 112 352h-32C71.2 352 64 344.8 64 336V304zM224 432c0 8.801-7.199 16-16 16h-128C71.2 448 64 440.8 64 432v-32C64 391.2 71.2 384 80 384h128c8.801 0 16 7.199 16 16V432zM224 336c0 8.801-7.199 16-16 16h-32C167.2 352 160 344.8 160 336v-32C160 295.2 167.2 288 176 288h32C216.8 288 224 295.2 224 304V336zM224 240C224 248.8 216.8 256 208 256h-32C167.2 256 160 248.8 160 240v-32C160 199.2 167.2 192 176 192h32C216.8 192 224 199.2 224 208V240zM320 432c0 8.801-7.199 16-16 16h-32c-8.799 0-16-7.199-16-16v-32c0-8.801 7.201-16 16-16h32c8.801 0 16 7.199 16 16V432zM320 336c0 8.801-7.199 16-16 16h-32c-8.799 0-16-7.199-16-16v-32C256 295.2 263.2 288 272 288h32C312.8 288 320 295.2 320 304V336zM320 240C320 248.8 312.8 256 304 256h-32C263.2 256 256 248.8 256 240v-32C256 199.2 263.2 192 272 192h32C312.8 192 320 199.2 320 208V240zM320 144C320 152.8 312.8 160 304 160h-224C71.2 160 64 152.8 64 144v-64C64 71.2 71.2 64 80 64h224C312.8 64 320 71.2 320 80V144z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Provides <strong>expert tax planning advice<\/strong> from CAs, including estimated computation sheets comparing old and new tax regimes to minimize tax liability.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-aed2c836 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H384zM143 208.1L190.1 255.1L143 303C133.7 312.4 133.7 327.6 143 336.1C152.4 346.3 167.6 346.3 176.1 336.1L223.1 289.9L271 336.1C280.4 346.3 295.6 346.3 304.1 336.1C314.3 327.6 314.3 312.4 304.1 303L257.9 255.1L304.1 208.1C314.3 199.6 314.3 184.4 304.1 175C295.6 165.7 280.4 165.7 271 175L223.1 222.1L176.1 175C167.6 165.7 152.4 165.7 143 175C133.7 184.4 133.7 199.6 143 208.1V208.1z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Not offered.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uagb-block-fade45f5\">\n<div class=\"wp-block-uagb-info-box uagb-block-ceff0009 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\"><strong>Income Tax Return (ITR) Filing<\/strong><\/h5><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-9ccc59bd\">\n<div class=\"wp-block-uagb-info-box uagb-block-7705398c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M480 80C480 53.49 458.5 32 432 32h-288C117.5 32 96 53.49 96 80V384h384V80zM378.9 166.8l-88 112c-4.031 5.156-10 8.438-16.53 9.062C273.6 287.1 272.7 287.1 271.1 287.1c-5.719 0-11.21-2.019-15.58-5.769l-56-48C190.3 225.6 189.2 210.4 197.8 200.4c8.656-10.06 23.81-11.19 33.84-2.594l36.97 31.69l72.53-92.28c8.188-10.41 23.31-12.22 33.69-4.062C385.3 141.3 387.1 156.4 378.9 166.8zM528 288H512v112c0 8.836-7.164 16-16 16h-416C71.16 416 64 408.8 64 400V288H48C21.49 288 0 309.5 0 336v96C0 458.5 21.49 480 48 480h480c26.51 0 48-21.49 48-48v-96C576 309.5 554.5 288 528 288z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Includes <strong>one year of free CA-assisted ITR filing<\/strong> to ensure optimum tax planning.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-d26873a3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H384zM143 208.1L190.1 255.1L143 303C133.7 312.4 133.7 327.6 143 336.1C152.4 346.3 167.6 346.3 176.1 336.1L223.1 289.9L271 336.1C280.4 346.3 295.6 346.3 304.1 336.1C314.3 327.6 314.3 312.4 304.1 303L257.9 255.1L304.1 208.1C314.3 199.6 314.3 184.4 304.1 175C295.6 165.7 280.4 165.7 271 175L223.1 222.1L176.1 175C167.6 165.7 152.4 165.7 143 175C133.7 184.4 133.7 199.6 143 208.1V208.1z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\">Not offered<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div class=\"wp-block-uagb-container uagb-block-9237e5ba\">\n<div class=\"wp-block-uagb-info-box uagb-block-85391fa1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\"><strong>Cost to Customer<\/strong><\/h5><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:67%\">\n<div class=\"wp-block-uagb-container uagb-block-bdcbc9f4\">\n<div class=\"wp-block-uagb-info-box uagb-block-cbb30212 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 512\"><path d=\"M160 32.01c-88.37 0-160 71.63-160 160v127.1c0 88.37 71.63 160 160 160s160-71.63 160-160V192C320 103.6 248.4 32.01 160 32.01zM256 320c0 52.93-43.06 96-96 96c-52.93 0-96-43.07-96-96V192c0-52.94 43.07-96 96-96c52.94 0 96 43.06 96 96V320z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\"><strong>Absolutely free<\/strong>; Anvasta earns its revenue through referral fees from partner Banks and NBFCs. However, Anvasta offers unparalleled services which no agency in the market is offering.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-8d308c7f uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 512\"><path d=\"M160 32.01c-88.37 0-160 71.63-160 160v127.1c0 88.37 71.63 160 160 160s160-71.63 160-160V192C320 103.6 248.4 32.01 160 32.01zM256 320c0 52.93-43.06 96-96 96c-52.93 0-96-43.07-96-96V192c0-52.94 43.07-96 96-96c52.94 0 96 43.06 96 96V320z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><\/div><p class=\"uagb-ifb-desc\"><strong>Free for the loan processing<\/strong>; they also earn their revenue through referral fees from the Banks and NBFCs. However, they do not offer the value added services as offered by Anvasta.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-e908e471 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-f8222d5f\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f0c9ff30\"><h2 class=\"uagb-heading-text\">About Us<\/h2><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Anvasta Consultants Private Limited is a company founded by experienced chartered accountants with over 15 years of experience in the financial industry. Our team of professionals is dedicated to providing our clients with top-notch financial solutions that meet their unique needs and requirements.<br>We are proud to have received approval from \u201cMicrosoft for Startups\u201d, a testament to our commitment to innovation and excellence. At Anvasta Consultants, we leverage the latest technologies to deliver efficient and effective financial solutions to our clients.<br>Our team of experts has a deep understanding of the financial industry and is committed to delivering personalised solutions to our clients. We believe in building long-term relationships with our clients and strive to exceed their expectations at every step.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-73f80658\">\n<div class=\"wp-block-uagb-image uagb-block-ceac2c8f wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" srcset=\"https:\/\/anvasta.com\/wp-content\/uploads\/2023\/06\/Microsoft-for-startups-1024x535.png \" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/anvasta.com\/wp-content\/uploads\/2023\/06\/Microsoft-for-startups-1024x535.png\" alt=\"\" class=\"uag-image-51\" width=\"1024\" height=\"535\" title=\"\" loading=\"lazy\" role=\"img\"\/><\/figure><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-22186757 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e63ee583\"><h2 class=\"uagb-heading-text\">Story of Anvasta in Numbers<\/h2><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-22879665 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-ff74af7b\">\n<div class=\"wp-block-uagb-counter uagb-block-c3937f4e wp-block-uagb-counter--number\"><span class=\"wp-block-uagb-counter__icon\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 512\"><path d=\"M208 48C208 74.51 186.5 96 160 96C133.5 96 112 74.51 112 48C112 21.49 133.5 0 160 0C186.5 0 208 21.49 208 48zM152 352V480C152 497.7 137.7 512 120 512C102.3 512 88 497.7 88 480V256.9L59.43 304.5C50.33 319.6 30.67 324.5 15.52 315.4C.3696 306.3-4.531 286.7 4.573 271.5L62.85 174.6C80.2 145.7 111.4 128 145.1 128H174.9C208.6 128 239.8 145.7 257.2 174.6L315.4 271.5C324.5 286.7 319.6 306.3 304.5 315.4C289.3 324.5 269.7 319.6 260.6 304.5L232 256.9V480C232 497.7 217.7 512 200 512C182.3 512 168 497.7 168 480V352L152 352z\"><\/path><\/svg><\/span><div class=\"wp-block-uagb-counter__number\"><span class=\"uagb-counter-block-number\" data-duration=\"2\" data-to-value=\"250\" data-from-value=\"0\" data-delimiter=\",\"><\/span><span class=\"uagb-counter-block-suffix\">+<\/span><\/div><div class=\"wp-block-uagb-counter__title\">Happy Customers<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-8cdb0fbf\">\n<div class=\"wp-block-uagb-counter uagb-block-abf3b294 wp-block-uagb-counter--number\"><span class=\"wp-block-uagb-counter__icon\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 512\"><path d=\"M.0022 64C.0022 46.33 14.33 32 32 32H288C305.7 32 320 46.33 320 64C320 81.67 305.7 96 288 96H231.8C241.4 110.4 248.5 126.6 252.4 144H288C305.7 144 320 158.3 320 176C320 193.7 305.7 208 288 208H252.4C239.2 266.3 190.5 311.2 130.3 318.9L274.6 421.1C288.1 432.2 292.3 452.2 282 466.6C271.8 480.1 251.8 484.3 237.4 474L13.4 314C2.083 305.1-2.716 291.5 1.529 278.2C5.774 264.1 18.09 256 32 256H112C144.8 256 173 236.3 185.3 208H32C14.33 208 .0022 193.7 .0022 176C.0022 158.3 14.33 144 32 144H185.3C173 115.7 144.8 96 112 96H32C14.33 96 .0022 81.67 .0022 64V64z\"><\/path><\/svg><\/span><div class=\"wp-block-uagb-counter__number\"><span class=\"uagb-counter-block-number\" data-duration=\"2\" data-to-value=\"1500\" data-from-value=\"0\" data-delimiter=\",\"><\/span><span class=\"uagb-counter-block-suffix\">+<\/span><\/div><div class=\"wp-block-uagb-counter__title\">Crores of Loans Disbursed<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-25b9df53\">\n<div class=\"wp-block-uagb-counter uagb-block-2e4065b6 wp-block-uagb-counter--number\"><span class=\"wp-block-uagb-counter__icon\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M243.4 2.587C251.4-.8625 260.6-.8625 268.6 2.587L492.6 98.59C506.6 104.6 514.4 119.6 511.3 134.4C508.3 149.3 495.2 159.1 479.1 160V168C479.1 181.3 469.3 192 455.1 192H55.1C42.74 192 31.1 181.3 31.1 168V160C16.81 159.1 3.708 149.3 .6528 134.4C-2.402 119.6 5.429 104.6 19.39 98.59L243.4 2.587zM256 128C273.7 128 288 113.7 288 96C288 78.33 273.7 64 256 64C238.3 64 224 78.33 224 96C224 113.7 238.3 128 256 128zM127.1 416H167.1V224H231.1V416H280V224H344V416H384V224H448V420.3C448.6 420.6 449.2 420.1 449.8 421.4L497.8 453.4C509.5 461.2 514.7 475.8 510.6 489.3C506.5 502.8 494.1 512 480 512H31.1C17.9 512 5.458 502.8 1.372 489.3C-2.715 475.8 2.515 461.2 14.25 453.4L62.25 421.4C62.82 420.1 63.41 420.6 63.1 420.3V224H127.1V416z\"><\/path><\/svg><\/span><div class=\"wp-block-uagb-counter__number\"><span class=\"uagb-counter-block-number\" data-duration=\"2\" data-to-value=\"30\" data-from-value=\"0\" data-delimiter=\",\"><\/span><span class=\"uagb-counter-block-suffix\">+<\/span><\/div><div class=\"wp-block-uagb-counter__title\">Partner Banks &amp; Financial Institutions<\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-6ce087c4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-marketing-button uagb-marketing-btn__align-center uagb-marketing-btn__align-text-center uagb-marketing-btn__icon-after uagb-block-ff23bb01 wp-block-button\"><a href=\"#\" class=\"uagb-marketing-btn__link wp-block-button__link\" target=\"\" rel=\"noopener noreferrer\"><span class=\"uagb-marketing-btn__title\">I want to apply for Home Loan<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z\"><\/path><\/svg><\/a><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-6e676269 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9f9df329\"><h2 class=\"uagb-heading-text\">Here&#8217;s what our clients say<\/h2><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-a4ab598d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-e323a7b0\">\n<div class=\"wp-block-uagb-blockquote uagb-block-d18b227c uagb-blockquote__skin-border uagb-blockquote__stack-img-none\"><blockquote class=\"uagb-blockquote\"><div class=\"uagb-blockquote__content\">I highly recommend Anvasta for anyone looking for a reliable loan agency. I recently took a home loan through them and was extremely satisfied with their services. They helped me get the best rate of interest and also provided valuable guidance on tax planning. Their team was professional, knowledgeable, and responsive to all my queries. Overall, Anvasta made the entire loan process hassle-free and stress-free for me.<\/div><footer><div class=\"uagb-blockquote__author-wrap uagb-blockquote__author-at-left\"><cite class=\"uagb-blockquote__author\">Rohan Shah<\/cite><\/div><\/footer><\/blockquote><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-4151a654\">\n<div class=\"wp-block-uagb-blockquote uagb-block-a1353e2e uagb-blockquote__skin-border uagb-blockquote__stack-img-none\"><blockquote class=\"uagb-blockquote\"><div class=\"uagb-blockquote__content\">I had a fantastic experience with Anvasta! They helped me choose the best home loan product and even provided expert advice from CAs regarding tax planning. I was thrilled with the level of professionalism and friendliness that the team displayed. They were always available to answer my questions and guide me through the loan process. Thanks to Anvasta, the entire process was stress-free and effortless. I highly recommend their services to anyone who\u2019s looking for a reliable loan agency. They truly went above and beyond to ensure my satisfaction<\/div><footer><div class=\"uagb-blockquote__author-wrap uagb-blockquote__author-at-left\"><cite class=\"uagb-blockquote__author\">Shyam Gupta<\/cite><\/div><\/footer><\/blockquote><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-828fe0cb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b53c111b\"><h2 class=\"uagb-heading-text\">Frequently Asked Questions (FAQs)<\/h2><\/div>\n\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-c68d1e3e uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-174d378f \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>What services does Anvasta provide for home loan seekers?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>We assist you with your entire home loan journey, from identifying the right lender to the final disbursement of your loan. Beyond securing your loan, our team provides tax planning advice, TDS compliance assistance, and one year of free CA-assisted Income Tax Return (ITR) filing. <\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4dfcb2d3 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Where does Anvasta operate?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>We operate as a home loan agency primarily in the Mumbai Metropolitan Region which covers entire Mumbai, Navi Mumbai, Central suburbs from Thane till Badlapur &amp; Asangaon and western suburbs from Mira Road till Virar. We are planning to launch our service at more locations across India soon.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c12bec1b \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>How much do your services cost?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p><strong>All of our services are absolutely free to you<\/strong>. We do not charge you a single penny for our unmatched benefits, as we receive referral fees directly from the partner Banks and NBFCs.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-a2afe33f \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Can you help me get the lowest interest rate?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Yes, we have partnered with <strong>over 30 banks and NBFCs<\/strong>, including major lenders like HDFC Bank, ICICI Bank, State Bank of India, and Axis Bank. Our team evaluates your profile and credit score to help you choose the best offer and secure a home loan at the lowest rate of interest.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e6744e28 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>How long does the home loan processing take?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>We pride ourselves on faster processing times and aim to get your home loan <strong>sanctioned within a week<\/strong>. Our team handles all documentation and coordinates with the bankers, meaning <strong>you only need to visit the bank once<\/strong> at the time of disbursement to sign the loan agreement.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4933da72 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Do you offer tax and compliance assistance for homebuyers?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Yes, for property purchases valued at \u20b950 Lakhs or more, our team of Chartered Accountants will assist you with the mandatory 1% TDS compliance by filling Form 26QB and generating Form 16B. Additionally, we provide <strong>tax planning advice<\/strong>, share estimated computation sheets comparing new and old tax regimes to help you reduce your tax liability, and assist you in <strong>filing your ITR for free for one year<\/strong>.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-e674f3f3 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Who runs Anvasta?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Anvasta Consultants Private Limited was founded by experienced <strong>Chartered Accountants with over 15 years of experience<\/strong> in the financial industry. We are committed to innovation and are proud to have received approval from \u201cMicrosoft for Startups\u201d.<\/p><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<div id=\"Home-Loan-Application-Form\" class=\"wp-block-uagb-container uagb-block-2df1276e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-cognito-forms-cognito-embed cog-wp-embed\" data-form=\"58\"><script src=\"https:\/\/www.cognitoforms.com\/f\/seamless.js\" data-key=\"RNyQem5a8EijCzw-g6q9fQ\" data-form=\"58\"><\/script><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The &#8220;Anvasta&#8221; Advantage Home Loan Experience About Us Anvasta Consultants Private Limited is a company founded by experienced chartered accountants with over 15 years of experience in the financial industry. Our team of professionals is dedicated to providing our clients with top-notch financial solutions that meet their unique needs and requirements.We are proud to have [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-21","page","type-page","status-publish","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"saurabh@anvasta.com","author_link":"https:\/\/anvasta.com\/index.php\/author\/saurabhanvasta-com\/"},"uagb_comment_info":0,"uagb_excerpt":"The &#8220;Anvasta&#8221; Advantage Home Loan Experience About Us Anvasta Consultants Private Limited is a company founded by experienced chartered accountants with over 15 years of experience in the financial industry. Our team of professionals is dedicated to providing our clients with top-notch financial solutions that meet their unique needs and requirements.We are proud to have&hellip;","_links":{"self":[{"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/comments?post=21"}],"version-history":[{"count":111,"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":469,"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/pages\/21\/revisions\/469"}],"wp:attachment":[{"href":"https:\/\/anvasta.com\/index.php\/wp-json\/wp\/v2\/media?parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}