.home-background{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;	
}

.home-background::before{
	background-image: url(../../img/background.jpg);
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	border-radius: 0px 0px 100px 100px;
}
.home-background-2{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;	
}

.home-background-2::before{
	background-image: url(../../img/background2.jpg);
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 600px;
	border-radius: 0px 0px 100px 100px;
}
.home div h1{
	margin-top: 270px;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #FFF;
	text-shadow: 0px 3px 10px #00000016;
}
.search-bar form .main-search-bar{
	height: 60px;
	border-radius: 30px;
	border: 0px;
	box-shadow: 5px 0px 10px -8px;
}
.search-bar-icon{
	background-color: #fff;
	border-radius: 30px 0px 0px 30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	cursor: pointer;
	height: 60px;
	border: 0px;
	color: #BDBDBD;
	box-shadow: 0px 5px 10px -8px;
}
.search-bar-icon:hover{
	background-color: #fffaee;
}
/*End home*/





/*Cardt box*/
.card-box-group{
	margin-bottom: 150px;
	margin-top: 90px;
}
.card-box{
	margin-top: 45px;
	padding-left: 62px;
	padding-right: 62px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffffdd;
	text-align: center;

	border-radius: 30px;
	box-shadow: 0px 4px 14px 0px #e0e0e0;
}
.card-box span{
	font-size: 120px;
}
.card-box h5{
	font-size: 20px;
}
.card-box p{
	font-size: 19px;
	color: #7b7b7b;
}
/*End card box*/






/*START CATEGORY*/
.category-section{
	padding-bottom: 150px;
	background-color: #F7F7F7;
}
.category-box-group{
	text-align: center;
}
.category-box-group h1{
	font-size: 45px;
	font-weight: bold;
}
.category-box-group p{
	font-size: 18px;
	color: #7b7b7b;
}
.category-box{
	margin-top: 50px;
	border-radius: 30px;
	box-shadow: 0px 0px 15px -8px #555;
}
.category-box:hover{
	background-color: #FFAC00;
}
.category-box a{
	display: block;
	font-size: 16px;
	color: #7b7b7b;
	padding-bottom: 13px;
}
.category-box a:hover{
	display: block;
	text-decoration: none;
	color: #fff;
	padding-bottom: 13px;
}
.category-box img{
	height: 100%;
	width: 100%;
	min-height: 150px;
	border-radius: 30px 30px 0px 0px;
	margin-bottom: 13px;
}
/*END CATEGORY*/








/*START BLOG-AC*/
.blog-ac-group{
	padding-bottom: 100px;
}
.blog-ac-group h2{
	width: 100%;
	text-align: center;
	font-size: 45px;
	margin-top: 100px;
	margin-bottom: 80px;
}
.blog-ac-group p{
	font-size: 18px;
	color: #7b7b7b;
	line-height: 35px;
}

.blog-ac-group .image img{
	width: 100%;
}
/*END BLOG-AC*/






/*START TOP-COURSE*/
.top-course{
	background-color: #F7F7F7;
}
.top-course-group{
	padding-top: 90px;
	padding-bottom: 100px;
}
.top-course-group h1{
	width: 100%;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 40px;
}
.top-course-group p{
	font-size: 18px;
	color: #7b7b7b;
	line-height: 35px;
}
/*END TOP-COURSE*/


/*Start slider top courses*/
.slider{
	margin-top: 80px;
	margin-bottom: 50px;
	padding: 0px;
}
.slider-item{
	padding: 14px;
}
.slider-item img{
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	height: 260px;
}
/*End slider top courses*/



