/* ===================================
    Contact Form - RTL
====================================== */
.rtl input[type="checkbox"],
.rtl input[type="radio"] {
	float: none;
}
.rtl .wpcf7-form,
.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"],
.rtl .wpcf7 input[type="date"] {
    direction: rtl;
}
.rtl .input-wrapper i,
.rtl .input-wrapper svg {
    left: inherit;
    right: 25px;
}
.rtl .input-wrapper .select-arrow:after {
    right: inherit;
    left: 20px;
}
.rtl .input-wrapper .select-arrow.right:after {
    right: inherit;
    left: 10px;
}

/* Crafto Form Style 03 */
.rtl .crafto-form-style-3 .input-wrapper i,
.rtl .crafto-form-style-3 .input-wrapper svg {
    right: 25px;
    left: inherit;
}
.rtl .crafto-form-style-3 input:not(.wpcf7-submit){
    padding-inline-start: 55px;
    padding-inline-end: 25px;
}
.rtl .crafto-form-style-3 textarea {
    padding-inline-start: 55px;
    padding-inline-end: 15px;
}

/* Crafto Form Style 05 */
.rtl .crafto-form-style-5 .input-wrapper i,
.rtl .crafto-form-style-5 .input-wrapper svg {
    left: 5px;
    right: inherit;
}

/* Crafto Form Style 06 */
.rtl .crafto-form-style-6 .input-wrapper i,
.rtl .crafto-form-style-6 .input-wrapper svg {
    left: 5px;
    right: inherit;
}

/* Promo Popup */
.rtl .crafto-promo-popup-wrap .contact-form-wrapper .crafto-form-style-3 .wpcf7-checkbox label input[type="checkbox"],
.rtl .crafto-promo-popup-wrap .contact-form-wrapper .crafto-form-style-3 .wpcf7-checkbox label input[type="radio"] {
	float: none;
}