@import url('https://fonts.googleapis.com/css?family=Barlow:400,400i,500,500i,600,600i,700,700i&display=swap');
/* =============== Fonts =============== */
@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
        url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

/* =============== Variables =============== */
:root {
    /* Fonts */
    --font-family-primary: 'montserrat', sans-serif;
    --font-family-primary-semibold: 'montserratsemibold', sans-serif;
    /* Theame */
    --body-bg-color: #ffffff;
    --primary-text-color: #333333;
    --theme-primary-color: #1d2858;
    --theme-primary-bg-color: #f1f0ec;
    /* Sidebar */
    --main-sidebar-bg: #1d2858;
    --main-sidebar-text: #ffffff;
    --content-header-bg: #1d2858;
    --content-header-text: #ffffff;
    --logo-sidebar-bg: #1d2858;
    /* Button */
    --btn-primary-bg: #1d2858;
    --btn-primary-text: #ffffff;
    --btn-primary-hover-color: #404c82;
    /* border */
    --border-color: #cccccc;
    /* Loader */
    --loader-color: #1d2858;
    --loader-bg-color: #cccccc;
    /* Login page */
    --login-form-bg-color: #f1f0ec;
    /* LRS Sidebar */
    --lrs-sidebar-width: 350px;
}

/* =============== Primary Style =============== */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
}
/*select {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212C5B;
    background-color: transparent;
    border: 0;
    border-bottom: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    background-image: url(../images/common-icon/icon-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}*/
button {
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (min-width:360px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 16px;
    }
}

body {
    font-size: 1rem;
    font-family: var(--font-family-primary) !important;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    height: 100%;
    color: var(--primary-text-color);
    background-color: var(--body-bg-color);
}
button {
  border: 0;
  outline: none;
  background-color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}

/* Icons */
.icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
img,
svg,
.icon svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.icon.facebook {
    background-image: url('../images/social/icon-facebook.svg');
}

.icon.twitter {
    background-image: url('../images/social/icon-twitter.svg');
}

.icon.google {
    background-image: url('../images/social/icon-google.svg');
}

.icon.linkedin {
    background-image: url('../images/social/icon-linkedin.svg');
}

.bg-kellygreen {
    background: rgba(44, 132, 138, 1);
    background: -moz-linear-gradient(top, rgba(44, 132, 138, 1) 0%, rgba(32, 109, 114, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44, 132, 138, 1)), color-stop(100%, rgba(32, 109, 114, 1)));
    background: -webkit-linear-gradient(top, rgba(44, 132, 138, 1) 0%, rgba(32, 109, 114, 1) 100%);
    background: -o-linear-gradient(top, rgba(44, 132, 138, 1) 0%, rgba(32, 109, 114, 1) 100%);
    background: -ms-linear-gradient(top, rgba(44, 132, 138, 1) 0%, rgba(32, 109, 114, 1) 100%);
    background: linear-gradient(to bottom, rgba(44, 132, 138, 1) 0%, rgba(32, 109, 114, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c848a', endColorstr='#206d72', GradientType=0);
}

.bg-seagreen {
    background: rgba(77, 156, 166, 1);
    background: -moz-linear-gradient(top, rgba(77, 156, 166, 1) 0%, rgba(63, 131, 142, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77, 156, 166, 1)), color-stop(100%, rgba(63, 131, 142, 1)));
    background: -webkit-linear-gradient(top, rgba(77, 156, 166, 1) 0%, rgba(63, 131, 142, 1) 100%);
    background: -o-linear-gradient(top, rgba(77, 156, 166, 1) 0%, rgba(63, 131, 142, 1) 100%);
    background: -ms-linear-gradient(top, rgba(77, 156, 166, 1) 0%, rgba(63, 131, 142, 1) 100%);
    background: linear-gradient(to bottom, rgba(77, 156, 166, 1) 0%, rgba(63, 131, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d9ca6', endColorstr='#3f838e', GradientType=0);
}

.bg-fireorange {
    background: rgba(230, 169, 47, 1);
    background: -moz-linear-gradient(top, rgba(230, 169, 47, 1) 0%, rgba(211, 155, 42, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230, 169, 47, 1)), color-stop(100%, rgba(211, 155, 42, 1)));
    background: -webkit-linear-gradient(top, rgba(230, 169, 47, 1) 0%, rgba(211, 155, 42, 1) 100%);
    background: -o-linear-gradient(top, rgba(230, 169, 47, 1) 0%, rgba(211, 155, 42, 1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 169, 47, 1) 0%, rgba(211, 155, 42, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 169, 47, 1) 0%, rgba(211, 155, 42, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6a92f', endColorstr='#d39b2a', GradientType=0);
}

.bg-amberorange {
    background: rgba(180,104,28,1);
    background: -moz-linear-gradient(top, rgba(180,104,28,1) 0%, rgba(150,86,21,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(180,104,28,1)), color-stop(100%, rgba(150,86,21,1)));
    background: -webkit-linear-gradient(top, rgba(180,104,28,1) 0%, rgba(150,86,21,1) 100%);
    background: -o-linear-gradient(top, rgba(180,104,28,1) 0%, rgba(150,86,21,1) 100%);
    background: -ms-linear-gradient(top, rgba(180,104,28,1) 0%, rgba(150,86,21,1) 100%);
    background: linear-gradient(to bottom, rgba(180,104,28,1) 0%, rgba(150,86,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4681c', endColorstr='#965615', GradientType=0 );

}

.bg-gray {
    background-color: #dcdcd3;
}

.bg-alto {
    background-color: #dcdcdc;
}

.bg-red {
    background-color: #cc0000;
}

.bg-mintGreen {
    background-color: #15b462;
}

.bg-green {
    background-color: #107c10;
}

.bg-skyblue {
    background-color: #298fcc;
}

.bg-violet {
    background-color: #003399;
}

.bg-moderateviolet {
    background-color: #6531bd;
}

.bg-darkmodernatblue {
    background-color: #58498d;
}

.bg-darkmodernatmagenta {
    background-color: #80397b;
}

.bg-darkcyan {
    background-color: #006866;
}

.bg-darkblue {
    background-color: #165aa5;
}

.bg-brightblue {
    background-color: #4084ec;
}

.bg-vdarklimegreen {
    background-color: #026900;
}

.bg-darkmorron {
    background-color: #bd1749;
}

.bg-purple {
    background-color: #80397b;
}

.bg-yellow {
    background-color: #eab000;
}

.bg-orange {
    background-color: #d85523;
}

.bg-red {
    background-color: #fb334d;
}

.bg-blue {
    background-color: #0151b4;
}

/* Loader Style */
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    /* background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.75) 20%, rgba(0,0,0,0.85) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.75) 20%,rgba(0,0,0,0.85) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.75) 20%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#d9000000',GradientType=1 ); */
}

.mainInnerLoader,
.submitPopup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    transform-origin: center center;
    display: none;
}

.mainLoaderImg,
.loaderImageDiv {
    display: block;
    position: absolute;
    z-index: 50000;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 0.3125em solid var(--loader-bg-color);
    border-top: 0.3125rem solid var(--loader-color);
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    100% {
        -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

/* Loader Style End */

.submitPopup .submitPopupPanel {
    display: inline-block;
    max-width: 350px;
    width: 95%;
    padding: 1.25em;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 950;
    margin-top: -58px;
}

.submitPopupPanel .legendBtn ul {
    padding: 0;
    margin-bottom: 0;
}

.submitPopupPanel .popupInfo {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
}

.modal-backdrop {
    background: -moz-radial-gradient(top, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-radial-gradient(top, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.85) 100%);
    background: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#d9000000', GradientType=1);
}

.modal-backdrop.show {
    opacity: 1;
}

/* =============== Bootstrap Override =============== */
select.form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212C5B;
    background-color: transparent;
    border: 0;
    border-bottom: none;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 5px 20px 5px 10px;
    background-image: url('../images/common-icon/icon-dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.form-control:focus {
    color: #212C5B;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-control:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.btn-primary {
    color: var(--btn-primary-text);
    background-color: var(--btn-primary-bg);
    border-color: var(--btn-primary-bg);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: var(--btn-primary-text);
    background-color: var(--btn-primary-hover-color);
    border-color: var(--btn-primary-hover-color);   
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: var(--btn-primary-text);
    background-color: var(--btn-primary-hover-color);
    border-color: var(--btn-primary-hover-color);
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.3);
}

.dropdown-menu.show li,
.dropdown.show a {
    background-color: var(--theme-primary-bg-color);
}

.modal-xl {
    max-width: 90%;
}

@media only screen and (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}

/* =============== Bootstrap Override End =============== */
/* =============== Layout Style =============== */
#headerContainer {
    display: none;
}

form[name="aspnetForm"] {
    display: block;
    min-height: 100%;
}

.wrapper {
    position: relative;
    display: block;
    min-height: 100vh;
}

@media only screen and (min-width: 1025px) {
    .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.wrapper .header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    height: 55px;
    pointer-events: none;
}

@media (min-width:1025px) {
    .wrapper .header-wrapper {
        position: static;
        height: auto;
        background-color: var(--main-sidebar-bg);
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        max-width: 55px;
    }
}

@media (min-width:1025px) {
    .wrapper .header-wrapper .siderbar-wrapper,
    .wrapper .header-wrapper .main-sidebar {
        height: 100%;
    }
}

.wrapper .content-wrapper {
    overflow: hidden;
}

@media (min-width:1025px) {
    .wrapper .content-wrapper {
        padding-bottom: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.content-header {
    background-color: var(--main-sidebar-bg);
    color: #212C5B;
    padding: 0 20px;
    border-bottom: none;
    width: 100%;
    height: 55px;
    /*background-color: var(--main-sidebar-bg);*/
}

@media only screen and (min-width: 1025px) {
    .content-header {
        display: none;
    }
}

.content-header .logo-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 100%;
    margin-right: 0;
}

.content-header .logo-wrap > .small-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

.userDashboard .content-header .logo-wrap {
    display: inline-block;
}

.content-header .back-button {
    display: inline-block;
    border: none;
    outline: 0;
    background-color: transparent;
    vertical-align: middle;
    width: 2em;
    margin-right: 1em;
    padding: 0;
    cursor: pointer;
}

.content-header .back-button svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.userDashboard .content-header .back-button {
    display: none;
}

@media (min-width:1025px) {
    .content-header .back-button-wrap {
        display: none;
    }
}

.content-header .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: none;
}

@media (min-width:1025px) {
    .content-header .breadcrumb {
        display: -ms-flexbox;
        display: flex;
    }
}

.content-header .breadcrumb .breadcrumb-item {
    font-size: 18px;
    line-height: normal;
    color: var(--primary-text-color);
}

.content-header ol.breadcrumb a {
    font-size: 1em;
    font-weight: 400;
    color: var(--primary-text-color);
    text-decoration: none;
}

.content-header .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #333;
    content: "/";
    font-weight: normal;
}
.content-header .breadcrumb-item.active {
    font-family: var(--font-family-primary-semibold);
    /*padding-top: 4px;*/
    font-weight: bold;
}
.content-wrapper .content-body {
    position: relative;
    min-height: calc(100vh - 55px);
}

@media only screen and (min-width: 1025px) {
    .content-wrapper .content-body {
        min-height: calc(100vh - 0px);
    }
}

@media only screen and (min-width: 1025px) {
    #main {
        padding: 0 15px;
    }

    .userDashboard .content-header .logo-wrap {
        display: none;
    }
   
}

.BookReaderWrapper {
    position: relative;
}

.BookReaderHolder {
    position: relative;
    background-color: #e9edf0;
    display: none;
}

.BookReaderHolder iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.MCQHolder.mcqInBookReader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
}

