@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: none;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a4;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }
}

@media print {
    a[href].mailtoui:after {
        content: ' (' attr(href) ')';
    }
}


@media print {

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left !important;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }


    .red-circle-icon {
        display: none
    }

    .btn {
        display: none
    }

    .breadcrumbs-cont a {
        color: #666 !important;
    }

    .text-white {
        color: #000 !important;
    }

    .hero-container-normal h1, .hero-container-normal .h1, .hero-container-normal h2, .hero-container-normal .h2, .hero-container-normal h3, .hero-container-normal .h3, .hero-container-normal h4, .hero-container-normal .h4, .hero-container-normal h5, .hero-container-normal .h5, .hero-container-normal h6, .hero-container-normal .h6, .hero-container-normal p {
        color: #000 !important;
    }

    .hero-container {
        padding: 10px 0 !important;
    }
    .hero-container-service.has-bg-image:before{content: none;background:transparent!important;}
    .hero-container-service,
    .hero-container.bg-primary {
        background: transparent !important;
    }

    .toc-cont {
        display: none
    }

    .page-text-section-for-services .bg-gray-100.my-3.p-4 {
        padding: 0px !important;
        background: transparent!important;
        margin: 10px 0px !important;
    }

    .jigsaw-list .col-1 img{display:none}
}

