/*
Theme Name: nw child
Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
*/


.card-header button,
.form-home h2 span,
.heading h2 span {
    font-family: "NeoSansArabic", Georgia, serif !important;
}

.heading h2 span {
    letter-spacing: 0 !important;
}

.topbar .social-icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topbar .contact-info {
    text-align: left;
}

.topbar .contact-info > div:last-child,
.topbar .contact-info > div {
    padding-left: 20px;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 37px;
    border-left: 1px solid #ddd;
    border-right: 0px;
}

.topbar .contact-info > div:last-child {
    border-left: 0;
}

.wh-col .justify-content-between {
    direction: ltr;
}

.wh-col .justify-content-between div {
    direction: rtl;
}

.form-home h2 {
    padding-left: 0;
    padding-right: 70px;
}

.form-home h2 i {
    left: inherit;
    right: 0;
}

.nsletter .newsletter-inner .tnp-subscription .tnp-submit {
    right: inherit;
    left: 5px;
}

.iconlist {
    border-right: 0;
    border-left: 1px dashed #eee;
}

.cocoen {
    direction: ltr;
}

.cocoen > div:after {
    content: "قبل";
}

.cocoen:after {
    content: "بعد";
}

.form-home h2 i {
    left: 0;
    right: 0;
}

.rtl .dropdown-menu, [dir=rtl] .dropdown-menu {
    right: inherit;
    left: inherit;
    text-align: center;
}

@media (max-width: 992px) {
    .form-home h2 {
        padding: 70px 0 0 0 !important;
    }
}
