.buddypanel {
  background: #fff;
  box-shadow: 0 3px 13px 0 rgba(18,43,70,.1);
  top: 0px;
  left: 0;
  position: fixed;
  width: 68px;
  height: 100%;
  z-index: 999;
  -webkit-transition: width .2s;
  transition: width .2s;
  padding-top: 56px;
}

.buddypanel-open .buddypanel{
    width: 230px;
}

.buddypanel-open .main-header{ width: calc(100vw - 230px); margin-left: 230px; }
.buddypanel-open .main-header .container{max-width: 100%;}

.panel-head .cs-toggle-panel{ margin-left:23px; display: inline-block; }
.panel-head .cs-toggle-panel .n-op{display: block;}
.panel-head .cs-toggle-panel .n-cl{display: none;}

.buddypanel-open .panel-head .cs-toggle-panel .n-op{display: none;}
.buddypanel-open .panel-head .cs-toggle-panel .n-cl{display: block; fill:#beceff;}


.buddypanel-logo-off .buddypanel .side-panel-inner {
  padding-top: 15px;
  height: calc(100% - 120px);
  overflow: hidden;
}
.side-panel-menu-container {
  height: 100%;
}
.side-panel-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100%;
  padding-top: 28px;
  padding-left: 22px;
}
.side-panel-menu li {
  min-height: 52px;
}
.side-panel-menu a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: -.24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  width: 100%;
}
.side-panel-menu a span{display: none;}
.side-panel-menu a svg{ width: 24px; height:24px; top: -2px; position: relative; }

.buddypanel-open .side-panel-menu a svg{margin-right: 16px;}
.buddypanel-open .side-panel-menu a span{display: block;}

body:not(.buddypanel-open) .side-panel-menu .menu-item a span {
  position: absolute;
  left: 40px;
  top: 18px;

  width: max-content;
  pointer-events: none;
  opacity: 0;
  font-weight: 400;
  font-size: 12px;
  background: #000;
  padding: 3px 7px;
  color: #FFF;
  border-radius: 4px;
  z-index: 9999;
  display: block;
}
body:not(.buddypanel-open) .side-panel-menu .menu-item a:hover span{
  animation: show-tool-tip 800ms;
  animation-delay:0;
}

