

/* CSS common */
body {
    background-color: var(--whitecolor) !important;
    padding: 0px;
    font-size: var(--text-15);
    margin: 0px;
    font-family: var(--text-ragular) !important;
    line-height: 1.2;
    height: auto !important;
}

.container {
    width: 95%;
    max-width: 1367px;
    margin-right: auto;
    margin-left: auto;
}

.onscrollloading {
    height: revert-layer;
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee !important;
}

.commonheading-title {
    font-size: var(--title-20);
    color: var(--sectiontitle-color);
    font-family: var(--text-medium);
    margin: 0px;
    font-weight: normal;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.common-subtitle {
    font-size: var(--title-20);
    font-family: var(--text-medium);
    margin: 0px;
    font-weight: normal;
}

    .common-subtitle a {
        color: var(--blackcolor);
        text-decoration: none;
    }

.categories-title a {
    color: var(--highlightedcolor);
    text-transform: uppercase;
    font-family: var(--text-medium);
    font-size: var(--text-13);
    text-decoration: none;
    margin: 5px 0px 2px 0px;
    display: inline-block;
}

img {
    max-width: 100%;
}

.view-all-btn {
    color: var(--blackcolor);
    font-size: var(--text-13);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.10);
    text-decoration: none;
    padding: 5px 12px;
    transition: 0.3s;
    border: solid 1px rgb(229 229 229);
}

figure.highcharts-figure {
    height: 100%;
    width: 100%;
}

    figure.highcharts-figure .container-height {
        height: 270px;
    }

.view-all-btn:hover {
    background-color: transparent;
}

p {
    line-height: 1.4;
}

.highlighted-border-btn {
    border: 1px solid var(--highlightedcolor);
    color: var(--blackcolor);
    padding: 10px 25px;
    border-radius: 100px;
    font-family: var(--text-medium);
    transition: 0.3s;
    text-decoration: none;
    font-size: var(--bodytext);
}

    .highlighted-border-btn:hover {
        background-color: var(--highlightedcolor);
        color: var(--whitecolor);
        transition: 0.2s 0.1s;
    }

.highlighted-fill-btn {
    border: 1px solid var(--highlightedcolor);
    padding: 10px 25px;
    border-radius: 100px;
    font-family: var(--text-medium);
    background-color: var(--highlightedcolor);
    color: var(--whitecolor);
    transition: 0.3s;
    text-decoration: none;
    font-size: var(--bodytext);
}
    .highlighted-fill-btn:hover {
        color: var(--whitecolor);
    }
        .global-suppliers-section a:hover .highlighted-fill-btn{
    background-color: transparent;
    color: var(--blackcolor);
    transition: 0.2s 0.1s;
}
.global-suppliers-section a .highlighted-fill-btn:focus-visible {
outline:0;
}
.global-suppliers-section a {
    color: var(--blackcolor);
}
/* CSS common end */


/*top news section start here */
section.commodity-price {
    padding: 10px 0px 0px 0px;
    margin-bottom: -10px;
}

.tooltip {
    position: relative;
    opacity: 1;
}

    .tooltip:hover .tooltippopup {
        opacity: 1;
        filter: alpha(opacity=100);
        top: -20PX;
        left: 30px;
        z-index: 99;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .tooltip .tooltippopup {
        background: none repeat scroll 0 0 var(--whitecolor);
        color: var(--blackcolor);
        font-family: var(--text-ragular);
        padding: 16px 15px;
        width: 240px;
        top: -17PX;
        left: 22PX;
        margin-left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        text-align: center;
        z-index: 2;
        text-transform: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease-in-out;
        font-size: var(--text-medium);
        border: solid 1px #d6d6d6;
        border-radius: 10px;
    }

        .tooltip .tooltippopup:after {
            border-color: #d6d6d6 rgba(0, 0, 0, 0);
            border-style: solid;
            border-width: 0px 8px 8px;
            top: 21px;
            content: "";
            display: block;
            left: -13px;
            position: absolute;
            width: 0;
            transform: rotate(267deg);
        }

.indices-bar {
    display: flex;
    align-items: center;
    gap: 15px;
}

.indices-title {
    font-family: var(--text-medium);
    font-size: var(--text-ragular);
    color: #000;
    column-gap: 5px;
    display: flex;
    align-items: center;
    min-width: 150px;
}

a.text-link {
    color: var(--sectiontitle-color);
    font-size: var(--text-14);
    font-family: var(--text-medium);
}

    a.text-link:focus {
        outline: none;
        text-decoration: none;
    }

.commodity-arrowimg {
    vertical-align: middle;
    padding-left: 3px;
    width: 12px;
}

.texprologonew {
    padding-bottom: 5px;
}


.indices-list {
    position: relative;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    animation: ticker 15s linear infinite;
}

.ticker-wrap {
    overflow: hidden;
    width: calc(100% - 210px);
}

    .ticker-wrap:hover .indices-list {
        animation-play-state: paused;
    }

.indices-item .value {
    margin-left: 0px;
}

.indices-item .up {
    color: green;
}

.indices-item .down {
    color: red;
}

.stock-ticker {
    overflow: hidden;
    user-select: none;
    --gap: 8px;
    display: flex;
    gap: var(--gap);
}

    .stock-ticker ul {
        list-style: none;
        flex-shrink: 0;
        min-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--gap);
        animation: scroll linear infinite;
    }

    .stock-ticker:hover ul {
        animation-play-state: paused !important;
    }

