body {
    font-weight: 400;
    font-style: normal;
}

/*@font-face {
    font-family: notosansdisplay-regular;
    src: url(../../assets/fonts/notosansdisplay-regular.woff) format('woff');
    font-style: normal
}

@font-face {
    font-family: notosansarabic-regular;
    src: url(../../assets/fonts/notosansarabic-regular.woff) format('woff');
    font-style: normal
}*/

@font-face {
    font-family: 'icomoon';
    src: url('../../assets/fonts/icomoon.eot?1mntsg');
    src: url('../../assets/fonts/icomoon.eot?1mntsg#iefix') format('embedded-opentype'),
        url('../../assets/fonts/icomoon.ttf?1mntsg') format('truetype'),
        url('../../assets/fonts/icomoon.woff?1mntsg') format('woff'),
        url('../../assets/fonts/icomoon.svg?1mntsg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header_info {
    display: block;
    padding: 0.25rem 0;
    overflow: visible !important;
}

.header_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.color_reds {
    color: #ff0000;
    padding-bottom: 0.75rem;
}

#assessmentModal .modal-body .assement_info ul>li:first-child.disabled>a {
    background-color: #adadad;
    border: solid 5px #9e9e9e;
    color: #656565;
    cursor: not-allowed;
}

#assessmentModal .modal-body .assement_info ul>li:first-child.disabled>a:hover {
    background-color: #adadad;
    border: solid 5px #9e9e9e;
    color: #656565;
    transform: none;
}

/*.header_logo a{
    color: #221BFF;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}*/

.header_logo .language_drop {
    color: #221BFF;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}

#profile_head li {
    width: 100%;
    padding-left: 0;
}

#profile_head li a {
    font-size: 14px;
    color: #000000;
    /* default: black */
}

#toast-container > .toast-info {
    background-color: #221BFF !important;
    background-image: none !important; /* removes tick icon background */
    color: #fff;
}

#profile_head li:last-child a {
    color: #ff0000;
    /* only last child: red */
}

#profile_head li:first-child {
    display: none;
}

#profile_head a span img {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 65px;
    border: 1px solid #ddd;
}

/*MENU TOP*/

#profile_head_menu li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#profile_head_menu li a {
    font-size: 14px;
    color: #000000;
    /* default: black */
}

#profile_head_menu li:last-child a {
    color: #ff0000;
    /* only last child: red */
}

/*#profile_head_menu li:first-child {
    display: none;
}*/


#profile_head_menu a span img {
    width: 2.25rem;
    height: 2.25rem;
    padding: 6px;
    border-radius: 65px;
    border: 1px solid #ddd;
}

#profile_head_menu .dropdown-toggle::after {
    border: none;
}

#profile_head_menu .dropdown-menu {
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    border: 0;
}

.header_logo a img {
    /*width: 35px;*/
    width: 150px;
    height: auto;
    border-radius: 4px;
    padding: 0.1rem;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
}

.header_logo .help_cms {
    background-color: #221BFF;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1.5rem;
    margin: 0 0.25rem;
}

.header_logo .logout_btn {
    background-color: #ff5757;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1.5rem;
    margin: 0 0.25rem;
}

.ln_ch_xsell ul.ln_ch_xsell_menu {
    margin: 0;
    padding: 0;
}

.ln_ch_xsell ul>li {
    list-style: none;
    display: inline-flex;
}

.ln_ch_xsell ul>li:first-child {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.rtl-css .ln_ch_xsell ul>li:first-child {
    padding-right: 0rem;
    padding-left: 0.5rem;
}

/*.banner_info{
    max-width: calc(100% - 40%)
}*/

/*.xsell_banner{
    filter: brightness(1);
    background-color: #221BFF;
    padding: 50px 0;
    background-image: url(../../assets/images/banner.svg);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: opacity 300ms ease 0s;
}*/
.xsell_banner {

    filter: brightness(1);
    background-color: #221BFF;
    position: relative;
    transition: opacity 300ms ease 0s;
    padding: 0px 0;
}

.banner_info h1 {
    font-size: 2.375rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.banner_info h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.banner_info p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    /* margin-bottom: 0; */
    width: 100%;
    max-width: 500px;
    line-height: 1.65;
}

.product_xsell {
    position: relative;
    padding: 30px 0;
}

.main_flex {
    display: flex;
}

#sidebarWrap {
    position: sticky;
    /*top: 50px; 
    background: #F3F9FF;*/
    padding: 15px 10px;
    top: 15px;
    width: auto;
    height: 100%;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 20px #00000014;
    background-color: #fff;
    border-radius: 20px;
}

