/* RTL CSS */
.rtl.page-template-tpl-contact span.absolute {
    left: 0;
    right: auto;
}
.rtl.page-template-tpl-delete-account span.absolute {
    left: 0;
    right: auto;
}
.rtl .wpcf7 input[type="email"]{
    direction: rtl;
}
.rtl .vg-banner-section span img.ref-img {
    right: auto;
    left: 2.25rem;
}
.rtl .vg-banner-section span.vg-svg-icon {
    right: -94px;
	z-index: 1;
}
.rtl.page-template-tpl-how-to-install .tabs-header .line {
    left: 0;
    right: auto;
}
.rtl.page-template-tpl-plans .plans-tabs-section .plans-results .products-swiper .swiper-wrapper .swiper-slide {
    margin-left: 0px !important;
}
.rtl .plans-notes img{
    float: right;
    margin-right: 0px;
    margin-left: 5px;
}
.rtl :is(:where([dir="rtl"]) .tabs-header .line) {
    left: auto;
    right: auto;
}