@media print{
   
    html{-webkit-print-color-adjust: exact; width: 100%; height: 100%; margin: 10 0; padding: 0;}   
    .print-row .col-lg-6{width:49%;}   
    .print-info .row .col-lg-6{width:49%;}
    .discloser-info{ height: 500px;}
    .biil-price-new{padding-left: 45px;}
    .gst-para {margin-bottom: 1px;}
    .newbill-form .new-group p{    font-size: 15px;  font-weight: 500; margin:0; width: 110px;}
    .purchase-heading{ width: 160px;}
    .dealer-information{margin-top: 10rem !important;}     

    .section-one { page-break-after: avoid; height: 1350px; position: relative; }
    .section-two { page-break-before: always; height: 1350px; position: relative; }

      * {
        -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
        }
      
        .sections-one {
          page-break-after: avoid !important;  
        }

        .sections-two {
          page-break-before: always !important;  
        }

        .sections-three {
          page-break-before: always !important;  
        }


        
    }