/*top course data*/
.top-course-data{
	background-color: #fff;
	border-radius: 0px 0px 20px 20px;
	padding-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	height: 100%;
	box-shadow: 0px 0px 27px -20px #000;
}
.str-check{
	color: #FBAD2A;
	font-size: 13px;
	padding: 4px;
}
.str-uncheck{
	color: #c7c7c6;
	font-size: 13px;
	padding: 4px;
}
.top-course-title {
	font-size: 14px;
	line-height: 17px;
}
.top-course-title a{
	margin-top: 6px;
	display: block;
	color: #000;
	text-decoration: none;
}
.top-course-title a:hover{
	color: #FFAC00;
	text-decoration: none;
}
.top-course-desc{
	margin-top: 12px;
	font-size: 12px;
	color: #757575;
	height: 80px;
}
.top-course-lessons-price{
	min-height: 30px;
	margin-top: 10px;
}
.lessons-quantity{
	margin-top: 40px;
	display: block;
	font-size: 12px;
	color: #b1b1b1;
}
.top-course-price{
	margin-top: -40px;
	font-size: 25px;
	float: right;
	color: #8e8e8e;
}
.with_out_discount{
	margin-top: -16px;
	font-size: 25px;
	float: right;
	color: #8e8e8e;
}
.top-course-discount-price{
	margin-right: 3px;
		font-size: 13px;
}
.bottom-btn-field{
	padding-top: 15px;
	border-top: 1px solid #E9E9E4;
}
.bottom-btn-field .active{
	color: #fff !important;
	background-color: #FFAC00 !important;
}
.btn-wishlist{
	color: #FFAC00;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	font-size: 10px;
	margin-top: 5px;
}
.btn-wishlist:hover{
	color: #fff;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	font-size: 10px;
	background-color: #FFAC00;
}
.btn-card{
	color: #FFAC00;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	font-size: 10px;
	margin-top: 5px;
}
.btn-card:hover{
	color: #fff;
	border-radius: 50px;
	border: 1px solid #FFAC00;
	background-color: #FFAC00;
	font-size: 10px;
	margin-top: 5px;
}
.btn-enroll{
	color: #abab03;
	border-radius: 50px;
	border: 1px solid #abab03;
	font-size: 10px;
	width: 100px;
	margin-top: 5px;
}
.btn-enroll:hover{
	color: #fff;
	border-radius: 50px;
	border: 1px solid #abab03;
	background-color: #abab03;
	font-size: 10px;
	width: 100px;
	margin-top: 5px;
}
.btn-buy-done{
	color: #abab03;
	border: 1px solid #abab03;
	font-size: 10px;
	width: 130px;
	margin-top: 5px;
	border-radius: 20px;
}
.btn-buy-done:hover{
	color: #fff;
	border: 1px solid #abab03;
	background-color: #abab03;
	font-size: 10px;
	width: 130px;
	margin-top: 5px;
	border-radius: 20px;
}
/*End top course*/