#sidebarWrap .filter {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}

#sidebarWrap .filter:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

#main {
    flex-grow: 1;
}

.btn-filter {
    border: 1px solid #221bff;
    border-radius: 65px;
    color: #443fe0;
    padding: 0.35rem 1rem;
}

.sidebar {
    flex: 1;
    max-width: 290px;
    /*border-right: 1px solid #ddd;*/
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar h3 {
    font-size: 16px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.sidebar h3 a {
    text-decoration: none;
    font-size: 14px;
    color: #656565;
}

.sidebar ul {
    list-style: none;
    padding: 0 0px 0 0;
    width: auto;
    max-height: 130px;
    overflow-y: scroll;
    display: block;
    transition: overflow 1s ease;
    scrollbar-color: rgba(11, 20, 26, 0.2) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    margin-bottom: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.sidebar ul li .btn_player {
    padding: 0;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
}

.sidebar ul li .btn_player i {
    color: #221BFF;
    font-size: 20px;
}

.sidebar ul li .no_video_ass i {
    color: #c1c1c1;
}

.sidebar ul li .no_video_ass .icon-exam:before {
    color: #c1c1c1;
}

.sidebar ul li .btn_player img {
    width: 22px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 0;
}

.sidebar ul li input {
    margin: 0 0.35rem;
    cursor: pointer;
    /*width: 16px;
    height: 16px;*/
}

.sidebar ul li label {
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content {
    flex: 3;
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;*/
    display: block;
    padding: 0 15px 0 0;
}

#videoModal .modal-header,
#assessmentModal .modal-header,
#salestipsModal .modal-header {
    position: absolute;
    right: -25px;
    z-index: 1;
    top: -25px;
    border: 0;
}

#videoModal .modal-header button,
#assessmentModal .modal-header button {
    background-color: #a4a2ff;
    opacity: 1;
    color: #fff;
    border: 0;
}

#videoModal,
#salestipsModal {
    background-color: rgba(255, 255, 255, 0.95);
}

#salestipsModal {
    background-color: rgb(31, 41, 55, 0.75);
}

#assessmentModal {
    background-color: rgba(0, 0, 0, 0.85);
}

#assessmentModal .modal-header button,
#salestipsModal .modal-header button {
    background-color: #a4a2ff;
    opacity: 1;
    color: #fff;
    border: 0;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.product_img {
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 100%;
}

