/* Print page :start */
@page {
    size: A4;
    margin: 12px 12px;
}

@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
    }
}

b, strong{
    font-weight: 700;
}
p {
    line-height: 1.3;
}
a {
    color: #2b8fda;
}

.ps-0 {
    padding-left: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}

.print-new h6 {
    font-weight: 600;
    font-size: 17px;
}
.phd-type-1 {
    font-size: 22px;
    font-weight: 600;
    color: #383838;
    margin: 0 0 15px 0;
}
.phd-type-1 small {
    font-size: 65%;
    font-weight: 700;
}
.phd-type-2 {
    font-size: 16px;
    font-weight: 700;
    color: #383838;
    margin: 0 0 15px 0;
}
.print-full .inner-page {
    padding: 0 0 40px 0;
}
.fix-example-table {
    padding: 0 30px;
}
.fix-example-table .table td {
    font-size: 13px !important;
    padding: 6px 12px !important;
    font-weight: 400 !important;
}
.fin-comp-details p {
    display: inline-block;
    padding-right: 10px;
}
.print-full .used-car-detail .details-cell li {
    padding: 15px 5px;
}
.print-spec {
    padding: 0;
}
.print-spec li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.print-car-details {
    margin-bottom: 10px;
}
.print-car-details span {
    font-size: 12px;
    padding-right: 0;
    width: 100%;
}
.print-car-details span:nth-child(2) {
    width: 15px;
}
.print-new p {
    font-size: 12px;
}
.dealer-box {
    padding: 6px;
    background: #f3f3f3;
}
.print-rght-image .print-image {
    margin-bottom: 15px;
    margin-right: 15px;
    width: 100%;
}
.print-rght-image .print-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.print-single-image {
    height: 270px;
}
.print-two-image {
    height: 135px;
}
.print-fin-disclo p {
    font-size: 12px;
    margin-bottom: 8px;
}
.print-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.print-price p {
    font-weight: bold;
}
.print-price strong {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #2b8fda;
}
.dt-title {
    width: 84px;
}
.price-col p {
    margin-bottom: 0;
}
.print-features p {
    font-size: 13px;
    margin-bottom: 8px;
}


.print-list-style-1 {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin: 15px 0px;
    padding: 0px;
    columns: 2;
    gap: 80px;
}
.print-list-style-1 li {
    position: relative;
    padding: 2px 0 2px 25px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
.print-list-style-1 li::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 1px;
    left: 0;
}
/* Print page :end */