﻿.slid-nd:before {
    background-image: url(/App_Theme/fa-IR/images/bt-pg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 64px;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 999;
    bottom: -12px;
}
.DimoContent{
    width:100%;
    max-width:100%;
}
.row-pg {
    padding: 90px 0 180px 0;
}
.dv-container {
    max-width: 90%;
    margin: 0 auto;
}
.row-content .ti-nd {
    padding-bottom: 45px;
    display: table;
    margin: 0 auto;
    position: relative;
    color:#000;
}
.product-mn {
    background-color: #F9FAFA;
    background-image: url(/App_Theme/fa-IR/images/service_back.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 10px 20px 30px 20px;
    display: block;
    border-radius: 7px;
    margin-bottom: 15px;
}
.img-dv {
    width: 170px;
    margin: 0 auto 30px auto;
}
.product-mn .dimo-ti-bx {
    color: #000;
    direction: rtl;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}
.dimo-p-x {
    font-size: 15px;
    text-align: justify;
    direction: rtl;
    line-height: 25px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}
.content-style {
    padding: 30px 20px 15px 20px;
}
    .content-style p {
        font-size: 15px;
        direction: rtl;
        text-align: justify;
        line-height: 32px;
    }
        .content-style p strong {
            text-align: right;
            padding-bottom: 15px;
            display: block;
        }
    .content-style ul {
        padding: 20px 0;
    }
        .content-style ul li {
            direction: rtl;
            font-size: 15px;
            text-align: right;
            padding: 0 15px 10px 15px;
        }
            .content-style ul li:before {
                float: right;
                width: 5px;
                height: 5px;
                background-color: #000;
                border-radius: 50%;
                content: "";
                margin-left: 5px;
                position: relative;
                top: 9px;
            }