body{
  font-size: 16px!important;
}
.rbt-card .rbt-card-body .rbt-card-title {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    display: flex;
    align-items: center;
  }
  .rbt-author-meta .rbt-avater img {
    width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #803AEA;
    padding: 2px;
  }
  .view-heading a {
    line-height: 1.5;
    /* white-space: normal; */
   margin-bottom: 5px;
  }
  .rbt-mini-cart .rbt-cart-count {
    position: absolute;
    top: 6px;
    z-index: 2;
    min-width: 10px;
    height: 10px;
    background: #803AEA;
    border-radius: 10px;
    font-size: 8px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 0;
    line-height: 10px;
    left: 73%;
    font-weight: 500;
}
.search-field input {
  height: auto;
  box-shadow: none;
  margin-top: -2px;
  padding: 0 5px 0px;
  line-height: 47px;
}
.search-field .serach-btn {
  height: 100%;
  width: 40px;
}
.rbt-categori-list a {
  border: 0 none;
  padding: 0px 35px;
  text-transform: capitalize;
  background: var(--color-white);
  color: var(--color-body);
  box-shadow: var(--shadow-1);
  height: 65px;
  line-height: 65px;
  border-radius: 500px;
  font-size: 18px;
  letter-spacing: -0.6px;
  transition: 0.4s;
  display: inline-block;
  min-width: 100px;
  transition: 0.4s;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-categori-list a {
    padding: 0px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rbt-categori-list a {
    padding: 0px 20px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    min-width: max-content;
  }
}

.rbt-header .mainmenu-nav .mainmenu > li > a{
  padding: 0 5px;
}
.team-style-default .inner .thumbnail img, .rbt-default-card .inner .thumbnail img{
  height: 300px;

}
.has-show-more .has-show-more-inner-content {
  max-height: 500px;
  
}
.has-show-more .rbt-course-details-list-wrapper{
  min-height: 300px;
}
.font--12{
  font-size: 12px!important;
}
.font--14{
  font-size: 14px!important;
}
.font--16{
  font-size: 16px!important;
}

.maxheight{
min-height: 25px;
max-height: 50px;
}
.rbt-card .rbt-card-blogimg a img{
  object-fit:cover!important;
}
