/*********************** custom style  by mohneesh ******************************************/
.pop_videos .arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;  
  border-left: 60px solid green;
}

.pop_videos .timeline{
    float: left;
    width: 100px;
}
.pop_videos .timeline ul li{  
    list-style: none;
    padding: 10px 0px;
}
.pop_videos .timeline ul li a{font-size: 22px; color: #929292;}
.pop_videos .timeline ul li a.active {color: #278040; font-weight: bold;}
.pop_videos .timeline ul li span:after{ 
    content: "\25b6"; 
    font-size: 25px;
    color: #278040;
    padding: 25px;
}
.pop_videos .arrow-right{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #00ff44;
}
.pop_videos .pop_videos_wrap {
    float: right;
    width: 91%;
    border-left: 2px solid #e2e2e2; 
    max-width: 1040px;
    padding-left: 40px;
}
.pop_video_single .pop_video_title h3{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px 20px;
    color: #2b6000;
}
.pop_videos .pop_video_title h3{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px 20px;
    color: #2b6000;
}
.pop_videos .pop_video_title .published, 
.pop_video_single .pop_video_title .published{
    float: right;
    font-size: 14px;
    font-weight: 600;
}

.pop_videos .pop_video_title {
    font-size: 14px;
    color: #2b6000 !important;
    font-weight: 600 !important;
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pop_videos .rowgap .col-md-4 {
    margin: 14px 0px
}

@media only screen and (max-width: 1142px) {
.pop_videos .timeline, .pop_videos .pop_videos_wrap {
      float: none;
      width: 100%;
  }
 .pop_videos .timeline ul{
      margin-bottom: 5px;
  }
 .pop_videos .timeline ul li{
      display: inline-block;
      width: 70px;
  }
  .pop_videos .pop_videos_wrap{
      border-left: 0px solid #e2e2e2;
      border-top: 2px solid #e2e2e2;
      max-width: 100%;
      padding-left: 0px;
      padding-top: 30px;
  }
  .pop_videos .timeline ul li span:after{ 
      content: "\25BC";
      color: #278040;
      padding: 0px;
      position: relative;
      top: 45px;
      left: -35px;
  }
}