/*-------------------------------------------------------------------------------------------------------
* Template Name    : Bcmvs | Responsive Bootstrap 5 Education Theme
* Author           : Retrina Group
* Version          : 1.0.0
* Created          : Jan 2022
* File Description : Main css file of the template
*-------------------------------------------------------------------------------------------------------*/

/* -------------------------   Map_OF_Css   ------------------------ *
    1.Basic_Css
    2.General_Css
    3.Header_Css 
        1.TapBar_Header_Advertising
        2.TapBar_Header 
    4.HOME
    5.TOP-CATEGORIES
    6.PRODUCT
    7.BANNER
    8.EVENT
    9.BANNER
    10.CLIENT
    11.BRAND
    12.FOOTER
    13.CATEGORY-PAGE
*-------------------------   Map_OF_Css    ------------------------ */




/* -------------------------   Start_of_Basic_Css   ------------------------ */
:root{
    --white: #fff;
    --bcmvs-base-color: #2173B3;
    --bcmvs-base-color-hover: #2b26cc;
    --bcmvs-primary-color: #2173B3;
    --bcmvs-small-border-radius: 4px;
    --bcmvs-border-radius: 8px;
    --bcmvs-light-border-color: #ececec;
    --bcmvs-light-bg-color: #F7F9FA;
    --bcmvs-body-color: #495057;
    --bcmvs-primary-body-color: #6c5f5f;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.618;
    overflow-x: hidden;
    background-color: var(--bcmvs-light-bg-color);
    color: var(--bcmvs-body-color);
}
.full-width{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.container-fluid {
    max-width: 1200px;
}
.line-height-1{
    line-height: 1.8;
}
.h-100vh {
    height: 100vh;
}
a, a:hover, a:focus, button, button:focus {
    color: var( --bcmvs-heading-color);
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
button {
    background: transparent;
    border: none !important;
    font-family: 'Inter', sans-serif !important;
}
.html.fix-hidden {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
body.fix-hidden {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
hr{
    background: #c8c7c7;
}
.base-color {
    color: var(--bcmvs-base-color);
}
.base-color:hover {
    color: var(--bcmvs-base-color-hover);
}
.bg-base-color{
    background-color: var(--bcmvs-base-color) !important;
}
.retrina-text-danger{
    color: #dc3545;
}
.custom-bg{
    background-color: #fff !important;
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 1.5rem;
}
.pb-6{
    padding-bottom: 50px;
}
.d-rt-none{
    display: none !important;
}
.d-rt-block{
    display: block !important;
}
.lesson-pointer{
    cursor: pointer;
}
.fs-16{
    font-size: 16px;
}
/* -------------------------   Start_of_ General_Css   ------------------------ */
.col-sticky {
    position: sticky;
    top: 160px;
}
.heading-title{
    position: relative;
    border-bottom: 1px solid var( --bcmvs-light-border-color);
    padding-bottom: 20px;
    font-size: 28px ;
    font-weight: 600;
    color: #0f2a61 !important;
    margin-top: unset !important;
    margin-bottom: 20px !important;

}
.heading-title:after{
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--bcmvs-base-color);
}
.heading-title h3{
    font-size: 28px;
    font-weight: 600;
}
.heading-title-2{
    font-size: 20px;
}
.section-title{
    position: relative;
    overflow: hidden;
}
.section-title a{
    background-color: var(--bcmvs-light-bg-color);
    padding-left: 15px;
    color: #666;
    float: right;
    position: absolute;
    top: 38px;
    right: 0;
}
.event .section-title a{
    font-size: 14px;
    top: 23px;
    font-weight: 700;
}
.section-title .heading-title-2 ~ a{
    top: 6px;
    font-size: 14px;
    padding-right: 15px;
    background-color: transparent;
}
.section-title .box-btn a{
    top: 28px;
    font-size: 22px;
    color: var(--bcmvs-base-color);
}
.section-title .btn-group{
    float: right;
    bottom: 44px;
    background-color: var(--bcmvs-light-bg-color);
}
.btn-main {
    font-weight: 400;
    padding: 11px 31px;
    text-align: center;
    outline: 0;
    color: #fff !important;
    background-color: var(--bcmvs-base-color);
    border: 1px solid var(--bcmvs-base-color);;
    border-radius: var(--bcmvs-small-border-radius);
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btn-main a, .btn-main button{
    color: #fff !important;
}
.secondry-button {
    background-color: transparent;
    color: var(--bcmvs-base-color) !important;
    padding: 11px 31px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid var(--bcmvs-base-color) !important;
    transition: all 0.5s ease;
    cursor: pointer;
    overflow: hidden;
}
.my-btn, .btn.btn-primary {
    color: #fff;
    background-color: var(--bcmvs-base-color);
    display: inline-block;
    border: 1px solid var(--bcmvs-base-color);
    border-radius: var(--bcmvs-small-border-radius);
    transition: all 0.5s ease;
    cursor: pointer;
    outline: none !important;
    position: relative;
    padding: 0px 20px;
    border-radius: 5px;
    border: 0;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 16px;
}
.my-btn:hover, .btn.btn-primary:hover{
    color: #fff;
}
.my-btn-outline{
    color: var(--bcmvs-base-color);
    background-color: transparent;
    padding: 8px 20px;
    display: inline-block;
    border: 1px solid var(--bcmvs-base-color);
    border-radius: var(--bcmvs-small-border-radius);
    font-size: 14px;
    transition: all 0.5s ease;
    cursor: pointer;
    outline: none !important;
}
.my-btn-outline:hover{
    color: var(--bcmvs-base-color);
}
.btn.my-btn:hover{
    color: #fff;
}
#input-quantity {
    height: 50px;
    border-color: var( --bcmvs-light-border-color);
    margin-right: 16px;
}

/* -------------------------   Start_of_Header_Css   ------------------------ */

.menu-content {
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    position: relative;
    top: 14px;
    list-style: none;
    padding-left: 0;
    border-radius: 8px;
    padding: 16px;
}
.menu-content button {
    font-size: 13px;
    font-weight: 500;
    padding: 0;
}
.currency-symbol {
    font-weight: 400;
    font-size: 11px;
    color: var(--bcmvs-body-color);
}
.header-cart-shopping-box button {
    display: flex;
    align-items: center;
    padding: 0;
}
.language-box, .curency-box {
    position: relative;
}
.text-language, .text-currency {
    color: var(--bcmvs-body-color);
    font-size: 12px;
    margin-left: 2px;
}
.language-box .dropdown-menu, .curency-box .dropdown-menu, .menu-acount-box .dropdown-menu {
    top: -16px;
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none !important;
    right: 0;
}
.language-box::after, .curency-box::after, .menu-acount-box::after {
    content: "\ea5e";
    font-family: LineIcons, sans-serif;
    border: none;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 8px;
}
#search-01 input{
    background-color: transparent !important;
}
.header-section {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    padding: 0 30px;
    position: relative;
    z-index: 30;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.header-sticky {
    padding: 0 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    animation: fadeInDown 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s 1 normal none running;
    background-color: #fff;
}

.header-sticky .header-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: padding 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.header-sticky .navbar-brand img {
    width: 65%;
    transition: width 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

@keyframes fadeInDown {
    0% {
        opacity: 0.8;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.header-top {
    padding-top: 20px!important;
    transition: padding 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.dir-rtl {
    direction: rtl;
}
.brand-logo {
    text-align: center;
    position: relative;
}
.button, a, button {
    outline: none!important;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img {
    width: 75%;
    border-radius: 0;
}
.navbar-brand h1 {
    font-size: 10px;
    color: #1367af;
    position: absolute;
    bottom: -8px;
    right: 60px;
    margin-bottom: 0;
}
.navbar-brand h1 b {
    display: block;
    font-size: 17px;
    padding-top: 3px;
}
.navbar-brand h1 span {
    text-indent: -9999px;
    display: inline-block;
}
.search-toggler {
    position: absolute;
    color: #1367af;
    font-size: 22px;
    right: 52px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.retrina-search .form-group {
    margin-bottom: 0;
}
.retrina-search .form-control {
    font-size: 12px;
    font-weight: 400;
    border-radius: 8px;
    height: 42px;
    border: 1px solid #1367af;
}
.gt-search-dropdown {
    top: 40px;
    left: 12px;
    right: 12px;
    display: block;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.gt-search-not-found {
    z-index: 999;
}
.gt-search-not-found li {
    display: table;
    border-radius: 10px!important;
}
.gt-search-dropdown li {
    border-bottom: 1px solid #ddd;
}
.gt-search-dropdown .media-body {
    text-align: right;
    padding: 10px;
    height: 90px;
    display: flex;
    align-items: center;
}
.gt-search-not-found .media-body {
    display: table-cell;
    vertical-align: middle;
}
.gt-search-not-found .media-body span {
    font-size: 13px;
}
.retrina-search .search button {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    color: #1367af;
    border-radius: 7px 0 0 7px;
    border-radius: 0 8px 8px 0;
    background-color: rgb(239, 239, 239);
}
.header-top .shopping-cart {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.dropdown-toggle::after{
    display: none !important;
}
.shopping-cart a {
    color: #666;
    font-size: 14px;
    display: block;
    text-align: center;
}
.shopping-cart a i {
    color: #fff;
}
.shopping-bag-name {
    font-size: 11px;
    display: block;
}
.retrina-user {
    font-size: 11px;
    color: #666;
    text-align: right;
}
.retrina-user a{
    color: #666;
    font-size: 11px;
    display: block;
    line-height: 2;
    text-align: left;
    margin-left: 6px;
}
.retrina-user i {
    font-size: 36px;
    color: #444;
}
.retrina-user span {
    display: block;
    line-height: 2;
    text-align: left;
    margin-left: 6px;
}
.retrina-login i {
    color: #444;
    font-size: 36px;
    float: left;
    position: relative;
    top: 5px;
}
.header-bottom {
    border-top: 1px solid #f2f2f2;
    padding: 4px 0;
    margin-top: 2px;
}
.navbar-expand-lg .navbar-nav {
    padding-right: 0;
}
#toggle-menu .nav-link {
    color: #666;
    padding: 10px 15px;
    font-size: 12px;
    transition: all .3s ease;
}
#toggle-menu .nav-link.dropdown-toggle i {
    display: inline-block;
}
.border-radius-5 {
    border-radius: 12px!important;
}
.header-nav .dropdown-menu ul {
    padding-right: 10px;
}
.header-nav .dropdown-menu ul a {
    color: #666;
    font-size: 12px;
    line-height: 26px;
    display: flex;
}
.center-item {
    justify-content: center;
    flex-direction: column;
}
.center-item, .vertical-center {
    display: flex;
    align-items: center;
}
[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}
.flaticon-anesthesia:before {
    content: "\f108";
}
.cw-list {
    display: flex;
    align-items: center;
}
.users {
    margin-left: auto;
}
.compare-list, .wish-list {
    display: inline-block;
}
.compare-list a, .wish-list a {
    font-size: 11px;
    color: #666;
}
.compare-list i, .wish-list i {
    font-size: 14px;
    position: relative;
    top: 2px;
    padding-right: 3px;
    color: #00af00;
}
.wish-list i {
    color: #ef0000;
}
.header-nav .dropdown-menu h2, .header-nav .dropdown-menu h2 a {
    font-size: 14px;
    color: #1367af;
}
#cart button img{
    width: 26px;
    color: #444;
    margin-right: 8px;
}
#cart button{
    display: flex;
    align-items: center;
}
#cart .dropdown-menu.show{
    padding: 10px;
    background-color: rgb(247, 249, 250);
    max-height: 85vh;
    overflow: auto;
    max-width: 90vw;
}
.cart-img1{
    width: 20px;
}
.shopping-cart .retrina-login a {
    color: #666;
    font-size: 11px;
    display: block;
    line-height: 2;
    text-align: left;
    margin-left: 6px;
}
.shopping-cart .retrina-login a:nth-child(2):after {
    content: '/';
    margin-left: 6px;
}

@media (max-width: 1199px){
    .header-section {
        padding: 0 5px;
    }
}



@media (min-width: 992px){
    #account-quiz .quiz-right-wrapper.col-lg-9 {
        width: 70%;
    }
    .retrina-login img{
        width: 24px;
        color: #444;
    }
    .retrina-user img  {
        width: 30px;
        color: #444;
    }
    .retrina-login a {
        color: #666;
        font-size: 11px;
        display: block;
        line-height: 2;
        text-align: left;
        margin-left: 6px;
    }
    .retrina-login {
        display: flex;
        align-items: center;
    }

    .header-bottom {
        position: relative;
    }
    .header-bottom .navbar {
        position: unset;
        padding: 0 15px;
    }
    .dropdown {
        position: unset;
    }
    #toggle-menu .nav-item:first-child .nav-link {
        padding-left: 0;
        border-right: 1px solid #f2f2f2;
        padding-right: 20px;
        margin-right: 5px;
    }
    #toggle-menu .nav-item:first-child .nav-link i {
        position: relative;
        top: 0;
        padding-right: 5px;
    }
    #toggle-menu .services{
        position: relative;
        top: 0;
        padding-right: 5px;
    }
    .dropdown .dropdown-menu {
        display: block;
        left: 13px;
        border-radius: 12px;
        top: 45px;
        width: 500px;
        max-width: 100%;
        text-align: right;
        border: none;
        padding: 15px;
        box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .vertical-menu-list {
        border: 1px solid #f5f5f5;
        padding: 10px 0;
    }
    .vertical-menu-list ul li {
        position: relative;
        z-index: 1;
        top: 0;
        height: 34px;
        display: flex;
    }
    .vertical-menu-list li a {
        display: flex;
        align-items: center;
        color: #666;
        padding: 0 10px;
        border-right: 3px solid #fff;
        width: 100%;
    }
    .vertical-menu-list li a span {
        position: absolute;
        right: 15px;
        font-size: 14px;
    }
    .vertical-menu-list li a span i {
        width: auto;
        height: auto;
        font-size: 10px !important;
    }
    .vertical-menu-list li a i {
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .vertical-menu-list li a:hover {
        color: #1367af;
        border-left: 3px solid #2173B3;
    }
    .curency-box ,.language-box{
        margin: 0;
        color: #666;
        padding: 8px 15px 8px 10px;
        font-size: 12px;
        transition: all .3s ease;
    }
    .curency-box .dropdown-menu ,.language-box .dropdown-menu{
        top: 10px;
        left: -4px;
        text-align: left;
    }
    .curency-box .btn-group > button{
        padding: 0;
        font-size: 12px;
    }
    .currency-symbol{
        color: #666 !important;
    }
    .currency-symbol .text-currency ,.language-box .text-language{
        color: #666 !important;
    }
    .curency-box .btn-group{
        top: 1px;
    }
    .dropdown-menu-children{
        opacity: 0 !important;
        visibility: hidden !important;
        z-index: -1 !important;
        left: 101% !important;
        top: 0!important;
    }
    .dropdown:hover > .dropdown-menu-children{
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 991px){
    .retrina-login img{
        width: 24px;
        color: #444;
    }
    .category-mobile .menu a{
        font-size: 12px;
        color: #222;
        display: flex;
        padding: 12px 15px;
        line-height: initial;
    }
    .category-mobile .menu a i{
        display: none;
    }
    .navbar-collapse.show {
        left: 0;
        transition: left .3s ease;
    }
    .header-section {
        padding: 0 0 0 50px;
    }
    .header-top {
        padding-top: 14px!important;
        padding-bottom: 12px;
    }
    .navbar-brand {
        top: 0;
        right: 15px;
    }
    .navbar-brand img {
        width: 75px;
    }
    .brand-logo{
        text-align: center;
    }
    .navbar-brand h1 {
        font-size: 9px;
        padding-top: 0;
        display: inline-block;
        right: 48px;
    }
    .navbar-brand h1 b {
        font-size: 16px;
    }
    .header-bottom {
        height: 0;
        padding: 0!important;
        margin-top: 0;
        border: 0;
    }
    .header-nav {
        top: -46px;
        right: -35px;
        padding: 0;
        position: inherit;
    }
    .navbar-toggler {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 9998;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }
    .navbar-toggler.collapsed {
        position: absolute;
        top: 22px;
        bottom: inherit;
        background-color: transparent;
        width: 24px;
        height: auto;
        left: 23px;
        text-align: left;
        outline: none;
    }
    .header-nav .navbar-toggler img{
        width: 0;
    }
    .navbar-toggler.collapsed img{
        width: 24px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        height: 100%;
        left: -300px;
        width: 300px;
        z-index: 9999;
        background-color: #fff;
        text-align: right;
        overflow-y: auto;
    }

    .dropdown-toggle {
        color: var(--bcmvs-heading-color) !important;
    }
    .navbar-nav {
        margin-top: 70px;
    }
    .header-nav .navbar-toggler {
        padding: 0;
    }
    .header-nav .navbar-toggler .fa-bars {
        color: #1367af;
        font-size: 25px;
        font-weight: 700;
        opacity: 0;
    }
    .header-nav .navbar-toggler.collapsed .fa-bars {
        opacity: 1;
    }
    #toggle-menu .navbar-nav>.nav-item {
        border-bottom: 1px dashed #ddd;
    }
    #toggle-menu .nav-link {
        font-size: 12px;
        color: #222;
        display: flex;
        padding: 5px 15px;
    }
    .dropdown-toggle {
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: #0f2a61;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: normal;
        cursor: pointer;
        line-height: 1.2;
    }
    #toggle-menu h6 {
        display: flex;
        font-size: 14px;
    }
    #toggle-menu .nav-link i, #toggle-menu h6 i {
        font-size: 18px;
        padding-right: 7px;
        color: #1367af;
        display: inline-block;
    }
    .navbar-nav .dropdown-menu {
        transition: all .4s ease;
        text-align: right;
        border: none;
    }
    .category-mobile .menu{
        display: block;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
    }
    .users {
        margin-right: inherit;
        position: absolute;
        top: 16px;
        left: 20px;
    }
    .mobile-side-ul {
        position: absolute;
        top: 0;
        width: 100%;
        line-height: 1.5;
    }
    .mobile-side-ul .retrina-user {
        width: 100%;
        padding: 0 0 4px 8!important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #toggle-menu .retrina-user {
        padding: 15px;
    }
    .shopping-cart .retrina-login i {
        font-size: 24px;
        top: 9px;
    }
    .mobile-side-ul .retrina-user img {
        width: 24px;
        float: left;
    }
    .mobile-side-ul .retrina-login i {
        display: none;
    }
    #toggle-menu .retrina-login a {
        color: #7a7a7a;
        font-size: 12px;
        display: block;
        width: 50%;
        float: right;
        text-align: center;
        padding: 13px 0;
        background-color: #ececec;
    }
    #toggle-menu .retrina-login .login-a {
        border-left: 1px solid #d2d2d2;
    }
    .mini-cw-list {
        text-align: center;
        padding-top: 30px;
    }
    .mini-cw-list a {
        color: #666;
        display: inline-block;
        width: 120px;
    }
    .mini-cw-list a i {
        font-size: 20px;
    }
    .mini-cw-list a:first-child i {
        color: #00af00;
    }
    .mini-cw-list a:last-child i {
        color: #ef0000;
    }
    .retrina-namad {
        width: 123px;
        padding: 30px 5px;
    }
    #toggle-menu .dropdown-menu .title-feature {
        padding-top: 20px;
    }
    .number-product-adding {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: var(--bcmvs-primary-color);
        border-radius: 50%;
        position: relative;
        left: -8px;
        top: -8px;
    }
    .number-product-adding {
        position: absolute;
        left: 0;
        bottom: 0;
        top: initial;
    }
    .shopping-bag button{
        position: relative;
    }
    .curency-box , .language-box{
        text-align: left;
    }
    .curency-box button{
        text-align: left;
        padding: 12px 15px 12px 18px;
        width: 100%;
    }
    .language-box button{
        text-align: left;
        padding: 12px 15px 12px 15px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .curency-box .btn-group ,.language-box .btn-group{
        width: 100%;
        display: block;
    }
    .currency-symbol{
        display: flex;
        align-items: center;
    }
    .currency-symbol span:first-child{
        font-size: 16px;
        color: #1367af;
        padding-right: 7px;
    }
    .currency-symbol span:last-child{
        font-size: 12px;
        color: #222;
    }
    .language-box span{
        font-size: 12px;
        color: #222;
        padding-left: 7px;
    }
    .language-box::after, .curency-box::after, .menu-acount-box::after {
        content: "\ea5e";
        font-family: LineIcons, sans-serif;
        border: none;
        position: absolute;
        font-size: 7px;
        right: 20px;
        top: 20px;
    }
    .curency-box .dropdown-menu ,.language-box .dropdown-menu{
        text-align: left;
        width: 250px;
        left: 0;
        transform: initial;
        position: relative;
        top:0;
        margin: 0;
        padding-bottom: 0;
    }
    .curency-box .dropdown-menu > div ,.language-box .dropdown-menu ul{
        padding-top: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .curency-box .dropdown-menu .menu-content ,.language-box .dropdown-menu .menu-content{
        padding-left: 0;
        padding-bottom: 0;
        position: initial;
    }
    .curency-box .dropdown-menu .menu-content li button ,.language-box .dropdown-menu .menu-content li button{
        padding-left: 13px;
    }
    .language-box .dropdown-menu .menu-content li button img{
        padding-right: 7px;
    }
    .shopping-cart i {
        color: #1367af;
        font-size: 16px;
    }
    .number-product-adding {
        width: 15px;
        height: 15px;
        line-height: 16px;
        font-size:10px;
    }
    .dropdown-menu-children{
        margin-left: -16px;
        box-shadow: none !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767px){
    .header-top {
        padding-top: 13px!important;
        padding-bottom: 8px;
    }
    .navbar-brand {
        top: -2px;
    }
    .retrina-search .form-control {
        height: 37px;
        font-size: 10px;
    }
    .retrina-search .search button {
        padding: 0 15px;
    }
    .retrina-search .search button {
        height: 35px;
        line-height: 35px;
        padding: 0 12px;
    }
    .header-top .shopping-cart {
        text-align: center;
    }
    .retrina-login i {
        font-size: 14px;
        float: none;
        top: 0;
        padding: 0!important;
    }
    .retrina-login img {
        width: 22px;
    }
    #cart button img{
        width: 24px;
    }
    .retrina-login a {
        padding-left: 0;
    }
    .header-nav {
        top: -42px;
    }
    .navbar-toggler.collapsed {
        top: 19px;
    }
    .shopping-cart i {
        color: #1367af;
        font-size: 18px;
    }
    /* Mobile sticky header - keep the same height */
    .header-sticky .header-top {
        padding-top: 13px!important;
        padding-bottom: 8px!important;
    }
    .header-sticky .navbar-brand img {
        width: 100%;
    }
}

@media (max-width: 575px){
    .header-section {
        padding: 0;
    }
    .navbar-toggler.collapsed {
        top: 14px;
    }
    .header-top {
        padding-top: 0!important;
        padding-bottom: 0;
    }
    .brand-logo {
        text-align: center;
    }
    .navbar-brand {
        right: inherit;
        position: relative;
    }
    .navbar-brand img {
        width: 80px;
    }
    .navbar-brand h1 {
        right: 31px;
        font-size: 7px;
    }
    .navbar-brand h1 b {
        font-size: 12px;
    }
    .search-box {
        height: 0;
        opacity: 0;
        padding-bottom: 0;
        transition: all .3s ease;
    }
    .search-box.show {
        height: 45px;
        opacity: 1;
        padding-bottom: 0.5rem;
    }
    #search {
        opacity: 0;
        transition: opacity .4s ease;
        transition-delay: .3s;
    }
    .retrina-search .search button i {
        font-size: 14px;
    }
    .search-box.show #search{
        opacity: 1;
    }
    .shopping-bag{
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .text-language, .text-currency {
        display: initial;
    }
    /* Small mobile sticky header - keep the same height */
    .header-sticky .header-top {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .header-sticky .navbar-brand img {
        width: 80px;
    }
}


/* -------------------------   Start_of_column_Css   ------------------------ */
/*  Start_of_column_Css */

#column-left .list-group, #column-right .list-group, .category-aside-child.list-group{
    border-radius: var(--bcmvs-small-border-radius);
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
    position: relative;
    padding: 16px 12px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
#column-left .list-group .list-group-item, #column-right .list-group .list-group-item , .category-aside-child.list-group .list-group-item {
    border: 0;
    padding: 12px 10px;
    color: var(--bcmvs-body-color);
    background-color: transparent;
    transition: all 0.3s ease;
    font-size: 14px;
}
#column-left .list-group a.active, #column-left.list-group a.active:hover, 
#column-left .list-group a:hover, #column-left .list-group-item:hover i,
#column-right .list-group a.active, #column-right .list-group a.active:hover, 
#column-right .list-group a:hover, #column-right .list-group-item:hover i ,
.category-aside-child.list-group a.active, .category-aside-child.list-group a.active:hover, 
.category-aside-child.list-group a:hover, .category-aside-child .list-group-item:hover i {
	color: var(--bcmvs-base-color) !important;
}

