html,
body {
    font-size: 10pt;
    font-family: 'Poppins', sans-serif;
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5 {
    display: block;
}
h3, .h3 {
    font-size: 1.4rem;
}
p {
    line-height: 1.3;
}
textarea {
    min-height: 100px;
}
.lesson-desc .row {
    margin-bottom: 25px;
}
a:hover {
    text-decoration: none !important;
}
/*--START Status css--*/
.e-questions {
    list-style: none;
    margin-left: 0;
}
.e-questions li {
    font-size: 1.2rem;
}
.e-questions li a {
    font-weight: 300;
    font-size: 15px;
}
.e-questions li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 15px;
    font-size: 2.5rem !important;
    line-height: 2.0rem;
    vertical-align: middle;
}
.legends {
    margin-left: 0;
}
.legends li {
    font-size: 1.0rem;
    display: inline-block;
    margin-left: 10px;
}
/* Login start */
.k-image {
    max-height: 50px;
    border-radius: 10px;
}
.login-logo {
    max-width: 100px;
    margin: 8px 0 0;
}
.login-logo-wrp .login-logo {
    max-width: 170px;
    margin: 8px 0 0;
}
.login100-form {
    width: 100%;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-radius: 15px;    
    padding: 10px;
    margin-bottom: 25px !important;
}
.label-input100 {
    font-size: 14px;
    line-height: 1.5;
}
.input100:focus + .focus-input100::before {
    width: 100%;
}
.input100 {
    font-size: 15px;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 25px;
    background: transparent;
    padding: 0 7px 0 7px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 6px;
    left: 15px;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;        
    transition: all 0.4s;
}
.focus-input100::after, .focus-input100.password::after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    padding-top: 3px;
}
.focus-input100::after {
    font-family: "FontAwesome";
    content: "\f003";
    font-size: 17px;
}
.focus-input100.password::after {
    font-family: "FontAwesome";
    content: "\f023";
    font-size: 22px;
}
input {
    outline: none;
    border: none;
}
.bread-crumb {
    padding: 0 4px;
}
#breadcrumb {
    font-size: 16px;
    display: block;
}
.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 1.6rem;
    line-height: 2.0rem;
    font-weight: bold;
    margin-bottom: 1rem;
    width: auto;
    padding: 0 1.5rem;
    text-align: center;
}
.the-fieldset {
    padding: 0 0.5rem;
    margin-top: 0rem;
    border: 0rem;
    width: 100%;
}
.container .title {
    font-family: GoogleSans-Regular;
    text-decoration: none;
    font-size: 32px;
    margin-bottom: 30px;
}
.container .title h3 {
    font-size: 25px;
    font-family: GoogleSans-Regular;
}
.container h4.title {
    font-size: 18px;
    margin-bottom: 0;
    font-family: GoogleSans-Regular;
}
.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}
.div.card .card-body {
    padding: 15px 30px;
}
.card-nav-tabs .card-header {
    margin-top: -30px !important;
}
.card .card-header .nav-tabs {
    padding: 0;
}
.login-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
.nav-tabs {
    border-radius: 3px;
    padding: 0 15px;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-item .nav-link.active {
    transition: background-color .3s .2s;
}
.nav-tabs .nav-item .nav-link {
    border: 0 !important;
    font-weight: 500;
}
.nav-tabs .nav-item .nav-link {
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}
.nav-link {
    display: block;
}
.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}
.nav .nav-item {
    position: relative;
}
::placeholder {
    opacity: 0.6;
}
:-ms-input-placeholder {
    opacity: 0.6;
}
::-ms-input-placeholder {
    opacity: 0.6;
}
/*Button css*/
.red-btn {
    font-weight: 600;
    min-width: 125px;
    min-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cancel-btn {
    font-weight: 600;
    border-radius: 0;
    margin: 0px 0;
    font-size: 15px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.cancel-btn:hover, .cancel-btn:focus {
    font-weight: 600;
    border-radius: 0;
}
.bg-primary {
    font-size: 1.3rem;
    padding: 0 2.0rem;
}
/*--dashboard-wrap--*/
.navigation-wrap {
    padding: 0.25rem 0.5rem;
}
.navigation-wrap .container {
    position: relative;
}
.navigation-wrap img.login-logo {
    max-width: 140px;
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    top: 3px;
}
.content-fixed {
    max-width: 96rem;
}
.main-container {
    max-width: 192.0rem;
    min-width: 32.0rem;
    margin: auto;
    font-size: 1.05rem;
}
.nav-right li a {
    line-height: 18px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-menu {
    padding: 0;
    margin: -1px;
}
.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
}
.dropdown-item {
    font-size: 14px;
    padding: 0.8rem 1.5rem;
}
.star {
    font-size: 38px;
    vertical-align: middle;
    padding-top: 18px;
}
.point-text {
    font-size: 18px;
    font-weight: 600;
    padding-top: 0.4rem;
}
.orderSummary span {
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    font-size: 17px;
}
h1 {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.transactionSummary span {
    display: block;
    line-height: 34px;
}
.transactionSummary span strong {
    min-width: 120px;
    display: inline-block;
}
.orderSummary table td {
    font-size: 14px !important;
    padding: 8px !important;
    font-weight: 400;
}
.orderSummary table td:first-child {
    width: 75%;
}
.orderSummary table td:last-child {
    text-align: center;
}
.orderSummary table td i {
    font-size: 14px;
    padding: 0 10px;
}
.orderSummary .table th {
    padding: 1.3rem 2rem;
    vertical-align: top;
}
#myprofile-form .proviens-select {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
#myprofile-form .proviens-select::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    top: 0px;
    right: 0px;
}
#myprofile-form .custom-checkbox .custom-control-label {
    font-size: 14px;
    line-height: 1.3;
}
ol, ul, dl {
    padding-left: 0;
    margin-left: 15px;
}
/*START pop-up CSS*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 572px;
    max-height: 572px;
    position: absolute;
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    overflow: scroll !important;
}
.popup h2 {
    margin-top: 0;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}
.popup .content {
    max-height: 80%;
    overflow-y: auto;
}
/* END pop-up CSS*/
.cours-content {
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 56px);
    margin-bottom: 100px;
}
.cours-content h2 {
    text-align: center;
}
#divImg img {
    text-align: center;
    margin: 0 auto;
    width: 350px;
}
#divImg a .reward-hedding {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
}
.button-details {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
}
#divCourse {
    position: relative;
}
#divCourse h1 {
    font-size: 4.5rem;
    text-transform: capitalize;
}
#divCourse h2, #divQuiz h2 {
    font-size: 3.0rem;
    text-transform: capitalize;
    text-align: left;
}
.course-hedding {
    font-weight: 700;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
}
#divCourse p {
    font-size: 1.4rem;
    line-height: 2.5rem;
}
#divCourse video {
    width: 50%
}
.bdr-bottom {
    padding-bottom: 7px;
}
.headline {
    font-family: GoogleSans-Regular;
    text-decoration: none;
    font-size: 28px;
}
/*--START Sidebar CSS--*/
.cours-left {
    padding-top: 30px;
    background-size: cover;
}
.cours-left ul {
padding: 0;
margin: 0;
}
.cours-left ul li {
line-height: 40px;
padding: 0;
}
.cours-left ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 12px;
    text-decoration: none;
    transition: all 0.3s;
}
.cours-left .k-treeview .k-item {
display: block;
font-size: 11px;
padding: 2px 4px;
}
.k-treeview span.k-in {
    cursor: default;
    display: block;
    width: 100%;
}
.k-treeview .k-in.k-state-hover,
.k-treeview .k-in:hover {
    border: 0;
    display: block;
    width: 100%;
}
.k-treeview .k-in.k-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.k-treeview .k-in.k-state-selected, .k-treeview .k-in.k-state-selected:focus {
    border: 0 !important;
    padding: 1px .3333em 1px .25em !important;
    box-shadow: none !important;
}
.k-treeview span.k-in,
.k-treeview a.k-in {
    font-size: 11pt;
    border: 0;
    white-space: break-spaces;
}
#sidebar{
    min-width: 330px;
    max-width: 330px;
    transition: all 0.3s;
}
    #sidebar.active{
        margin-left: -330px;
    }

