body{
    text-align: right;
}
.niceSelect:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
}
.niceSelect.open:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
}
.nice-select{
    text-align: right !important;
}
.course_details .course_registration_form input:after, .course_details .course_registration_form .niceSelect:after{
    right: unset;
    left: 24px !important;
}
.nice-select .option{
    text-align: right;
}

.header_part .sidebar_icon i {
    font-size: 23px;
    vertical-align: super;
}
@media (max-width: 991px){
    .mega_menu_dropdown > a:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        left: 15px;
        right: unset;
        top: 11px;
    }
    }
@media (min-width: 991px) and (max-width: 1199px){
    .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        left: 0;
        right: unset;
        margin-top: 2px;
    }
}
@media (min-width: 1200px){
    .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        left: 0;
        right: unset;
        margin-top: 3px;

    }
}
li{
    text-align: right;
}
.student_review p {
    direction: rtl;
}


a {
    color: #D61B22;
}
a:hover{
    color: #ac040a;
}
.aparat-icon{
    width: 18px;
    opacity: .5;
    vertical-align: middle;
}