.MCQHolder iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.LRSContainer {
    margin-left: 0;
    padding: 0 15px 0 15px;
}

@media only screen and (min-width:768px) {
    .LRSContainer {
        margin-left: var(--lrs-sidebar-width);
        padding: 0 60px 0 60px;
    }
}

.LRSContainer .top-navigation {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-navigation .btn-library-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media only screen and (min-width: 768px) {
    .top-navigation .btn-library-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.btn-library-wrap .btn-go-library {
    font-family: var(--Primary-font-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #5877FF;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.btn-library-wrap .btn-go-library::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-right: 10px;
    background-image: url(../images/common-icon/icon-arrow-left-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#frmvideo {
    display: block;
}

.go-content-wrapper .btn-go-content {
    display: inline-block;
    font-family: var(--Primary-font-family);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.0625em;
    padding: 20px 40px;
    border-radius: 0;
    background-color: #5877FF;
    width: 100%;
    cursor: pointer;
}

/* Navigation toggle Button */
.header-wrapper .nav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 35px;
    height: 60px;
    pointer-events: all;
}

.main-sidebar .nav-toggle span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--body-bg-color);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.main-sidebar .nav-toggle span::before,
.main-sidebar .nav-toggle span::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-sidebar .nav-toggle span::before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.main-sidebar .nav-toggle span::after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.main-sidebar.open .nav-toggle span {
    background-color: #ddd;
}

@media only screen and (min-width: 1025px) {
    .header-wrapper .nav-toggle {
        display: none;
    }
}

/* Main Navigation */
.main-sidebar .main-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 55px;
    right: 0;
    bottom: auto;
    z-index: 1050;
    width: 100%;
    background-color: var(--main-sidebar-bg);
    pointer-events: all;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.main-sidebar.open .main-nav {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

@media only screen and (min-width: 1025px) {
    .main-sidebar .main-nav {
        position: static;
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        width: 55px;
        height: 100%;
        z-index: 1050;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        box-shadow: 1px 0 1px #EBEDF5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main-sidebar .main-nav.fixedNav {
        position: fixed;
    }

    .main-sidebar .main-nav.stretchNav {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-sidebar .main-nav.stretchNav > .main-nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width: 1025px) {
    .header-wrapper.main-sidebar-open .main-sidebar .main-nav {
        width: 224px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }
}

.main-sidebar .main-nav .main-nav-link {
    height: 48px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (min-width: 1025px) {
    .main-sidebar .main-nav .main-nav-link {
        position: relative;
        text-align: center;
    }

    .main-sidebar .main-nav.stretchNav .main-nav-link {
        height: 100%;
        padding: 0.5em;
    }
}

.main-sidebar .main-nav .nav-img {
    display: inline-block;
    width: 55px;
    height: 48px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.main-sidebar .main-nav .nav-title {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding: 0 25px 0 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (min-width: 1025px) {
    .main-sidebar .main-nav .nav-title {
        font-size: 0.875rem;
        padding: 0;
    }
}

.main-sidebar .main-nav .nav-title small {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    opacity: .5;
}

.main-sidebar .main-nav .main-nav-item.nav-logo .logo {
    max-height: 65%;
    max-width: 65%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.main-sidebar .main-nav .main-nav-item.nav-logo {
    display: none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (min-width: 1025px) {
    .main-sidebar .main-nav .main-nav-item.nav-logo {
        display: block !important;
    }
}

@media only screen and (min-width: 1025px) {
    .main-sidebar .main-nav .nav-logo-small {
        position: relative;
        width: 55px;
        height: 100%;
    }
}

.main-sidebar-collapse .main-nav .main-nav-item.nav-logo .nav-logo-small {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.main-sidebar-open .main-nav .main-nav-item.nav-logo .nav-logo-small {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .main-sidebar .main-nav .nav-logo-large {
        position: relative;
        display: inline-block;
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .main-sidebar .main-nav .main-nav-item.nav-logo .nav-logo-large .logo {
        margin: auto 0;
    }
}

@media only screen and (min-width: 1025px) {
    .main-sidebar .main-nav .main-nav-item.nav-logo .main-nav-link {
        height: 60px;
    }
}

@media only screen and (min-width: 1025px) {
    .header-wrapper.main-sidebar-collapse .nav-title {
        display: none;
    }
}

.main-sidebar .main-nav .main-nav-link.active {
    background-color: transparent;
}

.main-sidebar .main-nav .main-nav-link:hover {
    background-color: transparent;
}

.main-sidebar .main-nav .main-nav-link.active .nav-title {
    color: var(--main-sidebar-bg);
}

@media (min-width: 1025px) {

    .main-sidebar .main-nav .main-nav-item:last-of-type {
        margin-top: 0;
    }

    .main-sidebar .main-nav .main-nav-item:nth-last-of-type(2) {
        margin-top: auto;
    }

    .main-sidebar .main-nav .main-nav-link.active .nav-title::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 10px;
        background-image: url('../images/icons/icon-arrow-right.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.main-sidebar .main-nav-link #virtual-reality-icon .st0,
.main-sidebar .main-nav-link #onlineLectures_icon,
.main-sidebar .main-nav-link #level-slider .b,
.main-sidebar .main-nav-link #Logout_Icon .cls-1,
.main-sidebar .main-nav-link #account_icon .st0,
.main-sidebar .main-nav-link #progress_icon .st0,
.main-sidebar .main-nav-link #calender_icon .st0,
.main-sidebar .main-nav-link #course_icon .st0 {
    fill: var(--body-bg-color);
}

.main-sidebar .main-nav-link #virtual-reality-icon.active .st0,
.main-sidebar .main-nav-link.active #onlineLectures_icon,
.main-sidebar .main-nav-link.active #level-slider .b,
.main-sidebar .main-nav-link.active #account_icon .st0,
.main-sidebar .main-nav-link.active #progress_icon .st0,
.main-sidebar .main-nav-link.active #calender_icon .st0,
.main-sidebar .main-nav-link.active #course_icon .st0 {
    fill: var(--main-sidebar-bg);
}
/* End of Main Navigation */
/* =============== Layout Style End =============== */

/* =============== Login Page =============== */
    .login-Page {
        background-color: var(--login-form-bg-color);
    }

        .login-Page .mainlogin-container {
            max-width: 381px;
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .mainlogin-container .form-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-header {
        text-align: center;
        padding: 2.5em 0;
    }

    @media only screen and (min-width:767px) {
        .form-header {
            padding: 9.75em 0 1.875em;
        }
    }

    @media only screen and (min-width:1023px) {
        .form-header {
            padding: 5.125em 0 1.875em;
        }
    }

    .form-header .logo-wrap img {
        display: inline-block;
        max-width: 50%;
        height: auto;
        max-height: 80px;
    }

    .mainlogin-container .form-container .nav-tabs {
        border-bottom: 1px solid transparent;
        padding: 0 1.875rem;
    }

    .mainlogin-container .form-container .nav-item {
        position: relative;
    }

        .mainlogin-container .form-container .nav-item input[type='radio'] {
            position: absolute;
            left: 0;
            top: 0;
            visibility: hidden;
            z-index: 0;
        }

    .mainlogin-container form {
        padding: 1.875em 1.875em 1.125em;
        background-color: var(--theme-primary-bg-color);
    }

        .mainlogin-container form .form-group {
            margin-bottom: 1em;
        }

        .mainlogin-container form .form-control {
            font-size: 1em;
            border: 1px solid var(--border-color);
            border-radius: 0;
            height: 3.375em;
        }

    .mainlogin-container .instructorbtn {
        padding: 1.25em 0;
    }

    .logInbtn {
        display: inline-block;
        font-size: 1em;
        font-weight: 600;
        color: var(--btn-primary-text);
        text-align: center;
        padding: 0.875em 2em;
        border-radius: 1.3rem;
        background-color: var(--btn-primary-bg);
        width: 100%;
        background-image: url(../images/social/icon-next-submit.svg);
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 1em 1em;
    }

    .mainlogin-container a {
        font-size: 1em;
        color: var(--primary-text-color);
        text-decoration: underline;
    }

    .mainlogin-container .forgotPassword a {
        font-family: var(--font-family-primary-semibold);
    }

    .form-footer {
        margin: 3.125em 0;
    }

        .form-footer .social {
            padding: 0 1.875em;
        }

        .form-footer .assist {
            margin-top: 1em;
            margin-bottom: 1em;
        }

            .form-footer .assist a {
                font-size: 0.875em;
                padding: 0.5em 1em;
                color: var(--primary-text-color);
                text-decoration: underline;
            }

    .frogotpwd-modal .modal-body {
        padding: 1rem 1rem 1.625rem 1rem;
    }

    .frogotpwd-modal .form-group label {
        font-size: 1.125em;
        margin-bottom: 0;
    }

    .frogotpwd-modal .form-group .form-text {
        margin-bottom: 1rem;
    }

    @media only screen and (min-width:480px) {
        .login-Page {
            background-color: var(--body-bg-color);
        }

            .login-Page .mainlogin-container {
                display: block;
            }

        .mainlogin-container form {
            border: 1px solid var(--border-color);
            border-top-color: var(--theme-primary-bg-color);
        }

        .mainlogin-container .form-container .nav-tabs {
            border-bottom: 1px solid var(--border-color);
            padding: 0;
        }

        .mainlogin-container .form-container .nav-item:last-of-type,
        .mainlogin-container .form-container .nav-item:first-of-type {
            padding: 0;
        }

        .mainlogin-container .form-container .nav-item .nav-link {
            display: block;
            border-radius: 0;
        }

            .mainlogin-container .form-container .nav-item .nav-link.active {
                background-color: var(--theme-primary-bg-color);
                border-color: var(--border-color) var(--border-color) var(--theme-primary-bg-color);
            }

        .mainlogin-container .form-container .nav-item:not(:last-of-type) .nav-link {
            border-right: 0;
        }

        .mainlogin-container .form-container .nav-item:first-of-type .nav-link {
            border-top-left-radius: 5px;
        }

        .mainlogin-container .form-container .nav-item:last-of-type .nav-link {
            border-top-right-radius: 5px;
        }

        .mainlogin-container .instructorbtn {
            padding: 1.25em;
        }

        .form-footer .social {
            padding: 0;
        }
    }

    /* =============== Login Page Style End =============== */

    /* =============== Register Page Style =============== */
    .register-Page {
        font-family: 'Barlow', sans-serif !important;
        font-size: 16px;
        font-weight: 400;
        background-color: var(--login-bg-color);
    }

    @media only screen and (min-width:480px) {
        .register-Page {
            background-color: var(--login-bg-color);
        }
    }

    .register-Page .register-container {
        width: 90%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media only screen and (min-width:768px) {
        .register-Page .register-container {
            max-width: 620px;
        }
    }

    .register-container .form-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    @media only screen and (min-width:768px) {
        .register-container .form-container {
            padding-top: 0;
            padding-bottom: 0;
        }
    }

    /* Form header */
    .register-container .form-header {
        text-align: center;
        padding: 10px 0 50px 0;
    }

    .form-header .logo-wrap img {
        display: inline-block;
        max-width: 50%;
        height: auto;
        max-height: 50px;
    }
    /* Form conatiner */
    .register-container .form-container .form-body {
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        overflow: hidden;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .register-container .form-body .register-form-group {
        padding: 20px;
    }

    @media only screen and (min-width: 767px) {
        .register-container .form-body .register-form-group {
            padding: 36px 20px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    @media only screen and (min-width: 767px) {
        .register-container .registrationFormList {
            padding: 0 20px;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            max-width: 50%;
        }
    }

    .register-container .registrationFormList .form-group {
        margin-bottom: 25px;
    }

        .register-container .registrationFormList .form-group label {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.5;
            letter-spacing: 0.083em;
            color: #212C5B;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

            .register-container .registrationFormList .form-group label > span {
                color: #ED1C24;
            }

    .register-container .registrationFormList .form-control {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #212C5B;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #EBEDF5;
        border-radius: 0;
        height: auto;
        padding: 5px 0;
    }

        .register-container .registrationFormList .form-control:focus {
            outline: none;
            box-shadow: none;
        }

    .register-container .register-form-group .backTologin a {
        display: inline-block;
        font-family: 'Barlow', sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #5877FF;
        text-decoration: none;
        cursor: pointer;
    }

    .register-container .register-form-group .conditions-wrap {
        margin-bottom: 25px;
    }

        .register-container .register-form-group .conditions-wrap label {
            font-family: 'Barlow', sans-serif;
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 0;
            cursor: pointer;
        }

    @media only screen and (min-width: 767px) {
        .register-container .register-form-group .backTologin {
            padding-left: 20px;
            padding-right: 20px;
        }

        .register-container .register-form-group .conditions-wrap {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .register-box .buttons-set button {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        text-transform: uppercase;
        text-align: left;
        color: #fff;
        letter-spacing: 1px;
        background-color: #5877FF;
        padding: 18px 20px;
        border-radius: 0;
        border-color: #5877FF;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        background-image: url('../images/common-icon/icon-arrow-right-white.svg');
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 5px 9px;
    }

    @media only screen and (min-width: 767px) {
        .register-box .buttons-set button {
            padding: 18px 40px;
            background-position: right 40px center;
        }
    }



    /* =============== Register Page Style End =============== */

    /* =============== Set Password Page Style =============== */
    .set-password {
        background-color: var(--login-form-bg-color);
    }

        .set-password .set-password-container {
            max-width: 381px;
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .set-password-container .form-password {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-password h2 {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.083em;
        text-transform: uppercase;
        color: #5877FF;
        padding: 0;
        margin-bottom: 25px;
    }

    .form-password form {
        background-color: #fff;
    }

    .form-password .form-wrapper {
        padding: 35px 40px 5px 40px;
    }

        .form-password .form-wrapper label {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.5;
            letter-spacing: 0.083em;
            color: #212C5B;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .form-password .form-wrapper .form-control {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: #212C5B;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #EBEDF5;
            border-radius: 0;
            height: auto;
            padding: 5px 0;
        }

    .form-password form .form-group {
        margin-bottom: 25px;
    }

    .form-password form .form-control {
        font-size: 1em;
        border: 1px solid var(--border-color);
        border-radius: 0;
        height: 3.375em;
    }


    .frogotpwd-modal .modal-body {
        padding: 1rem 1rem 1.625rem 1rem;
    }

    .frogotpwd-modal .form-group label {
        font-size: 1.125em;
        margin-bottom: 0;
    }

    .frogotpwd-modal .form-group .form-text {
        margin-bottom: 1rem;
    }

    @media only screen and (min-width:480px) {
        .set-password .set-password-container {
            display: block;
        }
    }




    /* =============== Set Password Page Style End =============== */

    /* =============== Dashboard =============== */
    .square-box {
        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;
    }

        .square-box::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            white-space: normal;
            padding-top: 80%;
        }

        .square-box .square-center-box {
            max-width: 90%;
            text-align: center;
        }

    .userDashbord-wrapper .square-box {
        margin-bottom: 1.875em;
        color: #ffffff;
    }

    .userDashbord-wrapper {
        padding-top: 1rem;
    }

        .userDashbord-wrapper .dashboard-alisa {
            display: block;
            font-size: 1.125em;
            line-height: 1.6;
            padding: 0 0.6em;
            color: #ffffff;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    @media only screen and (min-width:767px) {
        .userDashbord-wrapper .dashboard-alisa {
            font-size: 0.875em;
        }
    }

    @media only screen and (min-width:1024px) {
        .userDashbord-wrapper .dashboard-alisa {
            font-size: 1.125em;
        }
    }

    .userDashbord-wrapper .icon {
        width: 3em;
        height: 3em;
        margin-bottom: 0.5em;
    }

    @media only screen and (min-width:767px) {
        .userDashbord-wrapper .icon {
            width: 2em;
            height: 2em;
        }
    }

    @media only screen and (min-width:1024px) {
        .userDashbord-wrapper .icon {
            width: 3.5em;
            height: 3.5em;
        }
    }

    .userDashbord-wrapper .icon-courses {
        background-image: url(../images/dashboard-icons/icon-course.svg);
    }

    .userDashbord-wrapper .icon-calendar {
        background-image: url(../images/dashboard-icons/icon-calendar.svg);
    }

    .userDashbord-wrapper .icon-progress {
        background-image: url(../images/dashboard-icons/icon-progress.svg);
    }

    .userDashbord-wrapper .icon-account {
        background-image: url(../images/dashboard-icons/icon-account.svg);
    }

    .userDashbord-wrapper .icon-online-lecture {
        background-image: url(../images/dashboard-icons/icon-lectures.svg);
    }

    .userDashbord-wrapper .icon-report {
        background-image: url(../images/dashboard-icons/report.png);
        background-size: contain;
    }

    @media only screen and (min-width:767px) {
        .userDashbord-wrapper {
            padding-top: 0;
        }
    }

    #divArticulate {
        position: relative;
        display: block;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

        #divArticulate #generalFrame {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }


/* =============== Dashboard style End =============== */
/* =============== Courses =============== */

    #spancoursename {
        display: inline-block;
        font-size: 1.5em;
        font-weight: 600;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       color:#fff;
    }

    @media only screen and (min-width:1025px) {
        #spancoursename {
            font-size: 1.875em;
            line-height: 1;
            display: none;
        }
    }

.course-section-title {
    /*width: 100%;
        margin-bottom: 20px;*/
    width: 80%;
    margin-bottom: 20px;
    margin-top: -34px;
}

        .course-section-title h2 {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            color: #212C5B;
            text-transform: uppercase;
            letter-spacing: 0.0625em;
        }

    .coursewrap-con {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
    }

    @media only screen and (min-width:767px) {
        .coursewrap-con {
            margin-top: 0;
        }
    }

    .coursewrap-con .courseconwrap {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 2.5rem;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .courseconwrap .courseContent {
        border: 1px solid var(--border-color);
        cursor: pointer;
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }

    .courseconwrap .mc-top-proimages {
        position: relative;
        display: inline-block;
        /* border: 3px solid var(--border-color); */
        -webkit-box-shadow: inset 0 0 0 3px var(--border-color);
        -moz-box-shadow: inset 0 0 0 3px var(--border-color);
        box-shadow: inset 0 0 0 3px var(--border-color);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        width: 6.25rem;
        height: 6.25rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .courseconwrap .mc-top-proimages img {
            display: inline-block;
            min-width: 100%;
            max-height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
            -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
            transform: translateX(-50%) translateY(-50%) scale(1.2);
        }

    .courseconwrap .coursename-wrap {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        padding-top: 0.5em;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .courseconwrap:hover .coursename-wrap {
        font-weight: 600;
    }

    @media only screen and (min-width:767px) {
        .coursewrap-con .courseconwrap {
            margin-bottom: 1.875rem;
            -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
            max-width: 33.3333%;
        }
    }

    @media only screen and (min-width:1024px) {
        .coursewrap-con .courseconwrap {
            margin-bottom: 2.5rem;
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            max-width: 25%;
        }

        .courseconwrap .coursename-wrap {
            font-size: 1.25rem;
        }
    }

    .courseContent .ccProgressBarWrap .progress {
        background-color: var(--theme-primary-bg-color);
        height: 7px;
    }

    .courseContent .progress .progress-bar {
        background-color: var(--theme-primary-color);
    }

    .courseContent .courseComPersent {
        font-size: 8px;
        padding-left: 5px;
    }

    @media only screen and (min-width:768px) {
        .courseContent .courseComPersent {
            font-size: 10px;
            padding-left: 10px;
        }
    }

    /* Selected Courses */
    .corseInfoWrapper {
        padding: 0 0 2em 0;
    }

        .corseInfoWrapper p {
            font-size: 1.125rem;
            line-height: 1.666667;
        }

        .corseInfoWrapper > p:empty {
            display: none;
        }

    #maindiv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    }

    .dashboard-container .mysucesspack-dashboard {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 2.5em;
    }

        .dashboard-container .mysucesspack-dashboard > a {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border: 1px solid var(--border-color);
            color: var(--primary-text-color);
        }

        .dashboard-container .mysucesspack-dashboard .dropdown-menu {
            border-radius: 0;
            width: calc(100% - 30px);
        }

            .dashboard-container .mysucesspack-dashboard .dropdown-menu li a {
                position: relative;
                display: block;
                color: var(--primary-text-color);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding: 1em 1em 1em 6.625em;
                border: none;
                cursor: pointer;
            }

    .mysucesspack-dashboard .dropdown-menu li a::before {
        content: '';
        display: inline-block;
        width: 5.625em;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .mysucesspack-dashboard .dropdown-menu li a::after {
        content: '';
        display: inline-block;
        height: 1px;
        background-color: var(--border-color);
        position: absolute;
        top: auto;
        left: 25%;
        right: 0;
        bottom: 0;
    }

    .mysucesspack-dashboard .dropdown-menu li:last-of-type a::after,
    .mysucesspack-dashboard .dropdown-menu li:only-child a::after {
        display: none;
    }

    .dashboard-container .mysucesspack-dashboard .dropdown-menu li a:active,
    .dashboard-container .mysucesspack-dashboard .dropdown-menu li a:hover {
        background-color: #f8f9fa;
    }

    .dashboard-container .mysucesspack-dashboard .dropdown-menu li:last-of-type a {
        border-color: transparent;
    }

    .dashboard-container .mysucesspack-dashboard .dropdown-menu li a > span {
        display: block;
        font-weight: normal;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dashboard-container .mysucesspack-dashboard .mysucesspack-dashboard-icon {
        position: relative;
        display: block;
        -ms-flex-preferred-size: 5.625em;
        flex-basis: 5.625em;
        max-width: 5.625em;
    }

        .dashboard-container .mysucesspack-dashboard .mysucesspack-dashboard-icon::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
        }

    .dashboard-container .mysucesspack-dashboard .mysucesspack-dashboard-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        position: relative;
        cursor: pointer;
        width: 100%;
        height: 100%;
        padding: 2em 2em 2em 1em;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        transition: color 0.3s;
    }

        .dashboard-container .mysucesspack-dashboard .mysucesspack-dashboard-text::after {
            content: '';
            display: block;
            position: absolute;
            left: auto;
            top: 50%;
            right: 1em;
            width: 0.875em;
            height: 1.375em;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
            -webkit-transition: -webkit-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            transition: transform 0.3s ease;
            background-image: url(../images/common-icon/icon-previous.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

    .dashboard-container .mysucesspack-dashboard.dropdown.show .mysucesspack-dashboard-text::after {
        -webkit-transform: translateY(-50%) rotate(270deg);
        -moz-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg);
    }

    .scheduldtestulwrap.mysucesspack-dashboard .mysucesspack-dashboard-icon::before {
        background-image: url(../images/common-icon/icon-mocktest.svg);
    }

    .scheduldtestulwrap.mysucesspack-dashboard .dropdown-menu li.scheduled-mocktest a::before {
        background-image: url(../images/common-icon/icon-mock-test.svg);
    }

    .overallperformance.mysucesspack-dashboard .mysucesspack-dashboard-icon::before {
        background-image: url(../images/common-icon/icon-overall_performance.svg);
    }

    .myhistory.mysucesspack-dashboard .mysucesspack-dashboard-icon::before {
        background-image: url(../images/common-icon/icon-my_test_history.svg);
    }

    .download.mysucesspack-dashboard .mysucesspack-dashboard-icon::before {
        background-image: url(../images/common-icon/icon-downloadable_assets.svg);
    }

    .download.mysucesspack-dashboard .dropdown-menu li.download-item a::before {
        background-image: url(../images/common-icon/icon-download.svg);
    }

    .curriwrap.mysucesspack-dashboard .mysucesspack-dashboard-icon::before {
        background-image: url(../images/common-icon/icon-eLearning.svg);
    }

    .curriwrap.mysucesspack-dashboard .dropdown-menu li.curriculum-allass a::before {
        background-image: url(../images/common-icon/icon-full_enhabced_ebook.svg);
    }

    .curriwrap.mysucesspack-dashboard .dropdown-menu li.curriculum-mp4videos a::before {
        background-image: url(../images/common-icon/icon-focus_reference_video.svg);
    }

    .curriwrap.mysucesspack-dashboard .dropdown-menu li.curriculum-animation a::before {
        background-image: url(../images/common-icon/icon-animation-gray.svg);
    }

    .curriwrap.mysucesspack-dashboard .dropdown-menu li.curriculum-inlinepdf a::before {
        background-image: url(../images/common-icon/icon-pdf-dropdown.svg);
    }

    .curriwrap.mysucesspack-dashboard .dropdown-menu li.curriculum-whiteboardrecording a::before {
        background-image: url(../images/common-icon/icon-white_board_lectures.svg);
    }

    .scheduldtestulwrap.mysucesspack-dashboard .dropdown-menu li.scheduled-mocktest .marks-labels {
        font-size: 0.75em;
        display: inline-block;
    }

    .scheduldtestulwrap.mysucesspack-dashboard .dropdown-menu li.scheduled-mocktest .scored-labels {
        font-size: 0.75em;
        display: inline-block;
        margin-left: 0.5em;
    }

    @media only screen and (min-width:480px) {
        .dashboard-container .mysucesspack-dashboard {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            max-width: 50%;
        }
    }

    @media only screen and (min-width:769px) {
        .dashboard-container .mysucesspack-dashboard {
            -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
            max-width: 33.3333%;
        }
    }

    /* =============== Courses Style End =============== */
    /* =============== Progress Style =============== */
    .icon-text {
        position: relative;
        padding-left: 2em;
    }

        .icon-text::before {
            content: '';
            width: 1.5em;
            height: 1.5em;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    #progressTabContent {
        border: 1px solid transparent;
        border-color: transparent var(--border-color) var(--border-color) var(--border-color);
        padding: 15px;
    }

    #Level1-accordion .card-header .btn {
        padding: 0;
    }

    #Level1-accordion .card-header h5 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #Level1-accordion .card-header label {
        font-size: 1rem;
    }

    #score .iconActivity {
        width: auto;
        height: auto;
    }


@media only screen and (max-width: 750px) {
    .list {
        display: none !important;
    }

    a#anchTileView {
        display: none;
    }

    .course-section-title {
        margin-top: 0 !important;
    }
}



    @media only screen and (max-width: 480px) {
        #score .iconActivity {
            padding: 0;
            background: none;
        }
    }

    /* =============== Progress Style End =============== */

    /* =============== My Profile Style =============== */

    .main-profile-form-wrap {
        width: 100%;
        max-width: 350px;
        margin-bottom: 1rem;
        background-color: #ffffff;
        box-shadow: 0px 3px 16px rgba(0, 0, 0, .16);
    }

        .main-profile-form-wrap .pro-userlabel {
            font-family: var(--font-family-primary-semibold);
            font-size: 14px;
            padding: 10px 30px;
            background-color: #F3F7FC;
        }

        .main-profile-form-wrap .form-horizontal {
            padding: 10px 15px;
        }

            .main-profile-form-wrap .form-horizontal label {
                font-size: 14px;
            }

            .main-profile-form-wrap .form-horizontal .change-image .user-image-wrap {
                display: block;
                position: relative;
                width: 150px;
                height: 166px;
                margin-bottom: 1rem;
            }

                .main-profile-form-wrap .form-horizontal .change-image .user-image-wrap .user-image {
                    max-height: 100%;
                    max-width: 100%;
                    width: auto;
                    height: auto;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                }

            .main-profile-form-wrap .form-horizontal .change-image .btn {
                position: relative;
                display: inline-block;
            }

            .main-profile-form-wrap .form-horizontal .change-image input[type="file"] {
                position: absolute;
                width: 0;
                height: 0;
                visibility: hidden;
            }

    .support-files {
        display: inline-block;
        font-size: 12px;
        vertical-align: baseline;
    }

    .main-profile-form-wrap .buttons-set {
        padding: 4px 30px 15px;
    }

    .view-password-wrap {
        position: relative;
    }

        .view-password-wrap input[type="password"] {
            padding-right: calc(2.25rem + 2px);
        }

        .view-password-wrap .view-password {
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            z-index: 1;
            width: calc(2.25rem + 2px);
            cursor: pointer;
            background-image: url("../images/common-icon/icon-pwdView.svg");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 70% 70%;
        }

            .view-password-wrap .view-password.view {
                background-image: url("../images/common-icon/icon-pwdHide.svg");
            }
    /* =============== My Profile Style End =============== */

    /* =============== Overall-Performance Style =============== */

    .usagesdataTable-container {
        border: 1px solid #DDDDDD;
        margin-top: 10px;
        margin-bottom: 30px;
        border-top: 0;
    }

        .usagesdataTable-container .table {
            margin-bottom: 0;
        }

            .usagesdataTable-container .table thead th {
                font-family: var(--font-family-primary-semibold);
                font-size: 1em;
                border-bottom: 0;
            }

            .usagesdataTable-container .table tbody td {
                font-size: 0.875em;
            }

    .chart-legend li span.pie-legend-icon {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

    .divPercent .rank {
        text-align: center;
        margin: 20px;
    }

        .divPercent .rank .rankTitle {
            display: block;
            font-family: var(--font-family-primary-semibold);
            font-size: 1.125em;
            /*text-transform: uppercase;*/
        }

        .divPercent .rank .rankNum {
            display: block;
            font-family: var(--font-family-primary-semibold);
            margin: 0;
        }
    /* =============== Overall-Performance Style End =============== */

    /* side panel Style */
.bookreader-sidebar {
   position: absolute;
    left: 0;
    top: 0;
    min-height: 98%;
    width: 90%;
    /*border-right: 1px solid #F2F3F7;*/
    /*background-color: #fff;*/
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s ease, width .3s ease;
    -moz-transition: -moz-transform .3s ease, width .3s ease;
    transition: transform .3s ease, width .3s ease;
}

    @media only screen and (min-width:767px) {
        .bookreader-sidebar {
            width: var(--lrs-sidebar-width);
        }
    }

    .bookreader-sidebar .sidebar-trigger {
        display: block;
        width: 30px;
        height: 17px;
        position: absolute;
        top: 10px;
        right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        cursor: pointer;
    }

        .bookreader-sidebar .sidebar-trigger > span {
            display: inline-block;
            width: 30px;
            height: 17px;
            background-color: transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
        }

        .bookreader-sidebar .sidebar-trigger span em {
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 3px;
            background-color: rgb(255, 255, 255);
            opacity: 1;
            transform-origin: center center;
            will-change: transform, opacity, left, top, background;
            -webkit-transition: background .2s .25s, top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
            -moz-transition: background .2s .25s, top .2s .25s, left .2s .25s, opacity .2s .32s, -moz-transform .3s 0s;
            transition: background .2s .25s, top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
        }

            .bookreader-sidebar .sidebar-trigger span em:first-of-type {
                top: 0;
            }

            .bookreader-sidebar .sidebar-trigger span em:last-of-type {
                top: 100%;
            }

    @media only screen and (min-width: 769px) {
        .bookreader-sidebar .sidebar-trigger {
            display: none;
        }
    }

    .bookreader-sidebar-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -moz-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
        pointer-events: all;
        z-index: 1;
    }

    @media only screen and (min-width: 767px) {
        .bookreader-sidebar-overlay {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .base-container.sidebar-collapse .bookreader-sidebar {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .sidebar-collapse .bookreader-sidebar {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .sidebar-collapse .bookreader-sidebar-overlay {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .sidebar-collapse .bookreader-sidebar .sidebar-trigger em {
        background-color: rgb(51, 51, 51);
    }

    @media only screen and (min-width: 767px) {
        .base-container.sidebar-collapse .bookreader-sidebar {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    /* side panel Style End */

    /* =============== side panel Tabs Style =============== */
    .tab-container {
        min-height: 100%;
    }

        .tab-container .tab-nav-wrapper {
            position: relative;
            /*height: 34px;*/
            overflow: hidden;
            padding: 0 20px;
        }

    @media only screen and (min-width: 767px) {
        .tab-container .tab-nav-wrapper {
            padding: 0 40px;
        }
    }

    .tab-nav-wrapper .arrow {
        display: block;
        width: 20px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

        .tab-nav-wrapper .arrow.left-arrow {
            left: 0;
            background-image: url(../images/common-icon/icon-left-arrow.svg);
        }

        .tab-nav-wrapper .arrow.right-arrow {
            right: 0;
            background-image: url(../images/common-icon/icon-right-arrow.svg);
        }

    .tab-nav-wrapper .tab-nav {
        list-style-type: none;
        margin: 0;
        overflow-y: hidden;
        overflow-x: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }

        .tab-nav-wrapper .tab-nav::-webkit-scrollbar {
            display: none;
        }

        .tab-nav-wrapper .tab-nav .tab-items {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            margin-right: 20px;
            margin-top: 10px;
            margin-bottom: 5px;
        }

    @media only screen and (min-width:767px) {
        .tab-nav-wrapper .tab-nav .tab-items {
            margin-right: 40px;
            margin-top: 20px;
            margin-bottom: 15px;
        }
    }

    .tab-nav-wrapper .tab-nav .tab-items .tab-link:hover,
    .tab-nav-wrapper .tab-nav .tab-items .tab-link {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        color: #212C5B;
        text-transform: uppercase;
        text-decoration: none;
        padding-bottom: 5px;
    }

    .tab-nav .tab-items .tab-link.tab-active:hover,
    .tab-nav .tab-items .tab-link.tab-active {
        color: #5877FF;
        -webkit-box-shadow: inset 0px -2px 0px 0px #5877FF;
        -moz-box-shadow: inset 0px -2px 0px 0px #5877FF;
        box-shadow: inset 0px -2px 0px 0px #5877FF;
    }

    .tab-nav-wrapper .tab-link .badge {
        display: inline-block;
        padding: 0px;
        font-size: 10px;
        font-weight: 300;
        line-height: normal;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border-radius: 50%;
        background-color: #00A3DA;
        margin-top: -5px;
        min-width: 24px;
        line-height: 23px;
        font-size: 0;
        background-color: #FF5858;
        width: 4px;
        height: 4px;
        min-width: auto;
        margin-top: -3px;
    }

        .tab-nav-wrapper .tab-link .badge:empty {
            display: none;
        }

    .tab-container .tab-content-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc( 100vh - 36px);
    }

    .tab-content-wrapper .tab-content {
        min-height: 100%;
        display: none;
    }

        .tab-content-wrapper .tab-content.show {
            display: block;
        }

    .tab-content .courseTitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2537;
        color: #212C5B;
        padding: 15px 20px;
    }

    @media only screen and (min-width:767px) {
        .tab-content .courseTitle {
            font-size: 28px;
            line-height: 36px;
            padding: 15px 40px;
        }
    }
    /* =============== End of side panel Tabs Style =============== */

    /* =============== Overview Style =============== */
    .overview-wrapper {
        padding: 15px 40px;
    }

        .overview-wrapper .overview-title {
            font-size: 14px;
            font-weight: bold;
            line-height: 17px;
            color: #333;
            margin-bottom: 10px;
        }

        .overview-wrapper .overview-content {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            color: #333;
        }
    /* =============== End of overview Style =============== */
    /* =============== content Style =============== */
    .tab-course-content-wrap {
        padding: 15px 40px;
    }

        .tab-course-content-wrap .tab-course-content-title {
            font-size: 14px;
            font-weight: bold;
            line-height: 17px;
            color: #333;
            margin-bottom: 10px;
        }
    /* =============== End of content Style =============== */
    /* =============== Q & A Style =============== */
    .ask-question {
        padding: 5px 10px;
        background-color: var(--body-bg-color);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .ask-question:first-of-type {
            padding-top: 10px;
        }

        .ask-question .user-img-wrap {
            flex-basis: 32px;
            max-width: 32px;
            margin-right: 5px;
        }

            .ask-question .user-img-wrap .user-img {
                display: inline-block;
                position: relative;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                background-color: #BBC9D7;
                background-size: cover;
            }

    .question-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 5px;
    }

        .comment-body textarea,
        .question-wrap textarea {
            display: block;
            width: 100%;
            height: 50px;
            font-size: 14px;
            border: 1px solid #EBEDED;
            border-radius: 3px;
            padding: 5px;
            background-color: #fff;
            resize: none;
            margin-bottom: 5px;
        }

    .ask-question .question-wrap {
        padding-bottom: 0;
    }

    .comment-wrap {
        background-color: #fff;
    }

    .tab-content > div > .comment-wrap.ng-scope {
        border-top: 1px solid #EBEDF5;
        background-color: #F2F3F7;
    }

        .tab-content > div > .comment-wrap.ng-scope > .comment-body .show-more {
            background-color: #F2F3F7;
        }

            .tab-content > div > .comment-wrap.ng-scope > .comment-body .show-more::before {
                background: rgba(242,243,247,0);
                background: -moz-linear-gradient(left, rgba(242,243,247,0) 0%, rgba(242,243,247,1) 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,243,247,0)), color-stop(100%, rgba(242,243,247,1)));
                background: -webkit-linear-gradient(left, rgba(242,243,247,0) 0%, rgba(242,243,247,1) 100%);
                background: -o-linear-gradient(left, rgba(242,243,247,0) 0%, rgba(242,243,247,1) 100%);
                background: -ms-linear-gradient(left, rgba(242,243,247,0) 0%, rgba(242,243,247,1) 100%);
                background: linear-gradient(to right, rgba(242,243,247,0) 0%, rgba(242,243,247,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f7', endColorstr='#f2f3f7', GradientType=1 );
            }

    .comment-wrap .comment-header {
        padding: 5px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .comment-wrap .comment-header .user-img {
            display: inline-block;
            position: relative;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #BBC9D7;
            margin-right: 6px;
            vertical-align: middle;
            max-width: 32px;
            background-size: cover;
        }

        .comment-wrap .comment-header .user-name {
            font-size: 14px;
            font-weight: 700;
            color: #212C5B;
            line-height: 32px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .comment-wrap .comment-header .user-name small {
                font-size: 14px;
                font-weight: 300;
                color: #333;
                line-height: 32px;
            }

    .comment-wrap .comment-body {
        padding: 0 10px 0 46px;
    }

    .comment-wrap .comment-wrap {
        padding-left: 45px;
        background-color: var(--body-bg-color);
    }

        .comment-wrap .comment-wrap .comment-header {
            padding: 5px 5px 5px 0;
        }

        .comment-wrap .comment-wrap .comment-body {
            padding-left: 0;
        }

    .comment-wrap .comment-body .comment-content {
        position: relative;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .comment-wrap .comment-body .comment-content p {
            font-size: 14px;
            color: #212C5B;
            line-height: 17px;
            margin-bottom: 0;
        }

    .comment-wrap .comment-body .show-more {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        max-height: 17px;
    }

        .comment-wrap .comment-body .show-more::before {
            content: '';
            width: 15px;
            height: 100%;
            position: absolute;
            left: -15px;
            top: 0;
            background: rgba(255,255,255,1);
            background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .comment-wrap .comment-body .show-more a {
            display: block;
            font-size: 14px;
            color: #BBC9D7;
        }

    .comment-wrap .comment-action {
        margin: 10px 0 0 0;
        padding-bottom: 5px;
    }

        .comment-wrap .comment-action .comment-replay {
            font-size: 12px;
            line-height: 14px;
            color: #BBC9D7;
        }

        .comment-wrap .comment-action .got-answers {
            font-size: 12px;
            line-height: 14px;
            color: #333;
        }

    .comment-wrap .comment-footer .ask-question {
        padding: 10px;
    }
    /* =============== End of Q & A Style =============== */

    /* =============== Exercise Files Style =============== */

    .exercise-files-wrapper {
        margin: 0;
        padding: 0 30px;
        list-style-type: none;
    }

        .exercise-files-wrapper > li {
            position: relative;
            font-size: 14px;
            color: #212C5B;
            padding: 15px;
            border-bottom: 1px solid #EBEDF5;
        }

            .exercise-files-wrapper > li .exercise-files-name {
                display: block;
                padding-right: 40px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .exercise-files-wrapper > li .icon-exerciseFilesDownload {
                position: absolute;
                right: 10px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 35px;
                height: 35px;
                background-image: url('../images/common-icon/icon-exerciseFilesDownload.svg');
                background-repeat: no-repeat;
                background-position: center center;
            }

    /* =============== Exercise Files Style End =============== */

    /* =============== Course dashboard Style =============== */
    .courseDashboard-wrap .courseDashboard-title {
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.083em;
        color: #212C5B;
        text-transform: uppercase;
    }

    .courseDashboard-wrap select {
        padding: 5px;
        cursor: pointer;
    }

    .selectTest-btn-wrap {
        margin: 15px 0;
    }

        .selectTest-btn-wrap .btn {
            display: inline-block;
            font-family: var(--Primary-font-family);
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            text-align: left;
            text-transform: uppercase;
            letter-spacing: 0.0625em;
            padding: 5px 15px;
            border-radius: 0;
            background-color: #5877FF;
            width: auto;
            cursor: pointer;
        }
    /* =============== End of Course dashboard Style =============== */

    /* =============== Other type wrapper Style =============== */

    .course-content-container {
        position: relative;
        margin-left: 0;
        padding: 0 30px 0 30px;
        background-color: #F2F3F7;
        -webkit-transition: -webkit-transform .3s ease, width .3s ease, margin .3s ease;
        -moz-transition: -moz-transform .3s ease, width .3s ease, margin .3s ease;
        transition: transform .3s ease, width .3s ease, margin .3s ease;
    }

    @media only screen and (min-width: 767px) {
        .course-content-container {
            margin-left: var(--lrs-sidebar-width);
            padding: 0 60px 0 60px;
            min-height: calc(100vh - 90px);
        }
    }

    .course-content-container .top-navigation {
        position: relative;
        padding: 0;
        overflow: hidden;
        background-color: #F2F3F7;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    @media only screen and (min-width: 767px) {
        .course-content-container .top-navigation {
            height: 70px;
        }
    }

    #dashboardTabs {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        background-color: #F2F3F7;
    }

        #dashboardTabs ul {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            #dashboardTabs ul > li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                #dashboardTabs ul > li > a {
                    position: relative;
                    font-size: 12px;
                    font-weight: 700;
                    line-height: 1.5;
                    color: #212C5B;
                    text-transform: uppercase;
                    letter-spacing: 0.085em;
                    cursor: pointer;
                    margin: 0 20px;
                    padding: 6px 0;
                }

                #dashboardTabs ul > li:first-of-type > a {
                    margin-left: 40px;
                }

                #dashboardTabs ul > li > a:hover {
                    text-decoration: none;
                }

                #dashboardTabs ul > li > a.active {
                    color: #5877FF;
                    box-shadow: inset 0 -2px 0 #5877FF;
                }

    /* =============== End of Other type wrapper Style =============== */

    /* =============== Assessment Style =============== */
    .testHistory-wrapper {
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 60px;
    }

    @media only screen and (min-width:768px) {
        .testHistory-wrapper {
            padding: 45px;
            background-color: #fff;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
    }

    .testHistory-wrapper .test-title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        color: #212C5B;
        text-transform: uppercase;
        letter-spacing: 0.0556em;
    }

    @media only screen (min-width: 768px) {
        .table-offset {
            margin-left: -10px;
            margin-right: -10px;
        }

            .table-offset table.table-testHistory {
                margin-left: auto;
                margin-right: auto;
            }
    }




    .table-offset {
        margin-left: -10px;
        margin-right: -10px;
    }

        .table-offset table.table-testHistory {
            margin-left: auto;
            margin-right: auto;
        }

    table.table-testHistory {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        margin-left: -10px;
        margin-right: -10px;
    }

        table.table-testHistory thead tr th {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.5;
            color: #212C5B;
            text-transform: uppercase;
            letter-spacing: 0.085em;
            text-align: left;
            background-color: #fff;
            border: 0;
            border-bottom: 1px solid #EBEDF5;
            padding: 18px 15px;
        }

        table.table-testHistory tr td {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: #212C5B;
            background-color: #fff;
            border: 0;
            padding: 10px 15px;
            vertical-align: middle;
        }

        table.table-testHistory tbody tr:first-of-type td {
            padding-top: 20px;
            position: relative;
        }

        table.table-testHistory tbody tr:last-of-type td {
            padding-bottom: 0;
        }

        table.table-testHistory tr td.test-name {
            max-width: 200px;
        }

        table.table-testHistory tr td.percentage {
            width: 100px;
        }

        table.table-testHistory tr td.date {
            width: 110px;
        }

        table.table-testHistory tr td.status {
            width: 130px;
        }

        table.table-testHistory tr td.attempt {
            width: 110px;
        }

        table.table-testHistory tr td.scoring-methodology {
            width: 200px;
        }

        table.table-testHistory td.datarowfirst {
            width: 55%;
        }

            table.table-testHistory td.datarowfirst span {
                display: inline-block;
                vertical-align: middle;
            }

        table.table-testHistory tr td .text-name-wrap {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            font-weight: 700;
            color: #212C5B;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
        }

        table.table-testHistory tr td .disabled {
            opacity: 0.5;
            cursor: not-allowed;
            pointer-events: none;
        }

        table.table-testHistory tr td:first-of-type .test-status-bullet {
            display: inline-block;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            border-radius: 100%;
            margin: 0 7px 0 -15px;
        }

        table.table-testHistory .text-name-wrap .test-status-bullet {
            display: inline-block;
            position: absolute;
            left: -15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        table.table-testHistory td .availabeOn {
            display: inline-block;
            color: #5877FF;
            cursor: pointer;
        }

        table.table-testHistory tr td .test-name {
            font-size: 16px;
            font-weight: 700;
            color: #212C5B;
            cursor: pointer;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .completehistorytest {
        display: inline-block;
        height: 0.5em;
        width: 0.5em;
        border-radius: 50%;
        background-color: #71E183;
    }

    .incompletehistorytest {
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 100%;
        background-color: #FF5858;
    }

    .retryspan {
        position: relative;
        display: inline-block;
        font-size: 16px;
        padding-left: 20px;
        margin-left: 10px;
        cursor: pointer;
        color: #777;
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-image: url('../images/common-icon/icon-retry.svg');
    }

    /* =============== End of Assessment Style =============== */

    /* =============== Performance Style =============== */
    .test-select-wrap {
        margin: 20px 0 15px;
    }

        .test-select-wrap .form-inline .form-control {
            max-width: 200px;
        }


    .overallperformance-graph {
        margin-left: -45px;
        margin-right: -45px;
        margin-bottom: 15px;
    }

    table.detatable th {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        color: #212C5B;
        text-transform: uppercase;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #EBEDF5;
        padding: 18px 10px;
    }

    table.detatable td {
        font-size: 16px;
        line-height: 1.5;
        background-color: #fff;
        border: 0;
        padding: 18px 10px;
    }

    table.detatable tr td .test-name {
        font-size: 16px;
        font-weight: 700;
        color: #212C5B;
        cursor: pointer;
    }

    table.detatable tr th.align-right,
    table.detatable tr td.align-right {
        text-align: right;
    }

    table.detatable tr th.fix-width,
    table.detatable tr td.fix-width {
        width: 110px;
    }

    .btn-round.btn-xs {
        width: 8px;
        height: 12px;
        border-radius: 50%;
        cursor: default;
        padding: 1px 5px;
    }

    .btn-strong {
        background-color: #A1D00B;
    }

    .btn-average {
        background-color: #D4DCF3;
    }

    .btn-weak {
        background-color: #FF5A54;
    }

    .sorttable-btm,
    .sorttable-tp {
        display: block;
        width: 14px;
        height: 20px;
        cursor: pointer;
    }

    .sorttable-btm {
        background: url(../images/bottom-sort.png) no-repeat 0 4px;
    }

    .sorttable-tp {
        background: url(../images/top-sort.png) no-repeat 0 4px;
    }

    .attempt-table-wrap {
        margin-top: 22px;
    }
    /* =============== End of Performance Style =============== */
    /* =============== Assignment Style =============== */
    .student-assiment-wrapper {
        padding: 45px;
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

        .student-assiment-wrapper .student-assiment-title {
            margin: 0;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.5;
            color: #212C5B;
            text-transform: uppercase;
            letter-spacing: 0.0556em;
            margin-bottom: 30px;
        }

        .student-assiment-wrapper .student-assiment-alert {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.5;
            text-transform: uppercase;
            margin-left: -45px;
            margin-right: -45px;
            margin-bottom: 40px;
            margin-top: 30px;
            padding: 20px 45px;
            border-radius: 0;
            color: #1D2858;
            background-color: #B2C0FF;
            border-color: #B2C0FF;
        }

        .student-assiment-wrapper .student-assiment-label {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.5;
            color: #212C5B;
            text-transform: uppercase;
            letter-spacing: 0.085em;
        }

        .student-assiment-wrapper .student-assiment-uploadFile {
            position: relative;
        }

            .student-assiment-wrapper .student-assiment-uploadFile input[type="file"] {
                position: absolute;
                left: 0;
                top: 0;
                visibility: hidden;
                opacity: 0;
            }

                .student-assiment-wrapper .student-assiment-uploadFile input[type="file"]:disabled + .btn {
                    cursor: not-allowed;
                    opacity: 0.5;
                }

            .student-assiment-wrapper .student-assiment-uploadFile #fileuploadFileName {
                font-size: 14px;
            }

            .student-assiment-wrapper .student-assiment-uploadFile .btn-secondary {
                color: #1D2858;
                background-color: #eee;
                border-color: #eee;
                margin-right: 15px;
            }

        .student-assiment-wrapper .supportfile-list {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .student-assiment-wrapper .pdf-name {
            display: inline-block;
            vertical-align: top;
            margin-top: -5px;
        }

        .student-assiment-wrapper .icon {
            display: inline-block;
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .icon.icon-pdf {
        background-image: url('../images/common-icon/icon-assigment-pdf.svg');
        vertical-align: top;
        margin-right: 10px;
    }

    .footerbtn-wrapper .btnPrimary {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        color: #fff;
        letter-spacing: 0.0625em;
        text-transform: uppercase;
        text-align: left;
        background-color: #5877FF;
        padding: 20px 40px;
        border: none;
        outline: none;
    }

    .footerbtn-wrapper .btnSecondary:hover,
    .footerbtn-wrapper .btnSecondary {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        color: #fff;
        letter-spacing: 0.0625em;
        text-transform: uppercase;
        text-align: left;
        background-color: #1D2858;
        padding: 20px 40px;
        border: none;
        outline: none;
        text-decoration: none;
    }
    /* =============== End of Assignment Style =============== */


@media screen and (max-width: 750px) {

    .user-wrapper .user-img-wrapper {
        margin-left: 38% !important;
    }


    .footerleft {
        background: url(../images/common-icon/logo_pragmatic_institute.svg) no-repeat !important;
        width: 30% !important;
        height: 67px !important;
        margin: 0 0 0 128px;
        float: left;
    }

    .footermiddle {
        float: left;
        font-size: 12px;
        width: 320px;
        margin: 13px 0 0 -18px;
    }

        .footermiddle li {
            list-style: none;
            padding: 0 0px 0 57px;
            float: left;
        }

    .footerbottomsecondsec {
        float: left;
        margin-top: 25px;
    }

    .footermiddle {
        float: left;
        font-size: 12px;
        width: 320px;
        margin: 13px 0 0 -18px;
    }

        .footermiddle li {
            list-style: none;
            padding: 0 0px 0 57px !important;
            float: left;
        }

    .footerright {
        float: left !important;
        margin-left: 45px;
        margin-top: 20px;
    }

    ul.social-nav {
        float: left !important;
        position: relative;
        margin-left: 41px;
    }

    .footerbottomthirdsec {
        float: right;
        font-size: 12px;
        clear: both;
        /* margin-left: -5px; */
        margin-top: 0px;
    }

    .footerinner {
        padding: 22px 15px !important;
        width: 350px;
        margin: 0px auto;
    }

    .copyright {
        color: #fff;
        margin-left: 0px;
    }

    #divquestionid .number-of-questions .prev-question {
        display: initial;
    }

    #divquestionid .number-of-questions .current-question {
        display: initial;
    }

    #divquestionid .number-of-questions .next-question {
        display: initial;
    }

    .optionName {
        width: 80%;
    }
}



    #form1 .back-button {
        display: none !important;
    }


.mainfooter {
    width: 100%;
    float: left;
    background: #1b3757;
    /*position: absolute;*/
    bottom: 0;
    z-index: 99999;
    /*position: absolute;
    bottom: -300px;*/ /*position:fixed;*/
    /*bottom: 0;*/
    /*height: calc(100vh - 718px);*/
}

    .mainfooter a:hover {
        color: #f37721 !important;
        text-decoration: none;
    }

.footerleft {
    background: url(../images/common-icon/logo_pragmatic_institute.svg) no-repeat !important;
    width: 30% !important;
    height: 67px !important;
    float: left;
    margin-top: -7px;
}

.footerright {
    float: right;
    /*margin-top: 20px;*/
}

    .footerright li {
        float: left;
        list-style: none;
        margin: 0 15px;
    }

        .footerright li a {
            display: block;
        }

.footerinner {
    padding: 22px 30px;
}

.icon-facebook {
    background: url(../images/common-icon/icon-facebook.svg) no-repeat !important;
    width: 22px;
    height: 22px;
}

.icon-linkedin {
    background: url(../images/common-icon/icon-linkedin.svg) no-repeat !important;
    width: 22px;
    height: 22px;
}

.icon-twitter {
    background: url(../images/common-icon/icon-twitter.svg) no-repeat !important;
    width: 22px;
    height: 22px;
}

.footerbottom {
    clear: both;
    padding-top: 10px;
}

.footerbottomfirstsec li {
    list-style: none;
    font-size: 12px;
}



    .footerbottomfirstsec li a {
        color: #fff;
    }

.footerbottomfirstsec {
    float: left;
}

/*.footermiddle {
    float: left;
    font-size: 12px;
    width: 600px;
}*/

.footermiddle li {
    list-style: none;
    padding: 0 0px 0 80px;
    float: left;
}

    .footermiddle li a {
        color: #fff;
    }

.footerbottomsecondsec {
    float: left;
    margin-top: 25px;
}

.footerbottomthirdsec {
    float: right;
    font-size: 12px;
    clear: both;
}

.footerbottomfirstsec ul {
    padding: 0px;
}

.footerbottomsecondsec li a {
    color: #fff;
}

.copyright {
    color: #fff;
}

.homeclass .mainfooter {
    bottom: -300px;
}

.QuestionsResult th {
    font-size: 14px;
}

.footermiddlelinks {
    clear: both;
}

    .footermiddlelinks ul {
        margin: 0px;
        padding: 0px;
        clear: both;
        position: relative;
    }

.footermiddle {
    float: left;
    font-size: 12px;
    width: 400px;
}

ul.social-nav {
    float: right;
    position: relative;
}


@media screen and (min-width: 1020px) and (max-width: 1030px) {

    .content-wrapper .content-body {
        position: relative;
        min-height: calc(100vh - 55px);
    }
}


@media screen and (min-width: 760px) and (max-width: 770px) {

    .content-wrapper .content-body {
        position: relative;
         min-height: calc(100vh - 55px);
    }
}



@media screen and (min-width: 751px) and (max-width: 800px) {
    .footerleft {
        width: 9% !important;
    }
}