/* @media (1192px > width) {
    #header { display: none; }
} */
@media (1300px > width) {
    .oval-content {
        padding: 50px 30px 50px 77px;
    }
}
@media (1279.9px > width) {
    .content-wrapper.full-width{
        padding: 0 28px;
    }
    .content-wrapper.y-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /*Oval content start*/
    .oval-content {
        max-width: 100%;
        width: 100%;
        padding: 50px 28px 100px 28px;
        background-color: #E7E8DE;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }
    .oval-content .oval-info-section{
        display: grid;
        grid-template-columns: repeat(2, 1fr);   
    }
    .oval-content .oval-ttl-content {
        flex-wrap: wrap;
    }
    .oval-content .oval-ttl-content .view-btn{
        position: absolute;
        bottom: 50px;
        left: 28px;
        right: 28px;
        text-align: center;
    }
    .oval-content .oval-info-section .amount {
        font-size: 28px;
    }
    .oval-content .updated-info{
        margin-bottom: 30px;
    }

    .oval-content .oval-info-section .sub-amount{
        font-size: 20px;
    }
    /*Oval content end*/
}
@media (1279.9px > width) {
    .rounded-tabs-wrapper-content {
        width: 100%;
    }
    .rounded-tabs {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    .rounded-tabs-another-content.rounded-tabs{
        align-items: flex-start;
    }
    .rounded-tab-mobile-indicator {
        position: relative;
        z-index: 1;
        opacity: 1;
        left: unset;
        transform: unset;
    }
    .rounded-tabs ul {
        flex-direction: column;
        border-radius: 10px;
        border: 1px solid #E1E1E1;
        padding: 0;
        gap: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        top: calc(100% + 10px);
        transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        z-index: -1;
        opacity: 0;
        transition: flex-direction 0.3s cubic-bezier(0.215, 0.610, 0.355, 1), position 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s linear, z-index 0.1s linear;
    }

    .rounded-tabs-another-content.rounded-tabs ul{
        max-width: 286px;
        width: 100%;
    }

    .rounded-tab-mobile-indicator.active + ul {
        z-index: 9;
        opacity: 1;
    }
    .rounded-tabs ul li {
        padding: 10px 15px;
        font-size: 16px;
        color: var(--color-dark);
        text-align: left;
    }
    .rounded-tabs ul li.active {
        background: transparent;
        border-radius: 0;
        color: var(--primary-color);
    }
    .rounded-tab-mobile-indicator .tab-mobile-indicator span.chevron, .anchors-tab-mobile-indicator .tab-mobile-indicator span.chevron { 
        transition: all 0.2s linear; 
    }
    .rounded-tab-mobile-indicator.active .tab-mobile-indicator span.chevron, .anchor-tab-mobile-indicator.active .tab-mobile-indicator span.chevron {
        transition: all 0.2s linear;
        transform: scaleY(-1);
    }

    ul.mpact-select-options.mpact-two-content-select-options{
        max-width: 100%;
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    
    /*anchor -link*/
    .anchor-tab-mobile-indicator {
        display: block;
    }
    .anchor-tab-mobile-indicator .tab-mobile-indicator {
        padding: 10px 20px;
        border-radius: 20px;
        background: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.22;
        color: var(--primary-color);
        border: 1px solid #C5C7AF;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
}
@media (920px > width) {
    .ir-item-content {
        flex-wrap: wrap;
        gap: 20px;
    }
    .ir-item-img {
        width: 114px;
        height: 147px;
        border-radius: 0;
    }
}
@media (720px > width) {
    .investor-resources-filters {
        flex-wrap: wrap;
        padding-bottom: 0;
        border-bottom: 1px solid transparent;
    }
    .ir-filters-left {
        padding: 8px 28px;
        margin-bottom: 20px;
        /* flex: inherit; */
    }
    .ir-filters-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0;
    }
    .ir-filters-right {
        flex: 1;
        display: flex;
        justify-content: end;
        padding: 0 28px;
    }
    .ir-data-list {
        padding: 0 24px;
    }
    .ir-data-list li .ir-data-item {
        padding: 20px 0;
    }
    .ir-item-info-tags li {
        padding: 6px 10px;
        font-size: 12px;
    }
    .ir-data-list.m-padding-0 {
        padding: 0;
    }
}
@media (676px > width) {
    .rounded-tab-mobile-indicator {
        padding: 0 28px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .rounded-tabs-another-content.rounded-tabs ul{
        max-width: 88px;
        width: 100%;
    }
    .section-box {
        gap: 6px;
    }
    .section-box-right {
        justify-content: start;
    }
    .mpact-article {
        gap: 12px;
    }
    .oval-content .oval-info-section .amount {
        font-size: 5.5vw;
    }
}
@media (635px > width) {
    .ir-item-action-indexes {
        width: 100%;
    }
    .ir-indexes-select-wrapper {
        flex: 1;
        padding: 0 16px;
    }
    .ir-indexes-select {
        min-width: unset;
        padding: 8px 0;
        font-size: 14px;
    }
    .ir-indexes-submit {
        padding: 8px 16px;
        font-size: 14px;
    }
    .ir-item-action-download-link a.mpact-button-text {
        font-size: 13px;
        text-decoration: none;
        border-bottom: 1px solid var(--primary-color);
    }
}
@media (555px > width) {
    .investor-resources-filters {
        border: 0;
    }
    /* .ir-filters-left {
        border-bottom: 1px solid #D9D9D9;
    } */
}