#navbarColor01 {
    /*min-width: 330px;
    max-width: 330px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
    #navbarColor01.show {
        margin-left: 0;
    }
#sidebar .sidebar-header {
    padding: 20px;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul p {
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px !important;
    font-size: 1.1em;
    display: block;
    border: 0;
    margin: 0;
}
button#sidebarCollapse {
    float: left;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    display:none;
}
button#sidebarCollapse:focus {
    box-shadow: none;
}
button#sidebarCollapse i {
    font-size: 22px;
    padding-top: 6px;
    margin-right: 8px !important;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/*--END Sidebar CSS--*/
input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}
.form-row {
    margin: 0;
}
.px-10 {
    padding-left: 10%;
    padding-right: 10%;
}
.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0;
}
input.k-primary.k-button.py-2.px-4.text-uppercase {
    margin-top: 10px;
}
/*new login css*/
.login {
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
}
.login .wrap-input100 {
    width: 100%;
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 0;
    padding: 10px 10px 10px 37px;
    margin-bottom: 10px !important;
}
footer {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 50px;
    line-height: 25px;
    width: 100%;
}
footer p {
    margin-bottom: 0;
    font-size: 13px;
}
#footer ul {
    list-style: none;
}
#footer ul li a {
padding: 0 !important;
margin: 0 !important;
line-height: 1.8rem;
display: block;
font-size: 12px;
}
#footer ul li:hover a {
text-decoration: underline !important;
}
#footer .support-box span {
display: block;
padding: 2px 0;
font-size: 13px;
}
#footer .container {
margin: auto;
}
footer h3 {
font-size: 15px;
font-weight: 600;
margin-bottom: 16px;
font-family: 'Poppins', sans-serif;
}
footer h3.footer-links:hover {
font-size: 18px;
}
/*END Footer CSS*/
.wrapper {
display: flex;
width: 100%;
align-items: stretch;
overflow: hidden;
}
ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
}
#content {
width: 100%;
padding-top: 20px;
padding-left: 8px;
padding-right: 20px;
min-height: 100vh;
transition: all 0.3s;
padding-bottom: 20px;
}
.lesson-desc {
padding-top: 20px;
}
div.k-treeview {
width: 94%;
}
#sidebar .k-treeview {
    white-space: normal;
    overflow: hidden;
    width: 100%;
}
#sidebar .k-treeview .k-item > div {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
#sidebar .k-treeview .k-item > div > .k-sprite {
    flex-shrink: 0;
    margin-top: 3px;
}
#sidebar .k-treeview .k-in {
    flex: 1;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
}
.k-primary i.fa-angle-right {
font-size: 20px;
padding-left: 5px;
}
.k-primary i.fa-angle-left {
font-size: 20px;
padding-right: 5px;
}
.next-btn, .prev-btn {
font-weight: 500;
line-height: 32px;
cursor: pointer;
}
.img-thumbnail {
max-width: 180px;
}
.choose-your-answer {
border: 0.2rem dashed transparent;
background: transparent;
padding: 4px 0;
}
.choose-your-answer li {
list-style: none;
}
.choose-your-answer {
line-height: 26px;
}
table.table.table-hover.border-0 tr td {
font-size: 14px;
line-height: 1.5;
}
.k-progressbar .k-state-selected {
border-color: transparent;
}
.demo-section {
padding-bottom: 20px !important;
}
div#divImg button {
margin-bottom: 10px;
}
.dashboard-cr-box {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
vertical-align: middle;
padding: 0 !important;
position: relative;
min-height: 140px;
}
.dashboard-cr-box a {
position: absolute;
left: 0;
right: 0;
top: 0;
transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
-moz-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
display: block;
width: 100%;
padding: 46px 0;
}
.col-md-1.text-center.pt-5 i {
font-size: 42px;
}
.testuser .dropdown-toggle::after {
right: -10px;
}
.testuser span {
font-size: 16px;
}
.testuser .dropdown-menu {
padding: 0;
margin: -1px;
z-index: 1;
position: absolute;
}
.k-menu .k-item > .k-link, .k-menu-scroll-wrapper .k-item > .k-link, .k-popups-wrapper .k-item > .k-link {
padding: 0.5rem !important;
}
.bs-callout {
padding: 20px;
margin: 20px 0;
border-left-width: 1px;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout-danger h4 {
font-size: 1.4rem;
}
.bs-callout-danger p {
font-size: 1.1rem;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.course-details-banner {
height: 40px;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
position: relative;
}
.course-details-banner .course-heading {
font-size: 1.5rem;
padding: 5px 10px;
position: absolute;
bottom: 0;
width: 100%;
}
/* Start Tab/Accordinas*/
.container {
margin: 50px;
}
.link-bread-crumb {
position: inherit;
background: transparent;
width: 100%;
height: auto;
padding-top: 0;
padding-left: 15px;
margin-bottom: 3px;
margin-top: -15px;
}
.link-bread-crumb a {
font-size: 0.9rem;
}
.link-bread-crumb i {
margin-left: 0.3rem;
margin-right: 0.3rem;
font-size: 1.2rem;
}
.page-no {
position: absolute;
right: 0.5rem;
bottom: 0.5rem;
}
.progress.cours-progress {
width: 100%;
flex-direction: column;
padding-bottom: 15px;
display: flex;
}
span.in-progress {
width: 100%;
font-weight: 600;
font-size: 14px;
padding: 10px 0;
}
span.completed {
font-size: 0.9rem;
}
span.in-progress {
font-size: 0.9rem;
}
span.not-yet-started {
font-size: 0.9rem;
}
.e-ans .form-control {
width: 90%;
display: inline-block;
}
.e-ans span {
margin-right: 14px;
}
.e-questions p {
font-size: 15px;
}
.k-state-default ul li ul {
display: block !important;
}
.e-questions.q-parent {
border: none !important;
}
.e-questions.q-parent li {
padding: 10px 0 5px;
}
.e-questions.q-parent li i {
float: right;
padding: 5px;
border-radius: 50px;
width: 24px;
height: 24px;
font-size: 15px;
text-align: center;
line-height: 14px;
}
.tab-content.support-index .tab-pane {
display: inherit !important;
}
.support-index .support-title {
margin-bottom: 10px;
font-weight: bold;
}
.support-index .support-data {
vertical-align: middle;
}
.col-md-3 .jumbotron {
min-height: 265px;
}
.testuser .dropdown-menu {
position: absolute;
left: -40px;
}
.video_buttons {
padding: 0px 0 9px;
position: relative;
bottom: 7px;
width: 100%;
max-width: 640px;
text-align: center;
}
.video_buttons span {
background-color: transparent;
border: none;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
text-align: center;
cursor: pointer;
display: inline-block;
}
.video_buttons span i {
font-size: 22px;
padding: 0 0px;
border-radius: 50px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
}
.video_buttons span i.cc {
padding: 8px 6px;
font-size: 18px;
}
.base-timer__label {
font-weight: bold;
}
.table td, .table th {
vertical-align: middle;
}
.video_buttons {
padding: 0px 0 9px;
position: relative;
bottom: 7px;
width: 100%;
max-width: 100%;
text-align: left;
}
.video_buttons span {
background-color: transparent;
border: none;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
text-align: center;
cursor: pointer;
display: inline-block;
}
span#duration {
margin-right: 17.5rem;
}
iframe#player {
width: 100%;
}
.video_buttons i {
padding: 0 0px;
border-radius: 50px;
line-height: 1;
text-align: center;
font-size: 15px;
font-weight: 300;
}
.video_buttons button {
margin: 0 1px;
line-height: 10px;
border: none;
width: 26px;
vertical-align: middle;
height: 25px;
text-align: center;
}
.video_buttons span i.cc {
padding: 8px 6px;
font-size: 18px;
}