/* ------------------   Start_of_ Breadcrumb_Css   -------------------*/
.breadcrumb {   
    padding: 15px 20px;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    flex-direction: row;
    padding: 15px 20px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.breadcrumb .breadcrumb-item a {
    color: var(--bcmvs-primary-body-color);
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb-item:last-child a {
    color:  var(--bcmvs-base-color);
}


/* ------------------   Start_of_Pagination_Css   -------------------*/
.pagination{
    margin-bottom: 0;
}
.pagination li a, .pagination li.active span {
    border: 0;
    padding: 0 10px;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    color: #7E7E7E;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    margin: 0 5px;
    transition: .15s ease-in-out;
}
.pagination li.active span {
    color: #fff;
    background: var(--bcmvs-base-color);
}
.pagination li:hover a {
    color: #fff;
    background: var(--bcmvs-base-color);
}
/* ------------------   Start_of_Card_Css   -------------------*/
.card{
    padding: 30px;
    border-radius: var(--bcmvs-border-radius);
    border: none;
    box-shadow: var(--bcmvs-box-shadow);
}
.card .form-control{
    background: transparent !important;
}
.card .form-control ~ label.col-form-label{
    background-color: #fff;
}


/* ----------------  Start_of_Accordian_Css  -----------------*/
.accordion-boxes{
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
}
.accordion-item{
    border: 1px solid var(--bcmvs-light-bg-color) !important;
    border-radius: 4px;
}
.accordion-button{
    font-size: 14px !important;
}
.accordion-button.collapsed{
    border-radius: 4px;
}
.accordion-title {
    font-size: 20px;
    padding: 16px 16px;
    display: block;
}
.accordion-body .form-control{
    background-color: #fff !important;
}
.accordion-body .form-control ~ label.col-form-label{
    background-color: #fff !important;
    z-index: 20;
}
.accordion-body .buttons{
    overflow: hidden !important;
}
@media (max-width: 576px) {
    .accordion-button {
        padding: 14px 10px;
        font-size: 14px;
    }
    .accordion-title{
        font-size: 14px;
    }
    #button-coupon{
        font-size: 11px;
        padding: 0;
    }
    .accordion-body .form-control ~ label.col-form-label{
        font-size: 11px !important;
        padding-right: 0;
    }
    .accordion-body .form-control{
        font-size: 11px !important;
    }
}

/* ----------------  Start_of_ Table_field_Css  -----------------*/
.table{
    border-collapse: separate;
    border-spacing: 2px 17px !important;
    color: #414141;
    margin-bottom: 0;
}
.table td, .table th{
    background-color: #fff  !important;
    border-color: var(--bcmvs-light-bg-color) !important;
    vertical-align: middle;
    padding: 12px;
}
.table tr td:first-child{
    border-radius: 4px 0 0 4px
}
.table tr td:last-child{
    border-radius: 0 4px 4px 0;
}
.table tr td span{
    display: block;
    margin-bottom: 8px;
}
.table tr td span:last-child{
    margin-bottom: 0;
}
.table img{
    border-radius: 4px;
}
.table > :not(caption) > * > *{
    box-shadow: none;
}

/* ----------------  Start_of_Account_box_Css  -----------------*/
.account-boxes.list-group a i {
    margin-right: 8px;
    font-size: 16px;
    color: var(--bcmvs-primary-body-color);
}

/* ----------------  Start_of_Form_input_field_Css  -----------------*/
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-control ~ label.col-form-label {
    background-color: var(--bcmvs-light-bg-color);
    color: var(--bcmvs-primary-body-color);
    cursor: text;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 20;
    transition: all ease 0.25s;
    transform: translate(-2px ,-26px);
    padding: 0.25rem 0.5rem !important;
    font-size: 0.8rem;
}
.form-control {
    border-radius: 4px;
    transition: all .2s linear;
    font-size: 14px;
    padding: 12px;
    background-color: var(--bcmvs-light-bg-color) !important;
    border: 1px solid var( --bcmvs-light-border-color);
    height: unset !important;
}
.form-control:focus, .form-control .outlined-select-field:focus {
    border: 1px solid var(--bcmvs-base-color);
    caret-color: var(--bcmvs-base-color);
    color: var(--bcmvs-body-color);
    outline: none;
    outline-offset: 0;
}
.form-control:focus + label, .form-control .outlined-select-field:focus + label {
    color: var(--bcmvs-base-color);
}
input:focus, .form-control:focus{
    box-shadow: none !important;
}
.col-form-label{
    padding: 0;
    padding-right: 3.55rem;
}
select ~ .col-form-label{
    padding-right: 7rem;
    padding-left: 0.5rem;
}
.form-check-label{
    display: block;
    margin-bottom: 8px;
}
select{
    position: relative;
}
select::after {
    content: "\ea5e";
    font-family: LineIcons, sans-serif;
    font-size: 9px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

legend{
    font-size: 16px !important;
}
div.required .col-form-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.radio-input-boxes{
    display: flex;
}
.radio-input-boxes .form-check-label{
    display: inline;
    margin-right: 10px;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* -------------------------   Start_of_Swipper_Css   ------------------------ */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-viewport{
    position: relative;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: var(--bcmvs-box-shadow);
}
.swiper-button-white {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    width: 40px !important;
    height: 40px !important;
    background-color: var(--bcmvs-base-color);
    border-radius: 8px;
    outline: none !important;
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
   color: #ffffff;
} 
.swiper-container:hover .swiper-button-white {
    visibility: visible;
    opacity: 1;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: 700;
}
.swiper-button-prev::before, .swiper-button-next::before {
    display: none;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white
{
    background-image: none !important;
}
.swiper-viewport:hover .swiper-button-prev, .swiper-viewport:hover .swiper-button-next{
    opacity: 1 !important;
}
.swiper-viewport{
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* -------------------------   Start_of_Home_Banner_Css   ------------------------ */
.home-banner-img img{
    border-radius: var(--bcmvs-border-radius);
    width: 100%;
}
/* -------------------------   Start_of_Categories_Css   ------------------------ */

/*  Top_categories  */
.top-categories .icon-box-wrapper {
    margin-top: 1rem;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.5s ease;
    padding: 24px 16px;
    align-items: center;
}
.top-categories .icon-wrap {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
}
.top-categories .icon-wrap img{
    width: 100%;
}
.icon-box-content .heading{
    margin-bottom: 0 !important;
    font-weight: 600;
}
.top-categories a:hover .icon-box-wrapper {
    transform: translateY(-6px);
}
/* Top-categories_Media */
@media (max-width: 991px) {
    .top-categories .icon-box-wrapper {
        padding: 24px 10px;
    }
    .icon-box-content .heading {
        font-size: 13px;
    }
    .top-categories .icon-wrap {
        width: 25px;
        height: 25px;
        line-height: 20px;
        margin-right: 8px;
    }
}

/* Category_Page_css */
.product-category .img-thumbnail{
    border: none;
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: 8px;
}
.flex-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 8px;
    padding: 16px;
}
.flex-box div:first-child{
    flex: 15%;
}
.flex-box .description-box{
    flex: 100%;
}
.category-refine-box{
    display: block;
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    color: var(--bcmvs-primary-body-color);
}
#compare-total{
    color: var(--bcmvs-primary-body-color);
    background-color: #fff;
    font-size: 12px !important;
    padding: 5px 8px !important;
    width: 100%;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
}
#input-sort, #input-limit{
    background-color: #fff !important;
    border-color: #fff;
    padding: 0;
    border: none;
    font-size: 12px;
}
.input-group-text{
    color: var(--bcmvs-primary-body-color);
    background-color: #fff !important;
    font-size: 12px !important;
    border: none !important;
}



/* -------------------------   Start_of_Search_Page_Css   ------------------------ */
.search-page-filters {
    text-align: left;
    padding: 20px;
    border-radius: var(--bcmvs-small-border-radius);
    margin-bottom: 32px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 8px;
}
.search-page-filters .form-control{
    background-color: #fff !important;
}
.search-page-filters .form-control ~ label.col-form-label{
    background-color: #fff;
}
.search-page-filters > label {
    font-size: 20px;      
}
/* -------------------------   Start_of_Product_Css   ------------------------ */

/* Cart_Grid_Design */
.product-thumb {
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition:  0.2s ease-in-out;
}
.product-thumb .image {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 12px 8px;
    z-index: 1;
    margin-top: -60px;
}
.product-thumb .image img {
    transition: all 1.5s cubic-bezier(0,0,.2,1);
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--bcmvs-box-shadow);

}
.product-box {
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    padding: 0 16px 16px;
    position: relative;
}
.product-box .caption{
    position: relative;
}
.product-box .badge-text {
    color: #7347f2;
    background-color: #e2d8ff;
    display: inline-block;
    font-size: 13px;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 12px 0;
}
.product-box .all-level {
    color: #7347f2;
    background-color: #e2d8ff;
}
.product-box .beginner {
    color: #aa4eaf;
    background-color: #f6e3f7;
}
.product-box .intermediate{
    color: #e52e87;
    background-color: #ffdeee;
}
.product-box .advanced{
    color: #43b97e;
    background-color: #d2ffe9;
}
.product-badge-level p {
    margin-bottom: 0;
}
.product-info p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-title{
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-bottom: 2px;
    font-weight: 600;
}
.product-info .info-box-cart{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 8px 0;
}
.product-instructor .instructor-name{
    color: var(--bcmvs-base-color) !important;
}
.product-box .price {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--bcmvs-body-color);
    margin-bottom: 0;
}
.product-box .price .price-tax{
    margin-left: auto;
    color: var( --bcmvs-primary-body-color);
    font-size: 12px;
}
.product-box .price-old{
    text-decoration: line-through;
    background-color: rgba(255, 255, 255, 0.99);
    color: var( --bcmvs-primary-body-color);
    padding: 4px 12px;
    border-radius: 4px;
    left: 0;
    font-size: 12px;
    color: #c4c4c4;
    padding: 0;
}
.product-cart-btn-wrap {
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 0 0 8px 8px;
    width: 100%;
    transition: all 0.5s ease;
    justify-content: space-between;
}
.product-cart-icon {
    margin-left: auto;
}
.product-cart-icon i {
    font-size: 18px;
    margin-top: 5px;
}
.product-cart-icon button {
    color: var(--bcmvs-base-color);
    transition: 0.3s ease-in-out;
    padding: 0;
}
.product-cart-icon button:hover {
    color: var(--bcmvs-primary-color);
}
.product-cart-icon button{
    margin-right: 10px;
}
.rating .fa-stack {
    width: 1em !important;
    height: 1em !important;
}
.rating .fa-stack-2x {
    font-size: 1em;
}
.rating i{
    color: #f8e16c;
}
.rating .star-grey{
    color: #b5b5b5;
}
@media (max-width: 480px) {
    .product-layout .rating :not(:first-child){
        display: none;
    }
    .product-info p{
        font-size: 12px;
    }
    .product-info .info-box-cart {
        margin: 0;
    }
    .product-box .badge-text {
        margin: 8px 0;
    }
    .product-box .badge-text {
        font-size: 11px;
        padding: 2px 8px;
    }
    .product-box .price-old {
        top: -30px;
        padding: 2px 8px;
        font-size: 11px;
    }
    .product-box .price .price-tax{
        font-size: 11px;
    }
    .product-cart-icon button {
        margin-right: 6px;
    }
    .product-cart-icon button:last-child{
        margin-right: 0;
    }
}