.card_product {
    /*    border: 1px solid #ddd;*/
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    width: 100%;
    overflow: hidden;
    /*min-height: 100%;*/
    cursor: pointer;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.product_img h5 {
    position: absolute;
    top: 0;
    text-align: left;
    background-color: rgba(44, 112, 110, 0.9);
    display: block;
    padding: 10px;
    width: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: 1;
    margin-bottom: 0;
}

.product_img h2 {
    position: absolute;
    bottom: 0;
    background-color: rgba(44, 112, 110, 0.9);
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 6px 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.product_img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: transform .3s;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
}

.card_product:hover .product_img img {
    transform: scale(1.1);
}

.product_content {
    padding: 10px;
    text-align: center;
}

.product_content a {
    text-decoration: none;
    color: #222;
}

.product_content p {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.75rem;
    color: #000;
}

.product_content p:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.card_product a {
    text-decoration: none;
}

.card_product a .category {
    color: #0A5654;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: block;
    /*background-color: rgba(44, 112, 110, 0.2);*/
    border-radius: 4px;
    /*width: fit-content;*/
    margin: 0 auto;
    padding: 0.35rem 0.5rem;
    transition: 0.8s;
}

.card_product a .category.category1 {
    font-weight: 700;
    background-color: transparent;
    font-size: 15px;
    transition: 0.8s;
}

.card_product:hover a .category {
    /*color: #221BFF;
    background-color: rgba(44, 112, 110, 0.6);
    color: #fff;*/
    letter-spacing: 0.05rem;
}

.card_product:hover a .category.category1 {
    color: #0A5654;
    /*background-color: transparent;*/
}

.purple_color a .category {
    /*background-color: rgba(11, 0, 114, 0.2);*/
    color: rgb(11, 0, 114);
}

.purple_color .product_img h3,
.purple_color .product_img h4 {
    background-color: rgba(11, 0, 114, 0.5);
}

.product_img h4 {
    position: absolute;
    top: 0;
    text-align: left;
    background-color: rgba(44, 112, 110, 0.9);
    display: block;
    padding: 10px 10px 10px 8px;
    width: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: 1;
    margin-bottom: 0;
}

.product_img h3 {
    position: absolute;
    bottom: 0;
    background-color: rgba(34, 27, 255, 0.9);
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 6px 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

/*.card_product.purple_color:hover .category a{
    background-color: rgba(11, 0, 114, 0.6);
}*/

.card_product.purple_color:hover a .category.category1 {
    color: #0B0072;
}

.br-dott img {
    margin-bottom: 0.5rem;
}

.product_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.product_head h2 {
    color: #2C3070;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.product_head input {
    width: auto;
}

.product_head .search {
    display: flex;
    border-radius: 25px;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
}

.product_head .input {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
    color: #333;
    border: 1px solid #CED4DA;
    outline: none;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.product_head .input::placeholder {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.product_head .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    background: transparent;
    position: absolute;
    left: initial;
    right: 15px;
}

.product_head i.fa-search {
    font-size: 16px;
    color: #7F7F7F;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background: transparent;
}

.product_head .input:focus+.icon i.fa-search {
    transform: rotate(360deg);
}

/*Filter SEARCH CSS
=================*/

.input-box {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 25px;
    background-color: #e0dff8;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    height: 100px;
    max-height: 35px;
    border: 1px solid #d6e4f0;
}

.input-box.open {
    max-width: 350px;
}

.input-box input {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
    background: transparent;
}

.input-box input::placeholder {
    color: #000;
}

.input-box.open input {
    padding: 0 15px 0 22px;
}

.input-box .search {
    position: absolute;
    top: 0;
    left: 0px;
    width: 25px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
}

.input-box.open .search {
    border-radius: 6px 0 0 6px;
    display: none;
}

.search .search-icon {
    font-size: 14px;
    color: #656565;
}

.input-box .close-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 15px;
    color: #656565;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

.input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
}


.filter_list ul {
    padding: 0;
    margin: 0.5rem 0 0.5rem;
}

.filter_list ul>li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #DBEAFE;
    background-color: #EFF6FF;
    padding: 0.5rem 0.5rem;
    font-weight: 500;
    font-size: 13px;
    color: #221bff;
    margin-bottom: 0.25rem;
    box-shadow: inset 0 0 0 2px #DBEAFE;
    margin-right: 0.35rem;
}

.filter_list ul>li>span>a>i {
    color: #222;
}

.filter_list ul>li>span {
    cursor: pointer;
}

.filter_list ul>li>span>i {
    margin: 0 0.25rem;
    font-size: 12px;
}

.filter_list ul>li:last-child,
.filter_list ul>li:last-child:active {
    text-align: right;
    border: none;
    background-color: transparent;
    color: #000;
    box-shadow: none;
}

.filter_list ul>li:last-child a {
    color: #000;
}

.btn_clear {
    padding: 0;
    font-size: 13px;
    color: #221BFF;
    text-decoration: none;
}

.footer {
    background-color: #221BFF;
    padding: 10px 0;
}

.footer .rights p {
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.product_breadcrump nav li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.product_breadcrump .breadcrumb-item.active {
    color: #fff;
}

.product_breadcrump .breadcrumb-item a {
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
}

.product_breadcrump .breadcrumb-item a:hover {
    opacity: 1;
}

.product_breadcrump .breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    opacity: 0.5;
}

.xsell_ass_video {
    padding: 0;
    margin: 0 0.25rem;
    position: absolute;
    bottom: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xsell_ass_video li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem;
    background-color: rgba(255, 255, 255, 0.8);
    color: #221BFF;
    border-radius: 65px;
    width: 40px;
    height: 40px;
}

.xsell_ass_video li .btn {
    /* background-color: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    */
    color: #221BFF;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    transition: 0.3s;
}

.card_product:hover .xsell_ass_video li {
    background-color: #fff;
}

.xsell_ass_video li .btn i {
    font-size: 22px;
}

.xsell_ass_video li.xsell_ass_disabled,
.card_product:hover li.xsell_ass_disabled {
    background-color: #D8D8D8;
}

.xsell_ass_video li.xsell_ass_disabled .btn.no_video_ass,
.xsell_ass_video li.xsell_ass_disabled .btn.no_video_ass .icon-exam:before {
    color: #717079;
}

/*.xsell_ass_video li .btn svg{
    width: 10%;
}*/

.icon-exam:before {
    content: "\e900";
    color: #221BFF;
    font-size: 20px;
}

/*Sales Tips Accordian CSS*/

.salestip_info {
    padding: 1rem;
}

.salestip_info .accordion-header button {
    font-size: 16px;
    font-weight: 700;
}

.salestip_info h1 {
    color: #01468B;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.salestip_info h3 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 0.75rem;
}

.salestip-list {
    list-style: none;
    padding: 0;
    counter-reset: my-awesome-counter;
    margin-top: 0rem;
    margin-bottom: 0;
}

.salestip-list li {
    counter-increment: my-awesome-counter;
    display: flex;
}

.salestip-list li:before {
    content: "0" counter(my-awesome-counter) " ";
    display: inline-block;
    width: 55px;
    flex: 55px 0 0;
    text-align: center;
    background: #8ed1f3;
    padding-top: 1rem;
    color: #221BFF;
    font-size: 18px;
    font-weight: 700;
}

.salestip-list li:first-child:before {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

html[dir=ltr] .salestip-list li p {
    margin-left: 1.25rem;
    padding-left: .25rem;
}

.salestip-list li p {
    display: flex;
    padding: 0.75rem;
    flex-grow: 1;
    border-bottom: 1px solid rgba(0, 76, 152, .1);
    justify-content: space-between;
    margin-bottom: 0;
    text-align: justify;
}

.salestip-list li:last-child p {
    border-bottom: 0;
}

.salestip-list p {
    flex-direction: column;
}

.salestip-list li:last-child:before {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.salestip-list .title_slaestip {
    color: #01468B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.salestip-list p span {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 0.5rem;
}

.salestip_info .accordion-button:focus {
    border-color: initial;
    box-shadow: initial;
}

/* Loader Styles */
.loader-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #004182;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 30px;
    height: 30px;
    border: 3px solid transparent;
    border-top: 3px solid #004182;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

.ulstyle {
    margin: 0;
    padding: 0;
}

.ulstyle .listyle {
    list-style: none;
    display: block;
    margin-bottom: 0.5px;
}

.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazyloaded {
    opacity: 1;
}

.watermark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.6;
}

.watermark canvas {
    width: 100%;
    height: 100%;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


#profile_head .dropdown-toggle::after {
    border: none;
}

#profile_head .dropdown-menu {
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    border: 0;
}

/*#profile_head .dropdown-menu.show{
    left: auto !important;
    right: 20px !important;;
}*/
.arrow_profile {
    display: inline-block;
    transition: transform 0.3s ease;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.arrow_profile.rotate {
    transform: rotate(180deg);
    /* Flips the ▼ arrow */
}

.user_names {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}

.user_namesmenu{
    font-size: 14px;
    color: #000045;
    font-weight: 600;
}

.filter_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.apply_clear ul {
    padding: 1.5rem 0 0;
    margin: 0;
}

.apply_clear ul li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.apply_clear ul li a {
    border-radius: 25px;
    padding: 0.35rem 1.5rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.apply_clear ul li a.btn-clear {
    border: 1px solid #f70000;
    color: #f70000;
}

.apply_clear ul li a.btn_apply_filt {
    background-color: #221BFF;
    color: #fff;
    font-size: 14px;
}

.nav_notification a{
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .sidebar {
        /*max-width: 150px;*/
        max-width: 100%;
    }

    .product_img h4 {
        font-size: 14px;
    }

    .product_img h3,
    .card_product a .category.category1,
    .card_product a .category {
        font-size: 13px;
    }

    .product_content p {
        font-size: 13px;
    }

    .xsell_ass_video li .btn i {
        font-size: 24px;
    }

    .xsell_ass_video li .btn {
        width: 30px;
        height: 30px;
    }

    .xsell_ass_video li {
        width: 30px;
        height: 30px;
    }

    .sidebar ul li .btn_player i {
        font-size: 20px;
    }

    /*.icon-exam:before {
        font-size: 20px;
    }*/
    .sidebar h3 {
        word-break: break-word;
        font-size: 14px;
        width: 100%;
        max-width: fit-content;
    }

    .sidebar ul li input {
        width: 14px;
        height: 14px;
    }

    .sidebar ul li {
        margin-bottom: 6px;
        margin-top: 6px;
        font-size: 14px;
    }

    .input-box.open {
        max-width: none;
        width: 100%;
    }

    .product_head .input {
        padding: 0px 10px;
        font-size: 13px;
        height: 35px;
    }

    .product_head .search {
        margin: 0.5rem 0;
        max-width: 100%;
    }

    .product_head {
        display: block;
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .product_head h2 {
        font-size: 16px;
        margin-bottom: 0rem;
    }

    .sidebar ul li label {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .header_logo a img {
        width: 90px;
        margin-left: 0;
        margin-right: 0.3rem;
    }

    .header_info.main-nav.fixed {
        width: auto;
    }

    .banner_info h1 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .banner_info p {
        font-size: 12px;
        max-width: max-content;
        line-height: 1.5;
        margin-bottom: 0.2rem;
    }

    .xsell_banner {
        padding: 0px 0;
    }

    .product_breadcrump nav li {
        font-size: 12px;
    }

    .header_logo .language_drop {
        font-size: 14px;
    }

    .header_logo .help_cms,
    .header_logo .logout_btn {
        padding: 0.25rem 0.25rem;
    }

    #videoModal .modal-header,
    #assessmentModal .modal-header,
    #salestipsModal .modal-header {
        right: 0px;
        top: 0px;
    }

    html[dir=ltr] .salestip-list li p {
        margin-left: 0.75rem;
    }

    .user_names {
        display: none;
    }

    .arrow_profile {
        padding: 0 0.25rem;
    }

    #profile_head li,
    #profile_head_menu li {
        border-bottom: 1px solid #ddd;
        /*  padding: 0.25rem 0 0.5rem;*/
    }

    #profile_head li:first-child,
    #profile_head_menu li:first-child {
        display: block;
        padding-bottom: 0.25rem;
    }

    #profile_head li p,
    #profile_head_menu li p {
        margin-bottom: 0;
        font-size: 14px;
    }

    #profile_head li:last-child,
    #profile_head_menu li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    /* #profile_head .dropdown-menu.show{
        right: 0 !important;
    }*/
    .rtl-css .ln_ch_xsell ul>li:first-child {
        padding-left: 0.5rem;
    }

    .btn_list_link ul li:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-device-width: 430px) and (max-device-width: 960px) and (orientation:landscape) {
    .product_img h3 {
        font-size: 10px;
    }

    .product_content p {
        font-size: 13px;
    }

    .card_product a .category.category1 {
        font-size: 13px;
    }

    .product_img h4 {
        font-size: 9px;
    }

    .xsell_ass_video li {
        width: 26px;
        height: 26px;
    }

    .xsell_ass_video li .btn i {
        font-size: 13px;
    }

    .icon-exam:before {
        font-size: 16px;
    }
}

