.course_heading{
  padding: 2rem 0rem 0rem 0rem;
  font-weight: 800;
  text-align: center;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  
}
.after_line {
  content: '';
  border-bottom: 5px solid #ffffff;
  display: block;
  border-radius: 20px;
  width: 25%;
  margin: 1.5rem auto 0;
}

.course-description{
  text-align: center;
  margin: 0.2rem 0rem;
}
#courselist-billboard .grid-container h1{
  color:#000;
}
@media (max-width: 900px) {
  #courselist-billboard h1 {
    font-size: 2.5rem !important;
  }
  #courselist-billboard{
    padding:0rem 0 !important;
  }
}
@media (min-width: 707px) {
  .course_heading{

  	font-size: 3rem;
  }
  .course-description{
    margin: 2rem 0rem;
  }
}

  #courselist-billboard {
    background-color: #99C221;
    position: relative;
    min-height: 150px;
    padding: .5rem 0;
    color: #000;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@   package headings   @@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.hover-5-description{
  color: #ffffff;
}


.product-card {
  min-width: 280px;
  max-width: 500px;
  position: relative;
  box-shadow: 0 0px 6px #dfdfdf;
  margin: 30px auto;
  background: #fff;
  border-radius: 10px;
}

.badge {
  position: absolute;
  left: 0;
  top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: red;
  color: #fff;
  padding: 5px 10px;
  border-radius: 1px;
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 300px; */
  padding: 10px;
  background: #fff;
}

.product-tumb img {
  max-width: 100%;
  max-height: 100%;
}

.product-details {
  padding: 15px;
  text-align: center
}


.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h4 {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #99c12c;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1rem;
}

.product-details h4 a:hover {
  color: #fbb72c;
}

.product-details p {
  font-size: 16px;
  color: rgb(77, 77, 77);
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.product-bottom-details div {
  float: left;
  width: 50%;
}

.product-price {
  font-size: 30px;
  color: #ff0000;
  font-weight: 500;
  text-align: center;
  margin-top: -20px;
}

.product-price small {
  font-size: 50%;
  color: rgb(79, 79, 79);
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 2px;
}
.product-links a:hover {
  color: #fbb72c;
}

/* .product-links {
  text-align: right;
} */

/* .product-links a {
  display: inline-block;
  margin-left: 1px;
  color: #e1e1e1;
  transition: 0.3s;
  font-size: 10px;
} */