/*User Slider*/
.user-slider{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.user-slider-item .active img{
	border: 3px solid #feac00;
}
/*.slick-arrow{
	border-radius: 50px !important;
	background-color: #bdbdbd !important;
}
*/





/*course item*/
.course-item{
	padding: 0px;
}
.course-item img{
	border-radius: 20px 20px 0px 0px;
	width: 100%;
	height: 260px;
}







/*all course page*/
.course-search-bar-parent{
	padding-top: 160px;
	padding-bottom: 50px;
	margin-top: 200px;
}
.course-search-bar{
	
}
.filter-search-btn{
	background-color: #FFAC00;
	font-size: 12px;
	width: 80px;
	color: #fff;
}
.filter-search-btn-icon{
	font-size: 12px;
	width: 5px;
}
.filter-search-btn-field .active{
	color: #ffac00;
}
















/*Courses List*/
.card-course{
	box-shadow: 1px 1px 20px -15px;
	border-radius: 20px;
	margin: 20px;
}
.card-course-cover-image{
	padding: 0px;
}
.card-course-cover-image img{
	border-radius: 20px 0px 0px 20px;
	width: 100%;
	height: 100%;
}
.card-course div span{
	display: block;
	font-size: 14px;
	color: #898989;
	padding-bottom: 15px;
}
.course-action{
	border-left: 1px solid #efefef;
	padding: 15px;
}
.course-action .active{
	background-color: #FFAC00;
	color: #fff;
}
.card-course-description a{
	color: #343434;
}
.card-course-description a:hover{
	color: #787878;
	text-decoration: none;
}





/*Order summary*/
.order-summary{
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 20px;
	margin-top: 80px;
	margin-bottom: 20px;
	box-shadow: 0 0 19px 0px #d6d6d6;
}
.order-summary-text-sm{
	font-size: 10px;
	color: #878787;
}
.btn-order-summery-checkout{
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-order-summery-checkout a{
	padding: 10px;
	background-color: #FE7060;
	color: #FFFFFF;
	width: 100%;
}
/*End Order Summary*/






/*All User Data*/
.user-menu{
	margin-top: 202px;
	width: 100%;
}
.user-menu ul{
	list-style: none;
}
.user-menu ul li{
	float: left;
	height: 50px;
	width: 20%;
}
.user-menu ul li a{
	padding: 10px;
	display: block;
	font-size: 12px;
	color: #fff;
}
.user-menu ul li .active{
	border-bottom: 3px solid #FFAC00;
	color: #FFAC00;
}
.user-menu ul li a:hover{
	border-bottom: 3px solid #FFAC00;
}


.btn-invoice{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFAC00;
	color: #FFAC00;
}
.btn-invoice:hover{
	color: #fff;
	background-color: #FFAC00;
}







/*Chat*/
.sms-sender{
	margin-right: auto;
	border-radius: 20px 20px 20px 0px;
	background-color: #B8E9FE;
	max-width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.sms-receiver{
	margin-left: auto;
	border-radius: 20px 20px 0px 20px;
	background-color: #edf0f2;
	max-width: 50%;
	padding: 20px;
	margin-top: 10px;
	/*border: 2px solid #c8e3cb;*/
}
.overflow-y{
	max-height: 500px;
	overflow-y: scroll;
	margin-left: 2px;
	margin-right: 4px;
	box-shadow: 0px 0px 15px -8px;
}
.shodow-15-8{
	box-shadow: 0px 0px 15px -8px;
}





/*Profile*/
.profile-btn a{
	margin: 5px;
	padding: 10px;
	color: #000;
}
.profile-btn a:hover{
	color: #FFAC00;
}
.profile-btn .active{
	color: #FFAC00;
}
.profile-photo a img{
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 15px -8px;
	border-radius: 50px;
}

.profile-data label{
	font-size: 12px;
}
.profile-data input{
	border-radius: 10px;
	border: 0px;
	box-shadow: 0px 1px 10px -5px;
}
.profile-data textarea{
	border-radius: 10px;
	border: 0px;
	box-shadow: 0px 1px 10px -5px;
}
/*Others browser*/
.profile-data input::placeholder{
  color: #E0E0E0 !important;
  font-size: 12px;
}
.profile-data textarea::placeholder{
  color: #E0E0E0 !important;
  font-size: 12px;
}




/*Instructor Image*/
.instructor-image{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 10px 30px #d2d2d2;
}
.instructor-card{
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}
.instructor-card i{
	font-size: 20px;
}
.instructor-card p{
	font-family: 'Poppins', serif;
	font-size: 18px;
}
.course-on-instructor{
	font-size: 15px;
	color: #8E8E8E;
	text-align: left;
	padding-left: 20px;
	min-height: 60px;
	background-color: #F5F5F5;
	padding-top: 20px;
	border: .5px solid #E0E0E0;
}
.course-on-instructor-content{
	border: .5px solid #E0E0E0;
	font-size: 15px;
	color: #8E8E8E;
	text-align: left;
	padding-left: 20px;
	min-height: 60px;
	padding-top: 20px;
}




/*Biography*/
.biography-head{
	font-size: 30px;
}
.biography .biography-description{
	text-align: left;
	font-size: 16px;
}

/*Instructor all course*/
.instructor-all-course p{
	font-size: 30px;
}






/*invoice table*/
.invoice tr th{
	text-align: left;
	width: 25%;
	background-color: #E0E0E0;
	font-size: 12px;
	height: 45px;
}
.invoice tr td{
	text-align: left;
	width: 		25%;
	font-size: 12px;
}

/*404 page*/
.color-bondi{
	color: #71D4FF;
}
.header-font-404{
	font-size: 35px;
}
.color-404{
	color: #FE7060;
}
.font-404{
	font-size: 200px;
}

.btn-rating-edit-publish{
	background-color: #ffac00;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
}
.btn-rating-edit-cancel{
	background-color: #787878;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
}
.btn-rating-edit-publish:hover .btn-rating-edit-cancel:hover{
	color: #787878;
}
.message-new-user{
	border-radius: 50px;
	box-shadow: 0px 3px 10px 0px #00000016;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 73px;
	font-size: 25px;
	font-weight: 10px;
	background-color: #FE7060;
	color: #fff;
}
.message-new-user:hover{
	background-color: #FFF;
	box-shadow: 0px 1px 8px -2px;
	color: #FFAC00;
}





/*Course Details page*/
.course-details-banner{
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	border-radius: 0px 0px 100px 100px;
	margin-top: 90px;
	position: relative;
}
.course-details-banner::after {
  content: "";
  height: 300px;
  width: 100%;
  border-radius: 0px 0px 100px 100px;
  background: url('../../img/course_page.jpg');
  opacity: 0.2;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;   
}
@media only screen and (max-width: 995px) {
	.course-details-banner{
		margin-top: 70px;
	}
	.course-details-page-main-title h1{
		font-size: 25px !important;
	}
}
.course-details-page-main-title{
	margin-top: 70px;
}
.course-details-page-main-title h1{
	font-size: 36px;
}
.course-details-page-by{
	width: 100%;
	margin-top: 25px;
}
.course-details-page-by .created-by, .course-details-page-by .level, .course-details-page-by .language{
	width: 120px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	float: left;
	border-radius: 10px;
	background-color: #ffac00;
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}
.course-details-page-by .level, .course-details-page-by .language{
	cursor: text;
}

.course-details-page-card-preview{
	width: 100%;
	min-height: 220px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 3px #00000016;
	border: 1px solid #E5E5E5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	cursor: pointer;
}
.course-details-page-card-preview i{
	margin-top: 40px;
	font-size: 80px;
	color: #00000096;
}
.course-details-page-card-preview:hover i{
	font-size: 90px;
	color: #00000096;
}

.course-details-page-card-preview p{
	margin-top: 20px;
	color: #fff;
}
.course-details-page-card-preview:hover p{
	margin-top: 10px;
}

.course-details-page-card{
	width: 100%;
	min-height: 240px;
	background-color: #FAFAFA;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 3px #00000016;
	border: 1px solid #E5E5E5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.course-details-page-card p{
	font-size: 12px;
	color: #666666;
}
.course-details-page-card h6{
	padding-bottom: 10px;
	font-size: 18px;
	color: #666666;
}

.course-details-page-card-dark{
	width: 100%;
	min-height: 240px;
	background-color: #1E2637;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 3px #00000016;
	border: 1px solid #E5E5E5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.course-details-page-card-dark h1{
	font-size: 48px;
	color: #fff;
}
.course-details-page-card-dark .active{
	background-color: #ffac00;
	color: #fff;
}



.course-details-all-button{
	width: 100%;
}
.course-details-all-button a{
	width: 100%;
	max-width: 290px;
	height: 50px;
	background-color: #F5F5F5;
	color: #333333;
	margin-top: 2px;
	margin-left: 2px;
	float: left;
	font-size: 18px;
	line-height: 50px;
	padding-left: 40px;
}
@media only screen and (min-width: 569px) and (max-width: 1200px){
	.course-details-all-button a{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 568px) {
	.course-details-all-button a{
		width: 100%;
		max-width: 1000px;
	}
}
.course-details-all-button a:hover{
	background-color: #ffac00;
	color: #fff;
}
.course-details-all-button .active{
	background-color: #ffac00;
	color: #fff;
	border-bottom: 4px solid #333333;
}







.what_will_i_learn{
	background-color: #fafafa;
	color: #4d4d4d;
	padding-top: 38px;
	padding-right: 38px;
	padding-bottom: 38px;
}
.what_will_i_learn h4{
	margin-left: 38px;
}
.what_will_i_learn ul li{
	font-size: 14px;
	line-height: 40px;
}
.what_will_i_learn ul{
	list-style: none;
}



.course-content-header{
	margin-top: 40px;
	margin-bottom: 10px;
}
.course-content-header .text-lg{
	font-size: 25px;
	margin-top: 5px;
}
.course-content-header .text-sm{
	font-size: 12px;
	margin-top: 5px;
}
.lecture-group-title{
	background-color: #f8f8f8;
	font-size: 12px;
	color: #333;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 5px;
}
.lecture-list{
	font-size: 12px;
	color: #8898d1;
}
.lecture-list ul li{
	list-style: none;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ededed;
}

.course-details-instructor-desc{
	font-size: 12px;
}
.course-details-instructor-desc img{
	width: 100%;
}
.course-details-instructor-image img{
	margin-top: 50px;
	width: 80%;
	border-radius: 50%;
	border: 5px solid #efefef;
}
.student_feedback{
	color: #999;
}
.student_feedback .review{
	margin-top: -10px;
	font-size: 12px;
}

.individual-rating{
	color: #999999;
	font-size: 12px;
}
.individual-rating ul li{
	list-style: none;
}
.individual-rating ul li .row{
	height: 22px;
}
.individual-rating .progress{
	background-color: #f8f8f8;
	height: 10px;
	margin-top: 5px;
}
.individual-rating .progress-bar{
	background-color: #E6E9EC;
	height: 10px;
}
@media only screen and (max-width: 768px) {
	.individual-rating ul li .row{
		height: 40px;
	}
}


.review-user-image img{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: none;
}
.review-user{
	font-size: 12px;
	color: #787878;
	background-color: #fafafa;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
}





.view-more-parent{
   position: relative;
   overflow: hidden;
}
.view-more{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.95),#fff);
   display: block;
   padding: 30px 3px 3px 3px;
   color: #007791;
   cursor: pointer;
   z-index: 5;
}
.view-less{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   display: block;
   padding: 3px 3px 3px 3px;
   color: #007791;
   cursor: pointer;
}
.view-more-parent.expanded{
   max-height: none;
   overflow: visible;
}
.view-more-parent.has-hide{
   padding-bottom: 30px;
}
.description-box {
   max-height: 260px;
   margin-top: 40px;
   margin-bottom: 40px;
}
.description-box ul{
   list-style: disc;
}

.description-box .description-title {
   font-size: 22px;
   font-weight: 600;
   margin: 0 0 10px;
}
.description-box .audience {
   margin-top: 20px;
}
.description-box .audience .audience-title{
   font-size: 18px;
   font-weight: 600;
   margin: 0 0 10px;
}
.description-box .audience ul{
   margin-bottom: 0;
}




/*others*/
@media print {
    nav{
      display: none;
    }
    .footer, .footer-social-group, .copyright, .dark-background-rounded, .btn-print{
      display: none;
    }
    .print{
      width: 100%;
    }
}
.opacity-05{
	opacity: 0.05;
}
.loader_modal{
	position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: #42477077; z-index: 1000; color: #fff; text-align: center; padding-top: 100px;
}
.font-12{
	font-size: 12px;
}
.plyr__video-wrapper{
	height: 450px;
}
.color-check{
	color: #A1A6B2;
}
.color-uncheck{
	color: #FBA435;
}
.h-20-px{
	height: 20px;
}
.h-50-px{
	height: 50px;
}
.div-none{
	display: none;
}
.h-au-70{
	margin: auto;
	width: 70px;
	height: 70px;
}
.h-35-px{
	height: 35px;
}

@media only screen and (max-width: 600px) {
  .d-sm-none{
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .d-md-block{
    display: show;
  }
}
.course-bundle-header{
    background-color: #FDC800;
    color: white;
}


/*SLIDE UP AND DOWN CSS STARTS*/
 .bundle-slider {
    background-color: #fff;
    box-shadow: 0px 15px 20px -5px #00000052;
    overflow-y: hidden;
    max-height: 5000px;
    
    /* approximate max height */
    box-sizing: border-box;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease;
    position: absolute;
    z-index: 500;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: -5px;
    margin-left: -20px;
}
 .bundle-slider.closed {
     max-height: 0;
     transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease;
}
/*SLIDE UP AND DOWN CSS ENDS*/
.btn-bundle-details{
    background-color: #fff;
    border: 1px solid #087791;
    color: #000 !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: left;
    text-align: center;
}
.btn-bundle-details:hover{
    background-color: #087791;
    border: 1px solid #087791;
    color: #fff !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: left;
    text-align: center;
}
.btn-buy-bundle{
    background-color: #fff;
    border: 1px solid #087791;
    color: #000 !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: right;
    text-align: center;
}
.btn-buy-bundle:hover{
    background-color: #087791;
    border: 1px solid #087791;
    color: #fff !important;
    padding: 10px;
    /*border-radius: 5px;*/
    width: 48%;
    float: right;
    text-align: center;
}
.bundle-arrow-down:hover{
    color: #087791;
}

.bundle-bg-image { 
    position: relative; 
    height: 45vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.bundle-bg-image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.25);
}
/*@media only screen and (max-width: 780px) {
    .bundle-course-image{
        display: none;
    }
    .bundle-course-rating{
        min-width: 160px;
    }
}*/
.course-more-details{
    color: #6d747f;
}
@media only screen and (max-width: 767px) {
    .course-bundle-details-header .title{
        font-size: 18px;
    }
    .by-name{
        font-size: 15px;
    }
    .bundle-buy-button{
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
        
        color: #fff;
        margin-right: 5px;
        text-align: center;
        float: right;
        font-size: 17px;
        padding: 5px;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 768px){
    .course-bundle-details-header .title{
        font-size: 25px;
    }
    .by-name{
        font-size: 20px;
    }
    .bundle-buy-button{
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
        
        color: #fff;
        margin-right: 5px;
        text-align: center;
        float: right;
        font-size: 18px;
        padding: 6px;
        margin-top: 100%;
    }
}
@media only screen and (min-width: 991px) {
    .course-bundle-details-header .title{
        font-size: 45px;
        margin-bottom: 40px;
        padding: 0px;
    }
    .by-name{
        font-size: 25px;
    }
    .bundle-buy-button{
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
        
        color: #fff;
        margin-right: 5px;
        text-align: center;
        float: right;
        font-size: 20px;
        padding: 8px;
        margin-top: 100%;
    }
}
.course-bundle-box{
    background-color: #ec52520d;
}
.text-ccc{
    color: #ccc !important;
}
.box-shadow-0{
    box-shadow: 1px 1px 1px 1px #00000000;
}

.mt-100{
    margin-top: 100%;
}
.text-15{
    font-size: 15px;
}
.btn-sm{
    padding: 5px;
    font-size: 12px;
}

@media print {
    .print-hidden{
        display: none;
    }
}
.mini-text{
    font-size: 11px;
    color: #b3b4b9;
}
.bundle-search input{
    background-color: #f2f3f5;
    border: 1px solid #f2f3f5;
    height: 45px;
    padding: 0 15px;
    border-radius: 2px 0 0 2px;
    font-size: 13px;
}
.bundle-search button{
    background-color: #fff;
    border: 1px solid #efefef !important;
}
.min-height-50{
    min-height: 50px;
}
.ml-auto{
    margin-left:auto;
    margin-right:auto;
}
.bg-eceff4-p-1-5rem{
    background: #eceff4;
    padding: 1.5rem;
}
.text-22{
    font-size: 22px;
}
.text-1-2-rem{
    font-size: 1.2rem;
}
.invoice-border{
    border-bottom:1px solid #eceff4;margin: 0 1.5rem;
}
.p-1-5-rem{
    padding: 1.5rem;
}
.d-inline-block{
    display:inline-block;
}
.w-20-px{
    width: 20px;
}
.bg-eceff4{
    background: #eceff4;
}

.course-box-wrap:focus{
    outline: none;
}
.course-box-wrap{
    padding:0 8px;
    margin-bottom: 20px;
}
.course-box-wrap a{
    color: #fff;
}
.course-box-wrap a:hover{
    text-decoration: none;
}
.course-box{
    position: relative;
    background: #fff;
}

.course-box:before,
.course-box:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -ms-webkit-transition: .2s ease;
    z-index: -1;
}
.course-box:before{
    opacity: 1;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    -ms-webkit-box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
.course-box:after{
    opacity: 0;
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    -webkit-box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
    -ms-webkit-box-shadow: 0 2px 8px 2px rgba(20,23,28,.15);
}
.course-box:hover:before{
    opacity: 0;
}
.course-box:hover:after{
    opacity: 1;
}
.course-box .play-btn {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/icons/icon-play.svg) no-repeat;
    background-size: auto 40%;
    background-position: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}
.course-box .course-image:hover > .play-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    visibility: visible;
    opacity: 1;
}
.course-box .course-details{
    padding: 15px 10px 0px 15px;
    position: relative;
}
.course-box .course-details .title{
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    height: 36px;
    min-height: 42px;
    font-size: 15px;
    color: #29303b;
    margin-bottom: 10px;
    line-height: 20px;
}
.course-box .course-details .instructors{
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 21px;
    height: 21px;
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 5px;
}
.course-box .course-details .rating{
    margin-bottom: 10px;
}
.course-box .course-details .rating i{
    font-size: 11px;
}
.course-box .course-details .rating .rating-number{
    color: #29303b;
    margin-bottom: 0;
    font-size: 12px;
}
.course-box .course-details .rating .rating-number span{
    font-weight: 600;
    color: #a1a7b3;
    margin-left: 5px;
}
.course-box .course-details .price{
    padding-bottom: 15px;
    color: #29303b;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.course-box .course-details .price small{
    color: #686f7a;
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}

.course-box .course-details .completed-percent .progress-bar{
    background: #007791;
}
.course-box .course-details .completed-percent .progress {
    border-radius: 0;
    height: 2px;
    background-color: rgba(41,48,59,.25);
}
.course-box .course-details .completed-percent {
    margin-top: 10px;
    padding-bottom: 30px;
}
.course-box .course-details .completed-percent .text {
    width: 50%;
    color: #686f7a;
    font-size: 13px;
}
.course-box .course-details .your-rating-box {
    position: absolute;
    right: 10px;
    bottom: 3px;
    margin-bottom: 0;
    z-index: 1;
    text-align: right;
}
.course-box .course-details .your-rating-box .your-rating-text {
    margin-bottom: 0;
    font-size: 13px;
    color: #29303b;
    margin-top: 2px;
}
.course-box .course-details .your-rating-box:hover .your-rating-text {
    color: #ec5252;
}
.course-box .course-details .your-rating-box .your-rating-text .edit {
    display: none;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .edit {
    display: unset;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .your {
    display: none;
}
.course-box .course-details .your-rating-box i {
    color: transparent;
    text-stroke: 1px #eaeaea;
    -webkit-text-stroke: 1px #eaeaea;
    font-size: 17px;
    letter-spacing: -0.1em;
}
.course-box .course-details .your-rating-box i.filled {
    color: #f4c150;
}




.course-badge{
    color: #29303b;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    pointer-events: none;
    border-radius: 3px;
    font-size: 9px;
    padding: 1px 8px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.course-badge:after{
    border-radius: 3px;
    right: -4px;
    background: inherit;
    content: "";
    height: 11px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 11px;
    z-index: 0;
    display: block;
}
.course-badge.best-seller{
    background: #f4c150
}
.course-badge.hot-new{
    background: #ec5252;
    color: #fff;
}
.course-badge.position{
    position: absolute;
    top: 12px;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.course-box .course-image{
    position: relative;
}
.course-box .course-image:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}
.course-box .wishlist-add,
.course-box .favorite-add{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.course-box .wishlist-add button,
.course-box .favorite-add button{
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.course-box .wishlist-add button:hover i,
.course-box .wishlist-add.wishlisted button i,
.course-box .favorite-add button:hover i,
.course-box .favorite-add.added button i{
    color:#ec5252;
}
.course-box .wishlist-add button i,
.course-box .favorite-add button i{
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    font-size: 16px;
    color:#686f7a;
}
.course-box .instructor-img-hover{
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: left;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-webkit-transition: 0.2s;
}
.course-box .instructor-img-hover img{
    border: 3px solid #fff;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}
.course-box .instructor-img-hover span{
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-stroke: .4px #fff;
    -webkit-text-stroke: .4px #fff
}
.course-box:hover .instructor-img-hover,
.course-box:hover .course-image:before{
    opacity: 1;
    visibility: visible;
}


.course-preview-modal .modal-header {
    border-color: #000;
}
.course-preview-modal {
    background-color: #29303b;
    color: #fff;
}
.course-preview-modal .modal-title {
    font-size: 18px;
}
.course-preview-modal .modal-title span {
    color:  #76c5d6;
    margin-right: 5px;
}
.course-preview-modal .close {
    color: #fff;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    font-size: 27px;
}
.course-preview-modal .modal-body {
    padding: 0;
}
.course-preview-modal .course-preview-video-list .title {
    font-size: 18px;
    color: #dedfe0;
    padding: 7px 15px;
}
.course-preview-modal .course-preview-video-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video .course-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    padding-left: 15px;
    font-size: 13px;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video .course-name i {
    font-size: 12px;
    margin-right: 7px;
}
.course-preview-modal .course-preview-video-list li {
    padding: 7px 15px;
    cursor: pointer;
}
.course-preview-modal .course-preview-video-list li.active {
    background-color: #505763;
}

/*all course page*/
.bundle-course-search{
	padding-top: 160px;
	padding-bottom: 50px;
	margin-top: 200px;
}

.course-info{
	background-color: #ffac00;
	color: #FFFFFF;
}

.css_sub{
	color: #ffac00;
}


.student-feedback-box {
    margin: 50px 0;
}

.student-feedback-box .student-feedback-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
}

.student-feedback-box .average-rating {
    text-align: center;
    margin-top: 10px;
}

.student-feedback-box .average-rating .num {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.student-feedback-box .average-rating .rating i {
    font-size: 20px;
    color: #f4c150;
    margin-bottom: 5px;
}

.student-feedback-box .individual-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-feedback-box .individual-rating ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.student-feedback-box .individual-rating ul li .progress{
    width: 70%;
    height: 20px;
    border-radius: 3px;
    background-color: #f2f3f5
}
.student-feedback-box .individual-rating ul li .progress-bar{
    border-radius: 3px;
    background-color: #a1a7b3;
}
.student-feedback-box .individual-rating .rating i {
    font-size: 14px;
    color: #dedfe0;
}

.student-feedback-box .individual-rating .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .individual-rating li > div:not(.progress) {
    padding-left: 15px;
}

.student-feedback-box .individual-rating li > div:not(.progress) span:not(.rating) {
    text-align: center;
    padding-left: 10px;
    color: #007791;
}
.student-feedback-box .reviews .reviews-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px;
}

.student-feedback-box .reviews ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

.student-feedback-box .reviews .reviewer-details img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin-right: 20px;
}
.student-feedback-box .reviews .reviewer-details .review-time .time {
    color: #686f7a;
}

.student-feedback-box .reviews ul li {
    padding: 30px 0;
    border-top: 1px solid #dedfe0;
}

.student-feedback-box .reviews ul li:last-child {
    border-bottom: 1px solid #dedfe0;
}

.student-feedback-box .reviews .review-details .rating i {
    color: #dedfe0;
    margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
    color: #f4c150;
}

.student-feedback-box .reviews .review-details .review-text {
    color: #505763;
    margin-bottom: 10px;
    font-size: 16px;
}

.student-feedback-box .reviews {
    margin-top: 30px;
}


