.routes {
    margin: 5% 0;
}
.routes  .list_box_holder{
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.routes .main-card-routes {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 3px;
    margin-top: 35px;
}
.routes .main-card-routes .title-rotes-card {
    font-size: 18px;
    background: #f492068f;
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
}
.routes .main-card-routes .list_holder{
    max-height: 100px;
    overflow: hidden;
    overflow-y: auto;
}

.routes .main-card-routes .sub-txtt-routes {
    font-size: 14px;
}

.routes .main-card-routes .sub-txtt-routes:hover {
    color: #cf9b00;
    text-decoration: underline;
}

.routes a {
    color: #000;
}
.routes .view-more-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5%;
}

.routes  .view-more-btn.active {
    color: #000;
}


/* media */

@media(min-width:0px) and (max-width:575px) {
    .routes .main-card-routes .title-rotes-card {
        font-size: 16px;
    }

    .routes .main-card-routes .sub-txtt-routes {
        font-size: 13px;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .routes .main-card-routes .title-rotes-card {
        font-size: 17px;
    }

    .routes .main-card-routes .sub-txtt-routes {
        font-size: 13px;
    }
}