.edu-product-card{
  background:#fff;
  border-radius:12px;
  padding:15px;
  box-shadow:0 6px 20px rgba(0,0,0,0.07);
  margin-bottom:25px;
  overflow:hidden;
  /*display: flex;*/
  flex-wrap: wrap;
}

.edu-product-img-box {
  background: #eef3f8;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 100%; /* square */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
  margin-bottom: 10px;
}

.edu-product-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  display: block;
}

.edu-product-title{
  font-size:18px;
  font-weight:700;
  margin:0;
  color:black;
  line-height:1.4;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edu-rating{
  margin:0;
}

.edu-rating-stars{
  font-size:16px;
  color:#0b2b4a;
}

.edu-rating-count{
  margin-left:6px;
  color:#6b7280;
  font-size:14px;
}

.edu-product-spec{
  font-size:14px;
  color:#667487;
  /*margin-bottom:3px;*/
}

.edu-product-spec b{
  color:#0b2b4a;
}

.price-box{
 /* margin-top: 10px;
    font-size:27px;
    font-weight: 700;
    color: black;
    position: absolute;
    right: 46px;
    top: -17px;*/
/*  margin-top:10px;
  font-size:34px;
  font-weight:700;
  color:black;*/
      /*position: absolute;*/
    /*right: 46px;*/
    margin-top: 10px;
    font-size: 27px;
    font-weight: 700;
    color: black;
    position: absolute;
    top: -13px;
}

.price-box small{
  font-size:27px;
  margin-right:2px;
}
.edubird-btn-view:hvoer{
  color: white !important;
}
.edubird-btn-view{
  display: inline-block;
  width:100%;
  text-align: center;
  /* margin-top:10px; */
  padding:10px;
  font-size:16px;
  font-weight:600;
  color:#fff !important;
  background:var(--green);
  border:none;
  border-radius:6px;
  box-shadow:0 4px 12px rgba(11,99,214,0.3);
}
/*.edu-product-video {
  object-fit: cover;
  background: #000;
}*/

.edu-product-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.edu-product-video::-internal-media-controls-overlay-cast-button {
  display:none !important;
}
@media screen and (max-width: 768px){
  .price-box{
         bottom: 0px;
        right: 23px;
        top: 91px;
        font-size: 19px;
  }
  .price-box small{
    font-size: 18px;
  }
}