.pagecontainer {
    background: none!important;
    border: none!important;;
    box-shadow: none!important;;

    .breadcrub ul.bcrumbs li a, .breadcrub {
        color: white;
        font-size: 14px;
        @media (max-width: 767px) {
            font-size: 12px;
        }
    }

    .left {
        width: 100%;
        @media (max-width: 767px) {
            overflow-x: scroll;

            .bcrumbs {
                width: max-content;
            }

        }
    }


    .bcrumbs li:first-of-type {
        margin-left: 0;
    }
}

.thebg {
    background: linear-gradient(180deg, rgba(17, 114, 160, 1) 0%, rgba(65, 143, 183, 1) 50%)!important;
}