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

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

.faq-content {
    direction: rtl;
    font-family: iransansweb;
    padding: 0 20px;
    margin-top: 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: #fff;
    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;
    border-radius: 5px;
}
.faq-q p {
    font-size: 0.7em;
    line-height: 27px;
    padding-left: 35px;
}

    .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: #656565;
    display: none;
    padding-left: 1.5em;
    line-height: 25px;
    padding-top: 15px;
}

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

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


/**********************************************************************************
***************************Ferequently Question[end]*******************************
***********************************************************************************/