.a5h {
    height: 148mm;
    width: 210mm;
    padding: 5mm;
}

.a5v {
    width: 148mm;
    height: 210mm;
}


.a4h {
    page: A4H;
    // background-color: red;
    padding: 10mm;
    // height: 180mm;
    width: 287mm;

    .col-left-container {
        padding-left: 5mm;
        padding-right: 5mm;
    }

    .col-right {
        padding-left: 5mm;
        padding-right: 0;
    }

    .logo-container {
        margin-bottom: 5mm;
        width: 100%;
        padding-right: 10mm;
    }

    img.logo {
        width: 100%;
    }

    .fz24 {
        font-size: 24px !important;
    }

    i.fz24 {
        font-size: 24px !important;

    }
}

.a4v {
    page: A4V;
    padding: 1cm;
    // background-color: blue;
}

.text-color3 {
    color: $theme-color3;
}

@media print {
    section.first-section {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;

        .single-property-content .property-meta {
            margin-bottom: 0px !important;
        }
    }

    .shadow {
        box-shadow: inherit !important;
    }

    @page A4H {
        size: landscape;
        margin: 5mm;
        margin-bottom: 15mm;
    }

    @page A4V {
        size: portrait;
        margin: 20mm;
    }

    body {
        font-size: 12px !important;
        background: #FFF !important;
    }

    .h1,
    h1 {
        font-size: 32px !important;
    }

    .h2,
    h2 {
        font-size: 20px !important;
    }

    .h3,
    h3 {
        font-size: 18px !important;
    }

    .h4,
    h4 {
        font-size: 16px !important;
    }

    .h5,
    h5 {
        font-size: 15px !important;
    }

    .h6,
    h6 {
        font-size: 14px !important;
    }

    .fz26 {
        font-size: 18px !important;
    }

    .fz24 {
        font-size: 16px !important;
    }

    i.fz24 {
        font-size: 18px !important;

    }

    .m10 {
        margin: 5px !important;
    }

    .ml10 {
        margin-left: 5px !important;
    }

    .mr10 {
        margin-right: 5px !important;
    }

    .mt10 {
        margin-top: 5px !important;
    }

    .mb10 {
        margin-bottom: 5px !important;
    }

    .m15 {
        margin: 10px !important;
    }

    .ml15 {
        margin-left: 10px !important;
    }

    .mr15 {
        margin-right: 10px !important;
    }

    .mt15 {
        margin-top: 10px !important;
    }

    .mb15 {
        margin-bottom: 10px !important;
    }

    .m20 {
        margin: 15px !important;
    }

    .ml20 {
        margin-left: 15px !important;
    }

    .mr20 {
        margin-right: 15px !important;
    }

    .mt20 {
        margin-top: 15px !important;
    }

    .mb20 {
        margin-bottom: 15px !important;
    }

    .m30 {
        margin: 15px !important;
    }

    .ml30 {
        margin-left: 15px !important;
    }

    .mr30 {
        margin-right: 15px !important;
    }

    .mt30 {
        margin-top: 15px !important;
    }

    .mb30 {
        margin-bottom: 15px !important;
    }

    #PropertyImages {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    section,
    section.bgc-f7 {
        padding: 0;
        padding-top: 10mm;
        background-color: #fff !important;

        .ps-widget {
            padding: 0px !important;
        }

        h4.title.mb30 {
            margin-bottom: 10px !important;
        }

        .default-box-shadow2 {
            box-shadow: none;
        }

        .description.text-ellipsis.ellipsis-6 {
            line-clamp: 4;
            -webkit-line-clamp: 4;
            min-height: 65px;

            p {
                margin-bottom: 5px !important;
            }
        }

        .bgc-f7.bdrs12.p15.row.mt20.mb20 {
            padding: 0px !important;
            margin: 0 !important;
            padding-top: 10px !important;
            padding-bottom: 10px !important;

            div.col-2 {
                padding: 0 !important;
                padding-top: 5px !important;
                padding-bottom: 5px !important;

                i.mb5 {
                    margin-bottom: 0px !important;
                }
            }
        }

        .row .col-12.fz24.pb10.pt25.fw600 {
            padding-bottom: 5px !important;
            padding-top: 10px !important;
        }

        .property-tags,
        .property-overview {
            line-height: 18px !important;
        }

        .single-property-content {

            h2.sp-lg-title {
                font-size: 18px !important;
                margin-bottom: 0;
            }

            .text-address {
                margin-bottom: 0 !important;
            }

            .property-meta .bdrs6.pl20 {
                padding-left: 0px !important;
                padding-right: 0px !important;
            }
        }
    }
}