﻿.clearfix {
    clear: both
}

.table-list {
    width: 100%
}

    .table-list .item {
        height: 45px;
        color: #00595c;
        border: 1px solid #f1f1f1;
        border-bottom: 0
    }

        .table-list .item:last-child {
            border-bottom: 1px solid #f1f1f1
        }

        .table-list .item:nth-child(odd) {
            background: #f5f5f5
        }

        .table-list .item:nth-child(even) {
            background: #ffffff
        }

    .table-list .col-1 {
        width: 20%;
        float: left;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center
    }

        .table-list .col-1 .img {
            width: 100px;
            max-height: 35px;
            object-fit: cover;
            margin-left: 15px
        }

    .table-list .col-2 {
        width: 20%;
        float: left;
        height: 100%;
        text-align: left;
        line-height: 45px
    }

        .table-list .col-2 label {
            font-weight: 500;
            text-transform: uppercase
        }

        .table-list .col-2 svg {
            width: 15px;
            margin: 0 2.5px;
            fill: #ffde00
        }

    .table-list .col-3 {
        width: 35%;
        float: left
    }

        .table-list .col-3 p {
            font-size: 14px;
            text-align: center;
            font-weight: 500;
            background: #1a256f;
            height: 30px;
            line-height: 30px;
            margin-top: 7.5px;
            color: #fff;
            border-radius: 6px
        }

    .table-list .col-4 {
        width: 25%;
        float: left;
        text-align: center
    }

        .table-list .col-4 .button {
            border: none;
            background: #10325d;
            font-weight: 700;
            letter-spacing: 1px;
            color: #fff;
            box-shadow: none;
            outline: none;
            height: 30px;
            width: 125px;
            border-radius: 4px;
            cursor: pointer;
            transition: .3s all;
            margin: 0 auto;
            margin-top: 7.5px
        }

    .table-list .col-1 amp-img img {
        width: auto;
        max-height: 100%;
        object-fit: none;
        margin-left: 0;
        height: 100px
    }

    .table-list .col-4 .button a {
        color: #fff;
        text-decoration: none;
      /*  line-height: 30px*/
    }

    .table-list .col-4 .button:hover {
        background: #1a256f;
        transition: .3s all
    }

    .table-list .table-title {
        height: 60px;
        color: #fff;
        text-align: center;
        background: #48a9a7;
        border: 1px solid #48a9a7;
        border-bottom: 0
    }

        .table-list .table-title .col-1 h5 {
            padding-left: 20px
        }

        .table-list .table-title .col-3 h5 {
            line-height: 60px
        }

@media only screen and (max-width:768px) {
    .container {
        width: 100%
    }

    .table-list .col-2 {
        display: none
    }

    .table-list .col-1 {
        width: 30%;
        float: left
    }

    .table-list .col-3 {
        width: 40%;
        padding: 0 5px
    }

    .table-list .item .col-3 {
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0
    }

    .table-list .col-3 p {
        line-height: 12.5px;
        display: flex;
        font-size: 13px;
        align-items: center;
        padding: 0 5px;
        margin: 0
    }

    .table-list .col-4 .button {
        width: 100px
    }

    .table-list .col-3 h4 {
        display: none
    }
}
