body.rtl {
	font-family: 'Almarai', sans-serif !important;
	color: #000;
	font-size: 18px;
    line-height: 28px;
}
.rtl .boxi-title-inner {
    text-align: right;
}
.rtl a.boxi-btn {
    text-align: right;
    float: right;
}
.rtl .boxi-title-inner {
    text-align: right;
}
.rtl .boxi-counter-inner {
    text-align: right;
}
.rtl .boxi-counter-inner h3 {
    text-align: right;
}
.rtl .boxi-secondary-title.text-red  h3 {
	text-align: right !important;
}
.rtl .center-title .boxi-title-inner h2 span {
    padding-right: 200px;
	padding-left: initial;
}
.rtl .boxi-box {
    text-align: right;
}
.rtl #footer {
    text-align: right;
}
.rtl footer ::placeholder {
	text-align: right;
}
.rtl .campain-form-box h3 {
	text-align: right;
}
.rtl .boxi-counter-value {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rtl .boxi-packages {
    display: flex;
    flex-direction: row;
}
.rtl a.boxi-package-link {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-direction: row-reverse;
}
.rtl .boxi-faq-question {
    flex-direction: row-reverse;
}
.rtl .campain-form-box  .wpforms-form {
    align-items: flex-start;
}
.rtl .wpforms-field-radio.wpforms-list-inline {
    align-items: flex-start;
}
.rtl .footer-contact {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.rtl .row.footer-row {
    display: flex;
    flex-direction: row-reverse;
}
.rtl footer .wpforms-form {
    display: flex;
    flex-direction: row;
}
.rtl .social_media {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
 .rtl .footer-contact {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.rtl .footer-phone a {
	direction: ltr;
	float:left;
}
.rtl ul#menu-footer-menu {
    padding-right: 2rem;
    padding-left: initial;
}
.rtl .footer-copyright {
    text-align: left;
}
body.rtl .iti__selected-country,
.rtl div.wpforms-container .wpforms-form .iti__selected-country, 
.rtl div.wpforms-container-full .wpforms-form .iti__selected-country,
.rtl #wpforms-conversational-form-page .iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    padding-right: 20px;
}
.rtl .footer-contact {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.rtl footer .wpforms-submit::before {
   transform: rotate(90deg);
}
.rtl .campain-form-box .wpforms-form input::placeholder {
	padding-right: 20px;
}
.rtl .campain-form-box .wpforms-field-phone input::placeholder {
	padding-right: 5px !important;
}
@media (max-width: 767px) { 
	.rtl .boxi-counter {
		justify-content: flex-start;
	}
	.rtl .center-title .boxi-title-inner h2 span {
		padding-right: 0;
		padding-left: initial;
	}
	.rtl ul#menu-footer-menu {
		padding-right: initial;
		padding-left: initial;
	}
	.rtl .footer-contact {
		display: flex;
		justify-content: flex-start;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.rtl .social_media {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
}