body {
    font-family: OpenSansRegular;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}



.course-video-container {
    background-color: grey;
    /* float: left; */
    width: 100%;
}

.course-video-player {
    /* width: 83%; */
    margin: 0 auto;
    position: relative;
    /* height: 519px; */
    height: 400px;
}

.video-play {
    background-image: url(https://cdn2.onference.in/images/cutouts/play.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    width: 131px;
    height: 131px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.course-btm-strip {
    opacity: 0.8;
    background-color: #333333;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    padding: 3px 0px;
    font-size: 14px;
    font-family: OpenSansRegular;
    float: none;
    transition:all 3s ease-out;

}

.course-video-player .video-js{
    /* background: #000; */
font-family: Helvetica,Arial,serif;
position: relative;
text-align: left;
text-indent: 0;
vertical-align: top;
width: 100% !important;
height: 100% !important;
  }

.course-duration {
    padding: 0px 20px;
}




.course-detail-container {
    /* width: 100%; */
    margin: 0 40px;
    /* width: 83%;
    margin: 0 auto; */
}





.syllabus-data {
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #333333;
    padding: 30px 20px 0px;
}




.chapter-hld {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}




.chapter-content {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.chapter span {
    width: 80%;
    float: left;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #333333;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis;
}

.chapter-duration {
    float: right;
    width: 9%;
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #333333;
    background-image: url(https://cdn2.onference.in/images/cutouts/chapter-duration.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
}



.progress-bar {
    background-color: #66ccff;
}

.footer-area {
    position: unset;
}

/*#region syllabus video popup custom css */

.course-video-container .container {
    background: transparent;
    min-height: unset;
}

.syllabus-modal {
    top: 20%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
}

    .syllabus-modal .md-content {
        background: #ffa346;
        width: 100%;
        float: left;
    }

        .syllabus-modal .md-content > div {
            padding: 0px;
        }

    .syllabus-modal .md-show.md-effect-12 ~ .md-overlay {
        background: #ffa346;
    }

.model-syllabus .flowplayer {
    display: inherit;
}

.md-overlay {
    background: rgba(12, 12, 12, 0.59);
}
.md-show ~ .md-overlay {
  opacity: 0.6;
  visibility: visible;
}
.custom-close {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 5px !important;
    top: -30px !important;
    right: 10px;
    top: 8px;
    background: #80808078;
    background-image: url(https://cdn2.onference.in/images/md-close.png);
    background-repeat: no-repeat;
    padding: 0px !important;
    cursor: pointer;
}

.md-close {
    display: none;
}

.fp-player + a[href="https://flowplayer.com/hello"],
.fp-share {
    display: none !important;
}

/*#endregion */


.singlevidspeed{
    height: 92px !important;
   
}

.singlevidspeed .mejs__speed-selector-label {
    padding: 9px 0px 6px 0px !important;
}

.sucess{
    float: left;
    color: #ffae18;
    font-size: 13px;
    font-family: OpenSansBold;
  }

/*#region media queries */

/*Custom Layout by Saeed*/

#videoIframe{
    width: 920px;
    height: 489px;
}

#videopopupIframe{
    width: 630px;
    height: 400px;
}



  .video-js{
    /* height: 732px !important; */
    width: 100%;
  }

  .vjs-picture-in-picture-control{
    display: none !important;
  }
  .video-js .vjs-current-time{
    display: block !important;
  }
  .vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate>.vjs-menu-button{
    top:11px !important
  }

  .vjs-play-progress{
    background-color: #FFCC00 !important;
  } 
  .vjs-theme-fantasy .vjs-play-progress:before {
    background-color: #FFCC00 !important
   }
   .vjs-theme-fantasy .vjs-big-play-button {
       color: #FFCC00 !important
   }
  


@media only screen and (max-width: 1208px) and (min-width: 992px) {
    .chapter-duration {
        width: 75px;
    }
}

@media only screen and (max-width : 991px) {


 
 

  
    .syllabus-data {
        padding: 30px 0px;
    }

    .chapter span {
        width: 77%;
    }

    .chapter-duration {
        width: 75px;
    }


}
/* Medium Devices, Desktops */
@media only screen and (max-width : 959px) {




    

    .syllabus-data {
        padding: 30px 0px;
    }

    .chapter span {
        width: 77%;
    }

    .chapter-duration {
        width: 75px;
    }


    .md-modal {
        width: 70%;
    }

  
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #videoIframe{
        height: 300px !important;
        width: 100% !important;
    }
    
    #videopopupIframe{
        width: 100% !important;
    }



    

    .course-video-player {
        width: 100%;
        height: 100%;
    }

    .course-detail-container {
        width: 100%;
        float: left;
        overflow: hidden;
       margin: 0 auto;
    }

   


  
  


    .syllabus-data {
        padding: 30px 0px;
    }

    .chapter span {
        width: 69%;
    }

    .chapter-duration {
        width: 80px;
    }

    .md-modal {
        width: 80%;
    }

    #syllabus-video-modal.md-modal {
        width: 90%;
    }

    .model-syllabus .plyr__control svg {
        width: 10px;
        height: 10px;
    }

    .model-syllabus .plyr__time {
        font-size: 12px;
    }
}

/* @media only screen and (max-width : 480px) {

   
    
    #videoIframe{
        height: 300px !important;
        width: 100% !important;
    }
    
    #videopopupIframe{
        width: 100% !important;
    }

    
    .course-video-container .container {
        padding: 0px;
    }

    .course-video-player {
        width: 100%;
        height: 100%;
    }

    .video-play {
        background-size: 100% auto;
        width: 60px;
        height: 60px;
    }


    .course-detail-container {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 0;
    }

  
   
    .syllabus-data {
        padding: 20px 10px;
    }

    .chapter-name {
        padding: 5px 10px;
        font-size: 14px;
    }



        .chapter span {
            width: 67%;
            font-size: 12px;
        }

    .chapter-duration {
        float: left;
        width: 65px;
        font-size: 12px;
        background-size: 13px 13px;
    }


    #syllabus-video-modal.md-modal {
        width: 95%;
    }

    .model-syllabus .plyr__control svg {
        width: 10px;
        height: 10px;
    }

    .model-syllabus .plyr__time {
        font-size: 12px;
    }
} */
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    

    .course-video-container .container {
        padding: 0px;
    }

    .course-video-player {
        width: 100%;
        height: 100%;
    }

    .video-play {
        background-size: 100% auto;
        width: 60px;
        height: 60px;
    }


    .course-detail-container {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 0;
    }


    .syllabus-data {
        padding: 20px 10px;
    }

    .chapter-name {
        padding: 5px 10px;
        font-size: 14px;
    }

    .chapter {
        padding: 20px 10px 0px;
    }

        .chapter span {
            width: 67%;
            font-size: 12px;
        }

    .chapter-duration {
        float: left;
        width: 65px;
        font-size: 12px;
        background-size: 13px 13px;
    }


    #syllabus-video-modal.md-modal {
        width: 95%;
    }

    .model-syllabus .plyr__control svg {
        width: 10px;
        height: 10px;
    }

    .model-syllabus .plyr__time {
        font-size: 12px;
    }
}

  
