.crs-card-content, .crs-card-content > img{
width: 100%;
height:auto;
border-radius: .80rem .80rem 0 0;
}

.crs-card{
background-color:#fff;
-webkit-box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
    -moz-box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
    box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
font-family: 'Nunito', sans-serif;
/*border-radius:3px;*/
margin-bottom:15px;
/*margin-top:20px;*/
border-radius: .80rem;
margin-left: 0.6rem;
margin-right: 0.6rem;
}

.course-type{
color:#098043;
margin-bottom:5px;
}

.crs-offer{
    padding: 1px 20px 1px 20px;
    background: #dc4b4b;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    position: absolute;
    top: 137px;
    right: 17px;
    color: #fff;
    border-radius: 0.3rem;
}

.register-btn{
margin-top:7px;
background-color: #0f9d58;
border-color: #0f9d58;
border-radius: 0.3rem;
}
/*
.crs-overview{
white-space: nowrap; 
max-width: 99%;
max-height:30px; 
overflow: hidden;
text-overflow: ellipsis; 

}
*/
.crs-overview {
  position: relative;
  max-width: 97%;
}

.crs-overview-text {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4.5em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  text-align:justify;
  margin-top:5px;  
font-family: 'Roboto', sans-serif;
}

.crs-overview.ellipsis::after {
  /*content: "...";*/
  position: absolute;
  right: -12px; 
  bottom: 4px;
}


.course-container{
position:relative;
}


.date-div{
position: absolute;
top:10px;
right:17px;   
color:#fff;  
background:#0f9d58;
padding:6px; 
border-radius:0.3rem;
font-family: 'Nunito', sans-serif;
font-size:13px;
}

.course-started{
/*opacity:0.5;*/
}

.course-fee{
font-size:x-large;
margin-bottom:-11px;
margin-top: 3px;
}

