@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.eot");
  src: local("☺"), url("fonts/Poppins-Regular.woff") format("woff"),
    url("fonts/Poppins-Regular.ttf") format("truetype"),
    url("fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Poppins-Regular";
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 11px 16px;
  margin-bottom: 2px;
  text-decoration: none;
}
ul.unverfied li a {
  margin-bottom: 0px;
}

li a:hover:not(.active) {
  background-color: #111;
}
.clearboth {
  clear: both;
  line-height: 0px;
}
.active {
  background-color: #45a5ff;
}
.mTop30 {
  margin-top: 30px !important;
}
.loadingScreen,
.loadingScreen-small,
.loadingScreen-click {
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  z-index: 10000000;
}
.loadingScreen-click {
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.loadingScreen-small {
  top: 0px;
  left: 0px;
  position: absolute;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #5151f9;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.card {
  transition: all 0.2s ease-in-out;
  padding-left: 0px;
  display: inherit;
  width: 100%;
  text-align: center;
  border: 0px solid;
  border-right: 0px solid;
  background: none;
}
#picture-edit {
  width: 50px;
  height: 50px;
}
.profile-txt {
  text-align: left;
  display: block;
}
.file-upload-cnt {
  display: none;
  margin-bottom: 10px;
}
.leftContainer {
  background: #f8f9fd;
  width: 20%;
  float: left;
  padding: 30px 0px 0px 0px;
  position: fixed;
  height: 100%;
  display: block;
}
.profileContainer {
  padding: 0px 15px;
  height: 40px;
}
.profileContainer img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
}
.profileContainer span {
  font-size: 1.8em;
  font-weight: bold;
  position: relative;
  top: 5px;
  left: 10px;
}
.profile-list {
  background: none;
  margin: 6em 2.5em 0px 2.5em;
  height: auto;
}
.profile-list ul {
  margin: 0px;
  padding: 0px;
  background: none;
}
.profile-list ul li {
  width: 100%;
}
.profile-list ul li a,
.logout a {
  color: #949492;
  font-size: 1.3em;
  position: relative;
  text-decoration: none;
  padding-left: 0px;
  text-align: left;
  padding-left: 2em;
}
.profile-list ul li a i,
.logout i {
  padding-right: 12px;
  font-size: 16px;
}
.profile-list ul li a span {
  position: relative;
  top: 0px;
}
.profile-list ul li.mycourse a span {
  top: 0px;
}
.profile-list ul li.category a span {
  top: 0px;
}
.profile-list ul li.performance a span {
  top: -2px;
}

.profile-list ul li.notification-list a span {
  top: 0px;
}

.profile-list ul li.user-list a span {
  top: 0px;
}

.profile-list ul li.admin-list a span {
  top: 0px;
}

.profile-list ul li a:hover,
.profile-list ul li a.active {
  background: #5151f9;
  color: #ffffff;
}

.profile-list ul li a:hover::after,
.profile-list ul li a.active::after {
  /* content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #1E81E0;
    border-radius: 0px; */
}

