﻿.btm-bx-bc1 {
    width: 100%;
    max-width: 1000px;
    margin: 25px auto;
    padding: 10px 20px;
    position: relative;
    z-index: 3;
    border: 1px solid #00152f30;
    margin-bottom:40px;
}

section.item-mg, .icon-mg {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon-mg {
    padding: 0;
    display: inline-block;
    position: relative;
    top: 11px;
    margin-left: 12px;
    background: url(../images/questionMark.png) no-repeat 0 0;
    width: 54px;
    height: 43px;
    float: right
}

.item-mg {
    overflow: hidden;
    border-bottom: 1px dotted #939393;
    cursor: pointer;
    padding-bottom: 10px;
}

.btm-bx-bc1 .item-mg:last-child {
    border-bottom: 0;
}
.btm-bx-bc1:last-child .item-mg {
    border-bottom: 0;
}
.btm-bx-bc1 section.item-mg:last-child {
    border-bottom: 0;
}

.item-mg:hover .icon-mg {
    background-position: 0 -60px
}

    .item-mg h3 {
        font-size: 14px;
        margin: 17px 0 0;
        display: block;
        color: #000;
        font-weight: 700;
        width: 88%;
        float: right;
        direction: rtl;
        text-align: justify
    }
.nd-reply {
    padding-top: 10px;
    overflow: hidden;
    color: #1e1e1e;
}

a.reply-btn {
    color: #FFF;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    background: #75ae31;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3 ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    position: relative;
    top: -40px;
    cursor: pointer
}

/*section div.more-info-zeus {
    padding: 0;
    position: relative;
    top: -20px
}*/

.zeus-q {
    line-height: 27px
}

section.bx-mg-hd .more-info-zeus {
    display: none
}

.icon-q {
    display: block;
    width: 74px;
    height: 54px;
    background: url(../images/questionMark.png) no-repeat 0 -111px;
    float: right
}

.dimo_introtitle {
    font: 20px iransansweb;
    direction: rtl;
    text-align: center;
}
.title-q i {
    position: relative;
    top: 1px;
    padding-left: 5px;
}