

  /*---------------------------------------
      price-smi             
  -----------------------------------------*/

  #price-smi .item {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #price-smi .col-md-4 {
    display: block;
    width: 100%;
  }

  #price-smi .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }

