.breadcrumbb{
    height: 84px;
    border-bottom: 1px solid rgba(160, 184, 225, 0.45);
    margin: 0px;
    overflow: hidden;
}
.breadcrumbb .col {
    padding: 25px 10px 0px 25px;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
}

.breadcrumbb .col.first {
    border-right: 1px solid rgba(160, 184, 225, 0.45);
}

.breadcrumbb .col.case-study {
    background-color: #f3f8ff;
    border-top-right-radius: 20px;
    /* border-bottom: 1px solid rgba(160, 184, 225, 0.45); */
    
    font-weight: bold;
    color: #366ffb;
    
    cursor: pointer;
}

.breadcrumbb .col.case-study a{
    text-decoration: none;
}

/* .breadcrumbb .col.hosp-type,
.breadcrumbb .col.cancer-name{
    width: 345px;
    max-width: 345px;
} */

.breadcrumbb .col.case-study{
    width: 300px;
    max-width: 300px;
    min-width: 250px;
}

.breadcrumbb .col.no-case{
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .breadcrumbb .col.hosp-type{
        border-right: none !important;
        max-width: none;
    }

    .breadcrumbb .case-study span{
        display: none;
    }

    .breadcrumbb .col.case-study{
        /* max-width: 260px; */
        min-width: inherit;
    }

    .main-body {
        padding-top: 12px;
    }

    .cancer-name-sm{
        display: block;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 630px) {
    .breadcrumbb .col {
        font-size: 20px;
    }

    .breadcrumbb .col.case-study {

    }
    .breadcrumbb .col.hosp-type{
        min-width: 230px;
    }
}

@media screen and (max-width: 570px) {
    .breadcrumbb .col {
        font-size: 18px;
    }

    .breadcrumbb .col.case-study {
        max-width: 200px;
        padding: 25px 0px 0px 15px;
    }
    .breadcrumbb .col.hosp-type{
        min-width: 230px;
    }
}

@media screen and (max-width: 425px) {
    .breadcrumbb {
        height: 55px;
    }

    .breadcrumbb .col{
        font-size: 14px;
        height: 55px;
        padding-top: 15px !important;
    }

    .breadcrumbb .icon-hosp,
    .breadcrumbb .icon-med {
        width: 20px;
        height: 20px;
    }

    

}

@media screen and (max-width: 375px) {
    .breadcrumbb .col.case-study{
        width: 50px;
        min-width: 50px;
        max-width: 50px;
    }
    .breadcrumbb .case-study span{
        display: none;
    }
    
}