@media (max-width: 385px) {
    .product-info p{
        font-size: 11px;
    }
}


/* Cart_list_Design  */
.product-list {
    flex: 0 0 auto;
    width: 100%;
}
.product-list .product-box {
    background: transparent;
    padding: 0;
    width: 70%;
    padding-left: 12px;
    padding-bottom: 12px;
}
.product-list .product-thumb{
    display: flex;
    flex-direction: row;
}
.product-list .product-thumb .image{
    margin: 0;
    padding: 12px;
}
.product-list .product-thumb .image img{
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
    max-height: 200px;
}
.product-list .product-box .caption {
     width: calc(100% - 50px);
    border-radius: 16px 16px 0 0 !important;
    padding-top: 24px;
    overflow: hidden;
    background-color: #fff;
}
.product-list .product-cart-btn-wrap{
    position: unset !important;
    border-radius: 0 0 8px 8px;
    width: calc(100% - 50px) !important;
    overflow: hidden;
    transition: none;
    padding-top: 12px;
    background-color: #fff;
}
.product-list .product-line{
    width: calc(100% - 50px) !important;
}
.product-list.product-layout:hover .product-cart-btn-wrap{
    padding-top: 12px;
}
.product-list .product-title {
    font-size: 16px;
    display: block;
    padding-bottom: 0;
    margin-bottom: 12px;
    overflow: initial;
}
.product-list .badge-text{
    margin-top: 0;
    position: absolute;
    right: 36px;
    top: 20px;
}
.product-list .product-box .price{
    display: initial;
}
.product-list .price-new{
    font-size: 18px;
    margin-right: 4px;
    margin-bottom: 6px;
}
.product-list .product-box .price-old{
    padding: 0;
    font-size: 14px;
    color: var(--bcmvs-primary-body-color);
    color:#c4c4c4;
    position: initial;
    background-color: transparent;
}
.product-list .product-info p {
    display: block;
}
.product-list .info-box-cart {
    justify-content: start;
}
.product-list .product-cart-icon {
    margin-left: 12px;
}
.product-list  .product-cart-icon button {
    background: var(--bcmvs-light-bg-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
}
.product-list .product-cart-icon i{
    margin-top: 0;
    position: relative;
    top: 2px;
}
.product-list .product-instructor{
    margin-right: 16px;
}

/* Product_list_Responsive_css */
@media (max-width: 767px) {
    .product-category .section-title .btn-group{
        display: none;
    }
    #compare-total{
        text-align: left;
    }
    #product-manufacturer .btn-group{
        display: none;
    }
    .number-product-adding {
        width: 13px;
        height: 13px;
        line-height: 14px;
        font-size:9px;
    }
}