#player-container {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}

/*div#divsubTabsList {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
padding: 30px;
border-radius: 6px;
z-index: 10;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
max-width: 470px;
display: none; 
}*/
div#divsubTabsList {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border: 1px solid #000;
    z-index: 10;
    text-align: center;
    display: none;  /* Initially hidden */
}
div#divsubTabsList h3 {
font-size: 22px;
font-weight: 600;
}
div#divsubTabsList input[type="textbox"] {
border-radius: 4px;
margin-bottom: 10px;
}
div#divsubTabsList button {
width: auto;
height: auto;
}
.tab-content .tab-content {
border: none !important;
}
.audio-container {
float: right;
border-radius: 4px;
padding: 1px 4px 0 4px;
margin-bottom: 0.5rem;
}
#rngVolume {
float: right;
margin-left: 10px;
width: 100px;
margin-top: 3px;
}
#audioControl {
margin-right: 12px;
}
#divPageDuration {
float: right;
margin-right: 10px;
font-size: 1.4rem !important;
font-weight: normal;
padding: 0.45em 0.4em;
}
.bg-grey {
padding: 10px;
border-radius: 5px;
margin-bottom: 15px;
}
.technoacordion ul li ul li p span {
position: relative;
padding: 0 15px !important;
}
.technoacordion ul li ul li p span:after {
position: absolute;
content: "";
width: 7px;
height: 7px;
left: 0;
top: 50%;
transform: translateY(-50%);
margin-right: 20px !important;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}
.left-menu-active {
display: block;
}
.top-menu-active {
border-radius: 2px;
}
.k-sprite.k-icon {
font-size: 16px;
}
#panelbar {
margin: 0 auto;
list-style: none;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
#panelbar li.k-item.k-state-default span {
padding: 0 10px;
display: block;
}
.teamMate h2 {
font-size: 1.4em;
font-weight: normal;
margin-bottom: 0px;
}
.teamMate p {
margin: 0;
}
.teamMate img {
display: inline-block;
margin: 5px 15px 5px 5px;
border-radius: 50%;
}
.details {
display: inline-block;
vertical-align: top;
}
#panelbar li.k-item.k-first ul p span, #panelbar li.k-item.k-state-default table tr td, #panelbar li.k-state-default ul p span {
line-height: 1.5;
}
#panelbar li.k-item.k-state-default, #panelbar li.k-item.k-state-active {
background: transparent;
display: block;
list-style: none;
padding: 0px 0 0px;
line-height: 36px;
}
#panelbar li.k-item.k-state-default table tr td {
vertical-align: top;
padding: .75rem;
}
#panelbar li.k-item.k-state-default table {
border-collapse: collapse;
}
#panelbar li.k-item.k-state-default ul li {
background: transparent;
}
#panelbar li.k-item.k-state-default span,
#panelbar li.k-item.k-state-active span {
padding: 0 10px;
display: block;
}
#panelbar li.k-item.k-state-default ul,
#panelbar li.k-item.k-state-active ul {
padding: 15px 10px;
}
#panelbar li.k-item p span {
line-height: 1.5;
font-size: 14px;
}
#panelbar li.k-item.k-first span {
display: block;
line-height: 36px;
padding: 0 10px;
}
#panelbar li.k-state-default ul li p {
margin: 0 0 12px;
line-height: 1.5;
font-size: 15px;
}
#panelbar li.k-state-default ul p {
padding: 0;
}
.k-panel > .k-item > .k-link, .k-panelbar > .k-item > .k-link {
border-bottom-style: none;
}
span.vedio-btn {
text-align: right;
float: right;
margin-top: -35px;
cursor: pointer;
z-index: 1;
position: relative;
}
.course-tutorial .modal-dialog {
max-width: 60%;
}
.alert {
list-style: none;
}
#topNavBar a.closebtn, .menu-desk {
display: none;
}
.title-cource h5 {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.passcource-wrap {
position: relative;
min-width: 900px;
min-height: 600px;
padding: 20px;  
margin: 2rem auto;
}
.passcource-watermask {
position: absolute;
opacity: 0.1;
font-size: 2rem;
text-align: center;
width: 97%;
color: #ccc;
font-weight: bold;
line-height: normal;
margin-top: 1rem;
top: 50%;
transform: translateY(-50%);
}
.passcource-inrcontent {
width: 100%;
min-height: 550px;
padding: 20px;
font-size: 16px;
margin: 0px;
}
body .lefttree-close, body .mainmenu-close {
display: none;
}
div#navbarColor01 .k-menu:not(.k-context-menu) {
border-width: 0;
background-clip: padding-box;
}
a.next-btn, a.prev-btn, p a, #divTopicdetails a, a.red-text-clr, a.btn-link {
    text-decoration: underline !important;
}
 
