.td-top {
    height: 120px;
    background-color: #e1eeee;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.td-name {
    width: 290px;
}

@media(max-width: 1260px) {
    .td-name {
        width: 230px;
    }
    .td-top {
        height: 100px;
    }
}

.table-mob {
    display: none;
}

@media(max-width: 991px) {
    .table-mob {
        display: block;
    }
    .table-desk {
        display: none;
    }
}

.td-cols {
    flex: 1 1;
    width: 100%;
}

.first {
    background: linear-gradient(to bottom, #0074c1, #00a1b4)
}

.second {
    background: linear-gradient(to bottom, #00459e, #009fb3)
}

.third {
    background: linear-gradient(to bottom, #050c78, #009eb2)
}

.col-image {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
}

@media(max-width: 991px) {
    .item:nth-child(3) .col-image {
        padding-top: 0;
    }
}

.col-image img {
    max-height: 430px;
    margin: 0 auto;
}

.col-title, .plan-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.col-title-num {
    color: rgba(255,255,255,0.9);
    line-height: 0.7;
    font-family: 'NimbussanTConBold';
    font-size: 145px;
}

@media(max-width: 1260px) {
    .col-title-num {
        font-size: 85px;
    }
}

@media(max-width: 991px) {
    .col-title-num {
        width: 100%;
        font-size: 90px;
        text-align: center;
    }
}

.plan-title h4 {
    width: 100%;
    padding-left: 15px;
}

@media(max-width: 991px) {
    .plan-title h4 {
        padding-left: 0;
        padding-top: 15px;
        margin-top: 0;
    }
}


.col-title h4 {
    flex: 1 1;
    line-height: 1.25;
    text-align: left;
    padding-left: 17px;
    margin-top: 0
}

@media(max-width: 1260px) {
    .col-title h4 {
        padding-left: 12px;
    }
}

.col-title, .plan-title {
    background-color: #0074c1;
}

.col-title {
    padding: 48px 15px 45px 15px;
}

.plan-title {
    padding: 40px 15px 37px 15px;
}

.td-col, .col-shadow {
    width: 31.8333%;
    margin-right: 1.5%;
}

.lines {
    position: relative;
}

.cols-shadows {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 290px;
}

@media(max-width: 1260px) {
    .cols-shadows {
        padding-left: 230px;
    }
}

.plan-mob {
    background-color: #fff;
}

.plan-line {
    text-align: center;
}

.plan-line p {
    margin-top: 10px;
}

.plan-line {
    border-top: 1px solid rgba(0,0,0,0.25);
    padding: 20px 15px;
}

.plan-line:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

.col-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.td-cols {
    position: relative;
}

.td-end {
    position: absolute;
    width: 1.5%;
    height: 120px;
    right: 0;
    bottom: 0;
    background-color: #e1eeee;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

@media(max-width: 1260px) {
    .td-end {
        height: 100px;
    }
}

.row-line {
    background-color: #f6f9f9;
    border-top: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.row-line:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.name-text {
    padding: 30px;
}

.td-content {
    background-color: rgba(255,255,255,0.8);
    padding: 22px;
}

.td-content p {
    line-height: 1.5;
}

@media(max-width: 1260px) {
    .td-content p {
        font-size: 19px;
    }
}

@media(max-width: 991px) {
    .td-content p {
        font-size: 20px;
    }
}

.empty {
    min-height: 80px;
}

.beige {
    background-color: #f7f4e8;
}

.sub-lines .row-line, .sub-lines .plan-line {
    background-color: #e1eeee;
}

.sub-lines .row-line:nth-child(2n), .sub-lines .plan-line:nth-child(2n) {
    background-color: #f6f9f9;
}

.bot-line {
    height: 46px;
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.line-btns {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 25px;
}

.line-btns:last-child {
    border-bottom: 0;
}
