html[lang='ar']{
    .features_section .features_inner .feature_box {
        text-align: right;
    }
    .modern_ui_section .section_title {
        text-align: right;
    }
    .modern_ui_section .design_block{
        text-align: right;
    }
    ul{
        padding-left: unset;
        padding-right: 2rem;
    }
    .modern_ui_section .design_block li::before{
        right: -35px;
        left: unset;
    }
    .free_app_section .container .free_app_inner .free_text .section_title{
        text-align: right;
    }
    .free_app_section .container .free_app_inner .free_text .app_btn{
        justify-content: end;
        padding: 0;
    }
    footer h3{
        text-align: right;
    }
    footer .links ul li a{
        text-align: right;
    }
    footer .top_footer .try_out .app_btn{
        justify-content: end;
        padding: 0;
        display: flex;   
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    footer .app_btn li:last-child{
        margin: 0;
    }
    .how_it_works .step_block ul li:nth-child(2) .step_text, .how_it_works .step_block ul li:nth-child(2) .step_img{
        text-align: right;
    }
    .contact-box{
        text-align: right;
    }
    .contact-box .contact-group .card ul {
        justify-content: end;
        align-items: center;
    }
    .form-control{
        text-align: right;
    }
    .site-about .container-fluid .row.other-wrapper{
        justify-content: end;
    }
} 