/*@media screen and (max-width:320px) {
    .header_logo .language_drop {
        font-size: 10px;
    }
}*/


.circular_list_bg {
    background-color: rgb(241, 245, 249, 1);
    border: none;
    border-radius: 1rem;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.acheivement_section {
    padding: 30px 0px;
}

/*.acheivement_section a{
    text-decoration: none;
    text-align: center;
}*/
.circular_list_info {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
}

.circular_list_info h2 {
    font-size: 1.5rem;
}

.circular_list_info h3 {
    font-size: 1.25rem;
}

.circular_list_info h4 {
    font-size: 0.9rem;
}

.circular_section a {
    text-align: center;
    text-decoration: none;
}

.circular_list_bg .arb_relative h4 {
    display: block;
    padding: 15px 10px;
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    margin-bottom: 0rem;
    border-radius: 1rem 1rem 0 0;
    background-color: #221bff;
}

.circular_list_bg .arb_relative h2 {
    font-size: 14px;
    font-weight: 600;
    background-color: #acc1ff;
    padding: 10px;
    color: #000;
}

.circular_list_bg .arb_relative h5 {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    width: 100%;
    padding: 6px 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.arb_relative {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.circular_list_bg h3 {
    background-color: #221bff99;
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 6px 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    margin-bottom: 0;
}

.circular_list_bg img {
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    transition: transform .3s;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    overflow: hidden;
}

.acheivement_section .list_count {
    width: 100%;
}

/*.product_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.product_head h2{
    color: #2C3070;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.product_head input{
    width: auto;
}

.product_head .search {
    display: flex;
    border-radius: 25px;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 295px;
}

.product_head .input {
    width: 100%;
    max-width: 732px;
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
    color: #333;
    border: 1px solid #CED4DA;
    outline: none;
    border-radius: 25px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.product_head .input::placeholder{
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.product_head .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    background: transparent;
    position: absolute;
     left: initial; 
    right: 15px;
}

.product_head i.fa-search {
    font-size: 16px;
    color: #7F7F7F;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    background: transparent;
}

.product_head .input:focus + .icon i.fa-search{
    transform: rotate(360deg);
}*/

.btn_list_link {
    margin-bottom: 0rem;
    background-color: #efefff;
    border-radius: 20px;
    padding: 1rem 1rem;
    margin-bottom: 2rem;
}

.btn_list_link ul {
    text-align: center;
    margin-bottom: 0rem;
    padding: 0;
    /*margin-bottom: 2rem;
    background-color: #f6fbff;
    padding: 1rem 0;
    border-radius: 20px;*/
}

.btn_list_link ul li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
}

.btn_list_link ul li a {
    text-decoration: none;
    background-color: #f6fbff;
    border-radius: 14px;
    color: #221bff;
    display: grid;
    font-weight: 600;
    /*border: 1px solid #d9eeff;
    padding: 0.5rem 0.75rem;*/
    position: relative;
}

.btn_list_link ul li a img {
    width: 200px;
    border-radius: 14px;
    margin-bottom: 0rem;
    height: 80px;
    object-fit: cover;
    object-position: center;
}

.btn_list_link ul li a span {
    position: absolute;
    bottom: 0;
    background-color: rgba(4, 0, 126, 0.65);
    margin-bottom: 0;
    border-radius: 14px;
    font-size: 15px;
    color: #fff;
    top: 0;
    width: 100%;
    padding: 6px 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-orient: vertical;
}

.btn_list_link.my_ach_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_list_link.my_ach_link .product_head {
    margin-bottom: 0;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #fff;
}

/*Footer CSS*/
.alr_footer {
    background-color: #f9f9ff;
    padding-top: 30px;
}

.alr_footer__item {
    margin: 1rem 0 1.25rem;
}

.alr_footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alr_footer__links a {
    color: rgb(0, 0, 69, 0.5);
    padding: .3125rem 0;
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
}

.alr_footer__links a:hover {
    color: rgb(0, 0, 69, 1);
}

.alr_footer__applinks ul li {
    display: inline-block;
}

.alr_footer__info p {
    font-weight: 400;
    font-size: 0.8rem;
    color: rgb(0, 0, 69, 0.5);
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;*/
}

.alr_footer__socialmedia ul li {
    display: inline-block;
    margin-right: 0.5rem;
}

.alr_footer__socialmedia ul {
    padding: 0;
}

.alr_footer__socialmedia ul li a {
    /*background-color: #fff;*/
    color: rgb(0, 0, 69, 0.5);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 65px;
    transition: all .3s;
}

.alr_footer__socialmedia ul li a:hover {
    background-color: rgb(0, 0, 69, 0.2);
    color: rgb(0, 0, 69, 1);
}

.alr_footer__socialmedia ul li a i {
    font-size: 20px;
}

.alr_footer__socialmedia ul li a img {
    width: 13px;
}

.alr_footer__head {
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 0.5375rem;
    font-weight: 500;
    font-size: 16px;
    color: rgb(0, 0, 69, 1);
}

.alr_footer__head img {
    width: 200px;
    margin-bottom: 0.25rem;
}

.alr_footer_copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.alr_footer .copyrights {
    border-top: 1px dashed rgb(0, 0, 69, 0.2);
    padding-top: 1rem;
}

.alr_footer .copyrights p {
    color: rgb(0, 0, 69, 0.5);
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 0.8rem;
}

/* =============================================
   TOP NAVIGATION MENU - Refined Versioin
   ============================================= */

.top_nav_menu {
    display: flex;
    align-items: center;
    /*padding-right: 5rem;*/
}

/*.rtl-css .top_nav_menu{
    padding-right: 0rem;
    padding-left: 5rem;
}*/

.nav_icon_list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2.0rem;
}

.nav_icon_list li:last-child{
    padding-right: 0.5rem;
}

.nav_icon_item {
    position: relative;
}

.nav_text_link {
    font-size: 14px;
    font-weight: 500;
    color: #000045;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.nav_text_link:hover {
    color: #221BFF;
    text-decoration: none;
}

/* Mega Menu Styles */
.nav_more_dropdown {
    position: relative;
}

.mega_menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 600px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
    display: none;
    z-index: 1000;
    border: 1px solid #f0f0ff;
}

