/* FAQ style start */
[dir="rtl"] .faq-one__right .faq-one-accrodion .accrodion-title h4::before {
    right: auto;
    left: 0;
    transform: translateY(-50%) scaleX(-1);
}

[dir="rtl"] .faq-one1 {
    margin-right: 222px !important;
}

/* FAQ style end */

/* Newsletter Two Start  */
[dir="rtl"] .newsletter-two__big-text {
    left: auto;
    right: 0;
}

[dir="rtl"] .newsletter-two__input input[type="email"] {
    padding: 0 40px 0;
    padding-left: 172px;
    padding-right: 40px;
    text-align: right;
}

[dir="rtl"] .newsletter-two__btn {
    right: auto;
    left: 10px;
}
.newsletter-two__btn {
    top: unset !important; 
}
