<!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 -->
    <meta name="x-apple-disable-message-reformatting">  <!-- Disable auto-scale in iOS 10 Mail entirely -->
    <title>Survey Rocket</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>

        /* 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 {
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
                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 (min-width: 0px) and (max-width: 767px){
            .main-info tbody tr td{padding: 20px !important;}
        }

        @media screen and (max-width: 500px){
            .footer-info tbody tr td br{display: none !important;}
        }

        @media screen and (min-width: 0px) and (max-width: 651px){
            .view-email{text-align: center !important;}
        }

    </style>

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

        <!-- 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;">
            Have you ever taken feedback from your SugarCRM contacts?
        </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 role="presentation" cellspacing="0" cellpadding="0" border="0" width="680" align="center">
            <tr>
            <td>
            <![endif]-->

            <!-- Email Header : BEGIN -->
            <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">
                <!-- 2 Even Columns : BEGIN -->
                <tr>
                    <td style="background-color:#ececec; border-bottom: 8px solid #448ccb;" 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: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="330">
                                    <![endif]-->
                                    
                                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
                                            <tr>
                                                <td style="padding: 10px 10px;">
                                                    <table cellspacing="0" cellpadding="0" border="0" width="100%" style="font-size: 12px;text-align: center;">
                                                        <tr>
                                                            <td style="font-family: sans-serif; font-size: 12px; mso-height-rule: exactly; line-height: 20px; color: #707070; padding-top: 3px;" class="stack-column-center view-email">
                                                                The best way to conduct surveys from within your CRM
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                        </table>
                                </td>
                            </tr>
                        </table>
                        <!--[if mso]>
                        </td>
                        </tr>
                        </table>
                        <![endif]-->
                    </td>
                </tr>
                <!-- 2 Even Columns : END -->
            </table>
            <!-- Email Header : END -->
            
            <!-- Email Body : BEGIN -->
            <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">
                
                <!-- Hero Image, Flush : BEGIN -->
                <tr>
                    <td bgcolor="#ffffff">
                        <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/img1.png" width="680" height="" alt="alt_text" border="0" align="center" class="fluid" style="width: 100%; max-width: 680px; background: #dddddd; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;">
                    </td>
                </tr>

                <tr>
                    <td bgcolor="#ffffff">
                        <img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/img2.png" width="680" height="" alt="alt_text" border="0" align="center" class="fluid" style="width: 100%; max-width: 680px; background: #dddddd; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;">
                    </td>
                </tr>
                <!-- Hero Image, Flush : END -->

                <!-- 1 Column Text + Button : BEGIN -->
                <tr>
                    <td bgcolor="#ffffff">
                        <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" class="main-info">
                            <tr>
                                <td style="padding: 50px; text-align: left; font-family: 'Arial'; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #3d3d3d;">
                                    Hi There!
                                    <br><br>
                                    If you are using SugarCRM for your business, congratulations! You are part of a global community of more than 1.5 million users who have benefitted from one of the leading CRM systems.<br><br>
                                    But are you sure you are making the <strong>best use of customer data</strong> through your SugarCRM system? Especially if you have never taken any direct feedback from your customers or contacts, or conducted any surveys for them?<br><br>
                                    If not, you should. Right now!<br><br>
                                    One of the best ways you can <strong>enhance customer satisfaction</strong> is by understanding exactly what they want from you as a business.<br><br>
                                    And <a href="https://store.biztechconsultancy.com/sugarcrm-survey-rocket.htm/?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket" target="blank" style="color: #448ccb; font-weight: 600; border-bottom-color: #448ccb;">online surveys</a> can be very helpful in this regard. They can give you valuable insights about your customers at each stage of their purchase journey and help you not only close more sales but also increase satisfaction levels for your existing customers.<br><br>
                                    But how do you go about conducting survey for your CRM contacts? Create an online survey using one of the many free online survey tools available and email it to all your contacts?<br><br>
                                    Maybe that’s not what you should do. Here’s why...<br><br>
                                    <strong><i>Unless you have a survey solution that is integrated to your CRM, you can’t really benefit from the tons of customer data you have,</i></strong> not to mention the hassle of collating all the contact details all over again and send them standalone online surveys.<br><br>
                                    And even if you somehow get all the feedback you wouldn't know how best to make use of that data, because it wouldn't be available automatically in your CRM.<br><br>
                                    So what’s the solution?<br><br>
                                    Simple. Install  <a href="https://store.biztechconsultancy.com/sugarcrm-survey-rocket.htm/?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket" target="blank" style="color: #448ccb; font-weight: 600; border-bottom-color: #448ccb;">Survey Rocket</a> in your SugarCRM!<br><br>
                                    <strong>Survey Rocket from Biztech is an industry leading survey plugin that’s built exclusively for SugarCRM.</strong><br><br>
                                    It has everything you could possibly need to conduct any kind of survey - <strong>multiple question types, questionnaire and design templates, survey scheduling, survey automation, advanced reporting and</strong> much more.<br><br>
                                    So try Survey Rocket</a> now and get to know what your customers really want!<br><br><br>
                                    <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 206px;">                
                                    <!-- Hero Image, Flush : BEGIN -->
                                        <tr>
                                            <td bgcolor="#ffffff">
                                                <a href="https://store.biztechconsultancy.com/sugarcrm-survey-rocket.htm/?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket" target="blank"><img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/img3.png" width="206" height="" alt="alt_text" border="0" align="center" class="fluid" style="width: 100%; max-width: 206px; background: #fff; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; cursor: pointer;"></a>
                                            </td>
                                        </tr>
                                    </table>
 <br><br>
                                    If you have any questions or need any help, don’t hesitate to  <a href="mailto:catherine@biztechconsultancy.com?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket" target="blank" style="color: #448ccb; font-weight: 600;">reply back to me</a>.<br><br>
                                    <br><br>
                                    Best Regards,<br>
Catherine Jones<br>
Marketing Manager - Biztech Store<br>
Biztech IT Consultancy Pvt. Ltd.<br>
<a target="_blank" href="https://store.biztechconsultancy.com/?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket">https://store.biztechconsultancy.com/</a>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <!-- 1 Column Text + Button : END -->
            </table>
            <!-- Email Body : END -->
          
            <!-- Email Footer : BEGIN -->
            <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px; background-color: #f4f4f4;">
                <tr>
                    <td style="padding: 50px 10px; width: 100%; font-size: 12px; font-family: sans-serif; mso-height-rule: exactly; line-height:18px; text-align: center; color: #888888;">
                        <a href="https://www.facebook.com/BiztechStore?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket"><img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/facebook.png" width="35" height="" alt="alt_text" border="0" align="center" style="width: 100%; max-width: 30px; margin-right:8px;"></a>
                        <a href="https://plus.google.com/111072457235168700299?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket"><img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/google-plus.png" width="35" height="" alt="alt_text" border="0" align="center" style="width: 100%; max-width: 30px;margin-right:8px;"></a>
                        <a href="https://www.linkedin.com/company/biztech-magento-store?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket"><img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/linked-in.png" width="35" height="" alt="alt_text" border="0" align="center" style="width: 100%; max-width: 30px;margin-right:8px;"></a>
                        <a href="https://twitter.com/BiztechStore?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket"><img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/twitter.png" width="35" height="" alt="alt_text" border="0" align="center" style="width: 100%; max-width: 30px;margin-right:8px;"></a>
                        <br><br>
                        <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 225px;">
                        <!-- Hero Image, Flush : BEGIN -->
                            <tr>
                                <td bgcolor="#f4f4f4">
                                    <a href="https://store.biztechconsultancy.com/?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket"><img src="http://g.indiaondesk.com/email-template/sugar-survey-rocket/drip-marketing/img/footer-logo.png" width="225" height="" alt="alt_text" border="0" align="center" class="fluid" style="width: 100%; max-width: 225px; background: #f4f4f4; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;">
                                </td>
                            </tr>
                        </table>
                        <br>
                        <a href="mailto:support@biztechconsultancy.com?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket" style="color: #3d3d3d; text-decoration: none;">support@biztechconsultancy.com</a>    |    <a href="https://store.biztechconsultancy.com/?utm_source=Drip_Marketing&utm_medium=october_1&utm_campaign=survey_rocket" style="color: #3d3d3d; text-decoration: none;" target="blank">store.biztechconsultancy.com</a>    |    <a href="tel:+91 9879622024" style="color: #3d3d3d; text-decoration: none;">+91 9879622024</a>
                        <br><br>

                        <table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" class="footer-info">
                            <tbody>
                                <tr>
                                    <td style="font-family: Arial; font-size: 12px; mso-height-rule: exactly; line-height: 16px; color: #707070;">
                                        Your received this email as you are in our special products newsletter list.<br> 
                                        If you don’t want to receive exclusive product updates and offers from Biztech,<br> 
                                        please unsubscribe from this list.
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                        <br>
                   
                    </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=a68f04ab-6aac-006a-04ff-58090d1007bb'>click here</a></span><br /><img alt='' height='1' width='1' src='http://storecrm.biztechconsultancy.com/index.php?entryPoint=image&identifier=a68f04ab-6aac-006a-04ff-58090d1007bb' />