﻿.DimoContent {
    width:100%;
    max-width:100%;
    padding:0;
}
.dimo_introtitle{
    font-weight:bold;
}
.DimoContent h2 {
    margin-top: 15px;
}
    .brands-prx {
        overflow: hidden;
        height: auto;
        background: #8c1f1f;
        padding: 30px 0;
        margin: 25px 0;
    }
.en-heading {
    color: #8c1f1f;
}

.pk-bx {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 7px #cfcfcf;
    border-bottom: 1px solid #8c1f1f;
    margin-bottom: 20px;
}

    .pk-bx img {
        width: 60px;
        margin-top: 15px;
    }

    .pk-bx h3 {
        color: #000;
        font-weight: bold;
        font-size: 14px;
    }

    .pk-bx p {
        line-height: 26px;
        direction: rtl;
        text-align: justify;
        font-size: 12px;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: unset;
    }

.bx-small-service {
    font-size: 13px !important;
    border: 1px solid #bababa;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

    .bx-small-service a {
        color: #fff;
    }

.bx-repair-service {
    text-align: center;
    margin: 30px 0 50px;
}

    .bx-repair-service img {
        width: 120px;
        height: 100px;
    }

    .bx-repair-service h4 {
        font-size: 14px;
    }
table {
    width: 90%;
    text-align: center;
    direction: rtl;
}
        table tr {
        }
            table tr td {
                text-align: center;
                border: 1px solid #d8d8d8;
            }

            table tr th {
                border: 1px solid #d8d8d8;
                background: #c4c4c4;
                text-align: center;
            }