@keyframes scroll {
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}


.indices-item {
    background: #3c3f52;
    color: var(--whitecolor);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    align-items: center;
    font-size: var(--text-13);
    font-family: var(--text-medium);
    flex-wrap: wrap;
    text-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    row-gap: 5px;
}

    .indices-item .stable {
        color: #00aaff;
    }

    .indices-item div {
        margin-top: 5px;
        display: inline-block;
    }

    .indices-item .up {
        color: #00c853;
        font-weight: 600;
    }

    .indices-item .down {
        color: #e53935;
        font-weight: 600;
    }

.top-news-container {
    display: flex;
    gap: 20px;
}

.topnews-left {
    width: calc(100% - 419px);
}

.topnews-right {
    width: 419px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.headline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.mainnews-container {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-big-title a {
    font-size: var(--title-34);
    font-family: var(--text-medium);
    color: var(--blackcolor);
    text-decoration: none;
}

/*.news-left-details {
    font-size: var(--text-15);
}*/

.date-format {
    font-size: var(--text-13);
    color: #000;
    opacity: .5;
    margin: 8px 0px;
    display: flex;
}

    .date-format .latest-news-read {
        margin-left: 25px;
        position: relative;
    }

        .date-format .latest-news-read:after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            background-color: #7f7f7f;
            left: -15px;
            top: 50%;
            border-radius: 100%;
            transform: translateY(-50%);
        }

.main-newsimg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

div#playwrapper {
    width: 100%;
    display: flex;
    column-gap: 12px;
    cursor: pointer;
}

.overlytext .audiocls {
    width: 95%;
    position: absolute;
    bottom: 7px;
    left: 10px;
    margin: 0px auto;
}

.overlytext {
    position: absolute;
    bottom: 0px;
    width: -webkit-fill-available;
    padding: 15px 18px;
    display: flex;
    column-gap: 18px;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 45%, rgba(248, 223, 183, 0) 100%);
    width: 100%;
}

.play-icon {
    width: 50px;
}

.video-title {
    font-size: var(--title-20);
    color: var(--whitecolor);
}

    .video-title span {
        font-size: var(--text-13);
        text-transform: uppercase;
    }

.main-newsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subnews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 20px;
    margin-top: 30px;
}

.subnews-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

    .subnews-card .sunewsimg {
        width: 99px;
        height: 66px;
    }

.subnews-text {
    width: calc(100% - 99px);
}

.subnews-card .sunewsimg img {
    object-fit: cover;
    /*border-radius: 4px;*/
}

.prime-subscribe-news {
    display: flex;
    flex-direction: column;
}

    .prime-subscribe-news.prime .prime-sidabar-item .common-subtitle {
        opacity: 1;
    }

        .prime-subscribe-news.prime .prime-sidabar-item .common-subtitle img {
            display: none;
        }

    .prime-subscribe-news.prime .primeright-img img {
        filter: none;
    }

.prime-sidabar-item {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 12px;
    column-gap: 20px;
}

    .prime-sidabar-item .common-subtitle img {
        padding-left: 8px;
        vertical-align: baseline;
    }

    .prime-sidabar-item:nth-of-type(3) {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .prime-sidabar-item:last-child {
        display: none;
    }

.primeright-img {
    width: 120px;
    overflow: hidden;
    /*border-radius: 3px;*/
    height: 64px;
}

    .primeright-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        filter: grayscale();
    }

