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

 .focused label{
     right:0;
     left:unset;
 }
 .form-focused label{
    top: 3px;
    right:unset;
    left: 15px;
}
.focused label{
    top:-30px;
}
.the_course{
        direction: ltr;
}
.sub-list li:before{
        transform: rotate(
180deg);
    display: inline-block;
}
.custom-control-label::before {
    right: 0;
    left: -1.5rem;
}

header .menu-icons .login{
    margin-left: 0px;
    margin-right: 5px;
}
header .menu-icons .register{
    margin-left: 0px;
    margin-right: 20px;
}
 .course-content .course-discount{
    left: 15px;
    right: unset;
}
 .view-all{
    float: right !important;
}
.course-content .course-discount{
    font-size: 10px;
}
.inloggedin{
    font-size: 12px;
}
.new-course-content{
    direction: ltr;
}
.new-course-details .get-link-bnt i,.new-course-content-direct .direct-courses.main-btn i{
    transform: rotate(180deg);
}
.all-direct{
    direction: ltr;
}

.nav-list > .link{
    margin-left: 12px;
    margin-right: 0;
}
.nav-list > .link > a{
    font-size: 13px;
}
 .sub-list {
        left: 0;
        right:unset;
    }


.fixed-icons{
    left: unset;
    right: 10px;
    }

.nav-list > .link > a:before,.nav-list > .link > a:after{
    right: unset;
    left: 0;
}
.txt-slider{
    direction: ltr;
}

form{
    direction: ltr;
}
.main-hover:after, .main-btn:after{
    transform: translateY(-50%) rotate(180deg);
    right: 20px;
    left: unset;
}
.contact-info p{
    font-size: 15px;
}
.more-det{
    left: 0;
    right: unset;
    padding: 0;
}
.more-det button{
    font-size: 13px;
}
.on-image-course h4{
    font-size: 14px;
}
.partners-slider .owl-nav{
    right: 0;
    left: unset;
}
.who-img{
    padding-inline-start: 0;
}

header .menu-icons .lang{
    background-size: cover;
    background-image: url("../images/lang.png");
    background-repeat: no-repeat;

}
@media (min-width: 992px) and (max-width: 1250px) {

}
@media (max-width: 991px) {
.certification-tit, .certification-wrap p {
    font-size: 12px !important;
}

 .view-all {
        float: none;
    }
    .mobile-nav-list{
        left: 0;
        right: unset;
        transform: translateX(-100%);
    }
    .nav-overlay{
        right: unset;
        left: 0;
        transform: translateX(100%);
    }
}