<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta charset="utf-8"> <!-- utf-8 works for most cases -->
    <meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine -->
        <title>The Easiest Way to Conduct Surveys for Your CRM Customers</title> <!-- The title tag shows in email notifications, like Android 4.4. -->

        <!-- Web Font / @font-face : BEGIN -->
        <!-- NOTE: If web fonts are not required, lines 9 - 26 can be safely removed. -->
        
        <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
        <!--[if mso]>
                <style>
                        * {
                                font-family: sans-serif !important;
                        }
                </style>
        <![endif]-->
        
        <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
        <!--[if !mso]><!-->
                <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
        <!--<![endif]-->

        <!-- Web Font / @font-face : END -->
        
        <!-- CSS Reset -->
    <style type="text/css">

                /* What it does: Remove spaces around the email design added by some email clients. */
                /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
                margin: 0 auto !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }
        
        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }
        
        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin:0 !important;
        }
        
        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            mso-table-lspace: 0pt !important;
            mso-table-rspace: 0pt !important;
        }
                
        /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }
        table table table {
            table-layout: auto; 
        }
        
        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }
        
        /* What it does: A work-around for iOS meddling in triggered links. */
        .mobile-link--footer a,
        a[x-apple-data-detectors] {
            color:inherit !important;
            text-decoration: underline !important;
        }
      
    </style>
    
    <!-- Progressive Enhancements -->
    <style>
        
        /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }
        .button-td:hover,
        .button-a:hover {
            background: #555555 !important;
            border-color: #555555 !important;
        }

        /* Media Queries */
        @media screen and (max-width: 480px) {

            /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
            .fluid,
            .fluid-centered {
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }
            /* And center justify these ones. */
            .fluid-centered {
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }
        
            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
            table.center-on-narrow {
                display: inline-block !important;
            }
                
        }
        @media screen and (max-width: 675px) {
            .table-img{padding: 10px !important;}
            .sugar-heading{text-align: center !important; font-size: 22px !important; line-height: 29px !important;}
        }
        @media screen and (max-width: 651px) {
        .emailer-link{text-align: center !important;}
    }

     .ExternalClass div.video_holder {display:none !important;}
  .ExternalClass div.android {display:block !important;width:100% !important;height:200px !important;}
    </style>

