/*
Theme Name:Al Razaia
Version:1.0
Text Domin:al-razaia
*/
/*arabic*/
html[lang="ar"] .services_archive .row:nth-child(odd) {
    direction: ltr;
    margin-top: 31px;
}
html[lang="ar"] .services_archive .row:nth-child(odd) .services_info {
    direction: rtl;
}

html[lang="ar"] .home_services .row:nth-child(odd) {
    direction: ltr;
    margin-top: 31px;
}

html[lang="ar"] .home_services .row:nth-child(odd) .services_info {
    direction: rtl;
}
/*english*/
html[lang="en-US"] .services_archive .row:nth-child(odd) {
    direction: rtl;
    margin-top: 31px;
}
html[lang="en-US"] .services_archive .row:nth-child(odd) .services_info {
    direction: ltr;
}

html[lang="en-US"] .home_services .row:nth-child(odd) {
    direction: rtl;
    margin-top: 31px;
}

html[lang="en-US"] .home_services .row:nth-child(odd) .services_info {
    direction: ltr;
}

/* .services_archive .row:nth-last-child(even) {
    direction: ltr;
    margin-top: 31px;
}

.services_archive .row:nth-last-child(even) .services_info {
    direction: rtl;
} */

#sendcontactform7{
    display: none;
}
/* .divsendcontactform7{
    height: 13px;
} */

input[type=email] {
  direction: rtl !important;
}