/* Product_Page_css */
.property-images{
    overflow: hidden;
    position: relative;
}
.product-detail-box .property-images .thumbnail {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: var(--bcmvs-small-border-radius);
    transition: border .2s ease-in-out;
}
.product-detail-box .thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.product-detail-box .thumbnails {
    margin-left: -20px;
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.product-detail-box .thumbnails .image-additional {
    float: left;
    margin-left: 15px;
    max-width: 60px;
}
.product-detail-box{
    background-color: #fff;
    padding: 16px;
    padding-top: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.product-detail-box .price{
    color: var(--bcmvs-base-color);
}
.product-detail-box .special-price{
    color: #e96631;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 0;
}
.product-detail-box .price-old{
    text-decoration: line-through;
    color: var(--bcmvs-primary-body-color);
    font-size: 24px;
    font-weight: 600;
}
.product-qty{
    margin-bottom: 0;
    margin-right: 6px;
    width: 40%;
}
.product-product .btn-group{
    display: block;
}
.product-product .btn-compare-wishlist {
    background: #e9e9e9;
    color: var(--bcmvs-body-color);
    border-radius: 4px !important;
    display: inline-block;
    height: 50px;
    line-height: 38px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50px;
    margin-right: 8px;
}
.product .form-control, .product .form-control ~ label.col-form-label{
    background-color: #fff !important;
}
.product-link{
    display: flex;
    padding-top: 24px;
}
.product .radio-wrappper, .product .checkbox-wrappper{
    display: flex;
    flex-wrap: wrap;
}
.product .radio label, .product .checkbox label{
    position: relative;
    cursor: pointer;
    max-width: 100%;
    margin-right: 16px;
}
.product .radio .option-value, .product .checkbox .option-value{
    background-color:var(--bcmvs-light-bg-color);
    border-radius: 4px;
    padding: 6px 12px;
    margin-bottom: 16px;
    display: inline-block;
    font-size: 12px;
}
.product .radio input, .product .checkbox input{
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    top: 100%;
    transform: translateY(-20%);
    min-height: auto;
    min-width: auto;
    background: none;
    line-height: 1;
    box-shadow: none;
}
.product .checkbox-wrappper > div input:checked + .option-value,
.product .radio-wrappper > div input:checked + .option-value{
    background-color: #ddd;
}
#button-cart{
    width: 100%;
}
.alert-add-design{
    position:sticky;
    z-index:11;
}
.count-product{
    display: inline-block;
    padding: 4px 16px;
    background-color: var(--bcmvs-light-bg-color);
}
/* Product_Detain_inTab */
.product-product .product-details {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 16px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.product-details .nav-pills.nav-tabs{
    padding: 0 0 16px 0;
    border-bottom: 1px solid var(--bcmvs-base-color);
    margin-bottom: 16px;
}
.product-details .nav-pills .nav-link.active, .product-details .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--bcmvs-base-color);
}
.product-details .nav-pills .nav-link{
    color: var(--bcmvs-base-color);;
}
.product-details .table td{
    background-color: var(--bcmvs-light-bg-color) !important;
}
.product-details .table tr td:first-child{
    border-radius: 4px;
}

/* Product_Banner */
.banner-list {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.banner-list li {
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.banner-list .banner-text{
    flex: 1;
}
.banner-list li:last-child {
    margin-bottom: 0;
}
.banner-list .banner-icon {
    margin-right: 20px;
    font-size: 26px;
}
.banner-list .banner-icon i{
    font-size: 32px;
    position: relative;
    top: -4px;
}
.banner-list .banner-title{
    color: var(--bcmvs-body-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.banner-list .banner-text p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--bcmvs-primary-body-color)!important;
}

/* Review_inProduct_Page */
#review .review-item li.user-review {
    margin: 0 0 15px 0;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    background-color: var(--bcmvs-light-bg-color);
    border-bottom-width: 1px;
    border-radius: 8px;
    padding: 20px;
}
#review .name-content{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
#review .review-item li .user-name {
    font-size: 16px;
    color: var(--bcmvs-base-color);
}
#review .review-item li .rating {
    margin: 0;
    padding: 0 16px;
    margin-left: auto;
}
#review .review-item li .user-date {
    float: right;
    color: var(--bcmvs-primary-body-color);
}
#review .review-item li .user-date i {
    color: var(--bcmvs-base-color);
}
#review .review-item li .user-text i {
    color: #ccc;
    font-size: 16px;
    float: left;
    margin-right: 13px;
    margin-top: 4px;
}
.tab-content .form-control{
    background-color: transparent !important;
}
.tab-content .form-control ~ label.col-form-label{
    background-color: #fff;
}
@media (max-width: 576px) {
    #review .name-content{
        display: block;
    }
    #review .review-item li .rating{
        padding: 0;
    }
}

/* Product_Filter */
.product-filter .accordion-item{
    background-color: #fff;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-radius: 0;
    text-align: left;
    position: relative;
}
.product-filter .accordion-item:after{
    content: '';
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #edeaea;
}
.product-filter .accordion-header{
    padding: 12px 0;
    transition: all 1s ease;
    cursor: pointer;
}
.filter-group .accordion-footer button{
    font-size: 14px;
}
.product-filter .accordion-header.show-filter {
    background: #fff;
    border-radius: 8px 8px 0 0;
}
.products-filter-content{
    box-shadow: none !important; 
    border-radius: 0 !important;
    padding-left: 0;
    margin-bottom: 0 !important;
}
.products-filter-content .form-check-label input{
    margin-right: 4px;
}
.product-filter .accordion-header i {
    position: relative;
    top: 5px;
    float: right;
    font-size: 10px;
    color: #4c4c4c;
    transition: all .5s ease;
}
.product-filter .accordion-header .rotate-angle{
    transform: rotate(-90deg);
}
.products-filter-content{
    padding: 5px 0 10px;
    display: none;
}
.products-filter-content .list-group-item{
    padding: 0 !important;
}
.products-filter-content .checkbox:last-child .form-check-label{
    margin-bottom: 0;
}
.products-filter-content .checkbox:hover{
    color: var(--bcmvs-base-color);
}

/*  Product_Page_Respponsive Start  */
@media (max-width: 1110px) {
    .banner h2 {
        font-size: 2rem;
    }
    .product-list .product-info p {
        max-width: 350px;
    }
}
@media (max-width: 991px) {
    #product .heading-title {
        font-size: 14px;
    }
    .product-product h1{
        font-size: 18px;
    }
    .product-product .alert-info {
        margin-top: 12px;
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .product-details .nav-tabs .nav-link{
        padding: 4px 8px;
        font-size: 12px;
    }
}



/*  -------------------------   Start_of_ Course_Page_Css  ------------------------- -*/

/* Course_Top_Detail_Css */
.course-top {
    background-color: #e9e9e9;;
    border-radius: 8px;
}
#product-course {
    position: relative;
    top: -24px;
}
.star-rating i {
    color: #f7c04d;
}
.star-rating .fa-stack{
    width: 1.25em;
}
.page-course-header h1{
    font-weight: 600;
    font-size: 28px;
    max-width: 600px;
    line-height: 1.618;
}
.btn-wish-compare button{
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    margin: 0 5px;
}
.btn-wish-compare i{
    font-size: 18px;
    color: var(--bcmvs-primary-body-color);
}
.product-tag-model {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 2px 4px 4px;
    border-radius: 4px 0 0 4px  ;
    background: var(--bcmvs-primary-color);
    font-size: 12px;
    margin-bottom: 12px;
}
.product-tag-model .arrow {
    border: 11px solid;
    border-color: transparent transparent transparent var(--bcmvs-primary-color);
    height: 26px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform:translateX(100%);
    top: 0px;
    display: inline-block;
}
.product-tag-model::before {
    background: #e9e9e9;
    width: 5px;
    height: 5px;
    content: "";
    display: inline-block;
    border-radius: 10px;
    top: -2px;
    left: 0;
    position: relative;
}
/* Course_Info_Detail_Css */
.course-thumbnail .thumbnail{
    display: block;
    position: relative;
}
.course-thumbnail button {
    background-color: rgba(0,0,0,0.2);
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer
}
.course-thumbnail button i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-65%);
    font-size: 26px;
    color: var(--bcmvs-base-color);
    background-color: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    transition: all 0.5s ease;
    font-weight: 700;
}
.course-thumbnail button span {
    position: relative;
    top: 40px;
    font-size: 16px;
    color: #fff;
}
.course-sidebar{
    transform: translateY(-220px);
    margin-bottom: 16px;
    margin-top: 60px;
}
.course-right-list {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 16px;
    box-shadow: var(--bcmvs-box-shadow);
}
.course-right-list .thumbnails{
    overflow: auto;
    clear: both;
    list-style: none;
    margin: -60px 0 15px 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 12px;
    z-index: 1;
    display: inline-block;
}
.course-right-list .thumbnails img{
    border-radius: var(--bcmvs-border-radius);
    box-shadow: var(--bcmvs-box-shadow);
}
.course-right-list .price-list .course-price {
    color: var(--bcmvs-base-color);
    font-weight: 700;
    font-size: 32px;
}
.course-price-old span {
    font-size: 20px;
    color: var(--bcmvs-primary-body-color);
    font-weight: 500;
    text-decoration: line-through;
}
.course-details-list li {
    padding: 16px 0;
    display: flex;
    align-items: center;
}
.course-details-list li:not(:last-child){
    border-bottom: 1px solid var(--bcmvs-light-border-color);
}
.course-details-list li:last-child{
    padding-bottom: 0;
}
.course-details-list li i{
    width: 24px;
    margin-right: 4px;
    font-size: 20px;
}
.course-detail-icon{
    font-weight: 700;
    font-size: 16px;
    color: var(--bcmvs-body-color);
}
.course-details-list li span:last-child {
    margin-left: auto;
    color: var(--bcmvs-primary-body-color);
}
.product-btn {
    color: #fff !important;
    background-color: var(--bcmvs-base-color);
    border-color: var(--bcmvs-base-color);
    padding: 8px 16px;
    border-radius: var(--bcmvs-small-border-radius);
}
.product-btn:hover{
    color: #fff;
}
/* Course_instructor_Detail_box_CSs */
.course-instructor{
    background-color: #fff;
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: var(--bcmvs-border-radius);
    padding: 16px;
    overflow: hidden;
    text-align: center;
}
.course-instructor-profile {
    align-items: center;
    margin-bottom: 8px;
}
.course-instructor-profile{
    width: 40%;
    margin: 0 auto;
}
.course-instructor-profile img{
    width: 100%;
    border-radius: 8px;
}
.course-instructor-name h6{
    margin: 12px 0;
}
.course-instructor-description p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.course-instructor-social .social-link{
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid var(--bcmvs-base-color);
    border-radius: 50%;
}
.course-instructor-social .social-link:not(:last-child){
    margin-right: 8px;
}
.course-instructor-social .social-link i{
    color: var(--bcmvs-base-color);
}

