#top_banner {
     height: 290px;
}
 body, h1, h2, h3, h4, h5, h6, p {
     font-family: "Source Sans Pro";
}
iframe{
    max-width:100%;
}
body.loading:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 99999;
}
 .top_banner_title {
     left: 200px;
     position: absolute;
     top: 150px;
     color: white;
     font-size: 50px;
     font-weight: 600;
}
.top_description{/*margin-bottom:15px;*/}
 .main_user_progress {
     margin: 25px 0;
}
 .main_user_progress .container {
     border-bottom: 1px solid lightgrey;
     padding-bottom: 20px;
}
 .user_profile img {
     margin-top: 20px;
     width: 100%;
}
.main_user_progress .align-self-center{text-align:center;}
.main_user_progress .row{min-height: 180px; justify-content: space-between;}

/*circular progress bar css starts */

 .progress {
     position: absolute;
     height: 160px;
     width: 160px;
     cursor: pointer;
     top: 50%;
     left: 50%;
     margin: -80px 0 0 15px;
     background-color: transparent;
}
 .progress-circle-back {
     fill: none;
     stroke: white;
     stroke-width:13px;
}
 .progress-circle-prog, .progress-circle-front {
     fill: none;
     stroke: #ffb71b;
     stroke-width: 10px;
     stroke-dasharray: 0 999;
     stroke-dashoffset: 0px;
     transition: stroke-dasharray 0.7s linear 0s;
}
 .progress-text {
     width: 100%;
     position: absolute;
     top: 50%;
     text-align: center;
     font-size: 1.3em;
}
.cards_progress .progress-text{font-size:14px;width: 92%;
    top: 60px;}

#enroll_btn{
    width: 210px;
    height: 50px;
    position: relative;
    background-color: #ffb71b;
    text-align: center;
    color: black;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}
#enroll_btn:hover{
    background-color:black;
    color:white;
    font-weight:600;
}

