
.faqQ h3 {text-align:center;}
.robinhooodir_container.faqQ {max-width:850px;margin-top:70px;}

.bOXq .faqspr:last-child p{margin-bottom: -13px;}
.bOXq .faqspr p {
	margin-bottom:10px;margin-top:5px;
}
.bOXq .faqspr{
    font-size: 15px;
}

.faqquid .pr__title {margin-bottom:10px;margin-top: -10px;}

.faqquid {
    max-height: 61px; /* ارتفاع بسته */
    overflow: hidden;
    transition: max-height 0.4s ease;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px !important;
}

.faqquid.faqqopen {
    /* max-height رو داینامیک می‌ذاریم از جاوااسکریپت */
}

.faqquid p {opacity:0;    transition: all 1s ease;}
.faqquid.faqqopen p {opacity:1;}


.faqquid i {position:absolute;left: 20px;font-size: 15px;top: 21px;transition: all 0.6s;opacity: 0.7;}
.faqquid.faqqopen i {transform: rotate(-180deg);}
