/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #20ad95;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    overflow: inherit;
    direction: ltr;
}

#topbar #navbarShopingCart {
    border-right: 1px solid #fff;
    border-radius: 0px;
    padding: 0px 18px;
    background-color: unset !important;
    border-color: unset !important;
    border-left: unset;
    box-shadow: unset;
}

.input-group-nav-search {
    color: #20ad95;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0.375rem 0px 0px 0.375rem;
    height: 30px;
    /* margin-top: 2px; */
}

.input-nav-search {
    border: unset;
    height: 30px;
    /* margin-top: 1px; */
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
    margin: 20px 0px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-right: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    transition: 0.3s;
    margin-left: 5px;
}

#topbar .social-links a:hover {
    color: white;
}

#navbarShopingCart i {
    font-size: 18px;
}

.navbarShopingCart {
    padding: 0px 20px;
}

#navbarShopingCart .counterShoping {
    border-radius: 50%;
    background: #FF7131;
    width: 15px;
    height: 15px;
    border: 1px solid #FF7131;
    font-size: 11px;
    top: 6px;
    right: 12px;
    position: absolute;
}

.navbar-cart-box,
.nav-live-box {
    min-width: 350px;
}

.navbar-cart-box a {
    color: #FF7131 !important;
    display: flex;
}

.navbar-cart-box img,
.nav-live-box img {
    width: 105px;
    min-width: 105px;
    height: 71px;
    min-height: 71px;
    border-radius: 5px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 2px #ddd;
}

.navbar-cart-box h4,
.nav-live-box h4 {
    color: #20ad95;
    font-size: 17px;
    text-align: right;
    margin-top: 15px;
}

.navbar-cart-box span,
.nav-live-box span {
    text-align: right;
    display: block;
    margin-bottom: 15px;
}

.navbar-cart-box .price {
    text-align: right;
    color: #ff7131;
}

.navbar-cart-box>span {
    color: #ff7131;
}

.navbar-cart-actions {
    margin: 10px 0px;
}

.navbar-cart-total {
    margin: 15px 0px;
    border-top: 1px solid #ddd;
    padding: 15px 0px 0px 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    direction: ltr;
}

#header.fixed-top {
    /* height: 86px; */
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    z-index: 1;
    letter-spacing: 0.8px;
    font-family: "Cairo", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #20ad95;
}

#header .logo img {
    max-height: 70px;
}

.scrolled-offset {
    /* margin-top: 70px; */
}

.bi-globe {
    margin: 0px 5px;
}

.btn-no-border {
    border: unset;
    background: unset !important;
    color: #000;
}

.notify-btn {
    max-width: 120px;
    color: #000;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    box-shadow: unset !important;
    box-shadow: unset !important;
    z-index: 1;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 15px 0px 5px 30px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-right: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    right: 0;
    background-color: #20ad95;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #20ad95;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #20ad95;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    right: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    right: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        right: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        right: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    padding: 10px;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

.group-flex-dev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#hero .group-flex-dev {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    #header {
        background: #20ad95
    }

    .flex-mobile-header {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-content: center;
        padding: 5px 0px;
        width: 100%;
        z-index: 1000
    }

    .group-flex-dev {
        display: block !important;
        width: 100%;
    }

    .counts .count-box:before,
    .counts .count-box-last:before,
    .navbar ul {
        display: none;
    }

    .d-m-none,
    #aboutTeacher:before {
        display: none !important;
    }

    .btn-white-ertaqi,
    .btn-primary-ertaqi {
        width: 100%;
        margin: 5px 0px;
        max-width: fit-content;
    }

    .d-l-none {
        display: block !important;
    }
}

#header .border-left,
#header .border-right {
    background: unset;
    box-shadow: unset;
}

.border-left:before {
    content: "";
    border-right: 1px solid #ddd;
    position: absolute;
    height: 65%;
    right: 0;
    top: 25%;
}

.border-right:before {
    content: "";
    border-left: 1px solid #ddd;
    position: absolute;
    height: 65%;
    left: 0px;
    top: 25%;
}

.webinar-btn {
    max-width: 120px;
    width: max-content;
    background: unset !important;
    position: relative;
}

.rtl .language-select .dropdown-menu {
    z-index: 99999;
}

.dropdown-menu.show {
    padding: 10px 20px;
    height: auto;
    max-height: 65vh;
    overflow-x: hidden !important;
    text-align: right !important;
    max-width: max-content;
    min-width: max-content;
    text-align: center;
}

.rtl .table-actions.dropdown .dropdown-menu {
    right: 0px !important;
    left: unset !important;
    min-height: min-content;
}

.course-content-btns {
    color: #fff !important;
    margin-bottom: 5px
}

#header .border-left,
#header .border-right {
    /* margin-right: 20px; */
    /* margin-left: -25px; */
    background: unset;
    /* width: fit-content; */
}

.border-left:before {
    content: "";
    border-right: 1px solid #ddd;
    position: absolute;
    height: 65%;
    right: 0;
    top: 25%;
}

.img-active-ring {
    width: 20px;
    height: fit-content;
}

.live-img-btn {
    width: 80px;
}

.nav-user-main {
    display: flex;
    /* flex-wrap: wrap; */
    /* align-content: flex-end; */
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


.btn {
    border-radius: 15px;
}

.menu-profile{

}

.menu-name-img{
    
}