    .list-group-item .pull-left img{
        max-height: 200px;
        width: auto;
        margin-bottom: 5px;
    }

    .dimage {
        /*border: 1px solid;*/
        max-width: 177px;
        height: 177px;
        object-fit: contain;
        border-radius: none;
    }

    .media {
        padding: 0;
    }

    a.list-group-item {
        height: 220px;
        padding-left: 5;
        padding-right: 5;
        margin-bottom: 20px;
        /*min-height:120px;*/
    }
    a.list-group-item.active small {
        color:#fff;
    }

    .list-group-item-heading {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .list-group-item-text {
        /*font-size: 17px;*/
        padding-left: 0;
        color: #000;
    }

    .stars {
        margin:20px auto 1px;    
    }

    .icon {
        margin-top: 25px;
        padding-left: 0;
    }

    .icon img {
        padding: 8px;
        width: 62px;
        height: 62px;
    }

    .btn-icon {
        padding: 0;
        margin-right: 2px;
        border-radius: 4px;
        border: 1px solid;
    }

    td {
        font-size: 17px;
        min-width: 80px;
        height: 40px;
    }

/*============================================================
    Media Query Site
  ============================================================*/
    @media all and (max-width: 991px) {
        .list-group-item-heading {
            font-size: 26px;
            margin-bottom: 6px;
        }

        a.list-group-item {
            height: 200px;
        }

        .icon {
            margin-top: 0px;
        }

        .icon img {
            width: 50px;
            height: 50px;
        }

        .btn-icon {
            margin-bottom: 2px;
        }

        td {
            font-size: 16px;
            height: 30px;
        }

    }

    @media all and (max-width: 767px) {
        a.list-group-item {
            height: 410px;
        }

        .media {
            padding: 5px 0 0 10px;
        }

        .list-group-item-heading {
            font-size: 24px;
        }

        .list-group-item-text {
            margin-bottom: 6px;
        }

        .icon img {
            width: 70px;
            height: 70px;
        }

        td {
            font-size: 17px;
            height: auto;
        }
    }

    @media all and (max-width: 740px) {
        a.list-group-item {
            height: 428px;
        }
    }

    @media all and (max-width: 567px) {
        .list-group-item-heading {
            font-size: 22px;
        }

        .list-group-item-text {
            margin-bottom: 8px;
        }

        .dimage {
            max-width: 166px;
            height: 166px;
        }

        .icon img {
            width: 68px;
            height: 68px;
        }
    }

    @media all and (max-width: 524px) {
        .icon img {
            width: 64px;
            height: 64px;
        }
    }

    @media all and (max-width: 400px) {
        .dimage {
            max-width: 200px;
            height: 166px;
        }

        .icon img {
            width: 56px;
            height: 56px;
        }
    }

    @media all and (max-width: 360px) {
        td {
            font-size: 16px;
            height: auto;
        }

        .icon img {
            width: 54px;
            height: 54px;
        }
    }

    @media all and (max-width: 350px) {
        .list-group-item-heading {
            line-height: 30px;
        }

        .list-group-item-text {
            margin-bottom: 8px;
        }

        .icon img {
            width: 50px;
            height: 50px;
        }
    }

    @media all and (max-width: 330px) {
        .icon img {
            width: 48px;
            height: 48px;
        }
    }

    @media all and (max-width: 320px) {
        .icon img {
            width: 46px;
            height: 46px;
        }
    }