/*------------------------------------------*/
/* Preload Animation / Learning Path Styles */
/*------------------------------------------*/

.learning-path {
  padding-bottom: 56px;
}

#footer_socials {
  text-align: right;
}

.learning-path h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.33;
  letter-spacing: 1.5px;
  color: #272c37;
}

.learning-path ul.course-lavel {
  width: 80%;
  margin-top: 20px;
}

.learning-path ul.course-lavel > li.list-level {
  margin-top: 32px;
  background: #ececec;
  border: 1px solid #dde6ed;
  border-radius: 4px;
  padding: 24px 30px 24px 60px;
  position: relative;
}

.learning-path ul.course-lavel > li.list-level::before {
  content: "";
  width: 1px;
  height: calc(98% + 42px);
  position: absolute;
  top: 32px;
  left: 30px;
  background: #0081ff;
  display: inline-block;
  z-index: 99;
}

.learning-path .count {
  font-size: 14px;
  display: inline-block;
  line-height: normal;
  color: #51565e;
  width: 100%;
  position: relative;
}

.learning-path .count::before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  background: #0081ff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -35px;
  z-index: 999;
}

.ccna_logo {
  float: right;
  width: 30%;
  text-align: center;
  padding: 0;
}

.learning-path .ms-intro {
  position: relative;
}

.learning-path .ms-intro .info {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 64px;
}

.learning-path .ms-intro .info h3 {
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.learning-path .info h3 span {
  color: #002e5b;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}

.learning-path .info p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 5px;
  color: #000;
}

.learning-path .info a {
  margin-top: 5px;
  display: inline-block;
  line-height: normal;
}

.learning-path .ms-intro .intro-prev {
  display: inline-block;
  vertical-align: middle;
  margin-top: 32px;
  position: relative;
}

.learning-path .ms-intro .intro-prev::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #d2d6de;
  position: absolute;
  top: 0;
  left: 0;
}

.learning-path .intro-prev a {
  color: #1179ef;
  margin-top: 24px;
  padding-left: 64px;
  display: inline-block;
}

.learning-path .intro-prev a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/video_mg.svgz) no-repeat -355px -476px;
  margin: 0 auto 10px;
}

.learning-path .course-content {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  border: 1px solid #dde3e7;
  background-color: #fff;
  margin-top: 48px;
}

/* Accordion */
.accordioncontent {
  color: #0a5dc9;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  border: 1px solid #dde3e7;
  background-color: #fff;
  margin-top: 20px;
}

.accordioncontent:hover,
.active {
  background-color: #fff;
}
.ancher_col {
    color:#337ab7;
}

.accordioncontent:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordioncontent::after {
  content: "\002B"; /* ▶ right arrow */
}

.accordioncontent.active::after {
  content: "\2212"; /* ▼ down arrow */
}
/*.active:after {*/
/*  content: "\2212";*/
/*}*/

.panelcontent {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  border: 1px solid #dde3e7;
  border-radius: 0 0 4px 4px;
}

.conet_inner {
  padding: 20px 15px 10px;
  background: #ebf1f8;
  margin: 18px;
  border-radius: 4px;
}

.panelcontent p {
  padding: 20px 15px 10px;
  background: #ebf1f8;
  margin: 18px;
  border-radius: 4px;
}

.panelcontent h4 {
  font-size: 18px;
  color: #222;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}

.panelcontent h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

/* Levels */
.active ul.level-3 {
  display: block;
}

.level-3 li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #51565e;
  margin: 0;
  padding-left: 20px;
  letter-spacing: normal;
  line-height: 30px;
  background: url(../img/circle-arrow.png) no-repeat left 10px;
}

.level-3 li h5 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #51565e;
  width: calc(100% - 205px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0;
  padding-left: 30px;
  line-height: 30px;
  background: url(../img/circle-arrow.png) no-repeat 7px 10px;
}

.learning-path .count span {
  background: #aaf055;
  text-align: center;
  font-size: 11px;
  color: #000;
  border-radius: 12px;
  line-height: 20px;
  padding: 0 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}


.read-more {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* show 3 lines only */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more.expanded {
  -webkit-line-clamp: unset; /* remove 3-line limit when expanded */
}

/* Responsive */
@media screen and (max-width: 480px) {
  .learning-path .ms-intro .info {
    width: 100%;
    padding-right: 0;
  }

  .learning-path ul.course-lavel {
    width: 100%;
    margin-top: 20px;
  }

  .ccna_logo {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
}

