.product_online_course , .product_test_series , .product_books{
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding: 0 30px;
  font-size: 15px;
  line-height: 54px;
  background-color: #ffffff;
  /* color: #69aefe; */
  background: #E5282C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #e5282c;
  border-radius: 8px;
  text-align: center;
}
.product_online_course:hover , .product_test_series:hover , .product_books:hover{
  background: #E5282C;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.product_selected{
  background: #E5282C;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.actual_product{
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: roboto,sans-serif;
  font-size: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  /* background: url('https://www.drishtiias.com/onlinecourse/img/icon-republic.png') no-repeat right bottom; */
  /* background: url('https://www.drishtiias.com/images/uploads/1652043779_Asset%204@2x.png') no-repeat right bottom; */
  /* background: url('https://www.drishtiias.com/images/uploads/1652277121_Asset%204@2x%20(1).png'); */
  border-radius: 8px;
  transition: .3s;
  text-align: left;
  cursor: pointer;
  padding: 20px;
  min-height: auto;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.actual_product > small {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: roboto,sans-serif;
  list-style: none;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #222;
  font-weight: 400;
  line-height: 1;
}

.actual_product > h2 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  list-style: none;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  margin: 0;
  font-family: roboto,sans-serif;
  margin-bottom: 10px;
  min-height: 58px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 20px;
}

.actual_product_sub_title {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: roboto,sans-serif;
  list-style: none;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px!important;
}

.actual_product_time_money{
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  list-style: none;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  font-family: roboto,sans-serif;
  padding-left: 0;
  font-size: 0;
  margin: 0 0 20px;
}

.actual_product_li {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  cursor: pointer;
  font-family: roboto,sans-serif;
  -webkit-box-sizing: border-box;
  list-style: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 7px 8px;
  font-size: 14px;
  color: #222;
  line-height: 1;
  background-color: #e9e9e9;
  font-weight: 500;
}

.actual_product_price{
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: roboto,sans-serif;
  font-size: 0;
  list-style: none;
  text-align: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
}

.actual_product_price > span {
  /* color:#64acfe; */
  background: #E5282C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:700;
  font-size:20px;
}

.actual_product_readmore{
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: roboto,sans-serif;
  list-style: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  transition: all linear .3s;
  width: auto;
  height: 36px;
  float: right;
  font-size: 14px;
  padding: 0 15px;
  line-height: 36px;

  background: #E5282C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* background: #ffffff; */
  border: 1px solid #e5282c;
  border-radius: 8px;
}

.actual_product_readmore:hover{
  color: #ffffff;
  background: #E5282C
  border: 1px solid #ffffff;
  -webkit-text-fill-color: #ffffff;
}

strike{
  text-decoration: line-through!important;]
  font-weight: 700;
  font-size: 20px;
  color: #e5282c;
}
space{
  font-weight: 700;
  font-size: 20px;
}