.prime-subscribe-news .prime-sidabar-item .common-subtitle {
    width: calc(100% - 120px);
    opacity: .5;
}

.primeinfo-box {
    display: flex;
    border-radius: 5px;
    background: #DE88C9;
    background: linear-gradient(143deg, rgba(222, 136, 201, 1) 0%, rgba(248, 223, 183, 1) 100%);
    color: var(--whitecolor);
    padding: 16px;
    margin-top: 15px;
    flex-direction: column;
}

.primeinfotitle {
    font-size: 18px;
    color: var(--sectiontitle-color);
    font-family: var(--text-medium);
}

.primelist-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.primelist ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* width: calc(100% - 51px); */
    gap: 8px 22px;
    align-items: center;
    margin: 12px 0px;
}

    .primelist ul li {
        display: flex;
        align-items: center;
        column-gap: 10px;
        color: var(--sectiontitle-color);
        font-size: var(--text-15);
        width: 46%;
        align-items: flex-start;
    }

.infoarrow-icons {
    border-radius: 15px;
    padding: 8px 12px;
    font-size: var(--text-13);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.80);
    color: var(--blackcolor);
    display: flex;
    column-gap: 12px;
    transition: .4s;
    text-wrap: nowrap;
}

    .infoarrow-icons img {
        transition: all 0.4s ease;
    }

    .infoarrow-icons:hover img {
        transition: all 0.4s ease;
        padding-left: 12px;
    }

/*top news section end here */
/*banner-section start here */
.banner-common-section {
    margin: 25px 0px;
}

    .banner-common-section ul {
        display: grid;
        justify-content: center;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


        .banner-common-section ul li img {
            border-radius: 5px;
            border: solid 1px #eee;
        }

    .banner-common-section .commonheading-title {
        margin-bottom: 18px;
    }

    .banner-common-section ul.big-banner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner-common-section .two-banner ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner-common-section .three-banner ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }



.texpro-section {
    background-color: #F8F9FB;
    padding: 40px 0px;
}

.empowring-section {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 240px;
    width: 28%;
    align-items: flex-start;
}

    .empowring-section .common-btn-wrapper {
        flex-direction: column;
        row-gap: 12px;
        /* align-items: baseline; */
        text-align: center;
    }

/*.texpro-right-details .owl-stage .item {
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}*/

.texpro-wrapper {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}

.texpro-right-details {
    width: calc(100% - 280px);
    background: var(--whitecolor);
    padding: 20px 26px 0;
    position: relative;
}

.texprodetails {
    display: flex;
    column-gap: 18px;
}

.texpro-right-details .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}

.texpro-graph-img {
    width: 65%;
}

.texpro-right-text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 65%);
}

.texpro-graph-img svg.highcharts-root {
    width: 100%;
    height: 100%;
}

.item .common-subtitle {
    color: var(--blackcolor);
    margin-bottom: 15px;
}

    .item .common-subtitle span {
        color: #F26F39 !important;
    }


/* .texpro-details {
    padding-top: 18px;
}

.texpro-logo-img {
    width: 150px;
}
.texpro-details p {
    font-family: var(--text-ragular);
    margin-bottom: 0px;
    margin-top: 12px;
}

.texpro-text-details {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.login-here a {
    font-family: var(--text-medium);
    color: var(--blackcolor);
} */
.login-here a {
    font-family: var(--text-medium);
    color: var(--blackcolor);
    text-decoration: underline;
}

.common-btn-wrapper {
    display: flex;
    column-gap: 18px;
}



.client-counter-section {
    background-color: #f2f4f7;
    padding: 25px 0px;
}