.course-type-heading{
text-align:left;
    background:linear-gradient(to right, #4cb96b, #32a176);;
    height: auto;
    text-align: left;
    border-radius: 2px;
    line-height:1.2em;
    margin-bottom:20px;
    color:#fff;
    font-weight:bold;
}

.floating-crs-nav{
z-index:1000;
position:fixed;
background:#39464e;
font-size: 1.3rem;
border-radius:4px;
display:none;
}
.floating-crs-nav a{
text-decoration:none;
color:#fff;
padding: 15px 10px;
}

.floating-crs-nav ul li{
display:block;
list-style-type: none;;
text-align:left;
margin-left:-49px;
border-radius:4px;
border-top: 10px solid transparent;
/*    border-bottom: 10px solid transparent;*/
border-bottom: 1px solid rgba(34, 25, 25, 0.4);
}

.crs-nav-action{
position:fixed; 
z-index:1100; 
display:none;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.warning-div{
    text-align:center;
    margin-bottom:100px;
}
.crs-panel{
border-color: #39464E;
background-color: #39464E;
width:40%;
}

@media only screen and (max-width:600px){
.crs-panel{

width:88%;
}
}

.crs-panel-heading{
border-color: #39464E;
background-color: #39464E;
color:#fff;
}

.banner-full{
   display:block !important;
  }

 .banner-mobile{
  display:none !important;
 }

@media screen and (max-width: 994px){
  .banner-full{
   display:none !important;
  }

  .banner-mobile{
   display:block !important;
  }
}

.clickable-card{
position: absolute; 
top:6%; 
left:7%; 
height:75%; 
width:87%; 
z-index:10;
}

.editIcon {
position:absolute;
margin:20px;
bottom:0;
right:0;
padding:20px;
border-radius:50%;
background-color:#fff;
z-index:10;
}

.crs-card__caption{
margin-left:20px; 
margin-right:10px; 
margin-top:20px;
z-index:-10
}

.crs-details-container{
/*z-index:1;*/
}


.crs-intro{
padding-right:0px; 
padding-left:0px;
margin-top:-6px;
/*margin-bottom:-72px;*/
}

.crs-intro__crs-banner{
z-index     : 10;
position    : relative;
text-align  : center;
min-height  : 200px;
background-color: #414c5a;
}

.crs-intro__crs-heading{
bottom      : 0px;
left        : 6%;
position    : absolute;
color       : white;
white-space : normal;
text-shadow: 2px 2px 5px #837c7c;
}

.crs-intro__crs-name{
/*position:absolute;*/
bottom:48px;
z-index:15;
left:10px;
}

.crs-intro__crs-name h3{
color:#fff;
}

.crs-right-col{
background-color:#fff;

-webkit-box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
-moz-box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
font-family: 'Nunito', sans-serif;
/*border-radius:3px;*/
margin-bottom:15px;
margin-top:20px;
border-radius: .80rem;
/*
margin-left: 0.6rem;
margin-right: 0.6rem;
*/
padding-bottom: 21px;
}

.crs-right-col__intro-video{
width:100%;
max-width:100%;
max-height:100%;
margin-top:4px;
}

.crs-right-col__content{
margin-top:10px;
margin-left:10px;
}



.crs-details-card{
background-color:#fff;

-webkit-box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
-moz-box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
box-shadow: 0px 0px 25px 0 rgba(0,0,0,.18);
font-family: 'Nunito', sans-serif;
/*border-radius:3px;*/
margin-bottom:15px;
margin-top:20px;
border-radius: .80rem;
margin-left: 0.6rem;
margin-right: 0.6rem;
padding: 20px 20px 20px 20px;
}


.crs-details-card__heading{
margin-top:-12px;
color: #39464E;
margin-bottom: 5px;
}

.crs-details-card__icon img{
max-height:50%;
max-width:50%;
display: block;
margin: -4px 0px auto 22px;
/*margin: 12px 0px auto auto;*/
}

.crs-details-card__content > p{

font-size:15px;
}

.crs-content-panel > a[aria-expanded="true"]{
border-bottom: 1px solid #02b25c;
}

.crs-nav-action{
position:fixed; 
z-index:1100; 
display:none;
}

.crs-panel{
border-color: #39464E;
background-color: #39464E;
width:40%;
}

@media only screen and (max-width:600px){
.crs-panel{

width:88%;
}
}

.crs-panel-heading{
border-color: #39464E;
background-color: #39464E;
color:#fff;
}

.clickable-card{
position: absolute; 
top:6%; 
left:7%; 
height:75%; 
width:87%; 
z-index:10;
}

.crs-card__caption{
margin-left:20px; 
margin-right:10px; 
margin-top:20px;
z-index:-10
}
h4 { margin: 0;  font-weight: bold;  font-size: 1.18em; }
.date-div {
    position: absolute;
    top: 10px;
    right: 17px;
    color: #fff;
    background: #0f9d58;
    padding: 6px;
    border-radius: 0.3rem;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
}
.crs-offer {
    padding: 1px 20px 1px 20px;
    background: #dc4b4b;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    position: absolute;
    top: 137px;
    right: 17px;
    color: #fff;
    border-radius: 0.3rem;
}
.h4-head{
    font-size: 18px;
}
.h4-head{
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4-head{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
/*.course-type {
    color: #098043;
    margin-bottom: 5px;
}*/
.crs-overview {
    position: relative;
    max-width: 97%;
}
.register-btn {
    margin-top: 7px;
    background-color: #0f9d58;
    border-color: #0f9d58;
    border-radius: 0.3rem;
}
.course-fee {
    font-size: x-large;
    margin-bottom: -11px;
    margin-top: 3px;
}
.detailbtn>a {
  margin-top: 13px;
  margin-bottom: 150px;
  padding: 14px 35px;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
}
.detailbtn>a>i {
  color: #ffffff;
  margin-left: 10px;
  font-size: 16px;
}
.detailbtn a:hover{
  background-color: #192f59;
}