/*trending courses*/
.trendingcoursesdiv{
  display: flex;
  align-items: center;
  padding: 18px;
  overflow-x: scroll;
  overflow-y: hidden;
}
/*latest courses*/
.latestcoursesdiv {
  display: flex;
  align-items: center;
  padding: 18px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.coursediv_normal{
  width: 288px;
  padding: 0px;
  border-radius: 8px;
  border: 1px solid #00000000;
  background-color: #ffffff;
  margin: 8px;
  filter: drop-shadow(0 0 0.8rem #00000008);
  cursor: pointer;
}
.coursediv_normal:hover{
  border-radius: 8px;
  filter: drop-shadow(0 0 0.8rem #00000028);
}
/* for search results */
.coursediv_normal_search{
  width: 288px;
  padding: 0px;
  border-radius: 8px;
  border: 1px solid #00000000;
  background-color: #ffffff;
  margin: 8px;
  filter: drop-shadow(0 0 0.8rem #00000008);
  cursor: pointer;
}
.coursediv_normal_search:hover{
  border-radius: 8px;
  filter: drop-shadow(0 0 0.8rem #00000024);
}
.coursediv_normal_search h2{
  margin: 2.8px;
  margin-top: -0.8px;
  height: 48px;
  width: 280px;
}
.coursediv_normal_search h5{
  font-weight: 600;
  font-size: large;
  padding: 8px;
  padding-top: 4.8px;
}
/* for search results */
.cbanerdiv{
  display: flex;
  justify-content: center;
  height: 148px;
}
.coursediv_normalbaner{
  width: 288px;
  max-height: 148px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.coursediv_normal h2{
  margin: 2.8px;
  margin-top: -0.8px;
  height: 48px;
  width: 280px;
}
.ctutordiv{
  display: flex;
  margin: 4.8px;
  align-items: center;
  padding: 2.8px;
  z-index: 1;
  background-color: #ffffff !important;
  height: 28px;
}
.ctutordiv img{
  width: 28px;
  height: 28px;
  border-radius: 28px;
  filter: drop-shadow(0 0 0.8rem #00000008);
  background-color: #ffffff !important;
}
.ctutordiv p{
  font-size: 14.8px;
  font-weight: 600;
  color: #00000088;
  padding-left: 6.48px;
  margin-left: 2.8px;
  background-color: #ffffff !important;
}
.cratingdiv{
  display: flex;
  align-items: center;
  padding: 8px;
}
.cratingdiv h3{
  font-size: medium;
  font-weight: 600;
  color: #da9100;
}
.cratingdiv p{
  color: #ffd300;
  font-size: medium;
  padding-left: 2.8px;
  margin-top: -3.48px;
  word-spacing: 2.48px !important;
}
.cratingdiv h4{
  font-size: 12.8px;
  font-weight: 500;
  color: #00000088;
  padding-left: 4.8px;
}
.coursediv_normal h5{
  font-weight: 600;
  font-size: large;
  padding: 8px;
  padding-top: 4.8px;
}
.cdetailsdiv{
  display: none;
}