﻿.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%;
    padding: 0;
    font-family: 'KalamehWeb';
    margin-bottom: auto;
}
.row-pg {
    padding: 90px 0 180px 0;
}
.dv-container {
    max-width: 90%;
    margin: 0 auto;
}
.breadcrumb-container {
    position: relative;
    overflow: hidden;
    direction: rtl;
}
.breadcrumb {
    background: none;
    direction: rtl;
    margin-bottom: 0 !important;
    padding: 5px 0 20px 0 !important;
    list-style: none !important;
    display: inline-flex;
}
ol li {
    direction: rtl;
    display: block;
    text-align: right;
    padding: 6px 0;
    font-size: 13px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li a {
    color: #000;
    padding-left: 10px;
}
.breadcrumb li .fa {
    margin-left: 5px;
}
.breadcrumb > .active {
    color: #777;
}
.dimo_introtitle h1 {
    direction: rtl;
    text-align: right;
    font-size: 24px;
    font-family: 'Kalameh-Bold';
    padding: 0 0 0px 15px;
}
.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;
    font-size:14px;
}
    .frm-bx svg {
        position: relative;
        top: 3px;
    }
.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 ul {
    margin-bottom: 30px;
}
    .dt-ms-product ul li {
        direction: rtl;
        font-size: 15px;
        text-align: right;
        padding: 0 15px 15px 15px;
        line-height: 30px;
        position: relative;
    }
        .dt-ms-product ul li:before {
            float: right;
            width: 5px;
            height: 5px;
            background-color: #000;
            border-radius: 50%;
            content: "";
            margin-left: 5px;
            position: relative;
            top: 12px;
        }
#side {
    width: 32%;
    float: left;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.dt-product-pg #side {
    width: 24%;
}
.make-me-sticky {
    position: sticky;
    top: -20px;
}
.bc-side {
    background-color: #F9FAFA;
    background-image: url(/App_Theme/fa-IR/images/service_back.png);
    padding: 10px 30px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.img-dv {
    width: 100%;
    margin: 0 auto 30px auto;
}

.picUl {
    border-top: 1px solid rgb(246 246 246);
}
    .picUl li {
        width: 85px;
        height: 85px;
        margin: 2px;
    }
        .picUl li a img {
            width: 82px;
            height: 82px;
            border: 1px solid #e4e4e4;
            border-radius: 3px;
        }


    .pr-lst li a {
        display: block;
        padding: 8px 0px;
        background-color: #f5f6f9;
        margin-bottom: 5px;
        border-radius: 8px;
    }
    .pr-lst li a img {
        width: 65px;
    }
.pr-lst h4 {
    line-height: 30px;
    font-size: 14px;
    direction: rtl;
    color: #000;
    padding-top: 19px;
    text-align: right;
}
.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}
.titr-bld{
    font-weight:bold;
}
@media only screen and (max-width: 1370px) {
    .dv-container {
        max-width: 100%;
        padding: 0 3px;
    }
}

@media only screen and (max-width: 990px) {
    .row-pg {
        padding: 30px 0 30px 0;
    }
    #side {
        display: none;
    }
    ol li {
        text-align: right;
        padding: 3px 0;
        font-size: 13px;
        line-height: 23px;
    }
    .dimo_introtitle h1 {
        font-size: 15px;
        text-align: justify;
        direction: rtl;
        line-height: 24px;
        padding: 0 0;
    }
    .frm-bx {
        gap: 1px;
        font-size: 11px;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 10px 0;
    }
        .frm-bx svg {
            display: none;
        }
    .dt-ms-product p {
        font-size: 14px;
        line-height: 29px;
    }
    .dt-ms-product h2, .dt-ms-product h3 {
        font-size: 15px;
    }
    .dt-ms-product ul li {
        font-size: 13px;
        padding: 0 9px 7px 9px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 760px) {
    .breadcrumb {
        background: none;
        direction: rtl;
        margin-bottom: 0 !important;
        padding: 5px 0 20px 0 !important;
        list-style: none !important;
        display: inline-flex;
        white-space: nowrap;
        overflow: scroll;
    }
    .img-dv {
        width: 91px;
        margin: 0 auto 30px auto;
    }
}