<FlowDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:xrd="clr-namespace:CodeReason.Reports.Document;assembly=CodeReason.Reports" 
              PageHeight="29.7cm" PageWidth="7.5cm" ColumnWidth="7.5cm" PagePadding="0.00cm">
    <xrd:ReportProperties>
        <xrd:ReportProperties.ReportName>SimpleReport</xrd:ReportProperties.ReportName>
        <xrd:ReportProperties.ReportTitle>Simple Report</xrd:ReportProperties.ReportTitle>
    </xrd:ReportProperties>
    <Section Padding="0,0,0,0" FontSize="12" Margin="1.5,0,0,0">
        <xrd:SectionDataGroup DataGroupName="ItemList">
            <Table Name="BillHeader" CellSpacing="0" Margin="0" BorderBrush="Black" BorderThickness="1,1,1,1" Padding="0,0,0,0">
                <Table.Columns>
                    <TableColumn Width="278.9" />
                </Table.Columns>
                <TableRowGroup>
                    <TableRow>
                        <TableCell>
                           <Paragraph TextAlignment="Center" FontSize="20" FontWeight="Bold" FontFamily="Cambria">
                                <xrd:InlineDocumentValue PropertyName="FirmName" />
                            </Paragraph>
                           <!-- <Paragraph Margin="0,0,0,1" TextAlignment="Center">
			                   <Image Tag="C:\Horizon Print\Unicode.jpg"/>
                        </Paragraph>-->
                        </TableCell>
                    </TableRow>
                    <TableRow>
                        <TableCell Padding="10,0,0,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                                <xrd:InlineDocumentValue PropertyName="DoorNo" /> ,
                                <xrd:InlineDocumentValue PropertyName="Street" /> ,
                                <xrd:InlineDocumentValue PropertyName="City" /> 
                                <xrd:InlineDocumentValue PropertyName="District" />-
                                <xrd:InlineDocumentValue PropertyName="PinCode" /> 
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                   <!-- <TableRow>
                        <TableCell>
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" LineHeight="1" FontFamily="Cambria">Ph:
                                <xrd:InlineDocumentValue PropertyName="Phone1" /> 
                            </Paragraph>
                        </TableCell>
                    </TableRow>-->
                    <TableRow>
                        <TableCell Padding="10,0,0,0">
                            <Paragraph TextAlignment="Center" FontSize="11" FontWeight="Bold" FontFamily="Cambria">GSTIN:
                                <xrd:InlineDocumentValue PropertyName="GSTIN" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                     <TableRow>
                        <TableCell Padding="10,0,0,0">
                            <Paragraph TextAlignment="Center" FontSize="11" FontWeight="Bold" FontFamily="Cambria">HelpLine No. : 
                            <xrd:InlineDocumentValue PropertyName="Phone1" /> 
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                     <TableRow>
                        <TableCell Padding="10,0,0,0">
                            <Paragraph TextAlignment="Center" FontSize="11" FontWeight="Bold" FontFamily="Cambria">WebSite :
                                   <xrd:InlineDocumentValue PropertyName="WebSite" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>
            </Table>
            <Table Name="BillCustomerDet" Margin="0,0,0,0" CellSpacing="0" BorderBrush="Black" BorderThickness="1,0,1,1">
                <Table.Columns>
                    <TableColumn Width="100" />
                    <TableColumn Width="10" />
                    <TableColumn Width="169" />
                </Table.Columns>
                <TableRowGroup>
                    <TableRow>
                        <TableCell Padding="10,0,0,0">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">Inv No.
                            </Paragraph>
                        </TableCell>
                        <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold"> :
                            </Paragraph>
                        </TableCell>
                        <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">
                             <xrd:InlineDocumentValue PropertyName="MSeries" />
                              <xrd:InlineDocumentValue PropertyName="MVno" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>
                <TableRowGroup>
                    <TableRow>
                        <TableCell Padding="10,0,0,5">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">Inv Date :
                            </Paragraph>
                        </TableCell>
                         <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold"> :
                            </Paragraph>
                        </TableCell>
                        <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">
                              <xrd:InlineDocumentValue PropertyName="MBillDate" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>
                <TableRowGroup>
                    <TableRow>
                        <TableCell Padding="10,5,0,0" BorderBrush="Black" BorderThickness="0,1,0,0">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">Customer Name 
                            </Paragraph>
                        </TableCell>
                         <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" BorderBrush="Black" BorderThickness="0,1,0,0"> :
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,1,0,0" FontWeight="Bold">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria">
                                <xrd:InlineDocumentValue PropertyName="MCustname" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                      </TableRowGroup>        
                    <TableRowGroup>
                    <TableRow>
                        <TableCell Padding="10,0,0,0">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">Contact No.
                            </Paragraph>
                        </TableCell>
                         <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria"> :
                            </Paragraph>
                        </TableCell>
                        <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">
                                <xrd:InlineDocumentValue PropertyName="MMobile" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>                
            </Table>
            <Table Name="ItemDet" CellSpacing="0" Margin="0" BorderBrush="Black" BorderThickness="1,0,0,0">
                <Table.Resources>
                    <!-- Style for header/footer rows. -->
                    <Style x:Key="headerFooterRowStyle" TargetType="{x:Type TableRowGroup}">
                        <Setter Property="FontWeight" Value="Bold"/>
                        <Setter Property="FontSize" Value="11"/>
                        <Setter Property="FontFamily" Value="Cambria"/>
                        <!--<Setter Property="Background" Value="LightGray" FontFamily="Cambria"/>-->
                    </Style>
                    <!-- Style for data rows. -->
                    <Style x:Key="dataRowStyle" TargetType="{x:Type TableRowGroup}">
                        <Setter Property="FontWeight" Value="SemiBold"/>
                        <Setter Property="FontFamily" Value="Cambria"/>
                        <Setter Property="FontSize" Value="10"/>
                    </Style>

                    <!-- Style for data cells. -->
                    <Style TargetType="{x:Type TableCell}">
                        <Setter Property="Padding" Value="0.1cm"/>
                        <Setter Property="BorderBrush" Value="Black"/>
                        <Setter Property="BorderThickness" Value="0.00cm"/>
                    </Style>
                </Table.Resources>
             <Table.Columns>
                     <TableColumn Width="25.0" />                    
                    <TableColumn Width="255" />
                </Table.Columns>
                <TableRowGroup Style="{StaticResource headerFooterRowStyle}">
                    <TableRow>
                      <TableCell BorderBrush="Black" BorderThickness="0,0,0,1">
                            <Paragraph TextAlignment="Center">
                                <Bold>Sl No</Bold>
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,1">
                            <Paragraph TextAlignment="Left">
                                <Bold>Item Name</Bold>
                            </Paragraph>
                            <Table Name="item" Margin="0" CellSpacing="0" BorderBrush="Black" BorderThickness="0,0,0,0">
                              <Table.Columns>
                                <TableColumn Width="47" />
                                <TableColumn Width="47" /> 
                                <TableColumn Width="55" />
                                <TableColumn Width="47" />
                                <TableColumn Width="50" />
                              </Table.Columns>
                              <TableRowGroup>
                                 <TableRow>
                                  <TableCell BorderBrush="Black" BorderThickness="0,0,0,0">
                                          <Paragraph TextAlignment="Center">
                                              <Bold>Qty.</Bold>
                                          </Paragraph>
                                      </TableCell>
                                      <TableCell>
                                          <Paragraph TextAlignment="Center">
                                              <Bold>Rate</Bold>
                                          </Paragraph>
                                      </TableCell>
                                      <TableCell>
                                          <Paragraph TextAlignment="Center">
                                              <Bold>HSN</Bold>
                                          </Paragraph>
                                      </TableCell>
                                      <TableCell>
                                          <Paragraph TextAlignment="Center">
                                              <Bold>GST%</Bold>
                                          </Paragraph>
                                      </TableCell>
                                      <TableCell>
                                          <Paragraph TextAlignment="Center">
                                              <Bold>Amount</Bold>
                                          </Paragraph>
                                      </TableCell>
                                  </TableRow>
                               </TableRowGroup>                                                                                                                                                                                                                                                                                                                                                                  
                          </Table>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>
                <TableRowGroup Style="{StaticResource dataRowStyle}">
                    <xrd:TableRowForDataTable TableName="BillItemDet">
                        <TableCell>
                            <Paragraph TextAlignment="Center">
                                <xrd:InlineTableCellValue PropertyName="SlNo" />
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left">
                                <xrd:InlineTableCellValue PropertyName="ItemName" />
                            </Paragraph>
                            <Table Name="item1" Margin="0" CellSpacing="0" BorderBrush="Black" BorderThickness="0,0,0,0">
                              <Table.Columns>
                                <TableColumn Width="45" />
                                <TableColumn Width="47" /> 
                                <TableColumn Width="55" />
                                <TableColumn Width="45" />
                                <TableColumn Width="50" /> 
                              </Table.Columns>
                              <TableRowGroup Style="{StaticResource dataRowStyle}">
                                  <xrd:TableRowForDataTable TableName="BillItemDet">
                                      <TableCell>
                                          <Paragraph  TextAlignment="Left">
                                              <xrd:InlineTableCellValue PropertyName="Qty" />
                                              <!--<xrbc:TableCellBarcodeC128 PropertyName="EAN" Width="2cm" Height="0.5cm" BarcodeSubType="A" ShowText="False" />-->
                                          </Paragraph>
                                      </TableCell>
                                       <TableCell>
                                          <Paragraph TextAlignment="Left">
                                              <xrd:InlineTableCellValue PropertyName="TaxInclRate" />
                                          </Paragraph>
                                      </TableCell>
                                      <TableCell>
                                          <Paragraph TextAlignment="Left">
                                              <xrd:InlineTableCellValue PropertyName="HSNCode" />
                                          </Paragraph>
                                      </TableCell>
                                     
                                     
               <TableCell>
                                          <Paragraph TextAlignment="Left">
                                              <xrd:InlineTableCellValue PropertyName="TaxPer" />
                                          </Paragraph>
                                      </TableCell>
                                      <TableCell>
                                          <Paragraph TextAlignment="Left">
                                              <xrd:InlineTableCellValue PropertyName="LineTotal" />
                                          </Paragraph>
                                      </TableCell>
                                        
                                  </xrd:TableRowForDataTable>
                              </TableRowGroup>                                                                                                                                                                                                                                                                                                                                                                  
                          </Table> 
                        </TableCell>
                        <TableCell>
                                      <Paragraph TextAlignment="Left">
                                      <TextBlock x:Name="HideMe1" Visibility="Collapsed">
                                      <xrd:InlineTableCellValue  PropertyName="SavingsVal" AggregateGroup="SavedAmt" />
                                      </TextBlock>
                                      </Paragraph>
                                  </TableCell>
                    </xrd:TableRowForDataTable>
                </TableRowGroup>
            </Table>
            
            <Table Name="ItemTotals" Margin="0" CellSpacing="0" BorderBrush="Black" BorderThickness="1,1,1,1" Padding="0,0,0,0">
                <Table.Columns>
                    <TableColumn Width="278.9" />
                </Table.Columns>
                <TableRowGroup>
                    <TableRow>
                        <TableCell FontWeight="BOLD">
                            <Paragraph TextAlignment="Right" FontSize="14" FontFamily="Cambria">Grand Total  :
                                <xrd:InlineDocumentValue  FontSize="14" PropertyName="MNetTotal" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>
            </Table>
            <Table Name="TaxAmount" Margin="0" Padding="0,0,0,0" CellSpacing="0" BorderBrush="Black" BorderThickness="1,0,1,0">
                <Table.Columns>
                    <TableColumn Width="278.9" />
                    <TableColumn Width="*" />
                </Table.Columns>
                <TableRowGroup>
                    <TableRow>
                        <TableCell Padding="10,0,0,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria" FontStyle="Italic">Tax Amount Included
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>
            </Table>
            <Table Name="GST"  Margin="0" Padding="0,0,0,0" CellSpacing="0" BorderBrush="Black" BorderThickness="1,1,0,1">
                <Table.Columns>
                    <TableColumn Width="92" />
                    <TableColumn Width="93" />
                    <TableColumn Width="95" />
                   <!--  <TableColumn Width="70" />-->
                </Table.Columns>
                <TableRowGroup>
                    <TableRow>
                     <TableCell BorderBrush="Black" BorderThickness="0,0,1,1" Padding="10,0,0,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">GST %
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,1">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">CGST
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,1">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">SGST
                            </Paragraph>
                        </TableCell>
                        <!-- <TableCell BorderBrush="Black" BorderThickness="0,0,1,1">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">Tax Total
                            </Paragraph>
                        </TableCell>-->
                    </TableRow>                
                    <TableRow>
                    <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria">GST @ 5% 
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                             <xrd:InlineDocumentValue PropertyName="OUTPUTCGSTONSALESGST5" AggregateGroup="GST5" Format="0.00"/>
                            </Paragraph>
                        </TableCell>
                     <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                            <xrd:InlineDocumentValue PropertyName="OUTPUTSGSTONSALESGST5" AggregateGroup="GST5" Format="0.00"/>
                            </Paragraph>
                        </TableCell>
                          <!-- <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                             <xrd:InlineAggregateValue AggregateGroup="GST5" AggregateValueType="Sum" EmptyValue="0" Format="0.00"/>
                            </Paragraph>
                        </TableCell>-->
                    </TableRow>
                    <TableRow>
                    
                    </TableRow>
                     <TableRow>
                     <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria">GST @ 12%
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                               <xrd:InlineDocumentValue  PropertyName="OUTPUTCGSTONSALESGST12" AggregateGroup="GST12" />
                            </Paragraph>
                        </TableCell>
                         <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                             <xrd:InlineDocumentValue  PropertyName="OUTPUTSGSTONSALESGST12" AggregateGroup="GST12" />
                            </Paragraph>
                        </TableCell>
                        <!-- <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                             <xrd:InlineAggregateValue AggregateGroup="GST12" AggregateValueType="Sum" EmptyValue="0"  />
                            </Paragraph>
                        </TableCell>-->
                    </TableRow>
                     <TableRow>
                     <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria">GST @ 18%
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                               <xrd:InlineDocumentValue  PropertyName="OUTPUTCGSTONSALESGST18" AggregateGroup="GST18" />
                            </Paragraph>
                        </TableCell>
                         <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                             <xrd:InlineDocumentValue  PropertyName="OUTPUTSGSTONSALESGST18" AggregateGroup="GST18" />
                            </Paragraph>
                        </TableCell>
                         <!--<TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                             <xrd:InlineAggregateValue AggregateGroup="GST18" AggregateValueType="Sum" EmptyValue="0"  />
                            </Paragraph>
                        </TableCell>-->
                    </TableRow>
                     <TableRow>
                     <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria">GST @ 28%
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                                 <xrd:InlineDocumentValue PropertyName="OUTPUTCGSTONSALESGST28" AggregateGroup="GST28"/>
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                                 <xrd:InlineDocumentValue  PropertyName="OUTPUTSGSTONSALESGST28" AggregateGroup="GST28"/>
                            </Paragraph>
                        </TableCell>
                       <!-- <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                             <xrd:InlineAggregateValue AggregateGroup="GST28" AggregateValueType="Sum" EmptyValue="0"/>
                            </Paragraph>
                        </TableCell>-->
                    </TableRow>
                    <TableRow>
                        <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria">CESS @ 12% 
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Center" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                                <xrd:InlineDocumentValue PropertyName="OUTPUTCESSONSALESCESS12" />
                            </Paragraph>
                        </TableCell>
                        <TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                            </Paragraph>
                        </TableCell>
                       <!--<TableCell BorderBrush="Black" BorderThickness="0,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="10" FontWeight="Bold" FontFamily="Cambria">
                            </Paragraph>
                        </TableCell>-->
                    </TableRow>                    
                </TableRowGroup>
            </Table>
            <Table Name="Declaration" Margin="0" Padding="0,0,0,0" CellSpacing="0" BorderBrush="Black" BorderThickness="0,0,0,0">
                <Table.Columns>
                    <TableColumn Width="281" />
                </Table.Columns>
                <TableRowGroup>
                 <TableRow>
                        <TableCell BorderBrush="Black" BorderThickness="1,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                    <TableRow>
                        <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="1,0,1,1">
                            <Paragraph TextAlignment="Left" FontSize="14" FontFamily="Cambria" FontWeight="Bold"> You Saved :Rs.
                               <xrd:InlineAggregateValue AggregateGroup="SavedAmt" AggregateValueType="Sum" EmptyValue="0"/>
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                   <!-- <TableRow>
                        <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold"> You Donated :Rs.
                              <xrd:InlineDocumentValue PropertyName="YOUDONATED" />
                            </Paragraph>
                        </TableCell>
                    </TableRow>-->
                    <TableRow>
                        <TableCell BorderBrush="Black" BorderThickness="1,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold"> 
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                    <TableRow>
                        <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="1,0,1,0">
                            <Paragraph TextAlignment="Left" FontSize="14" FontFamily="Cambria" FontWeight="Bold">Terms &amp; Conditions :
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                    <TableRow>
                        <TableCell Padding="10,0,0,0" BorderBrush="Black" BorderThickness="1,0,1,1">
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" Margin="0,0,0,0">1. We will exchange products within 3 days from the date of invoice. No exchange without Invoice, Price Tags and Barcode. 
                            </Paragraph>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" Margin="0,0,0,0">2. Altered and Soiled pieces will not be exchanged. Exchange done if return in Saleable condition.
                            </Paragraph>
                             <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" Margin="0,0,0,0">3. Subject To Nagpur Jurisdiction only E. &amp; O.E.
                            </Paragraph>
                             <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" Margin="0,0,0,0">4. Goods once sold cannot be returned back in any condition. No Guarantee for Material, Color &amp; Stitiches.
                            </Paragraph>
                             <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" Margin="0,0,0,0">5.If any situation like COVID-19,etc. No Exchange/ No Return Policy implemented.
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                     <TableRow>
                        <TableCell>
                            <Paragraph TextAlignment="Left" FontSize="12" FontFamily="Cambria" FontWeight="Bold">
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                     <TableRow>
                        <TableCell>
                            <Paragraph TextAlignment="Center" FontSize="12" FontFamily="Cambria" FontWeight="Bold">Thank You | Visit Again
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                     <TableRow>
                        <TableCell>
                            <Paragraph TextAlignment="Center" FontSize="12" FontFamily="Cambria" FontWeight="Bold">Stay Healthy | Stay Safe
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                     <TableRow>
                        <TableCell>
                            <Paragraph TextAlignment="Center" FontSize="12" FontFamily="Cambria" FontWeight="Bold" Margin="10,0,0,0"> Have A Wonderful Day ☺
                            </Paragraph>
                        </TableCell>
                    </TableRow>
                </TableRowGroup>
            </Table>
        </xrd:SectionDataGroup>
    </Section>
</FlowDocument>
