.isotope-list .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

.ml-auto {
    margin-right: auto !important;
}

#trial-launch {
    font-size: .7em;
    text-align: left
}

html[dir="rtl"] input[type="radio"]~label::after {
    left: inherit;
    right: 5px;
}


@media (min-width: 1350px) {
    .header-brand {
        width: 151px;
    }

    .mobile-menu-bar {
        display: none !important;
    }
}

@media only screen and (max-width: 1349px) {
    .edu-header .header-navbar .header-mainnav {
        display: none;
    }

    .edu-header .header-category {
        display: none;
    }

    .edu-header .header-navbar {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1350px) {
    .header-brand {
        width: 151px;
    }

    .mobile-menu-bar {
        display: inherit !important;
    }
}

@media only screen and (max-width: 1510px) {
    .dashboard {
        display: none !important;
    }

    .mobile_dashboard {
        display: block !important;
    }

    .edu-header .header-navbar {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1750px) {
    .header-action .search-bar {
        display: none;
    }
}

@media only screen and (max-width: 1364px) {
    .dashboard {
        display: none !important;
    }

    .mobile_dashboard {
        display: block !important;
    }
}
@media (min-width:200px) and (max-width:420px){
    .edu-header .header-brand img.logo-light{
        margin-left: 0px;
        width: 56px;
    }
    .logo-full-con {
        width: 104px;
        top: 59px;
        left: 0px;
    }
}