body {
    direction: ltr ;
}

.header .text_box .title::before {
    right: unset;
    left: -40px;
}
.header .text_box .title::after {
    right: 20%;
    left: unset;
}
.courses_sec .course_card .card-body .price_row .price .old_prc  {
    margin: 0 5px;
}

input[type=email], input[type=number]  {
    direction: inherit !important;
}
.statics_sec .statics_inner .item {
    border-right: 1px solid #D9E1E5;
    border-left: none;
}
.statics_sec .statics_inner .col-4:last-child .item {
    border-right: none;
}
.footer .newsletter_inner .form-group .submit_butn {
    right: 10px;
    left: unset;
}
.pg_header .vector2 {
    right: 10%;
    left: unset;
}
.courses_pg .search_box .search_butn  {
    border-radius: 0 15px 15px 0;
    right: 0;
    left: unset;
}
.pg_header .vector1 {
    left: 0;
    right: unset;
}
.form_box .form-group .icon  {
    left: 15px;
    right: unset;
}
.register_pg .inner .img_box {
    border-radius: 0 25px 25px 0;
}
.register_pg .inner .form_box .uploading_box .input-group-btn {
    border-radius: 30px 0px 0px 30px;
}
.register_pg .inner .form_box .uploading_box input[type=file] {
    left: 0;
    width: 100%;
}


.header .text_box .butn i {
    transform: rotate(180deg);
}








