.cp{
  cursor: pointer;
}
.tj{
  text-align: justify;
}
/* .home-trending-category-content .owl-stage-outer{
  z-index: 2;
} */
.price .previous-amount {
  font-family: "Ruposhi Bangla Unicode";
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(131, 131, 131);
  text-decoration: line-through;
  margin-right: .5rem;
}
.classroom-header .header-menu .menu-right .useravatar .btn-user .avatar {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}
.certificatebox .certificate-thumbnail{
  width: 500px;
  height: 340px;
}
.certificatebox .certificate-header{
  width: auto;
  height: auto;
}
.wide-fixed {
  display: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  min-height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0;
}
.wide-fixed img {
  max-width: 45px;
}
.wide-fixed div {
  animation-name: spinnerLoader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.menu-right .useravatar .btn-user .username {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F83600;
  text-align: center;
  color: white;
  font-family: "Hind Siliguri";
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.16667;
}
.latestcourse .owl-item{
  border-radius: 30px;
  overflow: hidden;
}
@keyframes spinnerLoader {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 0.75;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.50;
    transform: scale(0.8);
    }
  75% {
    opacity: 0.75;
    transform: scale(0.9);
    }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.category .category-card:hover{
  background: #e7e8f9;
}
.category-card-cap{
  width: 9.75rem !important;
  height: 5.5rem !important;
  overflow: hidden;

}
.category-card-body{
  width: calc(100% - 9.75rem);
}
.category-card-cap a img{
  padding: 0 !important;

}