
.bg-light-2{
  background-color: #f9f9fb;
}
.dark-skin .bg-light-2{
  background-color: #0e1e3a;
}
.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upgrade-plan{
  background: url(../../images/gallery/news/6.png);
  background-position: bottom right; 
  background-size: cover; 
  padding-bottom: 13px;
}

.rtl .upgrade-plan{
  background: url(../../images/gallery/news/6-2.png);
  background-position: bottom left; 
  background-size: cover; 
  padding-bottom: 13px;
}

.demo-panel-bx{
  height: 100%;
}


@media only screen and (max-width: 1309px) {
  .demo-panel-bx{
    height: 314px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .demo-panel-bx{
    height: 301px !important;
  }
  .upgrade-plan {
    padding-bottom: 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .rtl .upgrade-plan{
    background: url(../../images/gallery/news/6-2.png);
    padding-bottom: 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 991px) {
  .demo-panel-bx{
    height: auto !important;
    padding-bottom: 0px;
  }
}