@keyframes show-tool-tip {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.35;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.c-m-intro{padding: 20px;}
.course-entry-link{ 
  display:inline-block; 
  border-radius: 100px;
  background-color: rgba(0,0,0,.03);
  padding: 1px 18px 1px 14px;
  font-size: 12px;
  margin: 0 0 15px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}
a.course-entry-link i {margin-right: 6px;}
.c-m-intro .course-entry-title {
  font-size: 26px;
  margin: 0;
}

.site {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  margin-left: 68px;
  -webkit-transition: margin-left .2s;
  transition: margin-left .2s;
  padding-bottom: 100px;
}
.buddypanel-open .site{margin-left: 230px;}

.hero-banner{ height: 268px; position: relative;}
.hero-banner img{ position: absolute; width: 100%; height: 100%; z-index: 1; object-fit: cover; }
.hero-banner .hero-inner{position:relative; z-index: 2; padding-left: 60px; padding-top: 80px; color: #fff;}
.hero-banner .hero-inner .entry-title{font-size: 48px;color: inherit;line-height: 1.25;margin-bottom: 15px;} 
.hero-banner .hero-inner .desc{ margin-bottom: 35px; }
.hero-banner .hero-inner a.anchor-course-points {color: #fff;font-size: 15px;font-weight: 500;}
.hero-banner .bgov {
  opacity: .4;
  background-color: #122B46;
  background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0) 4%,#000000 100%);
  background-image: linear-gradient(-180deg,rgba(0,0,0,0) 4%,#000000 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.site-content{position: relative; color: rgb(77, 92, 109);}
.cs-pull-right{ display: block; position: absolute !important; top:0px; height: 100%; right: 0px; z-index: 999; min-height: 300px;}
.cs-course-list-wrap{ padding-top: 40px; }

.cs-course-desc{ line-height: 22px; margin-bottom: 40px; }

.cs-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.cs-section-heading h2 {
    font-size: 16px!important;
    letter-spacing: .6px;
    text-transform: uppercase;
}
.cs-section-heading .item-list-actions {
    width: auto;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.cs-module-block + .cs-module-block{margin-top: 20px;}

.cs-module-head{
  padding: 16px 15px 16px 42px; 
  background-color:#F4F6F9; 
  border-radius: 4px;
  position: relative;
}

.cs-module-head .item-title-link{position: relative; padding-left: 0px; padding-right:40px; display:block;}
.cs-module-head .status-icon{position: absolute; top:16px; left:14px; width: 24px; text-align: center;}
.cs-module-head .title-text{color: #122b46; font-weight: 500;}
.cs-module-head .item-component{font-size: 12px; font-weight: 400; color: #728188; float: right;}
.cs-module-head .pg-circle{position:absolute; top:20px; right:18px; display:inline-block; width: 22px; height:22px; border: 2px solid #dedfe2;border-radius: 100%;}
.cs-module-block.open .cs-module-head .status-icon .fa-caret-right:before{content: "\f0d7";}
.cs-module-block.open .cs-module-content{display: block !important;}

.topic-table{padding-top:20px;}
.topic-item{
  padding: 8px 15px 8px 25px; 
  background-color:transparent; 
  border-radius: 4px;
  position: relative;
}
.topic-item + .topic-item{margin-top: 5px;}
.topic-item .item-title-link{position: relative; padding-left: 20px; padding-right:40px; display:block;}
.topic-item .item-title-link .content-icon{position: absolute; top:0px; left:-5px;}
.topic-item .title-text{color: #122b46; font-weight: 500; font-size: 14px;}
.topic-item .pg-circle{position:absolute; top:12px; right:18px; display:inline-block; width: 22px; height:22px; border: 2px solid #dedfe2;border-radius: 100%;}


.lms-topic-sidebar-wrapper{position: fixed; top: 0px; left: 0px; height: 100%; width: 370px;}
.sidebar-content{ min-height: 100vh; max-height: 100vh; overflow: auto; background-color:#FAFBFD; padding-top: 140px; }
.site-inner{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  margin-left: 370px;
  -webkit-transition: margin-left .2s;
  transition: margin-left .2s;
  padding:30px 60px;
}

.sidebar-content .cs-module-head{background-color: transparent; padding: 10px 15px 10px 42px;}
.sidebar-content .cs-module-block + .cs-module-block{margin-top:0px;}

.sidebar-content .cs-module-head .status-icon{top: 9px;}
.sidebar-content .cs-module-head .pg-circle{top:13px;}
.sidebar-content .cs-module-block .cs-module-content{ padding-left: 20px; }
.sidebar-content .topic-item {padding: 0px 15px 0px 25px;}
.sidebar-content  .cs-module-head .title-text{font-size: 13px;}

.sidebar-content .cs-module-head.active{background-color:#F4F6F9;}

.sidebar-content .topic-item .title-text{font-size: 12px; white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
p{
    text-align:justify;
    line-height:2;
}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-70{margin-top:70px;}

.cs-hbox{box-shadow: 0 32px 54px 0 rgb(0 0 0 / 10%); background-color:#fff; border-radius: 8px; margin-left:30px; margin-top: -100px;}
.cs-hbox .box-body{padding: 10px 30px 30px 30px;}
.cs-hbox img{height: 210px; width: 100%; object-fit: cover; border-radius: 6px 6px 0 0;}
.cs-hbox .btn-wp{padding-bottom: 40px;}
.cs-hbox a.btn-start {
    border: 1px solid rgb(77, 92, 109);
    background-color: #fff;
    color: rgb(77, 92, 109);
    border-bottom: 1px solid rgb(77, 92, 109);
    border-radius: 100px;
    width: 100%;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-size: 14px;
    display: inline-block;
    padding: 10px 19px;
    line-height: 1.471;
    border-radius: 100px;
    text-align: center;
}

.cs-hbox h4 {
    font-size: 13px;
    color: rgb(77, 92, 109);
    letter-spacing: .5px;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.cs-hbox .sp{position: relative; margin-bottom:16px; color: rgb(77, 92, 109); font-size: 13px; font-weight: 400; line-height:20px;}
.cs-hbox .sp span{display: inline-block;  position: relative;}
.cs-hbox .sp svg{width: 18px; height: 18px; top:-2px; position: relative; margin-right:10px;}
.cs-hbox .sp svg.icn-3{width: 20px;}

.cs-breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding: 0 0 10px;
  border-bottom: 1px solid #E7E9EC;
  border-radius: 0;
}
.cs-breadcrumbs .cs-breadcrumbs-segments {
  font-size: .75em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1em;
  cursor: default;
}
.cs-breadcrumbs .cs-breadcrumbs-segments span::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 10px;
}
.cs-breadcrumbs .cs-breadcrumbs-segments span:last-child::after{ content: ""; font-family: "arial"; }
.cs-breadcrumbs .cs-breadcrumbs-segments span + span{ margin-left: 10px; }
.cs-breadcrumb-wrap .bb-position{align-items: center;margin-bottom: 50px;-webkit-box-align: center;display: flex;}
.cs-breadcrumb-wrap  .sfwd-course-position {margin-right: auto;}
.cs-breadcrumb-wrap .sfwd-course-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs-breadcrumb-wrap .next_prev_link {
  display: flex;
  padding: 5px 0px 0px 0px;
}
.cs-breadcrumb-wrap .next_prev_link a{
  display: flex;
  height: 30px;
  min-width: 55px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  color:#fff;
  font-size: 12px;
  white-space: nowrap;
}
.cs-breadcrumb-wrap .next_prev_link a span{font-size: 11px;}
.cs-breadcrumb-wrap .next_prev_link a.prev-link {
  font-size: 0;
  background-color:#658595;
  color: #fff;
  border-radius: 50px 0 0 50px;
  margin-right: 2px;
}
.cs-breadcrumb-wrap .next_prev_link a.next-link {
  border-radius: 0 50px 50px 0;
  font-size: 0;
  background-color:#658595;
  color: #fff;
}


.ld-progress-bar {
  margin: 15px 0 20px 0;
  height: 6px;
  background: #E7E9EC;
  border-radius: 3px;
}
.ld-progress-bar .ld-progress-bar-percentage {
  background: #007CFF;
  height: 6px;
  width: auto;
  border-radius: 3px;
}
.ld-progress-stats .ld-progress-percentage {
  font-size: 12px; line-height:18px;
}
.ld-progress-stats .ld-progress-steps {
  font-size: 12px; line-height:18px;
}

.form-check{padding-left: 30px;}
.form-check .form-check-input{margin-left:0px; top: 2px; left:0px;}

.q-set .q_ans{padding-top: 10px; font-size: 14px; line-height:20px;}
.q-set .q_ans span{font-weight: 600;}
.q-set .q_ans p{font-size: inherit; line-height: inherit;}


@media (max-width: 540px){
    
.hero-banner .hero-inner{
    
    position: relative;
    z-index: 2;
    padding-left: 19px;
    padding-top: 37px;
    color: #fff;
}    

.cs-hbox{
    margin-left: -85px;
    margin-top: -100px;
    height: 272px;
    overflow: scroll;
}
.cs-hbox img{display:none;}
.cs-hbox .box-body{padding:5px;}
.cs-pull-right {
    display: block;
    position: absolute !important;
    top: 0px;
    height: 100%;
    right: -50px;
    z-index: 999;
    min-height: 300px;
}
    
.hero-banner .hero-inner .entry-title {
    font-size: 19px;
    color: inherit;
    line-height: 1.5;
    margin-bottom: 6px;}
    
.blog-one__single-content{
    /*display:none;*/
}
.container{padding-left:20px;margin-right:5px;padding-right: 46px;}
p{ text-align: left;
    line-height: 2;}
img{width:80%;}
.cardq{
    margin:0 auto!important;
}
    
 .lms-topic-sidebar-wrapper{position: fixed; top: 0px; left: 0px; height: 100%; width: 40%;}
.sidebar-content{ min-height: 100vh; max-height: 100vh; overflow: auto; background-color:#FAFBFD; padding-top: 40px; padding:5px; }
.site-inner{
    width:100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-transition: margin-left .2s;
  transition: margin-left .2s;
  padding:30px 60px;
  margin-left:100px;
}

.sidebar-content .cs-module-head{background-color: transparent; padding: 10px 15px 10px 42px;}
.sidebar-content .cs-module-block + .cs-module-block{margin-top:0px;}

.sidebar-content .cs-module-head .status-icon{top: 9px;}
.sidebar-content .cs-module-head .pg-circle{top:13px;}
.sidebar-content .cs-module-block .cs-module-content{ padding-left: 0px; }
.sidebar-content .topic-item {padding: 0px 15px 0px 25px;}
.sidebar-content  .cs-module-head .title-text{font-size: 10px;}

.sidebar-content .cs-module-head.active{background-color:#F4F6F9;}

.sidebar-content .topic-item .title-text{font-size: 12px; white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
.c-m-intro{padding:0px;}
.c-m-intro .course-entry-title{font-size:14px; padding:3px;}
}


@media (max-width: 390px){
    
.hero-banner .hero-inner{
    
    position: relative;
    z-index: 2;
    padding-left: 19px;
    padding-top: 37px;
    color: #fff;
}    
.cs-hbox img{display:none;}
.cs-hbox .box-body{padding:5px;}

.cs-hbox{
    margin-left: -85px;
    margin-top: -100px;
    height: 272px;
    overflow: scroll;
}
.cs-pull-right {
    display: block;
    position: absolute !important;
    top: 0px;
    height: 100%;
    right: -50px;
    z-index: 999;
    min-height: 300px;
}
.cardq{
    margin:0 auto!important;
}
    
.hero-banner .hero-inner .entry-title {
    font-size: 19px;
    color: inherit;
    line-height: 1.5;
    margin-bottom: 6px;}
    
.blog-one__single-content{
    /*display:none;*/
}
.container{padding-left:10px;margin-right:5px;padding-right: 46px;}
p{ text-align: left;
    line-height: 2;}
img{width:80%;}
    
    
 .lms-topic-sidebar-wrapper{position: fixed; top: 0px; left: 0px; height: 100%; width: 40%;}
.sidebar-content{ min-height: 100vh; max-height: 100vh; overflow: auto; background-color:#FAFBFD; padding-top: 40px; padding:5px; }
.site-inner{
    width:100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-transition: margin-left .2s;
  transition: margin-left .2s;
  padding:30px 60px;
  margin-left:100px;
}

.sidebar-content .cs-module-head{background-color: transparent; padding: 10px 15px 10px 42px;}
.sidebar-content .cs-module-block + .cs-module-block{margin-top:0px;}

.sidebar-content .cs-module-head .status-icon{top: 9px;}
.sidebar-content .cs-module-head .pg-circle{top:13px;}
.sidebar-content .cs-module-block .cs-module-content{ padding-left: 0px; }
.sidebar-content .topic-item {padding: 0px 15px 0px 25px;}
.sidebar-content  .cs-module-head .title-text{font-size: 10px;}

.sidebar-content .cs-module-head.active{background-color:#F4F6F9;}

.sidebar-content .topic-item .title-text{font-size: 12px; white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
.c-m-intro{padding:0px;}
.c-m-intro .course-entry-title{font-size:14px; padding:3px;}
}









