/*@media (max-width: 991px) {*/
/*    .top-navbar .btn {*/
/*        height: unset;*/
/*    }*/
/*}*/
.nav-tabs .nav-item a.active:after {
    width: 100%;

}

.special-offer-card .offer-percent-box .off {
    letter-spacing: 0px;
}

.slider-container {
    padding: 115px 0 250px 0;
}

.xs-panel-nav {
    top: 64px;
}

.top-navbar .img-cover {
    width: 100%;
}

.nav-tabs .nav-item a.active:after {
    background-color: var(--secondary-btn-color);
        transform: translate(-50%, 8px);
        height: 2px;
}

/*.progress-item .active .img-cover, .progress-item a:hover .img-cover {*/
/*    filter: brightness(0) invert(1) !important;*/
/*}*/
.progress-icon .img-cover {
    filter: brightness(0) invert(1);
}

.webinar-progress .progress-item .progress-icon {
    background-color: #9b9b9b;
}


.webinar-progress .progress-item .progress-icon.active {
    background-color: var(--primary);
    background-image: unset;
}

.learning-page-logo-card .navbar-brand .img-cover {
    object-fit: contain;
}

/* SAR Currency Icon Styles */
.sar-symbol {
    height: 16px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

#navbar .img-cover {
    width: 170px;
}

#navbar .img-cover {
    object-fit: contain;
}

.navbar-brand {
    width: 170px;
    height: 50px;
}

.footer .footer-logo {
    height: 40px;
    max-width: 190px;   
}
.footer .footer-logo img{
    width: auto;
}

@media (max-width: 991px) {
    .navbar-brand {
        width: 170px;
        height: 60px;
        max-width: 140px;
    }
        .navbar-brand img {
        height: 60px !important;
    }
}

.footer {
    margin-top: 4rem;
}

.top-navbar .dropdown .badge {
    position: absolute;
    left: 0px;
    top: 4px;
}

.jq-toast-heading {
    font-family: main-font-family, sans-serif;
}

.g-2 {
    gap: 0.5rem;
}

.footer .border-blue {
    border-top: 1px solid #868686;
}
