html {
    direction: ltr !important;
    text-align: left !important;
}

body {
    direction: ltr !important;
    text-align: left !important;
}

svg.arrow {
    transform: rotateY(180deg) !important;
}

.iti__country-list {
    inset-inline-start: 5px;
    inset-inline-end: auto;
}

.blog-hero-sec .blog-hero-content h1:after {
    transform: rotate(90deg) !important;
}

.educational-institutions-hero-sec .educational-institutions-hero-content h1::after {
    transform: rotateY(180deg) !important;
}

.faq-sec .faq-sec-wrap .faq-head h4:after {
    transform: rotateY(180deg) !important;
}

.form-group .form-select {
    background-position: 95% !important;
}

.top-rated-tests-sec .top-rated-tests-pattern img:nth-child(1),
.statistics-about .statistics-pattern img:nth-child(1) {
    transform: rotateY(180deg) !important;
}

.participating-institutions-sec .sec-head h6:before {
    transform: rotateY(180deg) !important;
}

/* review code */
@media (max-width: 1199px) {
    .header .header-inner .header-nav {
        inset-inline-end: -100% !important;
        inset-inline-start: -100% !important;
    }

    .header .header-inner .header-nav.show-menu {
        inset-inline-end: 0 !important;
        inset-inline-start: 0 !important;
    }
}


/* new 1-10 */
.test-list-wraper .test-list-foot .rest-btn svg {
    transform: rotate(180deg);
}

.filter-modal .form-checkbox-wrap .form-check {
    padding-left: 0 !important;
}

.geme-page .game-wrap .back {
    transform: rotate(180deg) !important;
}

.geme-page .game-wrap .game-box .game-box-wrap .home img {
    transform: rotateY(-180deg) !important
}

.geme-page .game-wrap .game-box .game-box-wrap .gold-img {
    transform: rotateY(-180deg) !important
}

.geme-page .game-wrap .game-box .game-box-inner .try-again-game .game-btn span {
    inset-inline-start: 0 !important;
}

.geme-page .game-wrap .game-box .game-box-inner .sling {
    inset-inline-start: 50% !important;
    inset-inline-end: 0 !important;
}

.geme-page .game-wrap .game-box .game-box-inner .questions-wrapper .q-foot .q-arrow {
    transform: rotateY(-180deg) !important
}
