﻿
/**********************************************************************************
***************************Ferequently Question[start]******************************
***********************************************************************************/

/*.btm-bx-bc1 {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    z-index: 3;
}

.bx-mg-hd, .nd-reply {
    color: #4e5174;
}

section.item-mg, .icon-mg, h3, div {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.item-mg {
    margin-bottom: 23px;
    overflow: hidden;
}

.icon-mg {
    padding: 0;
    display: inline-block;
    position: relative;
    top: 20px;
    margin-left: 12px;
    background: url(/App_Themes/images/questionMark.png) no-repeat 0 0;
    width: 54px;
    height: 43px;
    float: right;
}

.item-mg {
    margin-bottom: 10px;
    overflow: hidden;
}


    .item-mg:hover .icon-mg {
        background-position: 0 -60px;
    }

style-page-t.css:1238 section.item-mg, .icon-mg, h3, div {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.item-mg h3 {
    font-size: 14px;
    margin: 10px 0 0;
    display: block;
    color: #000;
    font-weight: bold;
    width: 88%;
    float: right;
    direction: rtl;
    text-align: justify;
}

a.reply-btn {
    text-align: center;
    display: inline-block;
    border-radius: 1px;
    float: left;
    margin-top: 10px;
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    -moz-transition: .3 ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    cursor: pointer;
    background: #4b617012;
    padding: 0px 10px;
    color: #727272;
    border: 1px solid #a9a9a9;
    font-weight: normal;
}

section div.more-info-balsa {
    padding: 10px 0 5px 0;
}

.balsa-q {
    line-height: 27px;
    font-weight: normal;
    font-size: 13px;
}

section.bx-mg-hd .more-info-balsa {
    display: none;
}

.icon-q {
    display: block;
    width: 35px;
    height: 44px;
    background: url(/App_Themes/images/questionMark.png) no-repeat 0px -127px;
    float: right;
}

.bx-mg-hd, .nd-reply {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 4px;
    margin-bottom: 0;
    line-height: 23px;
    font-weight: bold;
}*/

/**********************************************************************************
***************************Ferequently Question[end]*******************************
***********************************************************************************/
.faq-form .faq-main-bx {
    background: none !important;
}

    .faq-form .faq-main-bx:before {
        content: initial !important;
    }

    .faq-form .faq-main-bx h2, .faq-form .faq-q p {
        color: #000 !important;
    }

.faq-form .container { 
    padding: 7px;
}

.faq-form .faq-a {
    color: #727070;
}


.faq-main-bx {
    padding: 30px 0;
    background: url('/App_Themes/images/faq-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    
}
    .faq-main-bx:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #000000bd;
        top: 0;
    }

    .faq-main-bx .container {
        width: 90%;
        max-width: 1400px;
        direction: rtl;
    }


    .faq-main-bx .title-ln {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        float:right;
    }

    .faq-main-bx .dt-balsa {
        width: 25px;
        background: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        float:right;
        direction:rtl;
        align-content: center;
    }

        .faq-main-bx .dt-balsa span {
            background-color: #fff;
            display: block;
            border-radius: 50%;
        }

            .faq-main-bx .dt-balsa span:nth-child(1) {
                width: 6px;
                height: 6px;
            }

            .faq-main-bx .dt-balsa span:nth-child(2) {
                width: 4px;
                height: 4px;
                margin-left: 1.5px;
            }

            .faq-main-bx .dt-balsa span:nth-child(3) {
                width: 3px;
                height: 3px;
                margin-top: 1px;
            }




    .faq-content {
        direction: rtl;
        font-family: iransansweb;
        padding: 0 20px;
    }

.faq-header {
    font-size: 2em;
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}

.faq-c {
    border-bottom: 1px dotted #353535;
    padding: 1em 5px;
}

.faq-t {
    line-height: 1em;
    color: #595757;
    font-family: sans-serif;
    float: left;
    font-weight: 700;
    padding-right: 0.3em;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    padding-top: 4px;
    padding: 1px 5px 5px;
    opacity: 0.6;
}
.faq-q p {
    font-size: 0.6em;
    line-height: 27px;
    padding-left: 35px;
    margin-bottom: 0;
    color: #fff;
}

    .faq-o {
        transform: rotate(-45deg);
        transform-origin: 50% 50%;
        -ms-transform: rotate(-45deg);
        -ms-transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: 50% 50%;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        transition: all 200ms;
    }

.faq-q {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 100;
    padding-bottom: 5px;
}

.faq-a {
    clear: both;
    color: #9e9d9d;
    display: none;
    padding-left: 1.5em;
    line-height: 25px;
}

.faq-main-bx h2 {
    position: relative;
    color: #fff;
}

@media only screen and (max-width:760px) {
}