﻿@media (min-width: 768px) {
    li.nav-item.me-2 {
        margin: -6px 0 0 21px !important;
    }
}
@media (max-width: 767.98px) {
    a#showLoginButton {
        width: 138% !important;
    }
    .container1 {
        padding: 17px 0 15px 0;
       
    }
    .category-course-hero-text.text-center {
        margin-right: 2px;
    }
    .course-main-h-title h2 {
        font-size: 19px;
        text-align: right;
    }
    .top-categories-title h2 {
        font-size: medium;
        font-weight: 600;
        color: white;
        margin-top: 12px;
    }
}

.navbar-toggler-icon {
    width: 2rem; /* العرض */
    height: 2rem; /* الارتفاع */
}
i.fas.fa-bars {
    margin-left: 10px !important;
}