    @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
    body {
        font-family: "Cairo", sans-serif !important;
        direction: rtl;
    }
    
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: right;
    }
    
    .col-xs-12 {
        width: 100%;
    }
    
    .col-xs-11 {
        width: 91.66666667%;
    }
    
    .col-xs-10 {
        width: 83.33333333%;
    }
    
    .col-xs-9 {
        width: 75%;
    }
    
    .col-xs-8 {
        width: 66.66666667%;
    }
    
    .col-xs-7 {
        width: 58.33333333%;
    }
    
    .col-xs-6 {
        width: 50%;
    }
    
    .col-xs-5 {
        width: 41.66666667%;
    }
    
    .col-xs-4 {
        width: 33.33333333%;
    }
    
    .col-xs-3 {
        width: 25%;
    }
    
    .col-xs-2 {
        width: 16.66666667%;
    }
    
    .col-xs-1 {
        width: 8.33333333%;
    }
    
    .col-xs-pull-12 {
        left: 100%;
        right: unset !important;
    }
    
    .col-xs-pull-11 {
        left: 91.66666667%;
        right: unset !important;
    }
    
    .col-xs-pull-10 {
        left: 83.33333333%;
        right: unset !important;
    }
    
    .col-xs-pull-9 {
        left: 75%;
        right: unset !important;
    }
    
    .col-xs-pull-8 {
        left: 66.66666667%;
        right: unset !important;
    }
    
    .col-xs-pull-7 {
        left: 58.33333333%;
        right: unset !important;
    }
    
    .col-xs-pull-6 {
        left: 50%;
        right: unset !important;
    }
    
    .col-xs-pull-5 {
        left: 41.66666667%;
        right: unset !important;
    }
    
    .col-xs-pull-4 {
        left: 33.33333333%;
        right: unset !important;
    }
    
    .col-xs-pull-3 {
        left: 25%;
        right: unset !important;
    }
    
    .col-xs-pull-2 {
        left: 16.66666667%;
        right: unset !important;
    }
    
    .col-xs-pull-1 {
        left: 8.33333333%;
        right: unset !important;
    }
    
    .col-xs-pull-0 {
        left: auto;
        right: unset !important;
    }
    
    .col-xs-push-12 {
        right: 100%;
        left: unset !important;
    }
    
    .col-xs-push-11 {
        right: 91.66666667%;
        left: unset !important;
    }
    
    .col-xs-push-10 {
        right: 83.33333333%;
        left: unset !important;
    }
    
    .col-xs-push-9 {
        right: 75%;
        left: unset !important;
    }
    
    .col-xs-push-8 {
        right: 66.66666667%;
        left: unset !important;
    }
    
    .col-xs-push-7 {
        right: 58.33333333%;
        left: unset !important;
    }
    
    .col-xs-push-6 {
        right: 50%;
        left: unset !important;
    }
    
    .col-xs-push-5 {
        right: 41.66666667%;
        left: unset !important;
    }
    
    .col-xs-push-4 {
        right: 33.33333333%;
        left: unset !important;
    }
    
    .col-xs-push-3 {
        right: 25%;
        left: unset !important;
    }
    
    .col-xs-push-2 {
        right: 16.66666667%;
        left: unset !important;
    }
    
    .col-xs-push-1 {
        right: 8.33333333%;
        left: unset !important;
    }
    
    .col-xs-push-0 {
        right: auto;
        left: unset !important;
    }
    
    .col-xs-offset-12 {
        margin-right: 100%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-9 {
        margin-right: 75%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-6 {
        margin-right: 50%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-3 {
        margin-right: 25%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0 !important;
    }
    
    .col-xs-offset-0 {
        margin-right: 0;
        margin-left: 0 !important;
    }
    
    @media (min-width: 768px) {
        .col-sm-1,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12 {
            float: right;
        }
        .col-sm-12 {
            width: 100%;
        }
        .col-sm-11 {
            width: 91.66666667%;
        }
        .col-sm-10 {
            width: 83.33333333%;
        }
        .col-sm-9 {
            width: 75%;
        }
        .col-sm-8 {
            width: 66.66666667%;
        }
        .col-sm-7 {
            width: 58.33333333%;
        }
        .col-sm-6 {
            width: 50%;
        }
        .col-sm-5 {
            width: 41.66666667%;
        }
        .col-sm-4 {
            width: 33.33333333%;
        }
        .col-sm-3 {
            width: 25%;
        }
        .col-sm-2 {
            width: 16.66666667%;
        }
        .col-sm-1 {
            width: 8.33333333%;
        }
        .col-sm-pull-12 {
            left: 100%;
            right: unset !important;
        }
        .col-sm-pull-11 {
            left: 91.66666667%;
            right: unset !important;
        }
        .col-sm-pull-10 {
            left: 83.33333333%;
            right: unset !important;
        }
        .col-sm-pull-9 {
            left: 75%;
            right: unset !important;
        }
        .col-sm-pull-8 {
            left: 66.66666667%;
            right: unset !important;
        }
        .col-sm-pull-7 {
            left: 58.33333333%;
            right: unset !important;
        }
        .col-sm-pull-6 {
            left: 50%;
            right: unset !important;
        }
        .col-sm-pull-5 {
            left: 41.66666667%;
            right: unset !important;
        }
        .col-sm-pull-4 {
            left: 33.33333333%;
            right: unset !important;
        }
        .col-sm-pull-3 {
            left: 25%;
            right: unset !important;
        }
        .col-sm-pull-2 {
            left: 16.66666667%;
            right: unset !important;
        }
        .col-sm-pull-1 {
            left: 8.33333333%;
            right: unset !important;
        }
        .col-sm-pull-0 {
            left: auto;
            right: unset !important;
        }
        .col-sm-push-12 {
            right: 100%;
            left: unset !important;
        }
        .col-sm-push-11 {
            right: 91.66666667%;
            left: unset !important;
        }
        .col-sm-push-10 {
            right: 83.33333333%;
            left: unset !important;
        }
        .col-sm-push-9 {
            right: 75%;
            left: unset !important;
        }
        .col-sm-push-8 {
            right: 66.66666667%;
            left: unset !important;
        }
        .col-sm-push-7 {
            right: 58.33333333%;
            left: unset !important;
        }
        .col-sm-push-6 {
            right: 50%;
            left: unset !important;
        }
        .col-sm-push-5 {
            right: 41.66666667%;
            left: unset !important;
        }
        .col-sm-push-4 {
            right: 33.33333333%;
            left: unset !important;
        }
        .col-sm-push-3 {
            right: 25%;
            left: unset !important;
        }
        .col-sm-push-2 {
            right: 16.66666667%;
            left: unset !important;
        }
        .col-sm-push-1 {
            right: 8.33333333%;
            left: unset !important;
        }
        .col-sm-push-0 {
            right: auto;
            left: unset !important;
        }
        .col-sm-offset-12 {
            margin-right: 100%;
            margin-left: 0 !important;
        }
        .col-sm-offset-11 {
            margin-right: 91.66666667%;
            margin-left: 0 !important;
        }
        .col-sm-offset-10 {
            margin-right: 83.33333333%;
            margin-left: 0 !important;
        }
        .col-sm-offset-9 {
            margin-right: 75%;
            margin-left: 0 !important;
        }
        .col-sm-offset-8 {
            margin-right: 66.66666667%;
            margin-left: 0 !important;
        }
        .col-sm-offset-7 {
            margin-right: 58.33333333%;
            margin-left: 0 !important;
        }
        .col-sm-offset-6 {
            margin-right: 50%;
            margin-left: 0 !important;
        }
        .col-sm-offset-5 {
            margin-right: 41.66666667%;
            margin-left: 0 !important;
        }
        .col-sm-offset-4 {
            margin-right: 33.33333333%;
            margin-left: 0 !important;
        }
        .col-sm-offset-3 {
            margin-right: 25%;
            margin-left: 0 !important;
        }
        .col-sm-offset-2 {
            margin-right: 16.66666667%;
            margin-left: 0 !important;
        }
        .col-sm-offset-1 {
            margin-right: 8.33333333%;
            margin-left: 0 !important;
        }
        .col-sm-offset-0 {
            margin-right: 0;
            margin-left: 0 !important;
        }
    }
    
    @media (min-width: 992px) {
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12 {
            float: right;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 33.33333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            left: 100%;
        }
        .col-md-pull-11 {
            left: 91.66666667%;
            right: unset !important;
        }
        .col-md-pull-10 {
            left: 83.33333333%;
            right: unset !important;
        }
        .col-md-pull-9 {
            left: 75%;
            right: unset !important;
        }
        .col-md-pull-8 {
            left: 66.66666667%;
            right: unset !important;
        }
        .col-md-pull-7 {
            left: 58.33333333%;
            right: unset !important;
        }
        .col-md-pull-6 {
            left: 50%;
            right: unset !important;
        }
        .col-md-pull-5 {
            left: 41.66666667%;
            right: unset !important;
        }
        .col-md-pull-4 {
            left: 33.33333333%;
            right: unset !important;
        }
        .col-md-pull-3 {
            left: 25%;
            right: unset !important;
        }
        .col-md-pull-2 {
            left: 16.66666667%;
            right: unset !important;
        }
        .col-md-pull-1 {
            left: 8.33333333%;
            right: unset !important;
        }
        .col-md-pull-0 {
            right: unset !important;
            left: auto;
        }
        .col-md-push-12 {
            right: 100%;
            left: unset !important;
        }
        .col-md-push-11 {
            right: 91.66666667%;
            left: unset !important;
        }
        .col-md-push-10 {
            right: 83.33333333%;
            left: unset !important;
        }
        .col-md-push-9 {
            right: 75%;
            left: unset !important;
        }
        .col-md-push-8 {
            right: 66.66666667%;
            left: unset !important;
        }
        .col-md-push-7 {
            right: 58.33333333%;
            left: unset !important;
        }
        .col-md-push-6 {
            right: 50%;
            left: unset !important;
        }
        .col-md-push-5 {
            right: 41.66666667%;
            left: unset !important;
        }
        .col-md-push-4 {
            right: 33.33333333%;
            left: unset !important;
        }
        .col-md-push-3 {
            right: 25%;
            left: unset !important;
        }
        .col-md-push-2 {
            right: 16.66666667%;
            left: unset !important;
        }
        .col-md-push-1 {
            right: 8.33333333%;
            left: unset !important;
        }
        .col-md-push-0 {
            right: auto;
            left: unset !important;
        }
        .col-md-offset-12 {
            margin-right: 100%;
            margin-left: 0 !important;
        }
        .col-md-offset-11 {
            margin-right: 91.66666667%;
            margin-left: 0 !important;
        }
        .col-md-offset-10 {
            margin-right: 83.33333333%;
            margin-left: 0 !important;
        }
        .col-md-offset-9 {
            margin-right: 75%;
            margin-left: 0 !important;
        }
        .col-md-offset-8 {
            margin-right: 66.66666667%;
            margin-left: 0 !important;
        }
        .col-md-offset-7 {
            margin-right: 58.33333333%;
            margin-left: 0 !important;
        }
        .col-md-offset-6 {
            margin-right: 50%;
            margin-left: 0 !important;
        }
        .col-md-offset-5 {
            margin-right: 41.66666667%;
            margin-left: 0 !important;
        }
        .col-md-offset-4 {
            margin-right: 33.33333333%;
            margin-left: 0 !important;
        }
        .col-md-offset-3 {
            margin-right: 25%;
            margin-left: 0 !important;
        }
        .col-md-offset-2 {
            margin-right: 16.66666667%;
            margin-left: 0 !important;
        }
        .col-md-offset-1 {
            margin-right: 8.33333333%;
            margin-left: 0 !important;
        }
        .col-md-offset-0 {
            margin-right: 0;
            margin-left: 0 !important;
        }
    }
    
    @media (min-width: 1200px) {
        .col-lg-1,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12 {
            float: right;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            left: 100%;
            right: unset !important;
        }
        .col-lg-pull-11 {
            left: 91.66666667%;
            right: unset !important;
        }
        .col-lg-pull-10 {
            left: 83.33333333%;
            right: unset !important;
        }
        .col-lg-pull-9 {
            left: 75%;
            right: unset !important;
        }
        .col-lg-pull-8 {
            left: 66.66666667%;
            right: unset !important;
        }
        .col-lg-pull-7 {
            left: 58.33333333%;
            right: unset !important;
        }
        .col-lg-pull-6 {
            left: 50%;
            right: unset !important;
        }
        .col-lg-pull-5 {
            left: 41.66666667%;
            right: unset !important;
        }
        .col-lg-pull-4 {
            left: 33.33333333%;
            right: unset !important;
        }
        .col-lg-pull-3 {
            left: 25%;
            right: unset !important;
        }
        .col-lg-pull-2 {
            left: 16.66666667%;
            right: unset !important;
        }
        .col-lg-pull-1 {
            left: 8.33333333%;
            right: unset !important;
        }
        .col-lg-pull-0 {
            left: auto;
            right: unset !important;
        }
        .col-lg-push-12 {
            right: 100%;
            left: unset !important;
        }
        .col-lg-push-11 {
            right: 91.66666667%;
            left: unset !important;
        }
        .col-lg-push-10 {
            right: 83.33333333%;
            left: unset !important;
        }
        .col-lg-push-9 {
            right: 75%;
            left: unset !important;
        }
        .col-lg-push-8 {
            right: 66.66666667%;
            left: unset !important;
        }
        .col-lg-push-7 {
            right: 58.33333333%;
            left: unset !important;
        }
        .col-lg-push-6 {
            right: 50%;
            left: unset !important;
        }
        .col-lg-push-5 {
            right: 41.66666667%;
            left: unset !important;
        }
        .col-lg-push-4 {
            right: 33.33333333%;
            left: unset !important;
        }
        .col-lg-push-3 {
            left: unset !important;
            right: 25%;
        }
        .col-lg-push-2 {
            right: 16.66666667%;
            left: unset !important;
        }
        .col-lg-push-1 {
            right: 8.33333333%;
            left: unset !important;
        }
        .col-lg-push-0 {
            right: auto;
            left: unset !important;
        }
        .col-lg-offset-12 {
            margin-right: 100%;
            left: unset !important;
        }
        .col-lg-offset-11 {
            margin-right: 91.66666667%;
            margin-left: 0 !important;
        }
        .col-lg-offset-10 {
            margin-right: 83.33333333%;
            margin-left: 0 !important;
        }
        .col-lg-offset-9 {
            margin-right: 75%;
            margin-left: 0 !important;
        }
        .col-lg-offset-8 {
            margin-right: 66.66666667%;
            margin-left: 0 !important;
        }
        .col-lg-offset-7 {
            margin-right: 58.33333333%;
            margin-left: 0 !important;
        }
        .col-lg-offset-6 {
            margin-right: 50%;
            margin-left: 0 !important;
        }
        .col-lg-offset-5 {
            margin-right: 41.66666667%;
            margin-left: 0 !important;
        }
        .col-lg-offset-4 {
            margin-right: 33.33333333%;
            margin-left: 0 !important;
        }
        .col-lg-offset-3 {
            margin-right: 25%;
            margin-left: 0 !important;
        }
        .col-lg-offset-2 {
            margin-right: 16.66666667%;
            margin-left: 0 !important;
        }
        .col-lg-offset-1 {
            margin-right: 8.33333333%;
            margin-left: 0 !important;
        }
        .col-lg-offset-0 {
            margin-right: 0;
            margin-left: 0 !important;
        }
    }
    
    .desk-vw {
        position: absolute;
        left: -60px;
        top: 45%;
        right: unset;
    }
    
    .navbar-nav li {
        float: right;
    }
    
    .main-logo,
    .jobsearch-logo {
        float: right;
    }
    
    @media (min-width: 768px) {
        .navbar-nav {
            float: right;
            margin: 0;
        }
    }
    
    .careerfy-select-style select,
    .careerfy-banner-search input[type="text"] {
        text-align: right;
    }
    
    .careerfy-select-style::after {
        left: 20px;
        right: unset;
    }
    
    .careerfy-banner-search ul li {
        float: right;
    }
    
    .careerfy-like-list {
        float: left;
    }
    
    .careerfy-featured-listing-options ul {
        float: right;
    }
    
    .careerfy-featured-listing-options ul li {
        float: right;
        margin-left: 12px;
        margin-right: 0;
    }
    
    .careerfy-option-btn,
    .careerfy-blog-grid-option li {
        float: right;
    }
    
    .news-section .careerfy-read-more {
        text-align: right;
    }
    
    .careerfy-column-1,
    .careerfy-column-2,
    .careerfy-column-3,
    .careerfy-column-4,
    .careerfy-column-5,
    .careerfy-column-6,
    .careerfy-column-7,
    .careerfy-column-8,
    .careerfy-column-9,
    .careerfy-column-10,
    .careerfy-column-11,
    .careerfy-column-12,
    .careerfy-typo-wrap .careerfy-column-1,
    .careerfy-typo-wrap .careerfy-column-2,
    .careerfy-typo-wrap .careerfy-column-3,
    .careerfy-typo-wrap .careerfy-column-4,
    .careerfy-typo-wrap .careerfy-column-5,
    .careerfy-typo-wrap .careerfy-column-6,
    .careerfy-typo-wrap .careerfy-column-7,
    .careerfy-typo-wrap .careerfy-column-8,
    .careerfy-typo-wrap .careerfy-column-9,
    .careerfy-typo-wrap .careerfy-column-10,
    .careerfy-typo-wrap .careerfy-column-11,
    .careerfy-typo-wrap .careerfy-column-12 {
        float: right;
        padding: 0px 15px;
    }
    
    .careerfy-search-filter-wrap select,
    .alerts-fields .form-group select {
        text-align: right;
    }
    
    .careerfy-search-filter-wrap .form-group::after,
    .alerts-fields .form-group::after {
        left: 11px;
        right: unset;
    }
    
    .careerfy-search-filter-wrap h2 a::before,
    .careerfy-checkbox li small {
        right: unset;
        left: 0;
    }
    
    .careerfy-checkbox input[type="checkbox"]+label span,
    .careerfy-checkbox input[type="radio"]+label span {
        margin: 0px 0px 0px 12px
    }
    
    .careerfy-option-btn {
        padding: 6px 10px 6px 10px;
    }
    
    .careerfy-pagination-blog ul li {
        float: right;
    }
    
    .top-left-section {
        text-align: right;
    }
    
    .top-right-section {
        text-align: left;
    }
    
    .top-left-section .dropdown-menu.show {
        transform: translate(473px, 34px) !important;
        text-align: right;
    }
    
    .event__search__floater {
        left: 10px;
        right: unset;
    }
    
    .search__bar:focus {
        width: 200px;
        left: 0px;
        right: unset;
    }
    
    .search__bar:focus~.search__toggler {
        left: -4px;
        background: #1a3965;
        z-index: 6;
        transition: all 0.2;
        right: unset;
    }
    
    .topic-grid ul li i,
    .blog-item i {
        transform: rotate(180deg);
        vertical-align: baseline;
    }
    
    .topic-grid h4 a {
        border: none;
    }
    
    .post-header.forums-header {
        text-align: right;
    }
    
    .community-post .post-content .author-avatar {
        margin-left: 10px;
        overflow: hidden;
        margin-top: 2px;
        margin-right: 0;
    }
    
    ul.forum-titles .forum-freshness .freshness-box .freshness-btm a.bbp-author-link {
        padding-left: 10px;
        padding-right: 0;
    }
    
    ul.forum-titles .forum-freshness .freshness-box .freshness-btm a.bbp-author-link:first-child {
        order: 2;
    }
    
    .community-post.style-two .post-content .entry-content .post-title {
        font-size: 16px;
        margin-right: 0;
        margin-left: 10px;
    }
    
    .community-post .post-content .entry-content {
        margin-left: 10px;
    }
    
    .ticket_categories li img {
        margin-left: 5px;
        margin-right: 0;
    }
    
    .ticket_categories li a {
        font-size: 13px;
    }
    
    .count {
        padding: 4px;
        min-width: 26px !important;
        height: 26px;
        justify-content: center;
        align-items: center;
    }
    
    .newness li {
        padding-right: 20px;
        padding-left: 0;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e7e9;
    }
    
    .newness li::before {
        right: 0;
        left: unset;
        margin: 0 0 0 10px
    }
    
    .cta h2,
    .cta p,
    .btn-cta {
        margin-left: 0;
        margin-right: 60px;
    }
    
    .cta h2 {
        margin-bottom: 25px;
    }
    
    .btn-cta {
        padding: 12px 30px 14px
    }
    
    .copyrights p {
        direction: ltr;
    }
    
    #exTab1 {
        padding: 60px 60px 60px 100px;
    }
    
    #exTab1 .filey-name,
    #exTab1 .filey1-name {
        width: 62% !important;
    }
    
    .terms-priv-chek-con {
        font-size: 14px;
    }
    
    #exTab1 h3 {
        font-size: 24px;
    }
    
    #exTab1 .form-group {
        padding-left: 0;
        padding-right: 15px;
        margin-bottom: 15px !important;
        position: relative;
    }
    
    #exTab1 label {
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }
    
    #exTab1 .form-control {
        padding-left: 12px !important;
        padding-right: 35px !important;
        font-size: 12px;
    }
    
    #exTab1 .form-group i {
        right: 28px;
        left: unset;
    }
    
    #exTab1 .form-group i.fa-file {
        top: 28px;
    }
    
    .pagination-wrapper .page-numbers.next,
    .pagination-wrapper .page-numbers.prev {
        transform: rotate(180deg);
    }
    
    .post-header .category-menu .short-by a {
        padding: 7px 20px 7px 0px;
        position: relative;
        color: #838793;
        font-size: 14px;
        text-align: right;
    }
    
    .post-header .category-menu .short-by a.active-short::before {
        right: 5px;
        left: unset;
    }
    
    .post-header .category-menu .title {
        text-align: right;
    }
    
    .community-post.style-two .meta li {
        margin-right: 0 !important;
        margin-left: 10px !important;
    }
    
    .forum-post-top img {
        margin-right: 0;
        margin-left: 15px;
    }
    
    .forum-post-top .forum-post-author .forum-author-meta .author-badge:first-child,
    .question-icon {
        margin-right: 0;
        margin-left: 15px;
    }
    
    .forum-post-content {
        padding-left: 0;
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .main-title.lfty::after {
        margin-left: auto;
        margin-right: 0;
    }
    
    .accordion-button::after {
        margin-left: unset;
        margin-right: auto;
    }
    
    .cnct-ul {
        padding-right: 0;
    }
    
    .cnct-ul li a {
        margin-left: 0;
        margin-right: 20px;
    }
    
    .about-intro.abouty p {
        direction: rtl;
    }
    
    .cnct-ul li {
        direction: ltr;
    }
    
    .small-title {
        letter-spacing: 0;
    }
    
    .cnct-form input,
    .cnct-form textarea {
        text-align: right;
    }
    
    .grab-classic-priceplane ul {
        padding-right: 0;
    }
    
    .grab-classic-priceplane ul li i {
        float: right;
        padding: 0px 0px 0px 10px;
    }
    
    #bbpress-forums .bbp-single-user-details #bbp-user-navigation ul {
        padding-right: 0;
    }
    
    @media (min-width: 768px) {
        .navbar-nav {
            float: left;
            margin: 0;
            padding-right: 0;
            padding-left: 40px;
        }
    }
    
    @media (max-width: 767px) {
        .navbar-header {
            position: absolute;
            left: 0;
            top: -30px;
            right: unset;
            padding-left: 0 !important;
        }
        .top-head .col-6 {
            width: 50% !important;
        }
        .mid-box .col-xs-3 {
            width: 100% !important;
        }
        nav.navbar.bootsnav .navbar-nav>li {
            text-align: right !important;
            font-size: 13px;
        }
        .topic-grid ul {
            padding-right: 0;
        }
        ul.forum-titles .forum-freshness .freshness-box .freshness-btm {
            display: flex;
            justify-content: flex-start;
        }
        .community-post .post-content .author-avatar img {
            max-width: 30px;
        }
        .forum_sidebar .count {
            margin-right: 10px;
            padding: 5px;
        }
        .c_head {
            margin-bottom: 35px;
            font-size: 20px;
        }
        .news-section {
            padding-bottom: 50px;
            padding-top: 50px;
        }
        .post-header .category-menu li:not(:last-child) {
            margin-right: 0;
        }
        .accordion-button {
            text-align: right;
        }
        .inside-prtnrs img {
            margin: 15px auto 15px;
            text-align: center;
            display: block;
            max-width: 120px;
        }
        .top-left-section .dropdown-menu.show {
            transform: none !important;
            top: 30px !important;
            right: 10px !important;
            max-width: 100px !important;
            min-width: unset !important;
        }
        .about-intro.abouty .col-md-6 {
            order: 2;
        }
        .cnct-form {
            padding: 30px 20px;
            background: #fff;
        }
        .parteners.inside-prtnrs {
            margin-top: 0;
            padding-top: 30px;
        }
        .gx-5.p-t-40 {
            padding-top: 0 !important;
        }
    }
    
    @media (max-width: 991px) and (min-width:768px) {
        .navbar-header {
            position: absolute;
            left: 0;
            top: -30px;
            right: unset;
            padding-left: 0 !important;
        }
        .top-head .col-6 {
            width: 50% !important;
        }
        .mid-box .col-xs-3 {
            width: 100% !important;
        }
        nav.navbar.bootsnav .navbar-nav>li {
            text-align: right !important;
            font-size: 13px;
        }
        .topic-grid ul {
            padding-right: 0;
        }
        ul.forum-titles .forum-freshness .freshness-box .freshness-btm {
            display: flex;
            justify-content: flex-start;
        }
        .community-post .post-content .author-avatar img {
            max-width: 30px;
        }
        .forum_sidebar .count {
            margin-right: 10px;
            padding: 5px;
        }
        .c_head {
            margin-bottom: 35px;
            font-size: 20px;
        }
        .news-section {
            padding-bottom: 50px;
            padding-top: 50px;
        }
        .post-header .category-menu li:not(:last-child) {
            margin-right: 0;
        }
        .accordion-button {
            text-align: right;
        }
        .inside-prtnrs img {
            margin: 15px auto 15px;
            text-align: center;
            display: block;
            max-width: 120px;
        }
        .top-left-section .dropdown-menu.show {
            transform: none !important;
            top: 30px !important;
            right: 10px !important;
            max-width: 100px !important;
            min-width: unset !important;
        }
        .about-intro.abouty .col-md-6 {
            order: 2;
        }
        .cnct-form {
            padding: 30px 20px;
            background: #fff;
        }
        .parteners.inside-prtnrs {
            margin-top: 0;
            padding-top: 30px;
        }
        .gx-5.p-t-40 {
            padding-top: 0 !important;
        }
        .inner-form .input-field .choices .choices__inner {
            padding-right: 85px;
        }
        .topics-grid.row .col-md-4 {
            width: 50% !important;
        }
        .cta .col-md-6 {
            width: 50%;
        }
        .cta h2,
        .cta p,
        .btn-cta {
            margin-left: 30px;
            margin-right: 00px;
        }
        .cta h2 {
            margin-bottom: 15px;
            font-size: 20px;
        }
        .inside-prtnrs .col-xs-6 {
            width: 33%;
        }
    }