/* Header AR */
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 0;
    padding-left: 0;
}
.rtl .top_header_right ul li {
    margin-left: 30px;
    margin-right: 0;
}
.rtl .top_header_right ul li:last-child {
    margin-left: 0;
}
.rtl .nav_menu li {
    margin-left: 40px;
    margin-right: 0;
}
.rtl .top_header_right ul li a span {
    margin-left: 10px;
    margin-right: 0;
}
.rtl .checkbox_cover .form-check-label {
    padding-right: 6px;
}
.rtl .nav_menu li:last-child {
    margin-left: 0;
}
.rtl .nav_menu li a:after,
.rtl .footer_contact ul li a:after,
.rtl .footer_bottom ul li a:after {
    right: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.rtl .nav_menu li a:hover:after,
.rtl .footer_contact ul li a:hover:after,
.rtl .footer_bottom ul li a:hover:after {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
/* Home Page - AR */

/* Banner Section */
.rtl .vc_section.banner:before {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 2.8%, rgba(255, 255, 255, 0) 57.26%)
}
.rtl .vc_btn3-container.vc_btn3-left {
    text-align: right;
}
/* About Section */
.rtl .vc_section.about_section .container {
    display: flex;
    flex-wrap: wrap;
}
/* Product & Service Section */
.rtl .product_service .vc_btn3-container {
    text-align: left !important;
}
.rtl .text_link button:after {
    margin-right: 10px;
    margin-left: 0;
    transform: rotate(180deg);
}
.rtl .small_btn:after {
    margin-right: 10px;
    transform: rotate(180deg);
    margin-left: 0;
}
.rtl .card_content {
    bottom: -70px;
}
.rtl .text-end {
    text-align: left!important;
}

/* About Us Page AR */
.rtl .pre_border {
    padding-right: 30px;
}
.rtl .pre_border:before {
    right: 0;
}

/* Media Listing Page AR */
.rtl .text_btn:after {
    margin-right: 10px;
    transform: rotate(180deg);
}
.rtl .media_box .media_img {
    border-radius: 0 8px 8px 0;
}

/* Mobile Menu RTL */
.rtl .bottom_header {
    right: -100%;
}
.rtl .bottom_header.shownav {
    right: 0;
    box-shadow: 0 0 10rem rgb(0 0 0 / 50%);
    left: auto;
}
.rtl .menutoggle {
    margin-right: 10px;
    margin-left: 0;
}
.rtl .contact_form_col .form-group label {
    right: 15px;
}

/* Privacy policy */
.rtl .list li {
    padding-right: 20px;
}
.rtl .list li::before {
    right: 0;
}
/* Footer */
.rtl .footer_bottom ul li {
    margin-left: 16px;
    padding-left: 16px;
    margin-right: 0;
    padding-right: 0;
}
.rtl .footer_bottom ul li:after {
    left: 0;
	right: auto;
}
.rtl .footer_bottom ul li:last-child {
    margin-left: 0;
    padding-left: 0;
}

/**/
.rtl .contact_info_sidebar ul li p a:before {
    right: 0;
}
.rtl .contact_info_sidebar .email_icn, 
.rtl .contact_info_sidebar .phone_icn {
    padding-right: 20px;
}

/***************** Responsive *****************/
@media (max-width: 1400px) {
    /* .rtl .card_content {
        bottom: -88px;
    } */
}
@media (max-width: 1199px) {
    .rtl .card_content {
        bottom: 0;
    }
}
@media (max-width: 991px) {
    .rtl .top_header_right ul li {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .rtl .top_header_right ul li {
        margin-left: 5px;
    }
}
@media (max-width: 575px) {
	.rtl .product_page .text_link {
        margin: 10px 0 0 0;
    }
    .rtl .icon_phone::before {
        width: 14px;
        height: 14px;
    }
}