.profile-list ul li.home a span.imgNormal {
  background: url("../img/home.png");
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.profile-list ul li.home a:hover span.imgNormal,
.profile-list ul li.home a.active span.imgNormal {
  background: url("../img/home_active.png");
}

.profile-list ul li.mycourse a span.imgNormal {
  background: url("../img/mycourse.png");
  width: 14px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.profile-list ul li.mycourse a:hover span.imgNormal,
.profile-list ul li.mycourse a.active span.imgNormal {
  background: url("../img/mycourse_active.png");
}

.profile-list ul li.category a span.imgNormal {
  background: url("../img/cat.png");
  width: 13px;
  height: 13px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.profile-list ul li.category a:hover span.imgNormal,
.profile-list ul li.category a.active span.imgNormal {
  background: url("../img/cat_active.png");
}

.profile-list ul li.performance a span.imgNormal {
  background: url("../img/trophy.png");
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.profile-list ul li.performance a:hover span.imgNormal,
.profile-list ul li.performance a.active span.imgNormal {
  background: url("../img/trophy_active.png");
}

.profile-list ul li.notification-list a span.imgNormal {
  background: url("../img/bell-solid.svg");
  width: 13px;
  height: 15px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
  border-width: 0;
}
.profile-list ul li.notification-list a:hover span.imgNormal,
.profile-list ul li.notification-list a.active span.imgNormal {
  background: url("../img/bell-solid-active.svg");
}

.profile-list ul li.user-list a span.imgNormal {
  background: url("../img/users-solid.svg");
  width: 14px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.profile-list ul li.user-list a:hover span.imgNormal,
.profile-list ul li.user-list a.active span.imgNormal {
  background: url("../img/users-solid-active.svg");
}

.profile-list ul li.admin-list a span.imgNormal {
  background: url("../img/people-roof-solid.svg");
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.profile-list ul li.admin-list a:hover span.imgNormal,
.profile-list ul li.admin-list a.active span.imgNormal {
  background: url("../img/people-roof-solid-active.svg");
}

.profile-list ul li.campaign-list a span.imgNormal {
  background: url("../img/bullhorn-solid.svg");
  width: 13px;
  height: 12px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
  border-width: 0;
}
.profile-list ul li.campaign-list a:hover span.imgNormal,
.profile-list ul li.campaign-list a.active span.imgNormal {
  background: url("../img/bullhorn-solid-active.svg");
}

.download-app {
  margin-top: 0px;
  width: 75%;
  background: #fff;
  margin-left: 11.5%;
  border-radius: 11px;
  padding: 18px 20px;
  position: absolute;
  bottom: 23%;
}
.login.download-app {
  background: #f8f9fd;
  padding: 18px 20px;
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  bottom: auto;
  margin: auto;
  display: none;
}
.download-app ul {
  background: transparent;
  margin: auto;
  text-align: center;
  width: 90px;
}
.download-app ul li a {
  padding: 0px;
  margin-left: 10px;
}
.download-app ul li a:hover {
  background-color: transparent;
}
.close-app {
  position: absolute;
  right: 6%;
  top: 44%;
}
.store-icon {
  width: 30px;
  height: 30px;
}
.download-app p {
  font-size: 1.6em;
  text-align: center;
}
.download-btn {
  border-radius: 3px;
  font-size: 1.6em;
  text-align: center;
  color: #f5f5f5;
  text-decoration: none;
  padding: 5px 20px;
  margin: 0px auto;
  display: block;
  margin: 0px auto;
  border: 0px solid;
}
.download-btn:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.logout {
  text-align: center;
  padding-bottom: 30px;
  position: absolute;
  bottom: 8%;
  width: 100%;
}
.logout a {
  padding-left: 0px;
  color: #3e3d43;
  font-weight: bold;
}
span.icon-logout {
  background: url("../img/logout.png");
  width: 14px;
  height: 14px;
  background-size: cover;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.carrow {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
.carrow i {
  font-size: 20px;
}
.rightContainer {
  background: #ffffff;
  width: 80%;
  float: left;
  padding: 3em 6em;
  margin-left: 20%;
}
.has-search .form-control {
  padding: 20px 20px 20px 35px;
  background: #eff2ff;
  color: #3e3d43;
  font-size: 1.4em;
  border: 1px solid #eff2ff;
  border-radius: 6px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  left: 0px;
}
.has-search {
  margin-bottom: 15px;
  position: relative;
  left: 0px;
}
.has-search .fa-search:before {
  font-size: 16px;
  color: #3e3d43;
}
select.form-control {
  background: #ffffff;
  color: #c4c4c3;
}
select.learner-count {
  color: #555;
}
.homepage_nav {
  float: right;
  margin-top: 5px;
}
.homepage_nav ul {
  margin: 0px;
  padding: 0px;
  background: none;
  float: right;
  overflow: visible;
}
.homepage_nav ul li {
  position: relative;
  display: block;
}
.homepage_nav ul li a {
  text-decoration: none;
  background: #eff2ff;
  border-radius: 6px;
  margin-right: 20px;
  padding: 6px;
  position: relative;
}
.homepage_nav ul li a:hover,
.homepage_nav ul li a.active {
  background: #5151f9;
}
.homepage_nav ul li a:hover i,
.homepage_nav ul li a.active i {
  color: #ffffff;
}
.homepage_nav ul li a.fav:hover,
.homepage_nav ul li a.fav.active {
  /* background: #5151f9; */
  background: #eff2ff;
}
.homepage_nav ul li a.fav:hover i,
.homepage_nav ul li a.fav:active i,
.homepage_nav ul li a.fav.active i {
  color: red;
}

.homepage_nav ul li:last-child a {
  margin-right: 0px;
}
.homepage_nav ul li a i {
  font-size: 26px;
  color: #3e3d43;
}
.courseinprogress {
  margin-top: 10px;
}
.coursecompleted .cHeading,
.courseyettostart .cHeading {
  margin-top: 10px;
}
.course-progress {
  margin-top: 0px;
  opacity: 0;
}
.mycourses .course-progress {
  margin-top: 0px;
}
.mycourses .course-cart {
  margin-top: 0px;
}
h2.cHeading {
  color: #171721;
  font-size: 2em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 0px;
  position: relative;
}
.not-found {
  color: #171721;
  font-size: 2em;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.course-list {
  border-radius: 9px;
  margin-top: 15px;
  padding-left: 0px;
}
.course-list .courseview {
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
  display: inline-block;
  width: 100%;
  height: 100%;
}
.courseCart .course-list {
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
}
.course-img {
  float: left;
  width: 25%;
  height: 140px;
  position: relative;
}
.coursefavorite .course-img,
.coursefavorite .course-content {
  width: 100%;
}
.coursefavorite .course-content,
.courseCart .course-content {
  height: 100%;
}
.courseCart .course-img {
  width: 35%;
  height: 160px;
}
.courseCart .course-content {
  width: 65%;
}
.course-img img {
  width: 100%;
}
.course-img .course-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 7px 7px 0px 0px;
}
.noborderRadius {
  border-radius: 7px 0px 0px 7px !important;
}
.borderRadiusNone {
  border-radius: 0px !important;
}
.courseinprogress .course-img img,
.coursecompleted .course-img img,
.courseyettostart .course-img img {
  height: 140px;
}
.regular .course-img {
  height: 115px;
}
.regular .course-col .course-img img {
  height: 100%;
}
.course-content {
  float: left;
  width: 75%;
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
  margin-left: 0px;
  margin-top: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 8px;
  height: 140px;
  position: relative;
  top: 0px;
}
.course_preview {
  position: absolute;
  right: 10px;
  top: 0px;
}
.course_preview a {
  text-decoration: none;
  line-height: 0px;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.85);
}
.course_preview a:hover {
  color: #0a58ca;
}
.objcover {
  object-fit: cover;
}
.course-title {
  color: #22222c;
  font-size: 1.4em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.learningpath-desc {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}
.couseCount {
  margin-top: 15px !important;
}
.courseCart .course-title {
  height: 60px;
}
.courseCart .course-description {
  padding-bottom: 9px;
}
.courseCart .course-price {
  margin-top: 8px;
}
.course-description {
  color: #525251;
  font-size: 1.2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.course-author {
  color: #050709;
  font-size: 1.2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 3px;
}
.course-author a {
  text-decoration: none;
}
.course-ratings {
  margin-top: 10px;
}
.course-ratings .checked {
  color: #faba00;
}
.course-ratings .fa-star:before {
  font-size: 1.4em;
}
.course-progress .progress {
  height: 1.2em;
  margin-bottom: 6px;
}
.course-progress .progress .progress-bar {
  font-size: 1.2em;
  border-radius: 7px;
}
.course-left-time {
}
.course-left-time i {
  font-size: 1em;
}
.course-left-time span {
  color: #797876;
  font-size: 1em;
  margin-left: 5px;
}
.course-interst {
  margin-top: 15px;
  position: relative;
}
.slider {
  width: 100%;
  margin: 20px auto;
  border-radius: 7px;
  background: #f9f9f9;
  padding: 0px;
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
}
.slider .course-col .course-info {
  box-shadow: none;
}
.slick-slide {
  margin: 0px 15px 0px 15px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #ffffff;
  font-size: 2.8em;
  opacity: 1 !important;
  content: "";
  width: 12px;
  height: 18px;
  z-index: 1000000000;
  position: relative;
  display: inline-block;
  background-size: cover;
}
.slick-next {
  right: -20px !important;
}
.slick-next:before {
  background: url("../img/right_arrow.png");
  right: -2px;
  position: relative;
}
.slick-prev:before {
  background: url("../img/left_arrow.png");
  left: 0px;
  position: relative;
}
.slick-prev,
.slick-next {
  z-index: 10000 !important;
  width: 35px;
  height: 35px;
  background: #5151f9;
  border-radius: 50px;
}
.slick-prev:hover,
.slick-next:hover {
  background: #5151f9 !important;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
}
.slick-active {
  opacity: 1;
}
.slick-active:nth-child(4) {
  margin-right: 0px;
}
.slick-current {
  opacity: 1;
}
.course-col {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
.slider .course-col {
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
}
.course-interst .course-col,
.recommendCourseCnt .course-col {
  margin-top: 30px;
  margin-bottom: 27px;
  border-radius: 7px;
}
.course-col.categories {
  width: 18%;
  margin-top: 20px;
  box-shadow: 0px 4px 30px 1px rgb(0 0 0 / 15%);
}
.category_view .course-col.categories {
  width: 23%;
}
.course-col .course-img {
  width: 100%;
  float: none;
  position: relative;
}
.course-col .course-img .starCnt {
  display: none;
}
.top-result-view .starCnt {
  display: none;
}
.course-cart {
  display: flex;
  height: 40px;
  width: 100%;
  text-align: center;
}
.course-cart.one {
  padding: 0px 10px;
}
.course-cart.two {
  display: inline-block;
  height: 100%;
  width: 100%;
  display: flex;
  height: 40px;
  vertical-align: middle;
}
.course-cart.two button.addcart,
.course-cart.two button {
  width: 73%;
  vertical-align: middle;
  margin-right: 2%;
  position: relative;
}
span.cart-txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  position: relative;
  top: -2px;
}
.coursefavorite .course-cart {
  text-align: left;
  margin-top: 5px;
}
.coursefavorite .course-cart button.addcart {
  width: 100%;
  padding: 10px 25px;
}
.coursefavorite .course-title {
  height: 40px;
  line-height: 16px;
}
.courseCartLeft .course-cart button.addcart {
  margin-bottom: 7px;
}
.course-cart button.addcart,
.course-add-cart button,
.course-buynow button {
  padding: 5px 25px;
  background: #5151f9;
  border-radius: 2px;
  font-weight: 500;
  font-size: 1.4em;
  text-align: center;
  color: #f5f5f5;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
}
a.reviewBtn,
a.deleteBtn {
  padding: 5px 25px;
  background: #5151f9;
  border-radius: 2px;
  font-weight: 500;
  font-size: 1.4em;
  text-align: center;
  color: #f5f5f5;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 10px;
}
a.deleteBtn {
  /*   background: #c13a3a; */
}
.course-price-cart-details .course-cart button.addcart,
.course-add-cart button {
  width: 100%;
  padding: 12px 25px;
}
.course-cart button.addcart.active,
.course-add-cart button.active,
.course-add-cart button.addcart.active {
  background: #b8d2ff;
  color: #000000;
}
.course-cart button.addcart.launch,
.download-certificate {
  width: 100%;
  max-width: 150px;
  background: #5151f9;
  color: #ffffff;
}
.course-cart.two button.addcart.launch,
.course-add-cart.two .details_page {
  width: 73%;
  max-width: 100%;
}
.course-buynow .enrollnow {
  width: 100%;
  max-width: 100%;
}

.download-certificate {
  padding: 10px 20px !important;
  display: block !important;
  font-size: 1.4em;
  text-decoration: none;
}

.course-cart button.favorite,
.course-add-cart.two button.favorite,
.course-buynow .favorite {
  padding: 6px 12px 12px 12px;
  border: none;
  border: 1px solid #949492;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  width: 25%;
  margin-right: 0px;
  position: relative;
  background: #ffffff;
}
.course-add-cart.two button.favorite,
.course-buynow button.favorite {
  margin-left: 5px;
}
.course-cart butto.favorite:focus {
  outline: 0px;
}
.course-cart button.favorite.active {
  background: tranparent;
}
.course-cart button.favorite.active i,
.course-add-cart button.favorite.active i,
.course-buynow button.favorite.active i {
  color: red;
}
.course-cart button.addcart:hover,
.course-cart button.favorite:hover,
a.reviewBtn:hover,
a.deleteBtn:hover {
  /* background:#6060f1; */
}
.download-certificate:hover {
  color: #ffffff;
  text-decoration: none;
}
.course-cart button.favorite i,
.course-add-cart button.favorite i,
.course-buynow button.favorite i {
  font-size: 2.6em;
  position: absolute;
  top: 19%;
  left: 0px;
  /* display: table; */
  /* margin: auto; */
  right: 0px;
  bottom: 0px;
  color: #949492;
}
.course-add-cart button.favorite i,
.course-buynow button.favorite i {
  font-size: 2.1em;
  top: 16%;
}
.course-buynow button.favorite i {
  font-size: 1.9em;
}
.course-col .course-ratings {
  height: 30px;
}
.course-col .course-title {
  font-size: 1.4em;
  padding-top: 0px;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.learningpath_course .course-col .learningpath-desc {
  height: 40px;
}
.course-col .course-description {
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-col .course-info {
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 8px;
}
.course-col .course-img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 9px 9px 0px 0px;
  height: 100%;
}
div.course-col.first {
  margin-left: 5px;
  margin-right: 0px;
}
.categories .course-title {
  color: #22222c;
  text-align: left;
  font-size: 1.4em;
  padding: 0px;
}
.categories a.addcart,
.viewall {
  background: #5151f9;
  text-align: center;
  margin: 0px auto;
  width: 130px;
  font-size: 1.4em;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  padding: 10px 0px;
  text-decoration: none;
  border-radius: 2px;
}
.viewall {
  width: 100% !important;
  margin: 15px auto;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
}
.categories-cnt .viewall,
.top-result-view .viewall {
  /* padding: 5px 0px !important;*/
  height: 100%;
  display: inline-block;
  margin-top: 0px;
}
a.viewall:hover {
  color: #ffffff;
  text-decoration: none;
}
.viewall.viewSmall {
  max-width: 150px;
}
.course-col.categories .course-img {
  height: 95px;
}
.container-box {
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}
.carousel-control.left {
  background: #45a5ff;
  width: 33px;
  height: 33px;
  top: 42%;
  border-radius: 50%;
  left: -2%;
}
.carousel-control.right {
  background: #45a5ff;
  width: 33px;
  height: 33px;
  top: 42%;
  border-radius: 50%;
  right: -2%;
}
.remove-cart {
  padding: 10px 25px !important;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.course-dot {
  color: rgba(0, 0, 0, 0.85);
  position: absolute;
  right: 20px;
  top: -7px;
  font-size: 2em;
}

/* medium - display 2  */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.wishcount,
.addcount {
  position: absolute;
  height: 22px;
  width: 22px;
  top: -3px;
  right: 25px;
  z-index: 100000;
  background: #5151f9;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  line-height: 22px;
  font-size: 10px;
  border: 1px solid #eff2ff;
}

.blinkClass {
  width: 50px;
  height: 50px;
  -webkit-animation: blink 1s infinite; /* Safari 4+ */
  -moz-animation: blink 1s infinite; /* Fx 5+ */
  -o-animation: blink 1s infinite; /* Opera 12+ */
  animation: blink 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blink {
  0%,
  49% {
    background-color: rgb(117, 209, 63);
    border: 3px solid #e50000;
  }
  50%,
  100% {
    background-color: #e50000;
    border: 3px solid rgb(117, 209, 63);
  }
}

.fade.in {
  opacity: 1 !important;
}
iframe#MainPopupIframe {
  width: 100%;
  height: 100%;
}
#myModal {
  z-index: 100000;
}
#myModal .modal-content {
  top: 40px !important;
}
.modal-dialog {
  max-width: 700px;
  top: 50px;
}
.btnClose {
  background-color: #e6e6e6;
  border-color: #adadad;
  font-size: 14px;
  float: right;
  margin-right: 30px;
  position: relative;
  display: inline-block;
  top: 7px;
  position: absolute;
  right: 0px;
}
.popup-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.5;
}
a.closeCourse {
}
.popup-loading {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 125px;
  padding-bottom: 125px;
  font-size: 20px;
  margin-top: 10%;
  height: 78%;
}
/* .spinner-border {
  width: 6.5rem !important;
  height: 6.5rem !important;
  border: 0.25em solid #3498db !important;
  border-right-color: #f3f3f3 !important;
} */
.profile-view {
  display: block;
  height: 90%;
  position: relative;
}
.arrow-view {
  display: none;
  left: 20px;
  cursor: pointer;
}
.menubar {
  display: none;
  left: 20px;
  cursor: pointer;
  color: #000000;
}
.profile-view.cactive {
  display: block;
}
.loadCourse {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000000;
}
.course-cnt {
  position: absolute;
  top: 35%;
  bottom: 0px;
  left: 35%;
  right: 0px;
  width: 35%;
  z-index: 1000000;
  height: min-content;
  background: #fff;
  padding: 30px;
  text-align: center;
}
.course_trend,
.course_trend:hover {
  text-decoration: none;
}
.course-top-details {
  /* background: #F5F3F3; */
  padding: 15px 15px 10px 0px;
  border-radius: 7px;
  margin-top: 5px;
}
.learning-path-details {
  padding: 20px 0px;
  margin-top: 0px;
  position: relative;
}
.course-details-title,
.learningpath-title {
  color: #171721;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.learning-path-item .course-cart {
  width: auto;
  float: right;
  min-width: 150px;
}
.learning-path-item.complete .course-cart button {
  background: #fff;
  border: 1px solid #002a56;
  color: #002a56;
  float: right;
}
.learning-path-item.complete .course-cart button::before {
  content: "\2713";
  display: inline-block;
  color: #002a56;
  padding: 0 10px 0 0;
}

.learningpath-title {
  width: 100%;
  display: inline-block;
  clear: both;
}
.learningpath-heading {
  float: left;
  width: 70%;
}
.learning-rate-review {
  float: right;
  text-align: center;
  /* width: 144px; */
  padding-left: 25px;
}
.learningpath-category {
  width: 100%;
  margin: 15px 0px;
  background: none;
}
.learningpath-category li {
  list-style-type: none;
  float: left;
  width: auto;
  margin-right: 10px;
}
.learningpath-category li a {
  background: #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #395283;
  font-size: 12px;
  padding: 5px 16px;
  text-decoration: none;
}
.learningpath-category li a:hover {
  background: #002a56;
  color: #ffffff;
}
.learning-rate-review .starCnt {
  left: inherit;
  right: 0px;
  top: 0px;
  background: none;
  position: relative;
}
.learning-rate-review .starCnt .starchecked {
  font-size: 24px;
}
.learning-rate-review .starCnt span.startcount {
  top: -5px;
  position: relative;
  font-size: 16px;
  margin-left: 3px;
}
.review-txt {
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  margin-top: -8px;
}
.learningpath-totaltime {
  padding-bottom: 10px;
}
.learningpath-totaltime span {
  font-size: 14px;
}
.learningpath-totaltime span.time-txt {
}
.learningpath-courses {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  position: relative;
}
.learningpath-courses .learningpath-title {
  padding-bottom: 40px;
}
.learning-path-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin-bottom: 25px;
}
.learning-path-item-index {
  z-index: 1;
  height: 32px;
  min-width: 32px;
  margin: 65px 40px 0 0;
  background: #4b4b4b;
  color: #ffffff;
  text-align: center;
  line-height: calc(33px - (0px * 2));
  border: #4b4b4b;
  border-radius: 50%;
  font-size: 15px;
}
.complete .learning-path-item-index {
  /* background: #002a56; */
}
.learning-path-list .complete .content-learning::before {
  /* background: #00a2ea; */
}
.enroll .learning-path-item-index {
  /* background: #00a2ea; */
}
.learning-path-item .content-learning {
  position: relative;
  width: 100%;
  border-radius: 8px;
}
.learning-path-item .content-learning .course-list {
  margin-top: 0px;
  border-radius: 4px;
}
.learning-path-item .content-learning .course-list .course-img {
  height: 180px;
}
.learning-path-list .content-learning::before {
  content: "";
  position: absolute;
  min-width: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  height: calc(88% - (0px * 2));
  top: calc(98px + 6px);
  left: calc(-40px - (32px / 2));
}
ol li.learning-path-item:last-child .content-learning::before {
  height: 0px;
}
.learningpath-bottom {
  width: 90%;
  padding-top: 5px;
  position: absolute;
  bottom: 10px;
}
.learningpath-timing {
  float: left;
  font-size: 12px;
}
.learningpath-button {
  float: right;
}
.learningpath-button a {
  background: #002a56;
  text-decoration: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #ffffff;
  font-size: 1.4em;
  padding: 6px 27px;
  float: left;
  margin-left: 15px;
  min-width: 110px;
  border: 1px solid #002a56;
}
.learningpath-button a:hover:not(.active) {
  background: none;
}
.learningpath-button a:hover {
  background: #ffffff;
  color: #002a56;
}
.learningpath-button a.skip {
  background: none;
  color: #002a56;
  text-decoration: underline;
}
.learningpath-button a.complete {
  background: none;
  border: 1px solid #002a56;
  color: #002a56;
}
.content-learning .course-content {
  padding: 10px 20px 10px 20px;
  height: 180px;
}
.content-learning .course-description {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 90%;
}
.learning-path-item .course-cart button.skipBtn {
  background: none;
  border: none;
  font-size: 1.4em;
  margin-right: 20px;
  color: #002a56;
}
span.cart-txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  position: relative;
  top: -2px;
}
.required {
  background: url("../img/required_badge.svg");
  position: absolute;
  top: -5px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.lockicon {
  background: url(../img/lock_icon.svg);
  position: absolute;
  top: 31px;
  right: 32px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.learning-course-type {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-family: Roboto;
}
.content-learning .course-title {
  /* color: #002a56;
  font-size: 1.6em;*/
}
.learning-path-item .course-cart button.unactive {
  opacity: 0.4;
  cursor: initial;
  pointer-events: all;
}

.learning-path-item.complete .course-cart button.addcart.launch,
.learning-path-item.enroll .course-cart button.addcart.launch {
  opacity: 1;
}

.course-details-sub-title {
  color: #171721;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.nopaddingRight {
  padding-right: 0px;
}
.nopaddingLeft {
  padding-left: 0px;
}
.course-details-desc {
  color: #171721;
  font-size: 14px;
  padding-top: 5px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.top-result-view {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.search-result-cnt {
  width: 100%;
  height: 100%;
}
.course-learn {
  background: #ffffff;
  padding: 15px;
  border: 1.5px solid rgba(77, 76, 76, 0.17);
  border-radius: 7px;
  margin-top: 15px;
  font-size: 14px;
}
p.grey {
  color: #949492;
}
.search-container .course-col.categories {
  margin-top: 5px;
}
.search-container .courses-view {
}
.search-container .categories-cnt {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.marginBottom0 {
  margin-bottom: 0px !important;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.course-learn ul {
  background: none;
  color: #525251;
  list-style-type: disc;
}
.course-learn ul li {
  width: 100%;
  float: left;
  font-size: 14px;
  display: flex;
}
.course-learn ul li img {
  padding-right: 5px;
  margin-top: 4px;
}
.course-learn ul li span {
}
.course-details-right {
  background: #ffffff;
  box-shadow: 0px 4px 9px 5px rgb(77 76 76 / 9%);
}
.course-preview {
  width: 100%;
  height: 100%;
  position: relative;
}
.learning-path {
  width: 100%;
  height: 250px;
  position: relative;
}
.course-preview img,
.learning-path img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.course-price-cart-details {
  padding: 15px 10px;
  display: block;
}
.course-price {
  font-weight: 600;
  font-size: 1.4em;
  color: #fb6f6f !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.course-price-cart-details .course-price {
  font-size: 16px;
  margin-top: 0px;
}
span.price-txt {
  color: #000000;
}
span.clsTotal {
  float: right;
}
.course-cart .course-price {
  width: 73%;
  float: left;
}
.course-add-cart,
.course-buynow {
  width: 100%;
  margin-top: 10px;
  display: flex;
  vertical-align: middle;
}
.course-add-cart a {
  background: #5151f9;
  border: 1px solid #5151f9;
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
  width: 100%;
}
.checout-summary .complete-payment {
  background: #5151f9;
  border: 1px solid #5151f9;
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #f5f5f5;
}
.course-add-cart a:hover,
.checout-summary .complete-payment:hover,
.details_page.Launch:hover {
}
.course-review-cnt {
  background: #ffffff;
  box-shadow: 0px 4px 9px 5px rgb(77 76 76 / 9%);
  margin-top: 15px;
  padding: 15px 10px;
}
.course-long-desc {
  color: #525251;
}
.learning-long-desc {
  color: #525251;
  clear: both;
  margin-bottom: 15px;
  font-size: 14px;
}
.write-review {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.course-buynow {
  margin-top: 10px;
}
.course-buynow button,
.course-buynow a.gembusiness {
  /* box-shadow: 0px 4px 4px rgb(0 0 0 / 15%); 
  color: #000000;
  background: #fff;
  border: 1.5px solid #171721; */
  color: #ffffff;
  background: #5151f9;
  display: inline-block;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 10px;
  border: 0px solid;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}
.course-buynow button:hover,
.course-buynow a.gembusiness {
}
.hrline {
  background: rgba(0, 0, 0, 0.23);
  height: 1px;
  width: 100%;
  margin-top: 10px;
}
.course-more-training {
  padding: 15px 10px;
}
.checkout-header {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}
.header-left {
  float: left;
}
.header-left img {
  width: 75px;
  height: 59px;
  vertical-align: top;
}
.header-left span {
  font-size: 2.6em;
  padding-left: 10px;
  position: relative;
  top: 10px;
}
.header-right {
  float: right;
}
.header-right.review {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.write-reviewer-name {
  background: #5151f9;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.review-form-cnt {
  border: 1px solid #000000;
  width: 100%;
  padding: 10px 15px;
}
.header-right.review a.cancel {
  color: #171721;
  font-size: 18px;
}
img.arrow-right {
  width: 15px;
  height: 15px;
}
.header-right a.cancel {
  color: #3e3d43;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  text-decoration: none;
  top: 12px;
}
.checkout-body .course-details-sub-title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.checkout-body .form-control {
  border: 1.5px solid #e2dfdf;
  color: #797876;
  font-size: 14px;
  margin-bottom: 10px;
}
.form-select {
  color: #797876;
  font-size: 14px;
  padding: 10px 10px;
  clear: both;
  width: 100%;
  border-radius: 5px;
}
.checkout-body .form-check {
  float: left;
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.order-course-img {
  width: 100%;
  height: 150px;
  background-size: cover !important;
  border-radius: 7px 0px 0px 7px;
}
.order-course-title {
  color: #22222c;
  font-size: 14px;
  padding-top: 30px;
}
.order-course-price {
  color: #22222c;
  font-size: 12px;
  padding-top: 30px;
  text-align: right;
}
.checout-summary {
  background: #ffffff;
  box-shadow: 0px 4px 9px 5px rgba(77, 76, 76, 30%);
  padding: 20px 20px;
}
.boxshadow {
  box-shadow: 0px 4px 9px 5px rgba(77, 76, 76, 30%);
  padding: 20px 20px;
}
.checkout-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.checkout-body h2.cHeading {
  padding-top: 0px;
}
.checkout-body .checout-summary .course-details-sub-title {
  margin-top: 0px;
}
.orginal-price {
  color: #525251;
  font-size: 14px;
  width: 100%;
}
.orginal-price span.org-price-amount {
  text-align: right;
  float: right;
}
.total-amt {
  width: 100%;
  height: 100%;
}
.total-amt h3.course-details-sub-title {
  float: left;
}
.total-amt .total-amt-val {
  float: right;
  text-align: right;
  width: auto;
}
.checout-summary .course-details-sub-title.total {
  margin-top: 5px;
}
a.terms-services {
  display: block;
  text-decoration: none;
  color: #0a58ca;
}
p.terms-service {
  color: #50504f;
  font-size: 10px;
}

.courseCart {
}
.courseCart .checout-summary,
.courseCart .courseCartLeft {
  margin-top: 20px !important;
}
.course_list {
  margin-bottom: 15px;
  box-shadow: 0px 4px 9px 5px rgb(77 76 76 / 9%);
}
.category-view {
  margin-bottom: 15px;
}
h2.no-data {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.profile-container .profile-link {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  border: 1px solid #949492;
  overflow: hidden;
  width: 326px;
  position: fixed;
  margin-top: 0px;
  box-shadow: 0px 4px 30px 1px rgb(0 0 0 / 15%);
}
.profile-content {
  float: right;
  width: calc(100% - 310px - 18px);
}
.profile-container .profile-link ul {
  background: #ffffff;
}
.profile-container .profile-link ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #949492;
}
.profile-container .profile-link ul li:last-child {
  border-bottom: 0px solid;
}
.profile-container .profile-link ul li a {
  color: #171721;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
}
.profile-link ul li a:hover,
.profile-link ul li a.active {
  background: none;
  color: #5151f9;
}
.profile-settings {
  border: 1px solid #949492;
  font-size: 14px;
  background: #ffffff;
  margin-top: 0px;
}
.notification {
  border: 1px solid #949492;
  background: #ffffff;
  font-size: 14px;
  margin-top: 15px;
  padding: 0px 15px 15px 15px;
}
.notification h2.subHeading {
  padding-left: 0px;
  padding-bottom: 0px;
}
.profile-container h2.subHeading {
  font-size: 16px;
}
.learning {
  border: 1px solid #949492;
  background: #ffffff;
  font-size: 14px;
  margin-top: 15px;
  padding: 0px 15px 0px 15px;
}
.learning h2.subHeading,
.privacypolicy h2.subHeading,
.agreements h2.subHeading,
.support h2.subHeading {
  padding-left: 0px;
  padding-bottom: 0px;
}
.privacypolicy,
.agreements,
.support {
  border: 1px solid #949492;
  background: #ffffff;
  font-size: 14px;
  margin-top: 15px;
  padding: 0px 15px 15px 15px;
}
h2.subHeading {
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
h3.subHeading {
  font-size: 12px;
  font-weight: bold;
}
.cls-txt {
  color: #525251;
  font-size: 14px;
}
.profile-settings img.picture {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: relative;
  z-index: 100;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.profile-settings input.form-control,
.profile-settings div.input {
  padding: 18px 10px;
  background: #ffffff;
  font-size: 12px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  color: #c4c4c3;
}
.profile-settings div.input {
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: left;
}
.profile-settings select.form-control {
  background-color: #ffffff;
  height: 40px;
  font-size: 12px;
  color: #c4c4c3;
}
.card.edit-active input.form-control,
.card.edit-active select.form-control {
  color: #000;
  border: 1.5px solid #c4c4c3;
}
#edit-profile,
#save {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
  color: #000000;
  background: #fff;
  display: inline-block;
  clear: both;
  width: 50%;
  border: 1px solid #171721;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 22px;
}
button#save[disabled] {
  opacity: 0.4;
}
.profile-settings .card input.form-control,
.profile-settings .card select.form-control {
  color: #000000;
}
.profile-settings input#emailaddress {
  pointer-events: none;
  opacity: 1;
}
#save {
  /* display: none; */
}
.noborder {
  border: 0px solid;
}
#verify-email {
  margin-bottom: 10px;
}
#image-upload {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.launch {
  padding: 10px 20px !important;
  display: block !important;
  width: 180px;
}
.disabled {
  opacity: 0.5;
  pointer-events: none !important;
  cursor: default !important;
}
.cart-empty {
  display: none;
  text-align: center;
  padding-top: 50px;
}
.marginBottom20 {
  margin-bottom: 20px !important;
}
.cart-page {
  width: 150px;
  display: inline-block;
  height: 100%;
}
.cart-page button {
}
.notification-icon {
  background: url("../img/notification_icon.png");
  width: 46px;
  background-size: cover;
  height: 26px;
  display: inline-block;
  float: right;
}
#upload-image {
  cursor: pointer;
  color: #000000;
  background: none;
  text-align: center;
  width: 100px;
  margin: 0px auto;
  display: inline-block;
  float: none;
  font-size: 15px;
  top: -25px;
  position: relative;
  margin-left: 55px;
  z-index: 1000;
}
#upload-image img.camera-icon {
  width: 20px;
  height: 20px;
  background: #f6f9fd;
  padding: 3px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%),
    0px 1px 3px 1px rgb(60 64 67 / 15%);
}
#image-upload {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.coursefavorite button.favorite {
  width: 100%;
  background: #ffffff;
}
.coursefavorite .course-description {
  margin-top: 5px;
  margin-bottom: 10px;
}
.notify-txt {
  font-weight: 300;
  font-size: 1.4em;
  color: #525251;
  margin-bottom: 5px;
}
.form-check {
  border: 1.5px solid #949492;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 8px;
  margin-top: 10px;
}
.form-check .form-check-input {
  margin-left: 10px;
}
.form-check label {
  padding-left: 10px !important;
  margin-top: 1px !important;
  color: #171721;
  font-size: 1.2em;
}
.course-distribution-cnt {
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  height: 453px;
}
.course-distribution-cnt section {
  margin-top: 0px;
  height: 100%;
}
.award-leaderboard-cnt {
}
.radeem-cnt {
}

#assessmentmodeblueprint {
  height: 392px;
}
.radeem-cnt,
.certificate-completion,
.leaderboard-cnt {
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 10px;
}
.certificate-completion {
  padding: 10px;
}
.radeem-inside-cnt {
  background: #f9f8fd;
  border-radius: 7px;
  padding: 5px;
}
.radeem-logo {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  float: right;
  margin-right: 10px;
  padding: 5px;
}
.radeem-logo img {
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.radeem-txt {
  font-weight: 600;
  font-size: 2em;
  text-align: left;
  color: #5151f9;
  clear: both;
}
.radeem-txt.radeem2 {
  font-size: 2em;
}
.certificate-completion .radeem-txt {
  margin-bottom: 0px;
}
.certificate-completion .certificate-txt {
  padding-bottom: 0px;
}
.certificate-completion a {
  text-align: left !important;
  border: 0px solid !important;
  background: transparent !important;
  float: inherit !important;
}
.radeem-inside-cnt a {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  margin-right: 5px;
  text-decoration: none;
  color: #5151f9;
  padding: 6px 5px 6px 5px;
  float: left;
}
.aLinkBtn {
  margin-right: 0px !important;
  padding: 0px !important;
}
a.radeem-btn {
}
a.collect-btn {
  border: 1.5px solid #5151f9;
  box-sizing: border-box;
  border-radius: 4px;
  background: #5151f9;
  color: #ffffff;
  margin-right: 0px;
}
.certificate-txt {
  font-size: 1.8em;
  color: #797876;
}
.certificate-txt.ctxt2 {
  font-size: 1.8em;
}
table.leaderboard > thead > tr > th {
  border-bottom: 0px solid;
  color: #797876;
  font-size: 1.6em;
  font-weight: bold;
}
.table.leaderboard > tbody > tr > td,
.table.leaderboard > tbody > tr > th,
.table.leaderboard > tfoot > tr > td,
.table.leaderboard > tfoot > tr > th,
.table.leaderboard > thead > tr > td,
.table > thead > tr > th {
  border-top: 0px solid;
  border-bottom: 0px solid;
  color: #171721;
  font-size: 1.6em;
  font-weight: normal;
}
.leaderboard-container {
  margin-top: 15px;
}
.timespent-cnt {
  background: #ffffff;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 15%);
  border-radius: 7px;
  padding: 20px 30px;
  position: relative;
  height: 100%;
}
.total-hours-spent {
  background: #f9f8fd;
  border-radius: 7px;
  margin-top: 0px;
  position: absolute;
  top: 35%;
  width: 96%;
  text-align: center;
}
.arrow-indicate {
  font-size: 2.4em;
  color: #d76a40;
}
.arrow-indicate.small {
  font-size: 1em;
  position: relative;
  top: -1px;
  left: 3px;
}
.green-indicate,
.green-indicate.small {
  font-size: 1em;
  color: #28b446;
  position: relative;
  left: 4px;
  top: 0px;
}
.green-indicate {
  font-size: 2.4em;
}
.total-hr-txt {
  font-size: 3.5em;
  color: #22222c;
}
.time-spent-graph {
  height: 300px;
  font-size: 1.6em;
}
.mTop10 {
  margin-top: 10px;
}
.mTop15 {
  margin-top: 15px;
}
.performance-container h2.cHeading {
  padding-bottom: 5px;
}
.green {
  color: #28b446;
}
.red {
  color: #d76a40;
}
.profile-container {
  margin-top: 20px;
}
.nounderline,
.nounderline:hover {
  text-decoration: none;
}
.forgot-pwd {
  text-align: center;
  display: block;
}

/*** Login ***/

body {
  background: #ffffff;
  font-family: "Poppins-Regular";
}
.form-control {
  font-size: 16px;
  transition: all 0.4s;
  box-shadow: none;
}
.form-control:focus {
  border-color: #45a5ff;
}
.form-control,
.btn {
  border-radius: 5px;
  outline: none !important;
}
.signup-form {
  width: 480px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.business.signup-form {
  width: 780px;
}
.signup-form.support-form {
  transform: none;
  position: relative;
  top: inherit;
  left: inherit;
  padding: 15px 0px 15px 0px;
}
.signup-form form,
.business .formcnt {
  border-radius: 0px;
  margin-bottom: 0px;
  background: #fff;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
  padding: 20px 20px 10px 20px;
  position: relative;
}
.signup-form a,
.signup-form a:hover {
  /* color: #45A5FF;
      background: none; */
  text-decoration: none;
}
.signup-form h2 {
  text-align: center;
  font-size: 34px;
  margin: 10px 0 15px;
}
.signup-form .hint-text {
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.signup-form .form-group {
  margin-bottom: 20px;
}
.signup-form .msgIndicate {
  margin-bottom: 0px;
}
.msgIndicate p {
  margin-bottom: 0px;
}
.signup-form .btn {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  background: #45a5ff;
  border-color: #45a5ff;
}
.signup-form .btn.btn-default.support-file {
  background: #5151f9;
  font-size: 16px;
}
.signup-form .btn.btn-default.support-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
}
.signup-btn {
  text-align: center;
  border-color: #45a5ff;
  transition: all 0.4s;
}
.signup-btn:hover {
}
.or-seperator {
  margin: 22px 0px 0px 0px;
  text-align: center;
  border-top: 1px solid #cccccc;
  height: 27px;
}
.or-seperator b {
  padding: 0 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
}
.social-btn .btn {
  color: #fff;
  margin: 5px 20px 5px 15px;
  font-size: 15px;
  border-radius: 0px;
  font-weight: normal;
  border: none;
  transition: all 0.4s;
}
.social-btn .btn:first-child {
  margin-left: 0;
  background: none;
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
.social-btn .btn:hover {
  opacity: 0.8;
}
.social-btn .btn-primary {
  padding: 6px 16px;
  background: #45a5ff;
  padding-left: 6px;
  padding-right: 5px;
}
.social-btn .btn-info {
  padding: 6px 16px;
  background: #2f80ed;
  padding-left: 3px;
  padding-right: 3px;
}
.social-btn .btn-danger {
  background: #64ccf1;
  padding: 0px;
}
.social-btn .btn i {
  float: left;
  margin: 3px 8px;
  font-size: 20px;
}
.img-logo {
  width: auto;
  margin: auto;
}
.img-logo img {
  width: auto;
  max-width: 100%;
}
.welcome-text {
  font-size: 1.7em;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
.hint-text2 {
  text-align: center;
  margin-bottom: 20px;
}
.social-icon-cnt {
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
  padding: 3px 20px;
}
.textAlignCenter {
  text-align: center;
}
.google-icon {
  width: 50px;
}
.mood-change {
  text-align: right;
  position: absolute;
  right: 13px;
  top: 8px;
  font-size: 18px;
}
.mood-change i {
}
/*** Login ***/
#forgot-password .form-group {
  text-align: center;
  margin-top: 10px;
}
/*** Pie Chart ***/

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
main {
  width: 400px;
  margin: 30px auto;
}
section {
  margin-top: 30px;
}
.donut-chart-container {
  height: 250px;
  width: 250px;
  position: relative;
  margin: 0px auto 0px auto;
}
.legend-chart-container {
  height: 200px;
  width: 250px;
  position: relative;
  margin: 0px auto 0px auto;
}
.pieID {
  display: inline-block;
  vertical-align: top;
}
.pie {
  height: 250px;
  width: 200px;
  position: relative;
  margin: 0px auto 0px auto;
  display: block;
  position: relative;
  top: 50px;
}
.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #eee;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}
.pie::after {
}
/* .pie .s0-0{
  left: 3px;
    top: -9px;
}
.pie .s1-1{
  left: 0px;
    top: -0px;
}
.pie .s2-0{
  left: -11px;
    top: -10px;
} */
.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #fff;
  padding: 15px;
  font-size: 1.6em;
  width: 200px;
  margin: 0px auto;
  position: relative;
  display: block;
  top: 15px;
}
.legend li {
  width: 100%;
  height: 100%;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}
.legend span.chartTxt {
  font-style: normal;
  color: #797876;
}
.legend span.chartgraph {
  float: right;
  color: #22222c;
}
footer {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 13px;
  background: #ddd;
  padding: 5px 10px;
  margin: 5px;
}

/*** Pie Chart ***/
.review-user-txt {
  margin-bottom: 10px;
}
.user-review-list {
}
.starchecked {
  color: #faba00 !important;
}
.user-review-cnt {
  margin-bottom: 10px;
  clear: both;
}
.reviewer-name {
  font-weight: 500;
  font-size: 14px;
  color: #171721;
}
.review-comments {
  color: #525251;
  font-size: 12px;
}
.review-rating span {
  margin-right: 10px;
  font-size: 12px;
}
.nouser-review {
  color: #525251;
  font-size: 12px;
  text-align: center;
}
.review-container .review-rating {
  margin-top: 10px;
  margin-bottom: 5px;
}
.review-container .review-rating span {
  font-size: 26px;
  color: #c4c4c4;
}
.review-container textarea.write-review-box {
  height: 200px;
  resize: none;
  border: 1px solid #c4c4c4;
}
.review-container input.review-post {
  background: #5151f9;
  border: 1px solid #5151f9;
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
  width: 200px;
  text-decoration: none;
  padding: 5px 25px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #f5f5f5;
  margin: 10px auto 0px auto;
  float: right;
}
.review-container input.review-post:hover {
}
.review-feedback {
  background: #ffffff;
  box-shadow: 0px 4px 37px 7px rgb(0 0 0 / 11%);
  padding: 20px 15px !important;
  text-align: center;
  color: #171721;
  font-size: 16px;
  clear: both;
  margin-top: 15px !important;
  display: none;
}
.review-action {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-top: 5px;
}
.review-action a {
  width: 48%;
  float: left;
  margin: 0px;
  font-size: 10px;
}
.loadCourse .review-action {
  margin-top: 25px;
}
.loadCourse .review-action a {
  display: inline-block !important;
  width: 46%;
  float: left;
}
a.editreview {
  margin-right: 10px;
}
a.helpful,
a.report {
  margin-right: 10px;
  background: #fff;
  border: 1px solid #5151f9;
  color: #5151f9;
}
a.report {
  margin-right: 0px !important;
}
#cError {
  margin-bottom: 0px;
  color: red;
  display: none;
}
#warning {
  color: red;
  padding-left: 5px;
  /* margin-top: 4px; */
  position: relative;
  top: 2px;
}
#reportReview .course-cnt {
  padding: 0px;
}
.loadCourse h1.report {
  background: #797876;
  color: #ffffff;
  text-align: left;
  padding: 10px;
}
.loadCourse h1 span.close {
  color: #ffffff;
  opacity: 1;
  font-size: 20px;
  position: relative;
  top: 5px;
}
.loadCourse .report-cnt {
  padding: 10px;
  text-align: left;
  font-size: 14px;
}
.loadCourse .reportBtn {
  display: block !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.review-reported {
  color: red;
  display: none;
}
.cHide {
  display: none !important;
}
.cShow {
  display: inline-block !important;
}
.fixedcs {
  position: absolute;
  top: 40px;
  right: 0px;
}
.toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 40px;
  margin: auto;
  cursor: pointer;
  float: right;
}
.toggle-input {
  display: none;
  margin: 0;
}
.toggle-off,
.toggle-on {
  height: 1.8125rem;
  width: 1.8125rem;
  color: rgba(46, 45, 44, 0.1);
  vertical-align: top;
  text-align: center;
  line-height: 1.8125rem !important;
}
.toggle-input:checked + .toggle-controller.default-success {
  border: 0.125rem solid #1890ff;
  background: #1890ff;
}
.toggle-input:checked + .toggle-controller.default-success:after {
  left: 22px;
}
.toggle-controller.default-success {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 46px;
  border: 0.125rem solid #c4c4c4;
  -webkit-border-radius: 1.5625rem;
  -moz-border-radius: 1.5625rem;
  border-radius: 1.5625rem;
  -webkit-box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
  -moz-box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
  box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
  background: #c4c4c4;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.toggle-controller.default-success:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 19px;
  width: 21px;
  -webkit-border-radius: 1.5625rem;
  -moz-border-radius: 1.5625rem;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
  -moz-box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
  box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
  background: white;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.toggle-off.active {
  color: red;
}
.toggle-on.active {
  color: green;
}
.review-logo {
  width: 120px;
  height: 120px;
  margin-top: 48%;
}
.recommendCourseCnt {
  margin-top: 15px;
}
.recommendCourseCnt .cHeading {
}
.recommendCourseCnt .regular {
  margin-top: 15px;
}
.pager {
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
  left: -14px;
  z-index: 10000000;
}
.pager.nextBtn {
  right: -14px;
  left: inherit;
}
.pager a {
  background-color: #5151f9 !important;
  border: 1px solid #5151f9 !important;
  border-radius: 50px !important;
  margin-right: 10px;
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
}
.pager a:hover {
  color: #ffffff;
}
.pager a.next {
  margin-right: 0px;
}
.pager a > span {
  font-size: 5em;
  position: absolute;
  top: -72%;
  height: 100%;
  left: 29%;
  background-color: transparent !important;
  color: #ffffff;
}
.pager a.disabled {
  background-color: #c4c4c4 !important;
  border: 1px solid #c4c4c4 !important;
  opacity: 1;
}
.pager a.disabled span {
  color: #ffffff;
}
.no-data {
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
}
.no-data-txt {
  font-size: 2.5em;
  text-align: center;
  top: 45%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.menubar .bd-search-docs-toggle {
  color: #000;
  background: #eff2ff;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.menubar .bd-search-docs-toggle.cactive,
.menubar .bd-search-docs-toggle:hover {
  background: #5151f9;
  color: #ffffff;
}
tr.curUser th,
tr.curUser td {
  color: #5151f9 !important;
}
.course-success-msg {
  color: #797876;
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.time-spent-show {
  height: 300px;
}
.details-screen {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.timespentCnt {
  padding-left: 0px;
}

/* course distribution chart */

.canvas-con {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 365px;
  position: relative;
}

.canvas-con-inner {
  height: 100%;
}

.canvas-con-inner,
.legend-con {
  display: inline-block;
}

.legend-con {
  font-family: Roboto;
  display: inline-block;
}
.legend-con ul {
  list-style: none;
}

.legend-con ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.legend-con ul span {
  display: inline-block;
}

.legend-con ul span.chart-legend {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

/* course distribution chart */

svg.britechart
  g.legend-container-group
  g.legend-line
  .legend-entry
  text.legend-entry-value,
svg.britechart
  g.legend-container-group
  g.legend-line
  .legend-entry
  text.legend-entry-name {
  font-size: 1.6em !important;
  font-family: "Poppins-Regular";
}
svg.britechart g.legend-group text.donut-text {
  font-size: 1.8em !important;
  font-family: "Poppins-Regular";
}
.google-icon {
  width: 50px;
}

.text1Gray {
  color: #555555;
}
.clrGrey {
  color: #888c9b;
}
.clrBlueTxt {
  color: #0089c7;
}
.btnBlueWithWhite {
  background: #45a5ff;
  color: #ffffff;
}
.clrGray2 {
  color: #525251;
}
.see_all {
  text-decoration: none;
  text-align: right;
  float: right;
  color: #949492;
  font-size: 12px;
  font-family: "Poppins-Regular";
  font-weight: normal;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.author-cnt {
  width: 100%;
}
.author-bio {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.author-bio img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.author-bio a {
  color: #525251;
  text-decoration: none;
  font-size: 1.4em;
  padding-left: 10px;
}
.certificate_courses .course-success-msg {
  margin-bottom: 0px;
}
.certificate_courses .course-content {
  padding: 5px 8px 8px 8px;
}
.buttonload {
  background-color: #3498db; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 24px; /* Some padding */
  font-size: 16px; /* Set a font-size */
  position: absolute;
  left: 43.5%;
  top: 47%;
  width: 170px;
  height: 50px;
}

/* Add a right margin to each icon */
.buttonload .fa {
  margin-left: -12px;
  margin-right: 8px;
}
.searchLaunch {
}
.slidersmall .slick-track {
  width: auto !important;
}
.list {
  background: none;
  margin-top: 10px;
  position: relative;
}
.list li {
  width: 100%;
  margin-bottom: 7px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
i.remove {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.imageThumb {
  width: 50px;
  height: 50px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.support-file {
  position: relative;
  overflow: hidden;
}
.support-file input[type="file"] {
  position: absolute;
  top: -15px;
  right: -3px;
  left: 0px;
  bottom: -1px;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: inline-block;
}
.cError {
  display: none;
  color: red;
}
.supportError {
  text-align: center;
}
.errBorder {
  border: 1px solid red;
}
.form-field {
  font-size: 15px;
  padding-top: 5px;
}
.signup-form .support-file {
  color: #ffffff;
  padding-left: 4px;
}
.closealert {
  position: absolute;
  right: 10px;
  top: 13%;
  cursor: pointer;
  z-index: 1000;
  color: #000000;
}
.success-close-alert {
  text-align: right;
  cursor: pointer;
}
.support-text {
  position: relative;
  top: -5px;
  font-size: 14px;
}
.signup-form .support-file .fa-cloud-upload {
  font-size: 30px;
  color: #45a5ff;
}
.addfile_center {
  text-align: center;
  padding-top: 0px;
}
.alert-success {
  font-size: 16px !important;
  margin-left: 0px;
  margin-right: 0px;
}
.emailverified .verified-cnt {
  border-radius: 0px;
  margin-bottom: 0px;
  background: #fff;
  box-shadow: 0px 4px 41px 1px rgb(0 0 0 / 10%);
  padding: 20px 20px 10px 20px;
  position: relative;
}
#send-verification {
  background-color: #45a5ff;
  width: 100%;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 1em;
}
.font-normal {
  font-weight: normal !important;
}
.logout-verified {
  position: absolute;
  top: 5px;
  right: 15px;
}
.business .form-control {
  padding: 20px 10px;
  margin-bottom: 20px;
}

.business .nopaddingRight {
  padding-left: 0px;
  padding-right: 0px;
}
.accept-policy {
  padding-top: 0px;
  clear: both;
  float: none;
  padding-right: 0px;
  margin-bottom: 0px;
  border: 0px solid;
  margin-bottom: 10px !important;
  padding: 0px;
  margin-top: 0px;
  float: none !important;
  clear: both;
}
#warning-sign {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}
.alreadytxt {
  text-align: right;
  position: relative;
  top: -8px;
}
.your-contract {
}

.terms-accept {
  font-size: 12px !important;
  padding-left: 5px;
  margin-top: -2px;
  font-weight: normal;
}
.starCnt {
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 5px;
  padding: 2px 7px;
  width: auto;
  text-align: center;
}
.starCnt span.fa-star-o {
}
.starCnt span.startcount {
  font-size: 12px;
  color: #22222c;
}
.starchecked {
  color: yellow;
}

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
}

.stars-outer::before {
  content: "\f006 \f006 \f006 \f006 \f006";
  font-size: 18px;
  color: #949492;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #f8ce0b;
  font-size: 18px;
}
.completed_badge {
  background: #ffffff;
  position: absolute;
  bottom: 9px;
  left: 3px;
  border-radius: 5px;
  padding: 4px 4px;
  width: 110px;
  text-align: center;
  height: 27px;
}
.completed_badge img {
  width: 25px !important;
  float: left;
  height: 20px !important;
}
.completed_txt {
  float: left;
  margin-top: 0px;
  font-size: 1.2em;
  color: #22222c;
}
.slick-track {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.course-dealine {
  background: #fff1c7;
  color: #000000;
  padding: 8px 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  font-size: 12px;
}
.assigned_course .course-col .course-img .starCnt,
.assigned_course .course-col .course-img .completed_badge {
  display: none !important;
}
.course-dealine img.date-icon-img {
  width: 16px;
  height: 16px;
  float: none;
  display: inline-block;
  margin-right: 9px;
  margin-top: -2px;
}
.course-dealine span {
}
.display-none {
  display: none;
}
.profile-list ul li.create-granulearn a span {
  padding-left: 0px;
  top: -2px;
}
.learningpath_certficate {
  width: 100%;
}

.learningpath_certficate .completed_badge {
  position: relative;
  margin: 0px auto;
}
.error-message {
  color: #dc3545;
}
.success-message {
  color: #198754;
}
.step {
  display: none;
}
.step-1 {
  display: block;
}
.errorBorder {
  border: 1px solid #dc3545 !important;
  border-color: #dc3545 !important;
  box-shadow: none !important;
}
.paddingBottom60 {
  padding-bottom: 60px;
}

.loading-icon {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0px auto;
}
.loading-icon:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #5151f9;
  border-color: #5151f9 #f3f3f3 #5151f9 #f3f3f3;
  animation: loading-icon 1.2s linear infinite;
}
@keyframes loading-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-searches {
  margin-top: 20px;
  margin-bottom: 25px;
  /* padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f7f7f7; */
}

.search-list {
  list-style-type: none;
  padding: 0;
  background: none;
}

.search-item {
  margin: 5px 10px 5px 0px;
}

.search-item a {
  padding: 7px 8px;
  border: 1px solid #eff2ff;
  border-radius: 6px;
  background-color: #eff2ff;
  text-decoration: none;
  color: #3e3d43;
  font-size: 1.2em;
}

.search-item > a:hover {
  background-color: #5151f9 !important;
  color: #ffffff;
}

.rightContainer_certificate {
  background: #ffffff;
  width: 100%;
  padding: 3em 6em;
  margin-left: 0px;
}

.verify-certificate-header {
  text-align: center;
  padding: 3em;
  margin-bottom: 18px;
  background-color: rgb(2, 65, 73);
}

.share__wrapper {
  display: flex;
  margin: 2rem 0;
  background: #042955;
  max-width: 300px;
  margin: 30px auto 0px auto;
  padding: 5px 10px;
  border-radius: 5px;
}

.share__title {
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #ffffff;
}

.share__list {
  display: flex;
  flex: 1;
  margin: 0;
  list-style: none;
  background: none;
}

.share__item {
  margin-top: 5px;
  & + & {
    margin-left: 1rem;
  }
}

.share__link {
  border: none;
  background: #fff;
  border-radius: 5px;
  padding: 0px 7px;
  height: 26px;

  > * {
    pointer-events: none;
  }
}

@media screen and (max-width: 1024px) {
  .course-cart a.addcart {
    width: 100%;
  }
  .course-cart a.favorite {
    width: 100%;
    display: inline-block;
    margin-top: 7px;
    border-radius: 9px;
    padding: 7px 12px 7px 12px;
  }
  .course-cart a.favorite i {
    top: 0px;
  }
  .course-col.categories {
    width: 22%;
  }
  .course-cart button.favorite {
    width: 100%;
  }
  .coursefavorite .course-title {
    height: 70px;
  }
  .slick-slide {
    margin: 0px 10px;
  }
  .course-col .course-title {
    /* height: 80px; */
  }
  .course-cart.two {
    display: block;
    height: auto;
  }
  .course-cart.two button.addcart,
  .course-cart.two button {
    width: 100%;
    padding: 10px 20px;
    max-width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .course-cart.two button.addcart.launch {
    width: 100%;
  }
  .course-cart button.favorite i {
    position: relative;
  }
  .hero-column h1 {
    font-size: 2.5em;
  }
  .learning-path-item .content-learning .course-title {
    width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .leftContainer {
    position: absolute;
    width: 100%;
    float: none;
    display: none;
    height: 100%;
    z-index: 1000000;
  }
  .rightContainer {
    margin-left: 0px;
    width: 100%;
    float: none;
  }
  .profileContainer {
    height: 60px;
    text-align: center;
  }
  .profileContainer span {
    top: 0px;
    display: inline-block;
  }
  .menubar,
  .menubar .bd-search-docs-toggle {
    top: 7px;
    display: inline-block !important;
    position: absolute;
    left: 6px;
    z-index: 10000000;
  }
  .topContainer {
    position: relative;
    margin-left: 38px;
    margin-top: -18px;
  }

  .arrow-view {
    left: 25px !important;
  }
  .logout {
    padding-left: 20px;
    background: #f8f9fd;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .profile-list ul li a {
    padding-left: 20px;
  }
  .logout a {
    padding-left: 0px;
  }
  .download-app {
    margin-top: 0px;
  }
  .rightContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .profile-list {
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .course-distribution-cnt .pie {
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
  }
  .radeem-certification-cnt {
    margin-top: 15px;
  }
  .leaderboard-container {
    padding-left: 0px;
  }
  .time-spent-show {
    height: 160px;
  }
  .details-screen .nopaddingLeft {
    padding-right: inherit;
  }
  .details-screen .nopaddingRight {
    padding-right: inherit;
    padding-left: inherit;
  }
  .details-screen .course-details-right {
    margin-top: 20px;
  }
  .business .checout-summary {
    margin-top: 30px;
  }
}

@media screen and (max-width: 973px) {
}
@media screen and (max-width: 800px) {
  .profile-container .profile-link {
    width: 100%;
    flex: none;
    z-index: 1000;
    position: relative;
    float: none;
  }
  .profile-content {
    float: none;
    position: relative;
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 780px) {
  .business.signup-form {
    width: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .category_view .course-col.categories {
    width: 100%;
  }
  .learning-path-list {
    padding-left: 0px;
  }
  .learning-path-list .content-learning::before {
    left: calc(-10px - (32px / 2));
  }
  .learning-path-item-index {
    margin: 65px 10px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .homepage_nav {
    float: left;
  }
  .homepage_nav ul {
    float: left;
  }
  .course-col.categories {
    width: 46%;
  }
  .profile-link {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .profile-container .nopaddingRight {
    padding-left: 0px;
  }
  .coursefavorite .course-title {
    height: 100%;
    padding-bottom: 15px;
  }
  .cart-summary {
    padding-left: 0px;
    padding-right: 0px;
  }
  .required {
    right: 0px;
    width: 30px;
    height: 30px;
  }
  .lockicon {
    width: 15px;
    height: 15px;
    top: 22px;
    right: 5px;
  }
}

@media screen and (max-width: 575px) {
  .certificateCompletionCnt {
    margin-top: 10px;
  }
  .performance-container .course-distribution {
    padding-left: 0px;
    margin-top: 10px;
  }
  .radeem-certification-cnt .nopaddingRight {
    padding-left: 0px;
  }
  .radeem-certification-cnt .afirst {
    margin-bottom: 10px;
  }
  .timespentCnt {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .business .nopaddingLeft {
    padding-right: 0px;
  }
  .accept-policy {
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .signup-form {
    width: 94%;
  }
  .signup-form.support-form {
    padding-left: 3%;
    padding-right: 3%;
  }
  .accept-policy label {
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .course-col .course-title {
    height: 100%;
    padding-bottom: 15px;
  }
  .learningpath_course .course-col .learningpath-desc {
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .course-col.categories {
    width: 100%;
  }
}