.mega_menu.show {
    display: block;
    animation: fadeInDown 0.3s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega_menu_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mega_menu_heading {
    font-size: 13px;
    font-weight: 700;
    color: #221BFF;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0ff;
}

.mega_menu_col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega_menu_col ul li {
    margin-bottom: 8px;
}

.mega_menu_col ul li a {
    font-size: 13px;
    color: #4b4b6b;
    text-decoration: none;
    transition: all 0.2s;
    display: block;
}

.mega_menu_col ul li a:hover {
    color: #221BFF;
    transform: translateX(5px);
}

/* Notification (Still using circle) */
.nav_icon_circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f0f0ff;
    border: 1.5px solid #d8d5ff;
    transition: all 0.3s;
}

.nav_icon_circle i {
    font-size: 15px;
    color: #4a45c0;
}

.nav_icon_link:hover .nav_icon_circle {
    background: #221BFF;
    border-color: #221BFF;
    color: #fff;
}

.nav_icon_link:hover .nav_icon_circle i {
    color: #fff;
}

.notification_badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 17px;
    height: 17px;
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.mobile_menu_btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #3a3a5c;
    cursor: pointer;
    padding: 5px;
}

/* RTL Support */
.rtl-css .nav_icon_list {
    /*flex-direction: row-reverse;*/
    flex-direction: row;
}