.souper {
    border: 2px solid black;
    margin-bottom: 2px;
}

.circle {
    border: 0px dashed black;
    background: transparent;
    cursor: pointer;
    padding: 4px !important;
    margin: 0;
}
.question, .ans {
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 600;
    border-radius: 7px;
    position: relative;
    margin: 0;
    word-break: break-word;
    padding-right: 26px !important;
    color: #333;
}

.ans:after {
    background-image: url(../images/bluesap.png);
    background-repeat: no-repeat;
    text-align: right;
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
}

.question:after {
    background-image: url(../images/whitesap.png);
    background-repeat: no-repeat;
    text-align: right;
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
}

h4.mb-4 {
    border-radius: 8px;
    font-size: 20px;
    line-height: 32px;
}
.b-hedding {
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
}
.A, .B {
    border: 2px dotted #fff;
    display: block;
    text-align: center;
    padding: 3px;
    font-size: 20px;
}
.bg-15 {
    border-radius: 5px;
}
.bg-white.mb-3.py-2.px-3.question {
    padding-left: 15px !important;
}
/*.q-img {
    position: absolute;
    height: 26px;
    width: 26px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}*/
.q-img {
    position: inherit !important;
    height: auto !important;
    min-height: max-content;
    min-width: min-content;
    height: auto;
    width: auto;
    max-width: max-content;
    max-height: max-content;
}

