.mani_row_builder.rtl{
	position: relative; 
	direction: rtl;
} 
.mani_row_builder.rtl .mani_row_builder_cells{     
	position: relative; 
}

.mani_row_builder.rtl .mani_row_builder_cells .hidden_lg {
	display: none;
}
.mani_row_builder.rtl.default_fixed{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999; 
}
.mani_row_builder.rtl.header_fixed{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999; 
}
.mani_row_builder.rtl.fixed_row {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999; 
}
.mani_row_builder.rtl.fixed_row.header_fixed,
.mani_row_builder.rtl.fixed_row.fixed_on_scroll { 
    animation:slide-down 0.7s;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);  
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

@media only screen  and (max-width : 540px) {

}