/* Course_Tab_Css */
.page-course-nav-tab {
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: var(--bcmvs-border-radius);
    background-color: #fff;
    padding: 30px 16px;
    margin: 42px 0;
}
.page-course-nav-tab .accordion-item {
    border: 1px solid #f0f0f0 !important;
}
.page-course-nav-tab .nav-pills .nav-link.active, .page-course-nav-tab .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--bcmvs-base-color);
}
.page-course-nav-tab .nav-link {
    color: var(--bcmvs-base-color);
}
.page-course-nav-tab .course-nav-tab{
    padding: 0 0 15px 0;
    border-bottom: 2px solid var(--bcmvs-base-color);
    margin-bottom: 7px;
}
.page-course-nav-tab .accordion-button{
    background: var(--bcmvs-light-bg-color);
}
.page-course-nav-tab .accordion-button:not(.collapsed) {
    color: #0c63e4;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);    
    background: var(--bcmvs-light-bg-color);
}
.page-course-nav-tab .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
    margin-top: 1rem;
}
.course-lecture ul{
    padding: 0 20px;
}
.course-lecture-item{
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.retrina-card:not(:last-child) .course-lecture-item{
    border-bottom: 1px dashed #d7d7d7;
}
.course-lecture-item i{
    width: 24px;
    margin-right: 4px;
    font-size: 20px;
}
.course-lecture-item span:last-child {
    margin-left: auto;
}
.course-lecture-item span:last-child i {
    margin-right: -4px;
    font-size: 20px;
}
/* Descripton_Of_Courses */
.instructor-box {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 8px;
    border-radius: 8px;
}
.instructor-box img{
    width: 85px;
    border-radius: 8px;
}
.instructor-info{
    margin-left: 8px;
}
.instructor-info p{
    margin-bottom: 0;
}
.instructor-name{
    color: var(--bcmvs-base-color) !important;
}
.course-result{
    margin-top: 20px;
}
.course-result h4{
    font-size: 18px;
    font-weight: 600;
}
.course-result ul li{
    list-style-type: none;
    position: relative;
    margin-bottom: 12px;
}
.course-result ul li::before, .heading-courses ul li li::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    position: absolute;
    left: -18px;
    top: 10px;
    font-size: 10px;
    background-color: var(--bcmvs-base-color);
}
.heading-courses h2 {
    font-size: 18px;
    font-weight: 600;
}
.heading-courses ul li li{
    list-style-type: none;
    position: relative;
    margin-bottom: 12px;
}
.heading-courses ul li{
    list-style-type: decimal-leading-zero;
}
@media (max-width: 991px){
    .page-course-nav-tab {
        margin: 8px 0;
    }
}
/* -------------------------   Start_of_Manufacturer_Page_Css   ------------------------ */
.manufacturer-boxes {
    display: flex;
    margin-bottom: 4rem;
}
.manufacturer-boxes .social-media i{
    font-size: 16px;
    margin-right: 4px;
}
.manufacturer-image{
    width: 100%;
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: 8px;
    padding: 12px;
    background-color: #fff;
}
.manufacturer-image img{
    width: 100%;
    border-radius: 8px;
}
.manufacturer-info-boxes{
    margin-left: 1rem;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: var(--bcmvs-box-shadow);
    line-height: 1.75;
}
.manufacturer-info-boxes ul{
    margin-left: 0;
}
.manufacturer-info{
    background-color: #fff;
    display: inline-block;
    padding: 16px 16px 16px 0;
    border-radius: 8px;
    margin-left: 0 !important;
    margin-bottom: 0;
}
.manufacturer-info li:not(:last-child){
    margin-right: 24px;
}
.manufacturer-info i{
    color: var(--bcmvs-base-color);
    font-weight: 700;
    margin-right: 8px;
}
.manufacturer-list-item{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: var(--bcmvs-box-shadow);
    padding: 10px 15px;
    margin-bottom: 20px;
}
@media (max-width: 575px){
    .manufacturer-boxes {
        margin-bottom: 1.5rem;
    }
}
/* -------------------------   Start_of_Student_Page_Css   ------------------------ */
.ud-background {
    height: 50px;
    border-radius: 4px 4px 0 0;
    background-color: #0f2a61;
}
.user-data {
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.05);
}
.instructure-image-content {
    position: relative;
    background-color: #fff;
}
.instructure-image-content img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: -41px;
    left: calc(50% - 40px);
    background-color: #fff;
    padding: 1px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}
.instructure-image-content img::before{
    position: relative;
    top: 30px;
}
.instructure-image-content h2 {
    padding: 42px 15px 0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.instructure-image-content .student-level span{
    margin-top: 6px;
    display: inline-block;
    font-size: 12px;
    color: blue;
}
.instructure-button {
    display: flex;
    direction: rtl;
    margin-top: 10px;
}
.instructure-button a {
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    transition: all 0.2s ease;
    position: relative;
    background-color: #2173B3;
}
.instructure-button a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
	animation: ShineAnim 4s ease infinite;
	animation-delay: 0.5s;
}

@keyframes ShineAnim {
	0% {
		left: -100%
	}

	10% {
		left: 100%
	}

	100% {
		left: 100%
	}
}
.instructure-image-content a i{
    font-size: 11px;
}
.acount-course-title{
    margin-bottom: 15px;
    border-radius: 4px;
    transition: all 1s;
}
.acount-course-title-heading {
    padding: 10px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
}
.acount-course-title-body {
    padding: 15px;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.acount-course-title-body h2{
    margin-bottom: 0;
}
.acount-course-title .acount-course-title-body i {
    font-size: 35px;
    transition: all 1s;
    position: relative;
}
.acount-course-title-footer {
    padding: 10px;
    border-radius: 0 0 4px 4px;
}
.acount-course-onlineclasss-title{
    background-color: #e2d8ff;
}
.acount-course-onlineclasss-title a{
    color: #7347f2;
}
.acount-course-video-title{
    background-color: #f6e3f7;
}
.acount-course-video-title a{
    color: #aa4eaf;
}
.acount-course-test-title{
    background-color: #d2ffe9;
}
.acount-course-test-title a{
    color: #43b97e;
}
.acount-course-homework-title{
    background-color: #ffdeee;
}
.acount-course-homework-title a{
    color: #e52e87;
}
.homework-info {
    background-color: #fff;
    margin: 30px 0;
    padding: 12px 0;
    border-radius: 8px;
}
.homework-info [class*="col-"]{
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .tab-boxes a.text-more{
        display: none;
    }
}
@media (max-width: 436px) {
    .acount-course-title{
        font-size: 10px;
    }
}

/* Courses_Tab_Boxes_Css */
.tab-boxes{
    position: relative;
}
.tab-boxes a.text-more{
    background-color: #fff;
    padding-left: 15px;
    color: #666;
    float: right;
    position: absolute;
    top: 6px;
    right: 15px;
    font-weight: 700;
}
.tab-boxes .nav-pills.nav-tabs {
    padding: 0 0 20px 0;
    border-bottom: none;
    margin-bottom: 16px;
    position: relative;
}
.tab-boxes .nav-pills.nav-tabs::after{
    background-color: #2173B3;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    border-radius: 8px;
}
.tab-boxes .nav-pills.nav-tabs::before{
    background: linear-gradient(90deg, #2173B3 40%, rgba(13, 202, 145, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 255px;
}
.tab-boxes .nav-pills .nav-link.active, .tab-boxes .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--bcmvs-base-color);
}
.tab-boxes .nav-pills .nav-link{
    color: var(--bcmvs-body-color);
}

/* Quiz_Info_box_Css */
.quiz-box-info {
    border-radius: 8px;
    position: relative;
    padding: 24px 16px;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    background-color: #f7f9fa;
}
.quiz-details li{
    margin-bottom: 8px;
    font-size: 13px;
}
.quiz-details li span:first-child {
    margin-right: 4px;
}

.quiz-card-buttons {
    display: flex;
    flex-wrap: wrap;
}
.quiz-card-buttons .quiz-card-button {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    overflow: hidden;
}
.quiz-card-buttons .quiz-card-button a, .quiz-card-buttons .quiz-card-button button {
    width: 100%;
    text-align: center;
    padding: 12px 5px;
    border-radius: 4px;
    font-size: 12px;
    display: block;
}

/* Quiz_Info_page_Css */
.quiz-info {
    background-color: #fff;
    margin: 30px 0;
    padding: 12px 0;
    border-radius: 8px;
}
.quiz-info [class*="col-"]{
    display: flex;
    justify-content: center;
}
.quiz-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}
.quiz-details li {
    padding: 5px 0;
    list-style: none;
}
.quiz-details li span {
    display: inline-block;
}
/* Quiz_Page_Css */
.quiz-text{
    float: left;
    margin-right: 4px;
}
.quiz-card p {
    margin-bottom: 0;
}
.quiz-card .form-check-label{
    display: flex;
    align-items: center;
}
.quiz-card .form-check-inline{
    display: block;
    margin-bottom: 16px;
}
.qla-options .form-check-inline{
    display: inline-block;
}
.ql-buttons .btn-main{
    border: 1px solid var(--bcmvs-base-color) !important;
}

.quiz-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: var(--bcmvs-box-shadow);
}
.quiz-card input[type="radio"], .quiz-left-answers input[type="radio"] {
    position: relative;
    width: 30px;
    height: 30px;
}
.quiz-left-answers input[type="radio"] {
    top: 0;
    margin: 0;
}
.quiz-card input[type="radio"]:checked, .quiz-left-answers input[type="radio"]:checked {
    color: #fff;
}
.quiz-card .form-check-inline {
    margin-right: 1rem;
    margin-left: 0;
}
#account-quiz label, #account-quiz label input[type="radio"], .account-report label, .account-report label input[type="radio"] {
    cursor: pointer;
    position: relative;
}
#account-quiz label input[type="radio"], .account-report label input[type="radio"] {
    margin: 0;
}
#account-quiz label input[type="radio"] ~ span, #account-quiz label input[type="radio"] ~ img,
.account-report label input[type="radio"] ~ span, .account-report label input[type="radio"] ~ img{
    margin-right: -8px;
}
#account-quiz label input[type="radio"] ~ span, .account-report label input[type="radio"] ~ span {
    margin-left: 4px;
}
.account-report .btn-info{
    color: #fff !important;
}
.quiz-question {
    overflow: hidden;
}
.quiz-details {
    padding-left: 0;
}
.quiz-image img {
    max-width: 100%;
    width: auto;
    border-radius: 0;
}
.quiz-options {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 16px;
}

.quiz-options input[type="radio"] {
    position: relative;
}
.quiz-options input[type="radio"] ~ small {
    position: relative;
    right: 0;
    z-index: 4;
    font-size: 12px;
    top: 0;
    margin-left: 4px;
}
.quiz-options input[type="radio"]:checked ~ small {
    color: #fff;
}
.quiz-cards .quiz-options img {
    max-width: 150px;
    border-radius: 4%;
    padding-right: 5px;
    display: inline-block !important;
    transition: all 0.5s ease;
    margin-top: 10px;
}
.quiz-cards.owl-carousel .owl-nav button {
    top: inherit;
    bottom: 15px;
    position: fixed;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: var(--bcmvs-base-color);
    padding: 16px 24px !important;
    height: auto;
    line-height: inherit;

}
.quiz-cards.owl-carousel .owl-nav button:after, .quiz-cards.owl-carousel .owl-nav button:before {
    display: none;
}
.quiz-cards.owl-carousel .owl-nav button.owl-next {
    right: inherit;
    left: calc(55% - 75px);
}
.quiz-cards.owl-carousel .owl-nav button.owl-prev {
    left: inherit;
    right: calc(25% - 75px);
}
.quiz-info {
    background-color: #fff;
    margin: 30px 0;
    padding: 16px 0;
    border-radius: 8px;
    box-shadow: var(--bcmvs-box-shadow);
}
.quiz-info strong {
    color: #000;
    font-size: 13px;
}
.quiz-left.show {
    right: 15px;
}
.quiz-right {
    transition: all 0.5s ease;
}
.quiz-left.show ~ .quiz-right {
    padding-right: 330px;
}
.quiz-left.show ~ .quiz-right .quiz-cards .quiz-options img {
    max-width: 120px;
}
.quiz-left-content, .quiz-left-answers {
    background-color: #fff;
    border-radius: 8px;
    padding: 22px;
    box-shadow: var(--bcmvs-box-shadow);
    text-align: center;
}
.quiz-left-content{
    text-align: center;
    margin-top: 30px !important;
}
.ql-time {
    margin-bottom: 12px;
}
.quiz-left-answers .quiz-options {
    border: none;
    padding: 0;
    margin: 2px 0;
    display: inline-block;
}
.quiz-left-answers .remove-checkbox {
    position: relative;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,.25) !important;
    vertical-align: top;
}
.quiz-left-answers .remove-checkbox i {
    color: red;
    transition: all 0.3s ease;
}
.quiz-left-answers .remove-checkbox i:hover {
    color: red;
}
.quiz-options .form-check-inline:not(:last-child) {
    margin-right: 6px;
}
.quiz-left-answers .quiz-options input[type="radio"] ~ small {
    position: absolute;
    right: 12px;
    top: 4px;
}
.ql-toggler {
    background-color: var(--bcmvs-base-color);
    text-align: center;
    padding: 15px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    position: fixed;
    width: 310px;
    top: 180px;
    z-index: 3;
}

.qla-options strong {
    margin-right: 8px;
}
.ql-toggler.show {
    width: 120px;
    right: 330px;
    transform: rotate(-90deg);
    top: 210px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}
.ql-toggler.show.in{
    opacity: 1;
    right: -21px;
    visibility: visible;
}
.mfp-counter {
    direction: ltr;
}

.quiz-cards .quiz-card:last-child{
    margin-bottom: 0;
}
.quiz-options label{
    margin-bottom: 0;
}

