.courseProgress {
  display: inline-block;
  font-size: 12px;
  padding: 3px 20px;
  background: #000000;
  border-radius: 15px;
  margin-right: 15px;
  color: #ffffff; }
  .courseProgress.btns {
    background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
    color: #ffffff; }

.togglebtnDD {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-color: #000000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff; }
  .togglebtnDD:not(.collapsed) i:before {
    content: '\f106'; }

a.completed {
  position: relative; }
  a.completed:before {
    left: 32px;
    top: 22px;
    width: 7px;
    height: 15px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: 2; }
  a.completed:after {
    content: '';
    width: 30px;
    height: 30px;
    background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
    border-radius: 50%;
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 15px; }
  @media (max-width: 767.98px) {
    a.completed:before {
      left: 20px;
      top: 21px;
      width: 5px;
      height: 11px; }
    a.completed:after {
      width: 25px;
      height: 25px;
      left: 10px; } }

.courseProgressBarInfo {
  padding: 20px;
  background-color: #e2e7ed;
  position: relative; }
  .courseProgressBarInfo .courseCompleteInfo {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    width: 100%; }
    .courseProgressBarInfo .courseCompleteInfo .courseCompleted {
      margin-left: auto;
      margin-right: 15px;
      color: #000000;
      font-weight: 500; }
    .courseProgressBarInfo .courseCompleteInfo .steps, .courseProgressBarInfo .courseCompleteInfo .courseProgressTitle {
      color: #7A7A7A; }
    @media (max-width: 767.98px) {
      .courseProgressBarInfo .courseCompleteInfo {
        flex-wrap: wrap; }
        .courseProgressBarInfo .courseCompleteInfo .courseProgressTitle {
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 5px; }
        .courseProgressBarInfo .courseCompleteInfo .courseCompleted {
          margin-left: 0;
          margin-right: auto; } }
  .courseProgressBarInfo .bar {
    width: 100%;
    height: 8px;
    background-color: #ffffff;
    border-radius: 15px;
    position: relative; }
    .courseProgressBarInfo .bar .completedBar {
      position: absolute;
      left: 0;
      top: 0;
      width: 70%;
      background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
      height: 100%;
      border-radius: 15px; }

.animation-loading {
  background-color: #ffffff !important;
  z-index: 1000 !important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .animation-loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 100; }
  .animation-loading .line-scale > div {
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    background: #2ab26f;
    animation-fill-mode: both;
    animation-name: line-scale;
    animation-timing-function: cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation-iteration-count: infinite;
    animation-duration: 1s; }
    .animation-loading .line-scale > div:nth-child(1) {
      animation-delay: -0.4s; }
    .animation-loading .line-scale > div:nth-child(2) {
      animation-delay: -0.3s; }
    .animation-loading .line-scale > div:nth-child(3) {
      animation-delay: -0.2s; }
    .animation-loading .line-scale > div:nth-child(4) {
      animation-delay: -0.1s; }
    .animation-loading .line-scale > div:nth-child(5) {
      animation-delay: 0s; }

@keyframes line-scale {
  0%, 100% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(0.4); } }

/*testamonials*/
.featuredContainer {
  margin-bottom: 50px; }
  .featuredContainer .reviewWrapper {
    padding: 0 15px;
    position: relative;
    overflow: hidden; }
    .featuredContainer .reviewWrapper .owl-stage {
      display: flex; }
      .featuredContainer .reviewWrapper .owl-stage .owl-item.active + .owl-item.active {
        border-left: 2px solid #1d2c4c; }
    .featuredContainer .reviewWrapper .reviews {
      padding: 20px 30px;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .featuredContainer .reviewWrapper .reviews .clientRating {
        margin-bottom: 10px; }
        .featuredContainer .reviewWrapper .reviews .clientRating i.fa {
          color: gold; }
      .featuredContainer .reviewWrapper .reviews .reviewDesc i.fa {
        position: relative;
        top: -5px;
        font-size: 12px; }
        .featuredContainer .reviewWrapper .reviews .reviewDesc i.fa.fa-quote-right {
          margin-left: 5px; }
        .featuredContainer .reviewWrapper .reviews .reviewDesc i.fa.fa-quote-left {
          margin-right: 5px; }
      .featuredContainer .reviewWrapper .reviews .clientInfo {
        margin-top: auto; }
        .featuredContainer .reviewWrapper .reviews .clientInfo .clientName {
          font-size: 20px;
          margin-bottom: 0; }

/*testamonials*/
/* custom scroll bar*/
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%);
  border-radius: 10px; }

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(130deg, #2ab26f 0%, #0084ba 100%); }

/* custom scroll bar*/
