#custom-page-global{
    background: #ecedef;
}
.custom-page-global_container {
    padding-top:20px ;
    position: relative;
    padding-bottom: 65px;
}
.custom-page-global_container .w-40{
    width: 22%;
    position: relative;
}
.custom-page-global_container .w-60{
    width: 78%;
    
}
.custom-page-global_container .widget__title-text{
    border-bottom: 1px solid #f0f0f0;
    padding: 13px 15px;
    font-size: 16px;
    color: #fff;
    background: #0059a9;
    margin-bottom: 0;
}
.custom-page-global_container ul{
    list-style: none;
}
.custom-page-global_container ul li{
    margin: 0;
    padding: 0;
    height: auto;
    background: 0 0;
    overflow: visible;
    position: relative;
}
.custom-page-global_container ul li a{
    height: 40px;
    line-height: 40px;
    text-indent: 24px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    display: block;
    padding-left: 5px;
    overflow: hidden;
}
.widget-container{
    position: sticky;
    /* background-color: #fff; */
    position: -webkit-sticky;
    top: 120px;
    z-index: 3;
    margin-bottom: 10px;
}
.custom-page-global_container .w-60{
    background: #fff;
}
.custom-page-global_container #breadcrumbs{
    color: grey;
    width: 100%;
    font-size: 13px;
    background: #fff;
    padding: 15px 15px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-content .custom-page-global-content #breadcrumbs{
    padding: 15px 0;
    color:#333;
}
.custom-page-global-content{
    padding: 0px  15px 15px 15px;
    color: #333;
}
#breadcrumbs span span:nth-child(1) a::before{
    content: "\f102";
    font-family: dashicons;
    position: relative;
    top: 2px;
    font-size: 17px;
}
.menu-prd{
    margin-bottom: 10px;
}
@media screen and (max-width:767px){
    .custom-page-global_container .w-40{
        /* display: none; */
        order: 1;
        width: 100%;
    }
    .w-60{
        width: 100% !important;
        order: 0;
    }
    .custom-page-global_container{
        flex-direction: column;
    }
}
@media screen and (max-width:625px){
    .custom-page-global_container .w-40{
        display: none;
        
    }
}