* {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: gotham-rounded;
}

:root {
    --main-color: #38cab3;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border: 1px solid #ced4da;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: #fff;
    border-color: var(--main-color);
}

.form-check-input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}



.dropdown-toggle::after {
    display: none;
}

.dropdown-menu[data-bs-popper] {
    left: inherit;
    right: 0;
}

.btn-primary:focus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
}

.btn-primary {
    background-color: #25bda5;
    border-color: #25bda5;
}

.btn-primary:hover {
    background-color: #32ad9a;
    border-color: #32ad9a;
    color: #fff;
}

.btn-primary:focus {
    color: #fff;
    background-color: #32ad9a;
    border-color: #32ad9a;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
}



/*------ Header -------*/
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.fixed-top {
    position: fixed;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
    box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
}

.brand {
    background-color: #ffffff;
    width: 230px;
    height: 60px;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}



.hamburger {
    cursor: pointer;
    padding: 0 20px;
    height: 60px;
    color: #4a4a69;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.logo-small,
.hamburger .arrow-right,
.hamburger-opened .menu-bar {
    display: none;
}

.hide-logo .logo-small,
.hamburger-opened .arrow-right {
    display: block;
}

.brand.hide-logo {
    position: relative;
}

.brand.hide-logo {
    width: 70px;
}

.brand.hide-logo .logo.logo-small img {
    display: block;
    width: 30px;
}

.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    right: 10px;
    top: 5px;
}

.top-nav .head_info img {
    width: 32px;
    height: 32px;
    border: 1px solid #4a4a69;
    padding: 5px;
    border-radius: 50%;
    -webkit-filter: invert(26%) sepia(9%) saturate(1999%) hue-rotate(201deg) brightness(99%) contrast(83%);
            filter: invert(26%) sepia(9%) saturate(1999%) hue-rotate(201deg) brightness(99%) contrast(83%);
}

.top-nav .head_info .title {
    color: #4a4a69;
    font-size: 12px;
    line-height: 16px;
}

.top-nav .head_info .value {
    color: #4a4a69;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
}

.top-nav .head_info span {
    display: block;
}

.top-nav ul.top-menu .head_info_user {
    padding: 4px 0 4px 15px;
    max-width: 270px;
    position: relative;
}

ul.top-menu>li a.dropdown-toggle .head-user-icon-lg {
    border: 1px solid #4a4a69;
    padding: 3px;
    width: 32px;
    border-radius: 50%;
}

.top-nav .username {
    color: #4a4a69;
    font-size: 14px;
    padding: 0 0 0 3px;
    display: inline-block;
}

.top-nav .head_info_user .dropdown-icon {
    width: 14px;
    -webkit-filter: invert(29%) sepia(8%) saturate(1682%) hue-rotate(201deg) brightness(97%) contrast(92%);
            filter: invert(29%) sepia(8%) saturate(1682%) hue-rotate(201deg) brightness(97%) contrast(92%);
}

.dropdown-menu {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border: none;
}

.dropdown-menu.logout li a {
    font-size: 13px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #4a4a69;
    padding: 10px 17px;
}

.dropdown-menu.logout>li>a:hover {
    background: #4a4a69;
    color: #fff;
}

.dropdown-menu.logout li a img {
    width: 18px;
    margin-right: 10px;
    -webkit-filter: invert(21%) sepia(3%) saturate(6792%) hue-rotate(202deg) brightness(113%) contrast(77%);
            filter: invert(21%) sepia(3%) saturate(6792%) hue-rotate(202deg) brightness(113%) contrast(77%);
}

.dropdown-menu.logout li a:hover img {
    -webkit-filter: invert(100%) sepia(1%) saturate(5583%) hue-rotate(318deg) brightness(112%) contrast(101%);
            filter: invert(100%) sepia(1%) saturate(5583%) hue-rotate(318deg) brightness(112%) contrast(101%);
}



/*------ Sidebar -------*/
#sidebar {
    scrollbar-color: rgba(149, 148, 148, 0.5) rgb(46, 54, 69) !important;
    scrollbar-width: thin !important;
}

#sidebar {
    width: 230px;
    height: calc(100% - 60px);
    position: fixed;
    background: #ffffff;
    z-index: 3;
    -webkit-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}

#sidebar .leftside-navigation {
    height: calc(100% - 60px);
    overflow-x: hidden;
}


#sidebar .leftside-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hide-left-bar {
    width: 70px !important;
}



#sidebar ul li {
    position: relative;
}

