.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin:0px;
    list-style: none
}

.main-content {
    margin-top: 53px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item {
    display: flex;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    align-items: center;
    color: #F46031;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d;
}

.single-press-release .footer-top-bg {
    margin-top: 0px;
}

.newsroom-banner {
    background:url(../img/common-bg-v2.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: top center;
    padding: 50px 0px !important;
    /*border-bottom: 1px solid #e7f9ff;*/
}

/* .newsroom-banner:before {
    content: "";
    height: 200px;
    position: absolute;
    width: 100%;
    left: 0;
    background: url(../img/pillar-page-lines-left.svg);
    background-repeat: no-repeat;
    top: 25%;
    background-size: 26%;
    z-index: -1;
}

.newsroom-banner:after {
    content: "";
    height: 200px;
    position: absolute;
    width: 100%;
    left: 0;
    background: url(../img/pillar-page-lines-right.svg);
    background-repeat: no-repeat;
    top: 25%;
    background-position: right top;
    background-size: 26%;
    z-index: -1;
} */

.newsroom-grid__item:hover .btn-tertiary-arrow-plain {
    box-shadow: 0 0 0 10px #fff0;
    animation: pulse .5s;
    background: #1337BB
}

.newsroom-grid__item:hover .btn-tertiary-arrow-plain:after {
    content: "";
    background: url(../img/arrow-move-white.svg);
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-position: 45%;
    transform: rotate(320deg);
    transition: .2s
}

.newsroom-grid__item {
    transition: all 0.5s;
    transform: translateY(0px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 20px;
    border: .5px solid #B3D0E3;
}
.newsroom-grid__item .head-label{
    width: fit-content;
    margin-bottom: 20px;
}
.newsroom-grid__list {
    position: relative;
    margin-top: 40px;
    width:100%;
}
.newsroom-grid__item .newsroom-logos{
    max-width: 150px;
    margin-bottom: 22px;
}
.newsroom-grid__item-content h6 {
    font-size: 18px;
    font-family: "Redhat-Regular";
    line-height: 30px;
    margin-bottom: 20px;
    height: 120px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    white-space: normal;
    -webkit-box-orient: vertical;
    color: #0B0B0B;
}

.newsroom-grid__item-content .post_date {
    font-size: 14px;
    font-family: 'Redhat-Regular';
    margin: 10px 0px 30px;
    display: table;
}

.newsroom-grid__item .newsroom-grid__item-content {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.section.newsroom-list-section {
    padding-bottom: 100px;
    background: #fff;
    margin-top: 50px;
}

.load-m.menu-extended-btn-two:after {
    content: '';
    margin-left: 12px;
    top: 12px;
    background-size: 16px;
    transform: rotate(90deg);
}

/* .section.title-section.newsroom-banner .section-head h1 {
text-align:left;
} */

.section.title-section.newsroom-banner .section-head {
    margin: 0px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    display: table;
}

/***************** deatisl page css **************/
.newsroom-detail-section {
    background: rgb(243,250,255);   
    background: linear-gradient(0deg, rgba(243,250,255,1) 0%, rgba(255,255,255,1) 100%);
    padding: 50px 0px;
}

.newsroom-detail-heading {
    border-bottom: 1px solid #999;
}

.newsroom-detail-heading h3 {
    padding: 20px 0px 10px
}

.newsroom-detail-heading .post_date {
    padding: 10px 0px 30px;
    display: table;
    color: #0B0B0B;
    font-weight: 500;
}

.newsroom-categories-filter{
    float: right;
}
.newsroom-categories-filter li{
    display: inline-block;
}
.newsroom-categories-filter li a{
    background: transparent;
    border: .5px solid #A5AEBF;
    padding: 8px 24px;
    margin: 0px 5px;
    font-size: 16px;
    border-radius: 30px;
    color: #0B0B0B;
    font-family: 'Redhat-Light';
    display: table;
}
.newsroom-categories-filter li a.active{
    background: #1337BB;
    color: #fff;
}

.single-newsroom-content p a{
    color:#1337BB;
}

.single-newsroom-content {
    padding: 50px 0px;
}

.single-newsroom-content p{
    color: #0B0B0B;
    font-size: 16px;
    font-family: 'Redhat-Light';
}
.single-newsroom-content ol {
    margin-left: 0;
    padding-left: 20px;
}
.single-newsroom-content ul li{
    list-style: disc !important;
    font-family: 'Redhat-Light';
    margin: 5px 0px;
}
.single-newsroom-content ol li > ul{
    margin-top: 12px;
    margin-bottom: 12px;
}
.single-newsroom-content li{
    color: #0B0B0B;
    font-size: 16px;
    font-family: 'Redhat-Regular';
    margin: 20px 0px;
}

.single-newsroom-content h3 {
    text-align: left;
    font-size: 22px;
    color: #0B0B0B;
    margin: 30px 0px 10px;
    font-family: 'Redhat-Medium';
}

.single-newsroom-content li b {
    font-weight: normal;
}

.single-newsroom-content strong {
    font-weight: 600;
}
.newsroom-banner h1.banner-h1{
    color: #0B0B0B;
    line-height: 1.3;
    font-size: 48px !important;
}

.filter-cover {
    font-size: 16px;
    font-family: 'Redhat-Regular';
}

.dropdown-menu.newsroom-resource {
    height: 105px;
    padding: 0px 10px;
    top: 42px !important;
    text-align: center;
    line-height: 14px;
    border-radius: 18px;
    left: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    border: 0px;
    margin: 0 !important;
}
.dropdown-menu.newsroom-resource li{
    width: 160px !important;
    background: #fff;
    box-shadow: 0px 1px 2px #00000029;
    border-bottom: 0px;
}
.dropdown-menu.newsroom-resource li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-toggle{
    border: .5px solid #A5AEBF;
    background: transparent;
    color: #0B0B0B;
    border-radius: 30px;
    width: 160px;
    padding: 8px 24px;
    font-size: 16px;
    position: relative;
    margin-left: 10px;
    text-align: left;
    font-family: 'Redhat-Light';
}
.dropdown-toggle:hover{
    background: transparent;
    color: #0B0B0B;
}
.dropdown-toggle::after{
    position: absolute;
    content: '';
    background: url(../img/icons/arrow-down-dropdown.svg);
    width: 16px;
    height: 16px;
    background-size: 18px;
    background-repeat: no-repeat;
    border: none;
    top: 16px;
    right: 22px;
    pointer-events: none;
  }
/* 
@media (min-width: 1480px){ 
    .newsroom-banner {
        padding: 210px 0 100px !important;
    }
}

@media (min-width: 2000px){ 
    .newsroom-banner {
        padding: 400px 0 100px !important;
    }
} */
@media (max-width: 767px){
    .breadcrumb{
        flex-wrap: nowrap;
    }
    .breadcrumb-item.active{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 200px;
        display: block;
    }
    .newsroom-banner{
        background-size: cover !important;
        padding:0px;
        padding-top: 20px;
        min-height: auto !important;
        padding: 50px 0px 0 0 !important;
    }
    .filter-cover{
        text-align: right;
    }
    .newsroom-categories-filter {
        float: right;
        margin-top: 30px;
    }
    .dropdown-toggle{
        font-size: 14px;
    }
    .dropdown-toggle::after{
        background-size: 16px;
    }
    .dropdown-menu.newsroom-resource {
        height: 93px;
        top: 42px !important;
        left: auto !important;
        right: 2px !important;
        width: 160px !important;
        overflow: hidden;
    }
    .newsroom-grid__item-content h6{
        height: auto !important;
        font-size: 16px;
    }

    .newsroom-categories-filter li a {
        padding: 5px 10px;
        margin: 0px 3px;
        font-size: 14px;
    }

    .newsroom-banner h1.banner-h1 {
        font-size: 10vw !important;
    }
}