</head>
<body width="100%" bgcolor="#F8F8F8" style="margin: 0;">
    <center style="width: 100%; background: #F8F8F8;">

        <!-- Visually Hidden Preheader Text : BEGIN -->
        <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: sans-serif;">
            Survey Rocket. The Complete Survey Solution for SugarCRM
        </div>
        <!-- Visually Hidden Preheader Text : END -->

        <!--    
            Set the email width. Defined in two places:
            1. max-width for all clients except Desktop Windows Outlook, allowing the email to squish on narrow but never go wider than 680px.
            2. MSO tags for Desktop Windows Outlook enforce a 680px width.
            Note: The Fluid and Responsive templates have a different width (600px). The hybrid grid is more "fragile", and I've found that 680px is a good width. Change with caution.  
        -->
        <div style="max-width: 680px; margin: auto;">
            <!--[if mso]>
            <table cellspacing="0" cellpadding="0" border="0" width="680" align="center">
            <tr>
            <td>
            <![endif]-->

            
            <!-- Email Body : BEGIN -->
            <table cellspacing="0" cellpadding="0" border="0" align="center" bgcolor="#ffffff" width="100%" style="max-width: 680px; border: 13px solid #2476c9;">
                
                
                <!-- Thumbnail Left, Text Right : BEGIN -->
                <tr>
                    <!-- dir=ltr is where the magic happens. This can be changed to dir=rtl to swap the alignment on wide while maintaining stack order on narrow. -->
                    <td dir="ltr" bgcolor="#ffffff" align="center" height="100%" valign="top" width="100%" style="padding: 10px 0;">
                        <!--[if mso]>
                        <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">
                        <tr>
                        <td align="center" valign="top" width="660">
                        <![endif]-->
                        <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:660px;">
                            <tr>
                                <td align="center" valign="top" style="font-size:0; padding: 10px 0;">
                                    <!--[if mso]>
                                    <table border="0" cellspacing="0" cellpadding="0" align="center" width="660">
                                    <tr>
                                    <td align="left" valign="top" width="220">
                                    <![endif]-->
                                    <div style="display:inline-block; margin: 0 -2px; max-width: 260px; min-width:160px; vertical-align:top; width:100%;" class="stack-column">
                                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
                                            <tr>
                                                <td dir="ltr" style="padding: 20px 10px 10px 60px; text-align:center;" class="table-img">
                                                    <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/img1.png" width="189" height="" alt="" style="border: 0;width: 100%;max-width: 189px;" class="center-on-narrow">
                                                </td>
                                            </tr>
                                        </table>
                                    </div>
                                    <!--[if mso]>
                                    </td>
                                    <td align="left" valign="top" width="440">
                                    <![endif]-->
                                    <div style="display:inline-block; margin: 0 -2px; max-width:59.66%; min-width:320px; vertical-align:top;" class="stack-column">
                                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
                                            <tr>
                                                <td dir="ltr" style="font-family: sans-serif; color: #2476c9; padding: 10px 10px 0; text-align: left; font-weight: 800; font-size: 27px; line-height: 34px; padding-left: 30px;" class="center-on-narrow sugar-heading">
                                                    <br>
                                                    THE EASIEST WAY TO CONDUCT SURVEYS FOR YOUR CRM CUSTOMERS
                                                </td>
                                            </tr>
                                        </table>
                                    </div>
                                    <!--[if mso]>
                                    </td>
                                    </tr>
                                    </table>
                                    <![endif]-->
                                </td>
                            </tr>
                        </table>
                        <!--[if mso]>
                        </td>
                        </tr>
                        </table>
                        <![endif]-->
                    </td>
                </tr>
                <!-- Thumbnail Left, Text Right : END -->


                <!-- 1 Column Text + Button : BEGIN -->
                <tr>
                    <td>
                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
                                                        <tr>
                                                                <td style="padding:20px 40px 40px  40px; text-align: left; font-family: sans-serif; font-size: 13px; mso-height-rule: exactly; line-height: 18px; color: #3b3b3b;">
                                    <br>
                                    Customer surveys and feedbacks are an integral part of understanding your customers and serving them better. Being a SugarCRM user you must be aware that there's no native solution in sugarCRM to conduct surveys and gather customer data. We, at Biztech, also understood this pain point of SugarCRM admins and came upwith <a href="https://store.biztechconsultancy.com/sugarcrm-survey-rocket.htm?utm_source=Video&utm_medium=Video%20Marketing&utm_campaign=Survey%20Rocket" style="font-size: 12px; color: #2c77c9; text-decoration:none;">Survey Rocket,</a> the complete survey solution dedicatedly built for SugarCRM.<br><br>
                                    We also have made a video that explains better the problem that business owners face and how it can be easily solved with Survey Rocket. Check out the video now and if you are interested, you can get a live demo of Survey Rocket <a href="http://demo.indiaondesk.com/SugarCRM-Survey-Rocket-Demo/index.php?action=Login&module=Users&login_module=bc_survey_template&login_action=index&utm_source=Survey%20Rocket%20Demo&utm_medium=Demo&utm_campaign=SugarCRM%20Survey%20Rocket%20Demo" style="font-size: 12px; color: #2c77c9; text-decoration:none;">here</a>.
                                                                </td>
                                                        </tr>
                        </table>
                    </td>
                </tr>
                <!-- 1 Column Text + Button : BEGIN -->

                <!-- Hero Image, Flush : BEGIN -->
                <tr>
                    <td style="padding-bottom:40px;" align="center">
                <a target="_blank" href="https://www.youtube.com/embed/oyHrCeVFHW4">
                <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/img2.png" width="654" height="" alt="alt_text" border="0" align="center" style="width: 100%; max-width: 680px;">
            </a>
                    </td>
                </tr>
                <!-- Hero Image, Flush : END -->

                        </table>
            <!-- Email Body : END -->
          
            <!-- Email Footer : BEGIN -->
            <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">
                <tr>
                    <td dir="ltr" bgcolor="#2476c9" align="center" height="100%" valign="top" width="100%">
                        <!--[if mso]> <table border="0" cellspacing="0" cellpadding="0" align="center" width="660"> <tr> <td align="center" valign="top" width="660"><![endif]-->
                        <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width: 680px;">
                            <tbody>
                                <tr>
                                    <td align="center" valign="top" style="font-size:0;">
                                        <!--[if mso]> <table border="0" cellspacing="0" cellpadding="0" align="center" width="660"> <tr> <td align="left" valign="top" width="220"><![endif]-->
                                        <div style="display:inline-block; Margin: 0 -2px; max-width: 280px; min-width:220px; vertical-align:top; width:100%;" class="stack-column">
                                            <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">
                                                <tbody>
                                                    <tr>
                                                        <td style="padding: 20px 10px;width: 100%;font-size: 12px; font-family: sans-serif; mso-height-rule: exactly; line-height:18px; text-align: left; color: #888888;">
                                                            <a target="_blank" href="#" style="float: left; width: 100%;">
                                                                <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/footer-logo.png" alt="" style="border: 0; margin: 0 auto !important" class="center-on-narrow">
                                                            </a>
                                                            <table width="200" align="center" style="float:left; width:100%;">
                                                                <tbody>
                                                                    <tr>
                                                                        <td>
                                                                            <p style="width: 215px; margin: 10px auto auto 45px; padding: 20px 0px 0px;">   <a href="https://www.facebook.com/BiztechStore" style="text-decoration:none;">
                                                                                <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/facebook.png" alt="Facebook" title="Facebook" border="0" style="display: inline-block; vertical-align: middle;">
                                                                            </a>           
                                                                            <a href="https://plus.google.com/111072457235168700299" style="text-decoration:none;">
                                                                                <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/google+.png" alt="Google+" border="0" title="Google+" style="display: inline-block; vertical-align: middle;">
                                                                            </a>           
                                                                            <a href="https://www.linkedin.com/company/biztech-magento-store" style="text-decoration:none;">
                                                                                <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/linkedin.png" alt="Linkedin" title="Linkedin" border="0" style="display: inline-block; vertical-align: middle;">
                                                                            </a>           
                                                                            <a href="https://twitter.com/BiztechStore" style="text-decoration:none;">
                                                                                <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/twitter.png" alt="Twitter" title="Twitter" border="0" style="display: inline-block; vertical-align: middle;">
                                                                            </a>
                                                                        </p>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                    <!--[if mso]> </td><td align="left" valign="top" width="440"><![endif]-->
                                    <div style="display:inline-block; margin: 0 0px; max-width:300px; min-width:280px; vertical-align:top; padding-top: 10px; padding-bottom:20px;" class="stack-column">
                                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
                                            <tbody>
                                                <tr>
                                                    <td dir="ltr" style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; text-align: right; padding-top:20px;" class="center-on-narrow">
                                                        <a target="_blank" href="#" style="text-decoration: none; color: rgb(255, 255, 255); text-align: left; font-size:15px;">
                                                            <p style="margin:0; font-size:12px; text-align:center; letter-spacing: 1px;">Want To Know More About This Plug-in?<br/><a href="mailto:support@biztechconsultancy.com" style="font-size: 12px; color: #fff; text-decoration:none;">support@biztechconsultancy.com</a></p>
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td dir="ltr" style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; text-align: left; padding-top: 5px; text-align:center; " class="center-on-narrow">
                                                        <a target="_blank" href="https://store.biztechconsultancy.com/sugarcrm-survey-rocket.htm?utm_source=Video&utm_medium=Video%20Marketing&utm_campaign=Survey%20Rocket">
                                                            <img src="http://m.indiaondesk.com/email-template/suitmob-pro/contact.png" alt="" style="border: 0; margin: 0 auto !important" class="center-on-narrow">
                                                        </a>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                    <!--[if mso]> </td></tr></table><![endif]-->
                                </td>
                            </tr>
                        </tbody>
                    </table>
                    <!--[if mso]> </td></tr></table><![endif]-->
                </td>
            </tr>
            </table>
            <!-- Email Footer : END -->

            <!--[if mso]>
            </td>
            </tr>
            </table>
            <![endif]-->
        </div>
    </center>
</body>
</html><br /><span style='font-size:0.8em'>To remove yourself from this email list  <a href='http://storecrm.biztechconsultancy.com/index.php?entryPoint=removeme&identifier=9b84e61b-de36-1880-ee3b-57acc1c7badc'>click here</a></span><br /><img alt='' height='1' width='1' src='http://storecrm.biztechconsultancy.com/index.php?entryPoint=image&identifier=9b84e61b-de36-1880-ee3b-57acc1c7badc' />