.quiz-options {
    border-top: 0;
    margin: 10px 0;
  }
  label {
    font-weight: 400;
  }
  .quiz-image {
    margin-top: 20px;
  }
  .pt-3 {
    padding-top: 15px;
  }
  .account-report .card{
      padding: 0;
  }
 @media print {

    header,  footer, #sha-tab, #r-tab, #la-tab, #comment-tab, .quiz-info, .ep-type-button, .nav.nav-tabs, .quiz-info-col, .header-login-wrapper {
      display: none !important;
    }
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body  {
        padding-top: 72px;
        padding-bottom: 72px ;
    }
    .account-report {
        padding: 0;
        margin: 0;
    }
    .question-list {
        border: none;
        left: 0;
        right: 0;
        bottom: -55px;
        width: auto;
        top: 140px;
        padding: 0;
        margin: 0;
    }
    .quiz-cards {
        padding: 0;
        margin: 0;
    }
    .card {
        border: none;
        padding: 0;
    }
    .card-body {
        padding: 0;
    }
    .account-report .card-body .quiz-card {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    hr{
        display: none;
    }
    .quiz-info-ep, .quiz-info-user {
        text-align: 0 !important;
    }
}



/* -------------------------   Report_Page_Css   ------------------------- */
.account-report .accordion .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    overflow: hidden;
    border-right: 5px solid var(--bcmvs-base-color);
}
.account-report .accordion .card-header {
    padding: 15px;
    border-width: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #fff;
}
.account-report .quiz-card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    position: relative;
}
.account-report .quiz-card:before, .account-report .quiz-card:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 2px;
    border-left: 2px dashed var(--bcmvs-base-color);
    top: -30px;
    right: 30px;
}
.account-report .quiz-card:after {
    right: inherit;
    left: 30px;
}
.account-report .collapse .card-body, .account-report .collapsing .card-body {
    background-color: rgba(0, 0, 0, 0.03);
}
.account-report .card-body .quiz-card {
    border: none;
    background-color: transparent;
}
.account-report .card-body .quiz-card:before, .account-report .card-body .quiz-card:after {
    display: none;
}
.easy-level {
    color: #fff;
    position: relative;
    padding: 5px 9px 4px;
    border-radius: 4px;
    background: #00aaff;
}
.medium-level {
    color: #fff;
    position: relative;
    padding: 5px 9px 4px;
    border-radius: 4px;
    color: #ffa800;
    background-color: #fff5e0;
}
.hard-level {
    color: #fff;
    position: relative;
    padding: 5px 9px 4px;
    border-radius: 4px;
    background: #ff2600;
}
.bg-circle {
    border: 1px solid #666;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}
.quiz-card-info h2 {
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.quiz-card-buttons {
    display: flex;
    flex-wrap: wrap;
}
.quiz-card-buttons .quiz-card-button {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
}
.quiz-card-buttons .quiz-card-button a, .quiz-card-buttons .quiz-card-button button {
    width: 100%;
    text-align: center;
    padding: 12px 5px;
    border-radius: 4px;
    font-size: 12px;
}
.right-culomn-toggler {
    display: none;
}
.table-responsive .btn {
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 4px;
}
select#view_pdf {
    height: 38px;
    border-radius: 4px;
    padding: 0 5px;
}
#account-quiz ~ #ToTop {
    display: none !important;
}
#quizGuide .modal-body {
    font-size: 14px;
    line-height: 2;
}
#quizGuide .modal-header {
    align-items: flex-end;
}
.account-report .card-body .quiz-card .quiz-card {
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.account-report .card-body .quiz-card .quiz-question {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
.tab-pane .quiz-cards .accordion {
    margin-bottom: 15px;
}
.account-report .accordion .card-header .ac-details {
    display: flex;
    align-items: center;
    font-size: 13px;
}
.w-145 {
    width: 145px;
}
.w-150 {
    width: 150px;
}
.ac-quiz-lessons {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
}
.answer-correct {
    background-color: #248c36 !important;
    color: #fff !important;
}
.quiz-answer-guide {
    text-align: right;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0 10px;
}
.qla-options {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* Custom Information Service Pages */

.information-icon {
    width:50px;
    height: 50px;
    fill: #e6aa21;
}

.information-block-left {
    margin-right: 20px;
}

.information-block-right {
    margin-left: 20px;
}

/* Custom Home Page */

.count-item {
    padding-right: 20px;
}

.count-text {
    color: #0f2a61;
    font-size: 20px !important;
    font-weight: bold !important;
}

/* Custom cart */

.cart-buttons{
    display: flex;
    justify-content:space-around;
}

/* Report_Tab_in_Report_Page_Css */
.report-tabs .nav-tabs {
    padding: 0 0 15px 0;
    border-bottom: 2px solid var(--bcmvs-base-color);
    margin-bottom: 7px;
}
.report-tabs .nav.nav-tabs li a.active, .report-tabs .nav.nav-tabs li a.active, 
.report-tabs .nav.nav-tabs li a:hover {
    color: #fff;
    background-color: var(--bcmvs-base-color);
}
.report-tabs .nav.nav-tabs li:not(:last-child) {
    margin-right: 12px;
}
.report-tabs .nav.nav-tabs li a {
    padding: 10px 24px;
    display: block;
    font-size: 14px;
    color: var(--bcmvs-body-color);
    transition: all 0.5s ease;
    border-radius: 8px;
}
/* AnswerSheet_Tab_in_Report_Page_Css */
.quiz-answer-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.quiz-answer-table .quiz-answer-content {
    min-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    overflow-x: auto;
}
.quiz-answer-content > span {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.quiz-answer-container {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(20,25px);
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: .1em;
    grid-column-gap: 0.5em;
    grid-auto-flow: column;
    margin-bottom: 45px;
}
.flex {
    display: flex;
}
.flex {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
}
.quiz-answer-number {
    border-radius: 30%;
    width: 25px;
    height: 21px;
    background: #fff;
    border: 1.5px solid #da6fa6;
    color: #c02473;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 30px;
    cursor: pointer;
    outline: none !important;
}
.quiz-answer-box-shadow {
    box-shadow: -2px 2px #da6fa6 !important;
}
.quiz-answer-q-number {
    font-size: 12px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    position: relative;
    top: -2px;
}
.quiz-answer-item-num {
    border-radius: 30%;
    width: 20px;
    height: 21px;
    background: #fff;
    border: 1px solid #da6fa6 !important;
    color: #c8508e !important;
    text-align: center;
    margin-right: 2px;
    min-width: 23px;
    cursor: pointer;
}
.answer-correct-wrong {
    background: #cbf1c5 !important;
    color: #248c36 !important;
    cursor: pointer;
    outline: none !important;
    border: 1px solid #248c36 !important;
}
.quiz-answer-item-num.btn-default, .quiz-answer-item-num.btn-default:hover, .quiz-answer-item-num.btn-default:active, .quiz-answer-item-num.btn-default:focus {
    outline: none !important;
}
.answer-wrong {
    background: #ebc1bc !important;
    color: #c43620 !important;
    cursor: pointer;
    outline: none !important;
    border: 1px solid #c43620 !important;
}
.quiz-right-answer {
    font-size: 16px;
}

/* Print_Tab_in_Report_Page_Css */
#exam-print-tab {
    max-width: 49.5rem;
    text-align: left;
    margin: 20px auto;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 10px 1px rgba(0 0 0 / 30%);
    position:relative;
}
.quiz-info-ep {
    background-color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.ep-img {
    width: 80px;
    position: relative;
    top: 11px;
    left: 12px;
}
.question-list {
    border: 1px solid #666;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    margin-top: 30px;
}
/* Review_Tab_in_Report_Page_Css */
.review-form a{
    color: var(--bcmvs-base-color);
}
.review-form {
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
}

/* Custom account */
.empty-data-container {
    display: flex;
    justify-content: center;
}

.empty-data-container img {
    width: 200px;
}

.empty-data-text {
    text-align: center;
}

.all-coursGęes-button {
    padding-top: 20px;
}
@media (min-width: 1200px){
    .instructure-image-content{
        height: 135px;
    }
}


/*  Student_Page_Respponsive_Start  */
@media (min-width: 1200px){
    #account-account.container-fluid #column-left , #account-account.container-fluid #column-right{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    } 
    .col-xl-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-60 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .col-xl-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .acount-course-title .acount-course-title-body i {
        font-size: 60px;
    }
    .acount-course-title-body h2 {
        top: 25px;
        font-size: 25px;
    }
    .acount-course-title-footer {
        padding: 15px;
    }
}
@media (max-width: 991px){
    .report-tabs .nav.nav-tabs li a{
        padding: 12px 16px;
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .quiz-info{
        font-size: 12px;
    }
    .report-tabs .nav.nav-tabs li a{
        font-size: 12px;
        padding: 8px 12px;
    }
    .report-tabs .nav.nav-tabs li{
        margin-bottom: 6px;
    }
    .report-tabs .nav.nav-tabs li:not(:last-child){
        margin-right: 0;
    }
    .account-report .accordion .card-header .ac-details{
        font-size: 12px;
    }
}
@media (max-width: 576px){
    .account-report .accordion .card-header{
        display: block;
    }
    .account-report .accordion .card-header .ac-details{
        margin-bottom: 16px;
    }
    .report-tabs .nav.nav-tabs li a{
        padding: 8px 10px;
    }
    .ac-button{
        font-size: 11px;
    }
    .ac-details .bg-circle {
        width: 20px;
        height: 20px;
        line-height: 17px;
        font-size: 10px;
    }
    .ep-type-button {
        text-align: left !important;
    }
    .ep-type-button .btn-main{
        font-size: 12px;
        padding: 8px 12px;
        margin-bottom: 6px;
        margin-left: 0 !important;
    }
    .quiz-info [class*="col-"]{
        justify-content: left;
    }
    .product-thumb .image{
        padding: 0 4px;
        margin-top: -45px;
    }
}






/* -------------------------   Start_of_Message_Box_Page_Css   ------------------------- */
.message-receive, .message-send {
    background: #f8f8f8;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.message-receive{
    margin-left: auto;
}
.time-message{
    text-align: right;
}
.time-message i{
    color: #00cb00;
}
.time-message i:first-of-type{
    position: relative;
    right: -14px;
    top: -4px;
}
.time-message i.not-read{
    right: 0;
    top: 0;
}
.message-send-area{
    border-radius: 8px;
    border: 1px solid var( --bcmvs-light-border-color);
}
.message-send-area textarea{
    border: none;
    border-radius: 8px;
}
.info td:first-child, .info td:last-child {
    text-align: center !important;
}
.send-msg-btn{
    background-color: var(--bcmvs-base-color)!important;
    padding: 4px 13px !important;
}
.send-msg-btn i{
    color:#fff !important;
}
.message-number {
    background-color: var(--bcmvs-base-color);
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 11px;
}
/* ----------------  Start_of_Other_Css  -----------------*/
#common-success{
    min-height: 50vh;
}
.accordion .table td, .accordion .table th {
    background-color: var(--bcmvs-light-bg-color) !important;
}
#account-register #content{
    margin-bottom: 1.5rem;
}
.checkout-down-icon{
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.quantity-number{
    padding: 4px;
}
.quantity-number ~ button{
    padding: 7px !important;
}
.product-manufacturer label.input-group-text, label.input-group-text{
    background-color: #fff !important;
    border-color: #fff;
}
#sign-courses, #footer, #mobile-footer, .show-more {
    display: none !important;
}
#account-address .table tr td:first-child{
    border-radius: 8px 0 0 8px;
    border: none;
    background-color: #f7f9fa !important;
}
#account-address .table tr td:last-child{
    border-radius: 0 8px 8px 0;
    border: none;
    background-color: #f7f9fa !important;
}
#account-address .table tr td span{
    display: block;
    margin-bottom: 8px;
}
#account-address .table tr td span:last-child{
    margin-bottom: 0;
}
#homework-list-table {
    border-spacing: 0px 17px !important;
}
#homework-list-table i{
    color: var(--bcmvs-base-color);
}
#tab-lesson-quiz, #tab-quiz {
    padding: 20px;
    border-radius: 8px;
    margin-top: 16px;
}
.home-work-content textarea {
    border-radius: 8px;
}

/* Html_Content_Css */
.banner-img img {
    width: 100%;
}

/* Counter_Css */
.counted h2{
    font-weight: 600;
    margin-bottom: 24px;
}
.counted-image img{
    width: 100%;
}
.count-number {
    font-size: 48px;
    font-weight: 600;
    color: var(--bcmvs-base-color);
}
.count-content p {
    font-size: 18px;
}

/* -------------------------   Start_of_Event_Css   ------------------------ */

.event-wrap:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.event-item {
    margin-bottom: 30px;
}
.event-item .event-img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}
.event-img {
    padding: 12px;
}
.event-img img {
    width: 100%;
    border-radius: var(--bcmvs-border-radius);
    box-shadow: var(--bcmvs-box-shadow);
    transition: all 1.5s cubic-bezier(0,0,.2,1);    
}
.event-title{
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 50px;
}
.event-content {
    padding: 0 12px 16px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}
.event-meta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid var( --bcmvs-light-border-color);
    padding-top: 14px;
}
.event-meta i {
    color: var(--bcmvs-base-color);
}
.event-date span, .event-location span{
    color: var( --bcmvs-primary-body-color);
}