ul.sidebar-menu li a {
    color: #3e416d;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 17px;
    font-size: 13px;
    outline: none;
    white-space: nowrap;
}

.hide-left-bar .sidebar-menu a span, .hide-left-bar .arrow-down {
    display: none;
}

ul.sidebar-menu li a:hover,
ul.sidebar-menu li.active>a {
    color: #38cab3;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a:hover img,
ul.sidebar-menu li.active a img {
    -webkit-filter: invert(60%) sepia(84%) saturate(322%) hue-rotate(121deg) brightness(95%) contrast(93%);
            filter: invert(60%) sepia(84%) saturate(322%) hue-rotate(121deg) brightness(95%) contrast(93%);
}

ul.sidebar-menu li a img {
    width: 15px;
    text-align: center;
    margin-right: 10px;
    margin-top: 1px;
    -webkit-transition: font-size 0.2s linear;
    -o-transition: font-size 0.2s linear;
    transition: font-size 0.2s linear;
    -webkit-filter: invert(76%) sepia(10%) saturate(393%) hue-rotate(196deg) brightness(91%) contrast(84%);
            filter: invert(76%) sepia(10%) saturate(393%) hue-rotate(196deg) brightness(91%) contrast(84%);
}
.hide-left-bar ul.sidebar-menu li a img {
    margin-right: 0px;
}

ul.sidebar-menu li a:hover .arrow-down {
    -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(264deg) brightness(108%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(264deg) brightness(108%) contrast(101%);
}

.arrow-down {
    height: 17px;
    width: 17px;
    display: inline-block;
    position: absolute;
    right: 3px;
}

#sidebar .sub-menu .dropdow-menu li a {
    padding-left: 54px;
    text-align: left;
}

#sidebar .sub-menu>.dropdow-menu {
    display: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#sidebar .sub-menu.active>.dropdow-menu {
    display: block;
}

.tracker {
    color: rgb(30, 186, 237)
}

.sidebar-menu li .btn-uasupport {
    background-color: #ffd600;
    color: #161a21;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 9px 10px;
    padding: 9px 10px 8px;
    text-transform: uppercase;
}

.btn-uasupport img {
    width: 19px !important;
    height: 32px;
}

.acc-manager.manager-info {
    margin: auto 0 20px;
    padding: 10px 10px 10px 17px;
    color: #a9abbd;
    border-top: 1px solid #272E3C;
    border-bottom: 1px solid #272E3C;
}

.manager-info .manager-info-position {
    font-size: 13px;
    margin-bottom: 15px;
}

.manager-info .manager-info-photo {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 0 10px;
    overflow: hidden;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    border: 1px solid #343c4c;
}

.manager-info .manager-info-name {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 700;
}

.manager-info .manager-info-contacts {
    font-size: 13px;
    margin-bottom: 4px;
}

#sidebar .leftside-navigation .copy {
    font-size: 11px;
    margin: 0 0 20px 17px;
    color: #a9abbd;
}

.hide-left-bar .leftside-navigation .copy {
    display: none;
}

.nav-collapse.hide-left-bar .acc-manager.manager-info {
    display: none;
}

.manager-info-name img,
.manager-info-contacts img {
    width: 15px;
    -webkit-filter: invert(77%) sepia(22%) saturate(174%) hue-rotate(196deg) brightness(88%) contrast(83%);
            filter: invert(77%) sepia(22%) saturate(174%) hue-rotate(196deg) brightness(88%) contrast(83%);
}

@media (min-width: 576px) {
    .modal-dialog.big-size {
        max-width: 1000px;
        margin: 1.75rem auto;
    }

}



/*------ Main Content -------*/
.dashboard-section {
    margin-left: 230px;
    -webkit-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
    transition: margin-left 0.25s ease-in-out;
    margin-top: 60px;
}
.dashboard-section.merge-left{
    margin-left: 70px;
}
#user_main_content {
    background: #edeff0;
}


/*------- Course Overview----------*/

.nav-pills .nav-link.active {
    background-color: transparent;
    color: #3e416d;
}
.nav-link {
    line-height: 47px;
    padding: 0 20px;
    margin: 0;
    color: #929292;
    text-align: center;
}

