.couse_wizged .thumb::before{
  content: "";
  display: block;
  padding-top:100%;
}
.couse_wizged .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.couse_wizged .thumb .thumb_inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  transform: scale(1.1);
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card-price {
    display: inline-block;
    width: auto;
    height: 38px;
    background-color: #EB1C33;;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #EB1C33;;
    /* This makes room for the triangle */
    margin-left: 19px;
    position: absolute;
    color: white;
    font-weight: 500;
    /*  font-size: 22px; */
    line-height: 38px;
    padding: 0 10px 0 10px;
    /*top: 20px;*/
    right: 20px;
}

/* Makes the triangle */
.card-price:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #EB1C33;;
}

/* Makes the circle */
.card-price:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
}

.card-price .prev_prise{
    text-decoration: line-through;
    color: var(--system_secendory_color);
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px
} 

.category_area .category_wiz .thumb.cat2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 330px;
    border-radius: 30px;
}

.category_area .category_wiz .thumb.cat3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 330px;
    border-radius: 30px;
} 

.instractor_details_inner .thumb img {
  border-radius: 30px;
}