/*#circle_progbar{display:none;}*/
/*circular progress css ends*/
 .top_description p {
     font-size: 16px;
     font-weight: 400;
     color: #7A7A7A;
}
 .description_title {
     font-weight: 700;
     margin-top: 0;
}
 .course_description p {
     font-size: 12px;
     font-weight: 400;
    color: #7a7a7a;
}
.course_description .go_btn{    font-family: "Source Sans Pro", Source-sans-pro;
    font-size: 14px;
    font-weight: 600;
    fill: #424242;
    color: #424242;
    background-color: #FFBC1E;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFBC1E;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.course_description a {color:#ffb71b;}
.course_description a:hover{color: #ffb71b;/*font-weight:600;*/}
 .lt_track_row{
    position:relative;
}
.course_completion .check_stats[type="checkbox"] + span:after{
	color: grey;
	content: "Mark as Completed";
	position: absolute;
	margin: 1px 0 0 8px;
}
.course_completion .check_stats[type="checkbox"]:checked + span:after{
	color:#34ce34;
	content: "Completed";
}
.course_completion .lo_check_stats[type="checkbox"] + span:after{
	color: lightgrey;
	content: "Mark as Completed";
}
.vertical-connector {
	width: 3px;
	background-color: lightgrey;
	z-index: -1;
	height: 130%;
	position: absolute;
	top:50%;
	left: -67px;
}
.lt_track_row:nth-last-child(-n+2) .vertical-connector {
    background-color: #f9f9f9;
    border-left: 3px dashed lightgray;
}

 .list-item {
     position: absolute;
     top:50%;
     left: -80px;
     transform: translateY(-50%);
     border: 3px solid lightgrey;
     border-radius: 50%;
     font-family: 'Open Sans';
     height: 30px;
     width: 30px;
     text-align: center;
     font-weight: 700;
     background-color: white;
}
.main_user_progress a.student-btn:hover{background-color:black;color:white; border: 1px solid #ffb71b;}
 .lt_listing {
     padding: 15px 0;
     border: 1px solid lightgrey;
     border-left: 15px solid #ffb71b;
     box-shadow: 2px 2px 3px 0 lightgrey;
     margin: 30px 0;
}
 .lt_listing .course_completion .progress {
     background-color: #7dd8ff;
     height: 6px;
     border-radius: 10px;
     position: absolute;
    width: 175px;
    cursor: pointer;
    top: 0;
    left: 0;
    margin: 25px 0 0 60px;
}
.percen_completion{text-align:center;}
 .col-md-3.col-sm-3.learning_img{
    margin-top: 6px;
}
 .lt_listing .course_completion .progress .progress-bar {
     background-color: #0093ed;
}
.course-ns{text-align:center;
    font-weight: 600;
    font-size: 15px;
}
 .com_precn{
     margin-top: 25px;
     text-align: center;
     font-size: 14px;
     font-weight: 600;
     color: black;
}
 .course_completion {
     margin-top: 10px;
}

 .course_completion .check_stats {
     margin: 6px 0 0 60px;
}
 .course_completion .comp_status{
    color:#34ce34;
     font-weight:600;
     font-size:14px;
     
}
 .course_completion .lo_check_stats {
     margin: 30px 0 0 65px;
}
.lt_course_completion {
    font-weight:600;
    font-size:14px;
    text-align: center;
    top: 40%;
}
.learning_img picture, .learning_img_icon picture {
    margin-left: 15px;
    display: block;
    text-align: center;
}
 .learning_img_icon img {
     /*margin-left: 70px;*/
}
 .learning_category {
     color: #C89211;
     margin: 0;
     font-size: 12px;
     text-transform: Uppercase;
}
 .learning_title {
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
}
 .lg_track_duration {
     color: black;
     font-size: 14px;
     font-weight: 700;
}
 .learningtrack-template .goto_course_btn {
     padding: 3px 25px;
     background-color: #ffb739;
     border: 2px solid transparent;
     color: #424242;
}
.learningtrack-template button.goto_course_btn:hover{color:white;background-color:black;}
.goto_course_btn a{
    color: white;
}
.goto_course_btn a:hover{color:black}

/*Badge css*/

.buy-badge-card {
    padding: 0 120px;
    position: relative;
}
.buy-badge-card .badge_listing{
    background-color: #ffd16d;
    padding: 15px 0;
    margin: 30px 0;
}
.badge-img{text-align:center;}

.badge-title{
    font-size: 16px;
    font-weight: 800;
}

.badge-details p{
    font-size: 15px;
    color: black;
}
.buy-badge-card a .buy-badge {
    padding: 3px 25px;
    background-color: black;
    border: 2px solid transparent;
    color: white;
}

.buy-badge-card a .buy-badge:hover {
    padding: 3px 25px;
    background-color: #ffd16d;
    border: 2px solid black;
    color: black;
    font-weight: 600;
}
.buy-badge-card .vertical-connector{height:0;}
.buy-badge-card .list-item{left: -80px;
    border: none;
    position: absolute;
     background: #f9f9f9;
}
.badge-ribbon{font-size:13px; font-weight:700;}
.badge-img img{max-width: 110px;}

/*Badge Css*/


/*Media queries*/
 @media (min-width:360px) and (max-width:430px) {
     .top_banner_title{
         top:350px;
         left:30px;
    }
     #learning_track_main{
         text-align:center;
    }
     #learning_track_main .learning_paths{
         max-width:85%;
    }
    #enroll_btn{
        margin:35px 0 0 0;
    }
     .vertical-connector{
        left:-19px;
        height:175%;
    }
     .list-item{
        left:-33px;
    }
     .circular_progress .progress_circle{
        margin:10px 125px;
    }
     .course_description, .learning_img, .learning_img_icon {
         text-align: center;
    }
     .modal-content .cat_title{
        text-align:left;
    }
     .learning_img img, .learning_img_icon img {
         margin: 0;
    }
     .course_completion_stats{
        text-align:center;
    }
     .course_completion .check_stats{
        margin:0;
    }
    .course_completion .lo_check_stats{margin:0;}
     .course_completion .fa.fa-check-circle.greycolor{
        margin: 0 !important;
    }
}
 