#client-counter {
    display: flex;
    column-gap: 30px;
}

    #client-counter .post-slide {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

        #client-counter .post-slide .couter-txt {
            font-size: var(--title-24);
            color: var(--blackcolor);
            font-family: var(--text-bold);
            margin: 0px;
        }

        #client-counter .post-slide p {
            margin: 0px;
        }

    #client-counter .owl-stage {
        display: flex;
    }

    #client-counter .owl-stage-outer {
        overflow: hidden;
    }


    #client-counter .owl-controls .owl-buttons {
        text-align: center;
        margin-top: 20px;
    }

        #client-counter .owl-controls .owl-buttons .owl-prev {
            background: var(--whitecolor);
            position: absolute;
            top: -13%;
            left: 15px;
            padding: 0 18px 0 15px;
            border-radius: 50px;
            box-shadow: 3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

        #client-counter .owl-controls .owl-buttons .owl-next {
            background: var(--whitecolor);
            position: absolute;
            top: -13%;
            right: 15px;
            padding: 0 15px 0 18px;
            border-radius: 50px;
            box-shadow: -3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

            #client-counter .owl-controls .owl-buttons .owl-prev:after,
            #client-counter .owl-controls .owl-buttons .owl-next:after {
                content: "\f104";
                font-family: FontAwesome;
                color: #333;
                font-size: 30px;
            }

            #client-counter .owl-controls .owl-buttons .owl-next:after {
                content: "\f105";
            }






.latestnews-wrapper {
    /* display: grid;
    grid-template-columns: 1fr 2fr 2fr;*/
    display: flex;
    gap: 15px;
}

.latest-news-section {
    margin: 25px 0px;
}

.digital-bx {
    width: 25%;
}

.digital-img {
    margin: 15px 0px;
}

.recommended-wrapper .digital-img img {
    border: solid 1px #eee;
}

.latestnews-wrapper .common-subtitle,
.exclusive-box .common-subtitle,
.recommended-wrapper .common-subtitle {
    font-size: var(--title-24);
    margin-bottom: 7px;
}

.recommended-wrapper .common-subtitle {
    /* min-height: 86px;*/
}

.national-bx .digital-img {
    height: 230px;
    overflow: hidden;
}

    .national-bx .digital-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.national-bx {
    border-left: 1px solid #eee;
    padding: 0px 15px;
    border-right: 1px solid #eee;
    width: 45%;
}

.curated-bx {
    width: 30%;
}

.curted-list-wrapper {
    display: flex;
    row-gap: 14px;
    flex-wrap: wrap;
}

    .curted-list-wrapper .curted-list-item a {
        font-family: var(--text-medium);
        font-size: var(--title-20);
        border-bottom: 1px solid #eee;
        padding-bottom: 14px;
        display: inline-block;
        text-decoration: none;
        color: var(--blackcolor);
    }

    .curted-list-wrapper .curted-list-item:last-of-type a {
        border-bottom: 0px;
    }

.exclusive-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.exclusive-img {
    height: 335px;
    overflow: hidden;
    margin: 18px 0px;
}

    .exclusive-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.date-format-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0px;
}

.exclusive-editor-spotlight {
    border-left: solid 1px #eee;
    padding-left: 20px;
}

.editor-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
}

.exclusive-stories-section .date-format-section {
    margin: 0px;
}

.editor-wrapper .common-subtitle {
    margin: 0px 0px 5px 0px;
}

.recommended-section {
    margin: 25px 0px;
}

.recommended-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

    .recommended-wrapper p, .latestnews-wrapper p {
        margin: 5px 0px;
    }

.global-suppliers-section {
    background: url(../png/map-bg.png) no-repeat center top #F8FAFB;
    padding: 25px 0px;
}
  
    .global-suppliers-section .news-big-title {
        font-family: var(--text-medium);
        color: var(--sectiontitle-color);
        font-size: var(--title-34);
    }

.sourcing-wrapper .common-subtitle {
    font-family: var(--text-ragular);
    font-size: var(--title-24);
}

.sourcing-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 870px;
    margin: 0px auto;
}


.our-clients-section {
    margin: 25px 0px;
}

.client-title span {
    font-family: var(--text-medium);
    font-size: var(--title-20);
    color: var(--sectiontitle-color);
}

.our-esteemed-group {
    width: 100%;
    height: 100px;
    background-color: var(--whitecolor);
    display: flex;
    justify-content: center;
    align-items: center;
}



.siq_bR {
    bottom: 45px !important;
}

.our-esteemed-group img {
    filter: grayscale();
}

    .our-esteemed-group img:hover {
        filter: none;
    }

.our-esteemed-clients .owl-carousel .owl-nav button.owl-next, .our-esteemed-clients .owl-carousel .owl-nav button.owl-prev {
    border: solid 1px #e1e1e1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
}

.texpro-right-details .owl-carousel .owl-nav button.owl-next, .texpro-right-details .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 11px;
}