/*new box css*/
.bg-fcbc03, .bg-8c45ad, .bg-195bbc, .bg-d72718, .bg-30c6d4 {
    font-weight: 600;
    text-align: center;
    word-break: break-word;
    padding: 10px 10px !important;
    min-height: 80px;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    margin: 4px 4px;
}
.bg-fcbc03 {
    background-color: #fcbc03;
    color: #100801;
    min-width: 210px;
}
.bg-8c45ad {
        background-color: #8c45ad;
        color: #ffffff;
    }
.bg-195bbc {
        background-color: #195bbc;
        color: #ffffff;
    }
.bg-d72718 {
    background-color: #d72718;
    color: #ffffff;
}
.bg-30c6d4 {
    background-color: #30c6d4;
    color: #ffffff;
}
.landing-cause {
    padding: 48px !important;
    display: block;
    align-self: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 31px;
    margin-bottom: 0px !important;
    min-height: 190px;
}
.mgf-pera {
    text-align: center !important;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 15px !important;
    background-color: #fff;
}
.in-text {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}
.fcol p {
    padding-top: 20px;
}

.fcol {
    flex-direction: column;
    font-size: 18px;
    padding: 30px !important;
    margin:0 !important;
}
.fcol-table th {
    font-size: 12px;
}
            
.fcol-table td {
    font-size: 14px;
    padding: 8px;
}
/*.lesson-desc img {
    max-width: 100%;
}*/
/*.lesson-desc img {
    width: 126px;
    text-align: left;
}*/