.rtl-css .mega_menu {
    right: auto;
    left: 0;
}

.rtl-css .mega_menu_col ul li a:hover {
    transform: translateX(-5px);
}

.menu_tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_head_info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.tab {
    flex: 1;
    padding: 0.7rem 1.25rem;
    border-radius: 25px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    margin-right: 0.25rem;
}

.tab.active {
    background: #3b3bf3;
    color: #fff;
    border: none;
}

.seen_kh_xsell, .unseen_kh_xsell{
     /*position: absolute;
    top: 4px;
    right: 0;*/
    line-height: 0;
}

.seen_kh_xsell i{
    color: #22c55e;
    border-radius: 65px;
    font-size: 10px;
}

.unseen_kh_xsell i{
    color: #CBD5E1;
    border-radius: 65px;
    font-size: 10px;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .mega_menu {
        width: 100vw;
        max-width: 500px;
        right: -50px;
    }
}

@media screen and (max-width: 767px) {
    .mobile_menu_btn {
        display: block;
    }

    .top_nav_menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff !important;
        padding: 20px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        z-index: 99999 !important;
        border-top: 1px solid #eee;
        border-radius: 0 0 15px 15px;
    }

    .top_nav_menu.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav_icon_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
    }

    .mega_menu {
        position: static;
        width: 100%;
        box-shadow: none;
        margin-top: 10px;
        padding: 10px;
        border: none;
        background: #fcfcff;
    }

    .mega_menu_inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .nav_icon_item {
        width: 100%;
    }

    .nav_text_link {
        width: 100%;
        justify-content: space-between;
        padding: 8px 0;
    }

    .filter_icon{
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 576px) {
    .mega_menu_inner {
        grid-template-columns: 1fr;
    }
}

/* Tour guide close button fix */
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
    height: auto !important;
}

/* Tour guide text color fix */
.tg-dialog .tg-dialog-content, .tg-dialog-body,
.tg-dialog .tg-dialog-content p, .tg-dialog-title,
.tg-dialog-prev-btn, .tg-dialog-next-btn, .tg-dialog-content div {
    color: #0066cc !important;
}
 .tg-dialog-footer button.tg-dialog-btn ,.tg-step-progress{
    color: #0066cc !important;
}