.rtl-page-styles {
    direction: rtl;
}

.rtl-page-styles .block-BioGridwithFlyoutBlock .text-wrap h4 {
    text-align: right;
}

.rtl-page-styles .table-responsive table tr td {
    text-align: right;
}

.rtl-page-styles .policy-content-wrap .content-block {
    text-align: right !important;
}

.rtl-page-styles .faq__item-txt {
    max-width: 100%;
    padding-left: 10%;
}

.rtl-page-styles .fa-arrow-up {
    transform: rotate(-45deg) !important;
}

.rtl-page-styles .readmore svg {
    transform: rotate(180deg) !important;
}

.rtl-page-styles .tabs__title-slide-txt-arrow {
    transform: rotate(180deg);

}

.rtl-page-styles .tabs__container .slide-active .tabs__title-slide-txt-arrow {
    margin-right: 2rem;
}

.rtl-page-styles .tabs__title-slide-txt:before {
    right: .5rem;
    left: auto !important;
}

.rtl-page-styles .header .hamburger span {
    margin-right: 1rem;
}

@media (min-width: 768.1px) {
    .rtl-page-styles .contact-form #div_id_last_name {
        margin-right: 4%;
        margin-left: 0;
    }
}