@media print {
    body {
        width: 100%;
        margin: 30px 0 !important;
    }

    *,
    *::before,
    *::after {
        -webkit-print-color-adjust: exact;
    }

    pre,
    blockquote,
    img {
        break-inside: avoid;
    }

                img,
                svg {
                    display: none;
    }

    .tb-header-container,
    footer {
        display: none;
    }

    a,
    a:not(.btn) {
        text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    .container,
    .container-fluid {
        max-width: 100% !important;
    }

    .breadcrumb-new {
        display: none;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left i !important;
    }

    .col-1,
    .col-lg-1,
    .col-xl-1 {
        max-width: 8.333333% !important;
    }

    .col-2,
    .col-lg-2,
    .col-xl-2 {
        max-width: 16.666667% !important;
    }

    .col-3,
    .col-lg-3,
    .col-xl-3 {
        max-width: 25% !important;
    }

    .col-4,
    .col-lg-4,
    .col-xl-4 {
        max-width: 33.333333% !important;
    }

    .col-5,
    .col-lg-5,
    .col-xl-5 {
        max-width: 41.666667% !important;
    }

    .col-6,
    .col-lg-6,
    .col-xl-6 {
        max-width: 50% !important;
    }

    .col-7,
    .col-lg-7,
    .col-xl-7 {
        max-width: 58.333333% !important;
    }

    .col-8,
    .col-lg-8,
    .col-xl-8 {
        max-width: 66.666667% !important;
    }

    .col-9,
    .col-lg-9,
    .col-xl-9 {
        max-width: 75% !important;
    }

    .col-10,
    .col-lg-10,
    .col-xl-10 {
        max-width: 83.333333% !important;
    }

    .col-11,
    .col-lg-11,
    .col-xl-11 {
        max-width: 91.666667% !important;
    }

    .col-12,
    .col-lg-12,
    .col-xl-12 {
        max-width: 100% !important;
    }

    #contact-floater,
    #drift-frame-controller {
        display: none;
    }

    .tb-video-container,
    .Inpage-navigation {
        display: none;
    }
}