/* Event_page */
.event-page a {
    color: var(--bcmvs-primary-body-color);
}
.event-page .event-content img{
    border-radius: 8px;
}
.event-page .aside-box{
    margin-top: 0;
    border-radius: var(--bcmvs-border-radius);
    margin-bottom: 16px;
    padding: 16px;
    background-color: #fff;
    box-shadow: var(--bcmvs-box-shadow);

}
.event-page .aside-item ul li:not(:last-child) {
    border-bottom: 1px solid var(--bcmvs-light-border-color);
    margin-bottom: 12px;
}
.event-page .aside-item ul li {
    display: flex;
    align-items: center;
    padding: 0 16px 12px 0;
    font-size: 14px;
}
.event-page .post-image {
    width: 28%;
    margin-right: 16px;
}
.event-page .post-image img{
    width: 100%;
    border-radius: 4px;
}
.event-page .post-list{
    display: flex;
}
.event-page .post-list:not(:last-child) {
    border-bottom: 1px solid var(--bcmvs-light-border-color);
    margin-bottom: 24px;
    padding-bottom: 16px;
}
.event-page .post-content{
    width: 70%;
}
.event-page .event-description{
    padding: 30px 16px;
}
.event-page .entry-info-event{
    display: flex;
    margin-bottom: 16px;
}
.event-page .entry-info-contetnt{
    margin-right: 16px;
}
.event-page .entry-info-contetnt i{
    color: var(--bcmvs-base-color);
}
.event-page .tag-link{
    padding: 4px 16px;
    color: var(--bcmvs-body-color);
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 12px;
    background-color: var(--bcmvs-light-bg-color);
    border-radius: 30px;
}
.event-page .heading-title-2 {
    font-size: 16px;
}
.event-page #search-box input{
    border-radius: 8px 0 0 8px;
    border-color: #fff;
}
.event-page .form-control{
    background: #fff !important;
}
.event-page #search-box span{
    border-radius: 0 8px 8px 0;
}
.event-page .event-contents {
    background: #fff;
    border-radius: var(--bcmvs-border-radius);
    box-shadow: var(--bcmvs-box-shadow);
}
/*  Event_Respponsive_Start  */

@media (max-width: 991px) {
    .event-title {
        font-size: 15px;
        height: 35px;
    }
    .event-date span, .event-location span {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .section-title a{
        display: none;
    }
}

@media (max-width: 576px) {
    .event-date span, .event-location span {
        font-size: 11px;
    }
    .event-meta .float-start, .event-meta .float-end{
        float: initial !important;
    }
}
@media (max-width: 490px) {
    .event-title {
        font-size: 13px;
    }
    .event-title {
        margin-bottom: 10px;
        height:33px;
    }
}
/*  Event_Respponsive_End  */


/* -------------------------   Start_of_Contact_Page_Css   ------------------------ */
.contact-info-boxes, .contact-form-boxes{
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.store-img{
    border-radius: 8px;
    width: 100%;
}
.contact-form-boxes .form-control{
    background-color: #fff !important;
}
.contact-form-boxes .form-control ~ label.col-form-label{
    background-color: #fff;
}
.information-contact .btn-main{
    font-size: 14px;
}
/* -------------------------   Start_of_Footer_Css   ------------------------ */
footer{
    background-color: #fff;
}
.footer-title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    padding-bottom: 10px;
    color: var(--bcmvs-body-color);
}
.footer-list li:not(:last-child) {
    margin-bottom: 12px;
}
.footer-list li a {
    color: var(--bcmvs-primary-body-color);
    transition: 0.3s ease-in-out;
}
.footer-list li:hover a {
    color: var(--bcmvs-base-color) !important;
    padding-left: 4px;
}
.page-footer .contact-info li:not(:last-child) {
    margin-bottom: 12px;
}
.page-footer .contact-info li span {
    display: inline-block;
    color: var(--bcmvs-base-color);
    margin-right: 4px;
    font-size: 16px;
}
.page-footer ul{
    margin-bottom: 0;
}
.page-footer ul.social-link {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 18px;
}
.page-footer ul.social-link li {
    display: inline-block;
}
.page-footer ul.social-link li:not(:last-child) {
    margin-right: 24px;
}
.page-footer ul.social-link li a {
    transition: all .3s ease-in-out;
    font-size: 18px;
    display: inline-block;
    width: 30px;
    position: relative;
    height: 30px;
    background-color: #f7f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%) !important;
}
.page-footer a.link {
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.page-footer a.link:hover {
    color: var(--bcmvs-base-color) !important;
}
.page-footer a i{
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.social-link a i.lni-facebook-filled{
    color: #3b5998;
}
.social-link a i.lni-youtube{
    color: #FF0000;
}
.social-link a i.lni-twitter-filled{
    color: #00acee;
}
.social-link a i.lni-instagram-filled{
    color: #C13584;
}
.social-link a i.lni-linkedin-original{
    color: #0e76a8;
}
.page-footer .logo a{
    display: block;
    margin-bottom: 9px;
}
.page-footer hr{
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}
/* -------------------------   End_of_Footer_Css   ------------------------ */


/* -------------------------   Other Responsive_Css   ------------------------ */
@media (max-width: 1010px) {
    .header-search-form{
        flex: 36%;
    }
}
@media (min-width: 992px) {
    .course-body .container-fluid{
        padding-left: 0;
    }

    .d-rt-lg-block {
        display: block !important;
    }

    .d-rt-lg-none {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .course-body .container-fluid{
        padding: 0;
        margin-top: 55px;
    }
    .breadcrumb {   
        margin-top: 24px;
    }
    .banner-list {
        padding: 16px 12px;
    }
    .form-group {
        font-size: 12px;
    }
    #account-account .list-group{
        box-shadow: none;
    }
    .category-aside {
        position: fixed;
        top: 0;
        right: -305px;
        width: 300px;
        bottom: 0;
        overflow-y: auto;
        transition: all 0.5s ease;
        z-index: 1036;
        padding-top: 32px;
        background-color: #fff;
    }
    .aside-toggler {
        position: fixed;
        right: 0;
        top: 170px;
        width: 35px;
        height: 35px;
        background-color: var(--bcmvs-base-color);
        border-radius: 8px 0 0 8px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        cursor: pointer;
        z-index: 2;
    }
    .aside-toggler.open {
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        border-radius: 0;
        z-index: 1034;
    }
    .aside-toggler.open i {
    display: none;
    }
    .category-aside.show {
        right: 0;
    }
    .page-footer ul.social-link li:not(:last-child) {
        margin-right: 16px;
    }
    .page-footer a i {
        font-size: 18px;
    }
    .count-number {
        font-size: 42px;
    }
    .count-content p{
        font-size: 18px;
    }
    .manufacturer-boxes{
        display: block;
    }
    .manufacturer-image {
        width: 100%;
    }
    .manufacturer-info-boxes {
        width: 100%;
        margin-left: 0;
    }
    .header-menu {
        margin-right: 12px;
    }

    .course-sidebar{
        transform: inherit !important;
        margin-top: 30px !important;
    }
    .table{
        font-size: 12px;
    }
    .multistep-step-title{
        font-size: 12px !important;
        text-align: center;
    }
    .account-boxes.list-group a i {
        margin-right: 4px;
    }
    .list-group .list-group-item {
        font-size: 12px;
    }
    .footer-title{
        font-size: 16px;
    }
    .card-title{
        margin: 24px 0 30px 30px;
        font-size: 16px;
    }
    .header-search-form{
        flex: 48%;
    }
}
@media (max-width: 885px) {
    .header-menu {
        margin-right: 12px;
        flex: 12%;
        padding-right: 4px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {

    .header-search-form{
        flex: 0;
    }
    .heading-title h3, .heading-title {
        font-size: 24px
    }
    .instructor-content{
        margin-top: 30px;
    }
    .tab-boxes a.text-more {
        margin-right: 10px;
    }
    #account-account .list-group{
        box-shadow: none;
    }
    .card{
        padding: 0;
    }
    .account-login .card{
        padding: 16px;
        margin-bottom: 30px;
    }

    .flex-box{
        display: block;
    }
    .description-box{
        margin-top: 16px;
    }
}

/*======================
      Join-bcmvs
========================*/

.banner-login-img {
    background: url(../image/4.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding: 4rem 0;
    box-shadow: inset 0 0 0 2000px rgb(239 239 239 / 72%);
}
.banner-login-img h2 {
    font-size: 28px;
    font-weight: 700;
}
.banner-login-img .sub-title {
    color: var(--bcmvs-base-color);
    font-weight: 700;
}
.banner-login-form {
    background-color: #fff;
    border-radius: 8px;
    padding: 36px 24px;
}
.banner-login-form .form-group {
    margin-bottom: 16px;
  }
.banner-login-form p {
    font-size: 20px;
    font-weight: 600;
}
.count-number {
    font-size: 56px;
    font-weight: 600;
    color: var(--bcmvs-base-color);
}
.count-content p {
    font-size: 22px;
    font-weight: 600;
}

/* ----------------- HERO SECTION -----------------*/
#hero-section{
    background: url("../../../../../image/hero-person1.jpg");
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    position: relative;
}
#hero-section:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
#hero-section:before{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 200px;
    background-image: url("https://eduma.thimpress.com/demo-react/wp-content/themes/eduma/images/bg_slider_edtech.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}
.hero-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    max-width: 700px;
    left: 20px;
}
#hero-section #search{
    height: 60px;
    width: 50%;
}
#hero-section #search input{
    font-size: 16px;
    background-color: #fff !important;
    border: 1px solid var(--bcmvs-light-border-color) !important;
    border-radius: 32px;
    border-right: none !important;
    padding: 0 20px !important;
    height: 60px;
}
#hero-section #search span{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: transparent !important;
}
.hero-text{
    max-width: 540px;
}
.hero-text h2{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px;
}
.hero-text p{
    max-width: 430px;
    font-size: 16px;
}
.btn-primary{
    padding: 10px 24px;
    font-size: 16px;
    border-color: #1880eb;
    background-color: #1880eb;
}
.btn-secondry{
    padding: 10px 24px;
    font-size: 16px;
    background-color: transparent;
    color: #1880eb !important;
    border: none;
}
.statistics{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,20px);
    width: 80%;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.statistics .statistics-item{
    display: flex;
    align-items: center;
    color:#fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 3px 3px 8px 0px rgb(145 145 145 / 10%) !important;
    backdrop-filter: blur(16px);
    padding: 25px 16px;
}
.statistics :nth-child(1).statistics-item{
    background-color:#b44674b0;
    position: relative;
    bottom: 50px;
}
.statistics :nth-child(2).statistics-item{
    background-color:#46b49bb8;
    position: relative;
    bottom: 10px;
}
.statistics :nth-child(3).statistics-item{
    background-color: #4682b4b3;
    position: relative;
    bottom: 60px;
}
.statistics :nth-child(4).statistics-item{
    background-color:#9446b4bd;
}
.statistics .statistics-item h3{
    font-size: 22px;
}
.statistics .statistics-item img{
    width: 64px;
    margin-right: 10px;
}
.top-categories .icon-box-wrapper{
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    margin: 1rem 0;
}
.swiper-container{
    padding: 0 5px;
}
.top-categories .icon-wrap{
    width: 40px;
    height: 40px;
    margin-right: 0;
}
#banner-login{
    position: relative;
}
.banner-login-img {
    background: url("https://preview.colorlib.com/theme/academia/images/xbg_1.jpg.pagespeed.ic.Qvddt6BzWR.webp") no-repeat;
    background-attachment: initial;
    padding: 4rem 0;
    height: calc(100vh - 430px);
    box-shadow: none;
    background-size:cover;
    background-position: center !important;
}
.banner-login-form{
    background-color: transparent;
}
.banner-login-form p {
    display: none;
}
.banner-login-form .form-group{
    display: none;
}
.banner-content{
    max-width: 535px;
}
.banner-login-img h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
}
.banner-login-img .sub-title{
    max-width: 430px;
    font-size: 15px;
    font-weight: 400;
    line-height:1.8;
    color: #000;
    margin-bottom: 30px;
}
#count-up{
    margin-top: 60px;
    width: 91%;
    max-width: 400px;
}
.count-content{
    text-align: center;
}
.count-content .count-number{
    font-size: 32px;
}
.count-content p{
    font-size: 14px;
}
.watch-btn > div{
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: relative;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.watch-btn > div i{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50% ,-50%);
}
.banner-content input{
    padding:8px 24px;
}
:root {
    --white: #fff;
    --bcmvs-base-color: #2173B3;
    --bcmvs-base-color-hover: #2173B3;
    --bcmvs-primary-color: #2173B3;
    --bcmvs-small-border-radius: 4px;
    --bcmvs-border-radius: 8px;
    --bcmvs-light-border-color: #ececec;
    --bcmvs-light-bg-color: #F7F9FA;
    --bcmvs-body-color: #495057;
    --bcmvs-primary-body-color: #6c5f5f;
    --bcmvs-heading-color: #0f2a61;
    --bcmvs-box-shadow:0 2px 4px 0 rgb(0 0 0 / 10%);
}
h1,h2,h3,h4,h5,h6, h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    color: var(--bcmvs-heading-color);
}
.event-meta {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 8px;
}
.event-meta .btn-main i{
    color:#fff;
}
.product-thumb .image{
    display: inline-block;
    width: 100%;
}
.product-thumb {
    overflow: initial;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 8px;
    background-color: #fff;
    margin: 75px 0 30px;
    margin: 75px 0 8px;
}
.product-list .product-thumb{
    margin: 0 0 16px;
}
.event-item .event-img{
    padding: 12px;
    background-color: #fff;
}
.event-item .event-img img{
    border-radius: 8px;
}
.event-item{
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 8px;
}
.review-inner{
    background-color: #fff;
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: 8px;
    padding: 12px;
    position: relative;
}
@media (min-width:992px) and (max-width:1360px) {
    .review-inner{
        width: 98%;
    }
}
.review-inner .swiper-button-next{
    background-color: #2173B3;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 0;
    transform: translateX(50%);
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.review-inner .swiper-pagination-bullet{
    background-color: #2173B3 !important;
}
.review-inner img{
    border-radius: 8px;
}
.review-name{
    font-weight: 800;
    font-size: 20px;
}
.review-content{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}
.review-content i{
    font-size: 42px;
    margin-bottom: 16px;
    color: #2173B3;
}
.review-text{
    font-size: 16px;
}
.review-title{
    font-weight: 700;
    font-size: 38px;
    overflow: hidden;
    margin-bottom: 40px;
}
.section-subtitle{
    font-size: 16px;
    margin-bottom: 16px;
    color: #2173B3;
}
#review-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
#logo img{
    width: 100px;
}
#review-section .swiper-horizontal>.swiper-pagination-bullets,
 .swiper-pagination-bullets.swiper-pagination-horizontal, 
 .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0;
}
#review-section .swiper{
    padding-bottom: 30px;
}
.heading-title{
    border:none;
}
.heading-title:after , .footer-title:after{
    background: linear-gradient(90deg, #2173B3 40%, rgba(13, 202, 145, 0) 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 255px;
}
.heading-title::before , .footer-title::before{
    background-color: #2173B3;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    border-radius: 8px;
}
.about-item{
    max-width: 207px;
}
.about-item h3{
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 700;
}
.about-item-img{
    border-radius: 8px;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 24px;
}
.about-items :nth-child(1) .about-item  .about-item-img{
    background-color: #dff5f1;
}
.about-items :nth-child(2) .about-item  .about-item-img{
    background-color: #fef2d9;
}
.about-items :nth-child(3) .about-item  .about-item-img{
    background-color: #e1f7ff;
}
.about-items :nth-child(4) .about-item  .about-item-img{
    background-color: #ffe8d9;
}
.about-item-img img{
    width: 100%;
    color: #2173B3;
}
.about-right{
    max-width: 500px;
}
.about-right h2{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
}
.about-right p{
    margin-bottom: 28px;
}
#about-section{
    line-height: 2;
}
#about-section > div.row{
    justify-content: center;
}
.about-items > div{
    margin-bottom: 32px;
}
#cart-total span{
    color: #666;
    font-size: 11px;
}
#cart button i{
    font-size: 20px;
}
.about-right-img{
    background-color: #fff;
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: 12px;
    padding: 8px;
}
.about-right-img img{
    border-radius: 8px;
    width: 100%;
}
.py-6{
    padding-top:6rem !important;
    padding-bottom:6rem !important;
}
.pt-6{
    padding-top:6rem !important;
}
#about-section , #review-section{
    position: relative;
}
.parent-bg{
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}
#about-section:after , #review-section:after{
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.product-box-floating {
    z-index: 1;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 2px;
}
.product-info :first-child p{
    background-color: red;
}
.product-badge{
    position: absolute;
    bottom: 4px;
    left: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 2px 6px;
    z-index: 10;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    color: #2173B3;
    font-size: 13px;
}
.product-cart-btn-wrap button{
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
}
.product-cart-btn-wrap button img{
    width: 50%;
    border-radius: 0;
    box-shadow: none;
}
.product-cart-btn-wrap button i{
     position: relative;
     left: 1px;
     bottom: 1px;
}
.product-line{
    width: 100%;
    height: 1px;
    background-color: #2173B342;
    margin-bottom: 12px;
}
.card-login , .card-register{
    border-radius: var(--bcmvs-border-radius);
    box-shadow: var(--bcmvs-box-shadow);
}
#search-box{
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: var(--bcmvs-border-radius);
}
#top-categories .icon-wrap img {
    box-shadow: none;
}
.course-right-list .price-list{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.box-shadow{
    box-shadow: var(--bcmvs-box-shadow) !important;
    border-radius: 8px !important;
}
.custom-bg .product-thumb{
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    background-color: #f7f9fa;
}
.custom-bg .product-box{
    background-color: #f7f9fa;
}
.custom-bg .form-control , .custom-bg .form-control ~ label.col-form-label{
    background-color: #fff !important;
}

.filter-group{
    background-color: #fff;
    box-shadow: var(--bcmvs-box-shadow);
    border-radius: 8px;
    padding: 16px 22px;
}
.custom-bg .table td, .table th {
    background-color: #f7f9fa !important;
}
.product-status li{
    margin-bottom: 4px;
}




.triangle {
	position: relative;
	background-color: orange;
	text-align: left;
}
.triangle:before,
.triangle:after {
	content: '';
	position: absolute;
	background-color: inherit;
}
.triangle,
.triangle:before,
.triangle:after {
	width:  10em;
	height: 10em;
	border-top-right-radius: 30%;
}

.triangle {
	transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
}
.triangle:before {
	transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangle:after {
	transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}








@media (max-width: 991px) {
    .about-right{
        max-width: 100%;
    }
    #review-section .swiper {
        padding-bottom: 45px;
    }
    .review-inner .swiper-button-next {       
        top: initial;
        bottom: 0;
        right: 50%;
        transform: translate(50%,50%);
    }
    #review-section .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
    }
    .banner-login-img{
        height: calc( 100vh - 65px);
    }
}
@media (max-width: 576px) {
    .product-badge{
        bottom: 3px;
        left: 3px;
        padding: 0px 3px;
        font-size: 12px;
    }
    .count-content p {
        font-size: 13px;
    }
    .count-content .count-number {
        font-size: 26px;
    }
    .flex-mobile{
        flex-wrap: wrap;
    }
    .py-5{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .pb-5{
        padding-bottom: 1rem!important;
    }
    .pt-6{
        padding-top: 1.5rem!important;
    }
    .flex-mobile p ,.flex-mobile > input{
        width: 100%;
    }
    .rating .fa-stack {
        position: relative;
        bottom: 1px;
    }
    .input-group-text i {
        top: 7px !important;
    }
    .product-thumb{
        font-size: 13px;
        margin: 55px 0 8px;
    }
    .banner h2{
        font-size: 1.2rem;
    }
    .product-box {
        padding: 0px 8px 8px;
    }
    .page-footer ul.social-link{
        margin-top: 0;
    }
    .product-title{
        font-size: 12px;
        margin-bottom: 0;
    }
    .event-title{
        font-size: 15px;
    }
    .star-group ~ span{
        font-size: 10px;
    }
    .product-box .price{
        font-size: 12px;
        margin-bottom: 4px !important;
    }
    .product-cart-btn-wrap .btn-main{
        font-size: 11px;
        width: 28px;
        height: 28px;
    }
    .product-cart-btn-wrap .btn-main i{
        position: relative;
        top: 0px;
        left: 0px;
    }
    .product-instructor .instructor-name{
        font-size: 12px;
    }
    .product-line{
        margin-bottom: 4px;
    }
    .about-item h3{
        font-size: 14px;
    }
    .about-item p{
        font-size: 13px;
    }
    .about-right h2{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .about-right h2 ~p{
        margin-bottom: 16px;
    }
    #about-section{
        line-height: 1.618;
    }
    .py-6{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .about-item-img {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }
    .heading-title h3, .heading-title {
        font-size: 18px;
        margin-bottom: 1rem!important;
        padding-bottom: 16px;
    }
    .heading-title:after{
        width: 50%;
    }
    #top-categories{
    }
    .review-content i {
        font-size: 38px;
    }
    .review-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .review-text {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .review-inner .swiper-button-next {
        display: flex !important;
        right: 50%;
        bottom: 0;
        top: initial;
        transform: translate(50% , 50%);
        width: 36px;
        height: 36px;
    }
    .review-inner .swiper-button-next:after {
        position: relative;
        left: 1px;
        top: 1px;
        font-size: 13px !important;
    }
    .review-name {
        margin-bottom: 6px;
    }
    .review-content {
        padding: 0 40px 40px;
    }
    .event-item .event-img {
        padding: 8px;
    }
    .event-content {
        padding: 0 8px 10px;
    }
    .event-meta {
        display: block;
        margin-bottom: 8px;
    }
    #review-section .swiper {
         padding-bottom: 0; 
    }
    #review-section .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
    }
}

