
@media print {
    a[href]:after {
        content: none !important;
    }
    p  {font-size: 8pt  !important; }
    li  {font-size: 8pt  !important; }
    h1, h2, h3, h4, h5, h6   { font-size : 10pt  !important; }
    .resource-print { height: 330px !important; }
    .visible-print  { display: inherit !important; }
    .hidden-print   { display: none !important; }
    .eqprint { overflow-y: hidden !important; max-height: 100% !important; display: block!important;}
    .pagebreak {page-break-before: always;}
     #tawkchat-iframe-container {display: none !important;}
    #tawkchat-minified-iframe-element {display: none !important;}



    footer {
        padding-top: 20px !important;

    }
    footer {
        margin: 2em 0 !important;
    }

}

.meaform{
    display: none;
}

.noprint{
    display: none;
}


@media print {

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 100%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        /*width: 41.66666666666667%;*/
        width: 55%;
    }
    .col-lg-4 {
        /*width: 33.33333333333333%;*/
        width: 45%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }

}