.nav-pills .nav-link {
    border-top-right-radius: 12px;
    border-top-left-radius:  12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.courseCardFix{
    border-radius: 10px;
    position: sticky;
    top: 100px;
    margin-top: -250px;
    background: #fff;
    -webkit-box-shadow: -2px 0 8px 0 rgba(24, 24, 24, 0.16);
    box-shadow: -2px 0 8px 0 rgba(24, 24, 24, 0.16);
    z-index: 999;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media only screen and (max-width: 1400px) {
    .courseCardFix {
        margin-top: -150px;
    }
}

@media only screen and (max-width: 1200px) {
    .courseCardFix {
        margin-top: -100px;
    }
}

@media only screen and (max-width: 991px) {
    .courseCardFix {
        margin-top: inherit;
        position: inherit;
    }

}

.course-curriculum-list li:hover {
    background: #f9fafe;
}
.accordion-button:not(.collapsed) {
    color: #212529;
}
.discount_price {
    color: #6c757d;
    font-size: 15px;
}
.course-curriculum-list p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 12px;
}
.course-curriculum-list img {
    padding-right: 20px;
}


.accordion-body ul li a {
    color: black;
    padding: 5px 10px;
    display: block;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.accordion-body ul li a:hover,
.accordion-body ul li.active{
    background: #ececec;
    padding-left: 15px;
}


.comment-content small {
    display: block;
    font-size: 13px;
    color: #333232;
    padding-bottom: 10px;
}

.sidebar-menu a span {
    display: block;
}

.hide-left-bar .sidebar-menu a span,
.hide-left-bar .arrow-down {
    display: none;
}


.hide-left-bar .sidebar-menu a{
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hide-left-bar .sidebar-menu a span{
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    background-color: #3E416D;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
}

.hide-left-bar ul.sidebar-menu li a:hover span {
    display: block;
}

.accordion-wrapper {
    height: 100vh;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 1px #ccc;
            box-shadow: 1px 1px 1px #ccc
}

#accordionExample {
    height: 90vh;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.video-wrapper{
    overflow: hidden;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 8px;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    padding: 1rem !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/*---------  DASHBOARD BANNER CSS START HERE -----------*/
.dashboard-banner {
    background: #D4D4D4;
    padding: 105px 0;
    position: relative;
    height: 530px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -60px;
}
.dashboard-banner h1,
.dashboard-banner h2,
.dashboard-banner h4 {
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #3e416d;
    text-transform: capitalize;
}
.dashboard-banner h1,
.dashboard-banner h2{font-size: 35px}
.dashboard-banner h4 {font-size: 21px}



/* ---------------------------------- */
/*  coures grid slider
------------------------------------- */

.course-grid-slider {
    position: relative;
    padding-bottom: 16px;
}

@media (max-width: 960px) {
    .course-grid-slider>*>* {
        padding-left: 25px !important;
    }

    .course-grid-slider>* {
        margin-left: -25px !important;
    }

    .course-grid-slider {
        margin: 0 -15px;
        padding-left: 15px;
    }

    .course-grid-slider ul li {
        width: 220px;
    }

    .course-grid-slider .course-card {
        display: block;
        border: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }

    .course-grid-slider .course-card .course-card-thumbnail {
        width: 100%;
        height: 115px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 2px 7px -3px #0000001a;
                box-shadow: 0px 2px 7px -3px #0000001a;
    }

    .course-grid-slider .course-card .course-card-body {
        padding: 10px 0px;
    }

}


/* grid slider header and their icon sliders */
.grid-slider-header {
    margin-bottom: 10px;
}

.grid-slider-header h4 {
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 33px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #3e416d;
    text-transform: capitalize;
}


.grid-slider-header,
.grid-slider-header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 0 !important;
}

.grid-slider-header .slide-nav-prev.uk-invisible,
.grid-slider-header .slide-nav-next.uk-invisible {
    visibility: visible !important;
    opacity: .15;
    color: white;
    cursor: default;
}

.grid-slider-header .slide-nav-prev,
.grid-slider-header .slide-nav-next {
    background: #3e416d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: 5px;
    color: #ffffff;
}

.grid-slider-header .slide-nav-prev:hover,
.grid-slider-header .slide-nav-next:hover {
    background-color: #3e416d;
    color: #fff;
}
.slide-nav-prev img, .slide-nav-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #fff !important;
    stroke: #fff;
}
.grid-slider-header-link .transparent {
    color: #949393;
}


@media (max-width: 768px) {

    .grid-slider-header,
    .grid-slider-header-link {
        padding-right: 10px !important;
    }

    .grid-slider-header .slide-nav-prev,
    .grid-slider-header .slide-nav-next {
        width: 32px;
        height: 32px;
    }

}




/* ---------------------------------- */
/* course card
------------------------------------- */

.course-card {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: -10px 10px 14px -5px rgba(25, 42, 70, .13);
            box-shadow: -10px 10px 14px -5px rgba(25, 42, 70, .13);
}

.course-card-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 150px;
}

.course-card-thumbnail img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.course-card-thumbnail .item-tag {
    left: 16px;
    margin: 0;
    top: 15px;
}

.course-card span.catagroy {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 7px;
    border-radius: 4px;
    color: #949393;
}
.course-card h4 a {
    color: #3e416d;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.padding-top-50 {
    padding-top: 50px
}


.course-card-body {
    padding: 16px 17px;
}

.course-card-body .course-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.course-card h4 {
    color: #3e416d;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.course-card p {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    color: #686f7a;
    line-height: 23px;
}

.course-card-footer {
    padding: 11px 15px;
    border-top: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 16px -16px;
    margin-top: 9px;
    margin-bottom: -15px;
    font-weight: 600;
}

.course-card-footer h5 {
    color: #909090;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12.8px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.course-card-footer h5 span {
    padding-left: 5px;
    font-weight: bold;
}
.uk-active {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.uk-active:hover {
    margin-top: -10px;
}

/*=============  PAYMENT  bUTTON =================*/
.payment-btn {
    text-align: center;
}
.payment-btn li button{
    background-color: #3e416d;
    color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.payment-btn li button:hover {
    background-color: #42489a;
    color: #ffffff;
}
.payment-btn > ul > li {
    position: relative;
    display: inline-block;
}

.payment-btn ul ul {
    position: absolute;
    top: 150%;
    left: 0;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.payment-btn ul ul,
.payment-btn ul ul button{
    width: 100%;
}
.payment-btn ul ul button{
    margin-bottom: 5px;
}


.payment-btn > ul > li:hover > ul {
    visibility: visible;
    top: 105%;
    opacity: 1;
    z-index: 1;
}
.btn-own-color {
    background-color: #3e416d;
    color: #fff;
}
.btn-own-color:hover {
    background-color: #42489a;
    color: #ffffff;
}

.btn:focus {
    border-color: inherit;
    outline: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    background-color: #42489a;
    color: #ffffff;
}

.user-deactive{
    position: relative;
}
.user-deactive > li >ul {
    position: absolute;
    top: 150%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.user-deactive li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    top: 100%;
}

.user-deactive > li >ul li a{
    display: block;
    padding: 5px;
    width: 120px;
}

.modal-header {
    border-bottom: 0;
}

#allUserOrderTable {
    overflow-x: scroll;
}


#postboxModal .ck.ck-reset.ck-dropdown__panel.ck-dropdown__panel_sw.ck-dropdown__panel-visible {
    display: none;
}
.courseCardFix {
    width: 373px;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: -12px 12px 21px -5px rgba(25, 42, 70, .13);
            box-shadow: -12px 12px 21px -5px rgba(25, 42, 70, .13);
}

.course-thumbnail {
    overflow: hidden;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 8px;
}

.course-thumbnail img {
    max-width: 100%;
}

.course-card-content {
    padding: 1rem !important;
}

.uk-h1 {
    font-size: 35px;
    font-weight: 600;
    color: #3e416d;
}

.text-muted {
    color: #6c757d;
}
.uk-h4 {
    font-size: 21px;
    line-height: 1.4;
}

.btn-default {
    color: white;
    background-color: #3e416d;
    border: 1px solid transparent;
    padding: 10px 17px;
    line-height: 17px;
    font-size: 13px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
}

.uk-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0;
    list-style: none;
    position: unset;
}

.course-thumbnail {
    overflow: hidden;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 8px;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}


.course-thumbnail  iframe {
    padding: 1rem !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.course-details-paragraph p {
    color: #FFFFFF !important;
}
#mobileView {
    display: none;
}
.payment-page {
    margin-bottom: 120px;
}
@media (max-width: 991px) {
    #desktopView {
        display: none;
    }
    #mobileView {
        display: block;
    }
    .course-resume-wrapper.topic-1{
        margin-top: 60px !important;
    }
    #mobileView .header-navbar-rht {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
    }
}

@media (max-width: 767px){
    #mobileView  .header-nav {
        height: inherit;
    }

    #mobileView  .navbar-header {
        width: 30%;
    }
    .payment-page {
        margin-bottom: 170px;
    }
}

@media (max-width: 380px){
    .course-resume-wrapper.topic-1 {
        margin-top: 120px !important;
    }
    .courseCardFix {
        width: 100%;
    }
}