
.card.enrolbox {
    background-color: #0e76bc;
    border: 2px solid #0e76bc;
    padding: 0px;
    margin-bottom: 10px;
    color: #ffffff;
    -webkit-border-radius: 0.3rem !important;
    -moz-border-radius: 0.3rem !important;
    -o-border-radius: 0.3rem !important;
    -ms-border-radius: 0.3rem !important;
    border-radius: 0.3rem !important;
}
	.card.enrolbox:hover{  
	background-color: #fd9940;
    border: 2px solid #fd9940;
	}

	.card.enrolbox:hover .popu-badge{  
     display: none;
	}

	
	.card.enrolbox .card-header{
	color: #0e76bc;
	font-size: .875rem;
	font-weight: bold;
	border: 0;
	padding-bottom: 5px;
	}
	
	.card.enrolbox .card-body {
    padding: 0rem 0.5rem 0.75rem 0.5rem  ;
    background-color: #ffffff;
   }
	
   .card.enrolbox .card-footer{
    background-color: transparent;
	color: #ffffff;
	font-size: 1rem;
    font-weight: bold;
	}
	
	.card.enrolbox .card-title{
	color: #fd9940;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0;
	}
	
	.card.enrolbox .card-text{
	font-size: 0.9rem;
	margin-bottom: 9px;
	color: #666666;
	}
	
	.card.enrolbox:hover .card-title{
	color: #0e76bc;
	}
	
	.new-title-box .media-body strong{ 
		color: #ffffff;
        font-size: 1rem;
	}
	
	.new-title-box .media-body hr {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border-top: 1px solid rgba(255,255,255,.8);
}
	
	section.page-main .title-box.new-title-box h1 {
    font-size: 1.8rem;
		font-weight: 600;
}
	
	.new-title-box .media-body p{ 
		color:#ffffff;
		margin-bottom: 3px;
	}
	
	.new-title-box .media-body p span{ 
		color:#fd9940;
	}
	
	.title-box.new-title-box .media-body{ 
		padding:8px 15px; 
	}
	.title-box.new-title-box .media-body small{ 
		display: block;
		font-size: .7rem;
	}
	
	.title-box.new-title-box .btn{ 
		display: block;
position: relative;
padding-right: 15px;
padding-left: 5px;
font-size: .8rem;
font-weight: bold ;
		margin-bottom: 3px;
		 white-space: normal;
	}
	

	.title-box.new-title-box .btn i{ 
		position: absolute; 
		right: 9px;
		font-size: 1rem;
font-weight: bold;
		top: 28%;
	}
	
	.title-box.new-title-box .btn.btn-default{ 
		background-color: #ffffff;
		color:#0e76bc;
	}
	
	section.page-main.just-courses-page h2.page-end-head{ 
		padding-top: 0px; 
		margin-top: 0px;
}

.popu-badge{ 
	position: absolute; 
	height: 60px; 
	left: 0;
}

section.page-main.just-courses-page .title-box.new-title-box {
    margin-bottom: 1rem;
    border: 1px solid rgb(14, 118, 188);
}



@media (min-width: 993px) and (max-width: 1199px) {
.title-box.new-title-box .btn.btn-warning {
    white-space: normal;
    line-height: 2.5;
}
}

@media (min-width: 992px) and (max-width: 1280px) {

	.title-box.new-title-box .media-right img {
    height: 190px;
    width: auto;
	 
	 }		

}

@media (min-width: 20px) and (max-width: 992px) {
		
section.page-main.just-courses-page .title-box {
	display: block !important;
}
	
.title-box.new-title-box .media-right img {
    height: auto;
		width: 100%;
}
	
.title-box.new-title-box .media-right {
    display: block !important;
}
	
	.title-box.new-title-box .media-right img{ 
			height: auto !important;
            width: 100% !important;
		}

	
}


		