.texpro-right-details .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

.texpro-right-details .owl-carousel .owl-nav button.owl-next {
    right: -45px;
}


    .texpro-right-details .owl-carousel .owl-nav button.owl-next:hover, .texpro-right-details .owl-carousel .owl-nav button.owl-prev:hover {
        background: #2b95ef;
    }

.texpro-right-details .owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 40%;
}

.prime-loggedin .prime-subscribe-news .prime-sidabar-item .common-subtitle {
    opacity: 1;
}

.prime-loggedin .primeright-img img {
    filter: none;
}

.prime-loggedin .common-subtitle a img {
    display: none;
}

.prime-loggedin .prime-sidabar-item, .prime-loggedin .prime-sidabar-item:nth-of-type(3) {
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.prime-loggedin .primeinfo-box {
    display: none;
}
.prime-loggedin .prime-sidabar-item:last-child {
    display: flex;
    border-bottom:0;
}
.primebanner{margin-top:10px;}
    .primebanner ul li img{border-radius:5px;}
    @media screen and (max-width:1400px) {
        .news-big-title {
        font-size: var(--title-24);
    }

    .latestnews-wrapper .common-subtitle,
    .recommended-wrapper .common-subtitle, .exclusive-box .common-subtitle {
        font-size: var(--title-20);
    }
}

@media screen and (max-width:1200px) {
    .top-news-container {
        flex-direction: column;
    }

    .topnews-left {
        width: 100%;
    }

    .mainnews-container {
        gap: 35px;
    }

    .news-big-title {
        font-size: var(--title-34);
    }

    .subnews-grid {
        border-bottom: solid 1px #f1f1f1;
        padding-bottom: 20px;
    }

    .topnews-right {
        border-left: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .prime-subscribe-news {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 30px;
    }

    .prime-sidabar-item {
        width: 48%;
    }

    .primelist ul {
        width: 100%;
    }

    #client-counter {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #client-counter {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .latestnews-wrapper {
        grid-template-columns: 2fr 2fr 2fr;
        gap: 17px;
    }

    .curted-list-wrapper {
        row-gap: 10px;
    }

    .national-bx .digital-img {
        height: 195px;
    }

    .curted-list-wrapper .curted-list-item a {
        padding-bottom: 10px;
    }



    .texpro-right-details .owl-stage .item {
        flex-wrap: wrap;
    }

    .texpro-graph-img, .texpro-right-text {
        width: 100%;
    }

    .main-newsimg {
        height: 250px;
    }

    .prime-sidabar-item:last-child, .prime-loggedin .prime-sidabar-item:last-child {
        display: flex;
        border-bottom: 1px solid #eee;
    }
  

    .prime-sidabar-item:nth-of-type(3) {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
    }

    .primelist ul li {
        width: 29%;
    }
}

@media screen and (max-width:1024px) {

    .prime-sidabar-item:last-child {
        display: flex;
    }
}

@media screen and (max-width:992px) {
    .curated-bx {
        width: 100%;
    }

    .news-big-title {
        font-size: var(--title-24);
    }

    .latestnews-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .digital-bx,
    .national-bx {
        width: 48%;
    }

    .empowring-section {
        width: 32%;
    }

    .national-bx {
        border-right: 0px;
    }

    .curted-list-item {
        width: 100%;
    }

    .curted-list-wrapper .curted-list-item a {
        padding-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

    .national-bx .digital-img {
        height: 216px;
    }

    .recommended-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 20px;
    }

    .curated-bx {
        border-top: solid 1px #f1f1f1;
        padding-top: 20px;
    }

    #client-counter {
        gap: 18px;
    }

        #client-counter .post-slide {
            row-gap: 0px;
            border-bottom: solid 1px #dbe4fb;
            padding-bottom: 12px;
        }

            #client-counter .post-slide:nth-of-type(4), #client-counter .post-slide:nth-of-type(5), #client-counter .post-slide:nth-of-type(6) {
                border-bottom: 0px;
            }

    .nav-link > a {
        padding: 0 .6rem;
        font-size: 14px;
    }

    .corporate a, .globe-icon {
        font-size: 14px;
    }

    .texprodetails {
        flex-direction: column;
    }


    .prime-sidabar-item {
        width: 47%;
    }

    .primelist ul {
        align-items: flex-start;
    }

}
