﻿.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-pg .ti-nd {
    direction: rtl;
    text-align: right;
    font-size: 24px;
    font-family: 'Kalameh-Bold';
    padding: 0 15px 30px 15px;
    padding-right: 0;
    color: #000;
}

.frm-bx {
    direction: rtl;
    display: flex;
    padding: 20px 0px 10px 0;
    background-color: #fff;
    border-radius: 5px;
    gap: 5px;
    line-height: normal;
    margin: 5px 0px 11px 10px;
}
    .frm-bx svg {
        position: relative;
        top: 3px;
    }
.dimo-icon {
    font-size: 13px;
}



.dt-ms-product p {
    font-size: 15px;
    line-height: 33px;
    text-align: justify;
    direction: rtl;
}
.dt-ms-product h2, .dt-ms-product h3 {
    font-weight: bold;
    font-size: 18px;
    padding: 30px 0 15px 0;
    direction: rtl;
}
.dt-ms-product ol li, .dt-ms-product ul li {
    direction: rtl;
    display: block;
    text-align: right;
    padding: 6px 0;
    font-size: 13px;
}

    .dt-ms-product ul li:before, .dt-ms-product ol li:before {
        float: right;
        width: 5px;
        height: 5px;
        background-color: #000;
        border-radius: 50%;
        content: "";
        margin-left: 5px;
        position: relative;
        top: 12px;
    }



.dt-ms-product img, .dt-ms-product p img {
    width: 80%;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    height: auto;
    display: block;
}


@media only screen and (max-width: 990px) {
    .row-pg .ti-nd {
        padding-bottom: 67px;
    }
}