/* Account custom */
#account-login .card-login {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#content table .lni{
    font-size: 18px;
}

#account-order #content {
    padding-bottom: 1.5rem;
}

/* Global custom */
.w-100 {
    width: 100%;
}

.pb-5 {
    width: 100%;
}

@media (min-width: 768px){
    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
/* FAQ accordion */
.faq-accordion-title {
     margin-bottom: 1.5rem;
    font-size: 20px;
}

.faq-accordion .panel-body {
    color: #414141 !important;
    padding-left: 20px;
    padding-top: 10px;
}

.faq-accordion p {
    margin-bottom: 5px !important;
}

.faq-accordion .link-collapse {
    font-size: 16px;
}

.faq-accordion .panel-title {
    margin-bottom: 0!important;
}

.faq-accordion .panel {
    margin-bottom: 15px;
}

.faq-accordion .fa{
    font-size: 14px;
    color: #2173B3;
    padding-right: 5px;
}

/* Blog custom */

.bm-category-info .description {
    margin: 20px 0 40px;
}

.post-thumb-heading a {
    color: #0f2a61 !important;
}

.post-thumb .short-description {
    margin-bottom: 15px;
}

.bm .description {
    margin: 20px 0 40px;
}

.post-layout.post-grid {
    margin-bottom: 20px;
}

/* Custom product thumb */

.product-box .price {
    color: var(--bcmvs-heading-color);
}

/* Custom global */

.mt-2 {
    margin-top: 20px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

/*.btn {*/
/*    padding: unset !important;*/
/*}*/

/* Invoices */

.badge-invoice-paid {
    color:  #2173B3 !important;
    font-size: 13px;
}

.badge-invoice-unpaid{
    color: #dc3545 !important;
    font-size: 13px;
}

/* Account register */

#account-register h6 {
    margin-bottom: 20px !important;
}

/* Information collapsible */

.collapsible {
    margin: 10px;
}

.collapsible-header {
    padding: 10px;
    cursor: pointer;
    display: flex;
}

.collapsible-body {
    padding: 10px;
    display: none;
}

.text-holder .fa {
    display: flex;
    align-items: center;
}

/* Header menu custom */
.header-menu-toggle-icon {
    margin-left: 5px;
    font-size: 9px;
}

.mobile-menu-open {
    display: block;
}

.mobile-nav-open {
    flex-direction: column;
    text-align: left;
}

.mobile-nav-close {
   display: none;
}

.mobile-nav-open .nav-item {
    padding: 5px 0;
    font-size: 14px;
}

.dropdown-toggle {
    color: #666;
}

/* Multistep form */
.multistep-separator {
    width: 100%;
    height: 5px;
    border-radius: 4%;
    background: #F7F9FA;
}

.multistep-step-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.step-circle {
    width: 50px;
    height: 50px;
}

.enrolee-row {
    padding: 20px;
    background: #f7f9fa;
    border-radius: 5px;
    border: 1px solid #f7f9fa;
    margin-bottom: 40px;
}

.enrolee {
    font-weight: bold;
}

.enrolled {
    background: #e9e9e9;
    padding: 16px 0;
    color: #102b62;
}

.enrolled i {
    width: 24px;
    margin-right: 4px;
    font-size: 20px;
}

.enrolled .course-detail-icon {
    color: #102b62;
    font-weight: 500;

}

/* Checkout */

#collapse-checkout-confirm .buttons {
    margin-top: 40px;
}

#checkout-checkout #collapse-checkout-confirm h2 {
    font-size: 20px;
}

@media (max-width: 450px) {
    .accordion-boxes .buttons {
        display: flex;
        flex-direction: column;
    }
     .accordion-boxes .secondry-button,  .accordion-boxes .btn-main {
        width: 100% !important;
    }
     .accordion-boxes .btn-main {
         margin-top: 20px;
     }
}

@media (max-width: 700px) {
    .mobile-display-none {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }
}

/* Order enrolee */

.enrolee-td {
    word-wrap: break-word;
    max-width: 230px;
}