.inside-bullet img {
    margin-right: 24px;
    float: left;
}
.inside-bullet ul li, .inside-bullet ol li {
    list-style-position: inherit;
    transform: translateX(24px);
}



.k-menu.k-menu-horizontal a.k-link, .k-menu a.k-link {
    color: #fff !important;
}

div#divsubTabsList {
    background-color: rgb(22 22 22 / 82%);
    color: #fff;
    font-size: 18px !important;
    padding: 10px;
}

    div#divsubTabsList h3 {
        font-size: 17px;
        font-weight: 600;
        padding: 25px;
        color: #fff;
    }
h3, .h3 {
    font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #045193;
}
.card.text-white.bg-success.mb-0.mt-0 h5, .card.text-white.bg-success.mb-0.mt-0 h3 {
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.table-responsive table.table.table-striped.table-bordered.k-table {
    width: 100% !important;
}
@media (max-height: 640px) {
    .bg-fcbc03, .bg-8c45ad, .bg-195bbc, .bg-d72718, .bg-30c6d4 {
        font-weight: 600;
        text-align: center;
        word-break: initial;
        padding: 10px 10px !important;
        min-height: 80px;
        align-items: center;
        justify-content: center;
        align-self: center;
        display: flex;
        margin: 4px 4px;
        width: 100%;
        flex-direction: column;
        flex-basis: auto;
        margin-bottom:10px !important;
    }
}


#sidebar ul li a {
    padding: 10px !important;
    font-size: 1.1em;
    display: block;
    float: none;
    width: auto;
    border: 0;
    margin: 0;
}


#sidebar ul li a.k-in.k-link p {
    padding: 0 12px;
    font-size: 15px;
    margin: 0;
}
span.k-sprite.k-icon.k-i-paste-plain-text {
    font-family: sans-serif;
    flex-shrink: 0;
    padding: 0 8px 0 0;
    font-size: 14px;
}
.k-i-paste-plain-text:before {
    content: "\e665";
    font-family: 'WebComponentsIcons';
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    left: 0 !important;
    right: auto;
    font-size:16px;
}
.col-sm-12.text-center.m-auto.in-text strong, p strong {
    color: #0451a1;
}

body .q-img {
    position: absolute;
    height: auto;
    width: 40px;
}

.lesson-desc h3 strong {
    font-size: 16px !important;
}
.col-md-4.text-center.mb-5 img {
    max-width: 100%;
    min-width: 126px;
}