.topheadingpoint {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 10px 0 40px 0;

}

.topheadingpoint div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap: 22px;
    padding: 4px 30px;
    background: #EF412F;
    color: #FFF;
    text-align: center;
    font-family: Noto Sans Devanagari;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
}

.topheadingpoint div span {
    padding-top: 7px;
}


ul.listContainer {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 35px;
    list-style: none;
    flex-wrap: wrap;
}

ul.listContainer a {
    text-decoration: none;
}

ul.listContainer li {
    width: calc(50% - 35px);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 8px 0px rgba(188, 188, 188, 0.25);
}

ul.listContainer li .img img {
    width: 100%;
}


ul.listContainer li .imagecontant {
    padding: 20px 15px;
    box-sizing: border-box;
}

ul.listContainer li .imagecontant .livebutton {
    border-radius: 0px 50px 50px 0px;
    background: #EF412F;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    padding-top: 7px !important;
    padding: 0 18px 4px 18px;
    display: flex;
    margin-bottom: 15px;
    width: min-content;
    gap: 12px;
    flex-direction: row;
    text-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

ul.listContainer li .imagecontant .livebutton svg {
    margin-top: -2.6px;
}

ul.listContainer .datetime {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

ul.listContainer .datetime span:last-child:after {
    display: none;
}

ul.listContainer .datetime span:first-child:after {
    content: " ";
    height: 14px;
    width: 2px;
    background-color: #00185E;
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
}



ul.listContainer .datetime span {
    color: #EF412F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


ul.listContainer li:first-child a .imagecontant {
    padding: 20px 15px;
    width: 50%;
    box-sizing: border-box;
}

ul.listContainer li:first-child {
    width: 100%;
    display: flex;
}

ul.listContainer li:first-child a {
    border-radius: 4px;
    gap: 16px;
    display: flex;
    flex-direction: row;
}


ul.listContainer li:first-child a .img {
    width: calc(50% - 35px);
}


ul.listContainer li:first-child a .datetime span {
    color: #EF412F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


ul.listContainer li:first-child a h3.heading {
    color: #00185E;
    font-family: Noto Sans Devanagari;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    /* 150% */
    text-transform: uppercase;
}

ul.listContainer li:first-child a .imagecontant p {
    color: #00185E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
    text-transform: uppercase;
    margin-top: 12px;
}

ul.listContainer .imagecontant p {
    color: #00185E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 12px;
}




.coverage-detailed .tabs-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: #FAFAFA;
    gap: 32px;
    padding: 16px 32px;
    padding-bottom: 32px;
    box-shadow: 0px 0px 10px 0px rgba(219, 219, 219, 0.47);

}

.coverage-detailed .tabs-box .cov-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coverage-detailed .tabs-box .cov-nav .tabs {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.coverage-detailed .tabs-box .cov-nav .tabs li {
    display: flex;
    flex-direction: column;
}

.coverage-detailed .tabs-box .cov-nav .tabs li a {
    display: flex;
    flex-direction: row;
    gap: 12px;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.coverage-detailed .tabs-box .cov-nav .tabs>:first-child a {
    color: rgba(64, 147, 67, 0.94);
}

.coverage-detailed .tabs-box .cov-nav .tabs>:nth-child(2) a {
    color: #934040;
}

.coverage-detailed .tabs-box .cov-nav .tabs>:nth-child(3) a {
    color: #407093;
}

.coverage-detailed .tabs-box .cov-nav .tabs>:nth-child(4) a {
    color: #939040;
}

.coverage-detailed .tabs-box .cov-nav .tabs>:nth-child(5) a {
    color: #409384;
}

.coverage-detailed .tabs-box .cov-nav .tabs>:nth-child(6) a {
    color: #405C93;
}

.coverage-detailed .tabs-box .cov-nav .tabs>:nth-child(7) a {
    color: #934077;
}

.coverage-detailed .tabs-box .cov-nav .tabs li a img {
    width: 30px;
    height: 30px;
    margin-top: -1px;
}

.coverage-detailed .tabs-box .cov-nav .tabs li a:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    background-color: #C7C7C7;
    right: -16px;
    top: 8px;
}

.coverage-detailed .tabs-box .cov-nav .tabs>:last-child a:after {
    content: "";
    position: absolute;
    display: none;
    height: 12px;
    width: 1px;
    background-color: #C7C7C7;
    right: -16px;
    top: 8px;
}

.coverage-detailed .tabs-box .cov-nav .tabs li a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.coverage-detailed .tabs-box .cov-nav .tabs li a {
    margin-bottom: -3px;
}

.coverage-detailed .tabs-box .cov-grid {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.coverage-detailed .tabs-box .cov-grid .cov-detailed {
    width: calc(61% - 16px);
}

.coverage-detailed .tabs-box .cov-grid .cov-widget {
    width: calc(39% - 16px);
}

.coverage-detailed .tabs-box .cov-grid .cov-detailed .featured {
    display: flex;
    flex-direction: column;
}

.coverage-detailed .tabs-box .cov-grid .cov-detailed .featured figure {
    margin: 0;
    padding: 0;
}

.coverage-detailed .tabs-box .cov-grid .cov-detailed .featured figure .featured-image {
    width: -moz-available;
    width: -webkit-fill-available;
    height: 429px;
    object-fit: cover;
    border-radius: 8px;
}

.coverage-detailed .tabs-box .cov-grid .cov-detailed h2 {
    color: rgba(0, 24, 94, 0.93);
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 12px;
    margin-top: 8px;
}

.coverage-detailed .tabs-box .cov-grid .cov-detailed p {
    color: rgba(0, 24, 94, 0.91);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 12px;
}

.coverage-detailed .tabs-box .cov-grid .cov-detailed .social-list {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: none;
    justify-content: center;

}

.coverage-detailed .tabs-box .cov-grid .cov-detailed .social-list img {
    width: 30px;
    height: 30px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget ul {
    max-height: 600px;
    overflow-y: scroll;
    height: 600px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 24px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li {
    display: flex;
    flex-direction: column;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a {
    text-decoration: none;
    color: rgba(0, 24, 94, 0.91);
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a figure {
    width: 224px;
    height: 126px;
    position: relative;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a figure .thumb {
    width: 224px;
    height: 126px;
    object-fit: cover;
    border-radius: 5px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a .headlines {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a figure .video-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.coverage-detailed .tabs-box .cov-grid .cov-widget .live-story {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 28px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .live-story li {
    width: calc(50% - 28px);
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .live-story figure img,
.coverage-detailed .tabs-box .cov-grid .cov-widget .live-story figure {
    height: 297px;
    object-fit: cover;
    border-radius: 6px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .live-story figure {
    position: relative;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .live-story figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 99;
    left: 0;
    padding: 16px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 30%, rgba(0, 0, 0, 0.25) 58.85%, rgba(0, 0, 0, 0.28) 70.83%, rgba(0, 0, 0, 0.35) 100%);
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .suggestions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 28px;
}


.coverage-detailed .tabs-box .cov-grid .cov-widget .suggestions h2 {
    background: #EF412F;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    padding: 8px 0;
    margin-bottom: 10px;
    border-radius: 6px;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .suggestions p {
    color: #00185E;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.coverage-detailed .tabs-box .cov-grid .cov-widget .suggestions button {
    background-color: #fff;
    color: #EF412F;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    border: solid 1px #EF412F;
}

#contentTwo,
#contentThree,
#contentFour,
#contentFive {
    display: none;
}

.heeadings {
    padding: 14px 16px;
    position: relative;
}

.heeadings:before {
    content: " ";
    width: 7px;
    height: 28px;
    background-color: #EF412F;
    position: absolute;
    left: 0px;
}


.post-blog {
    display: flex;
    list-style: none;
    gap: 30px;
    flex-wrap: wrap;
}



.post-blog li {
    width: calc(33% - 30px);
}

.post-blog li a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: rgba(0, 24, 94, 0.93);
}

.post-blog li div {
    width: calc(50% - 10px);
}

.post-blog li p {
    font-size: 12px;
}

.post-blog li a>:first-child {
    width: 125px;
    height: 87px;
}

.post-blog li div span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-blog li div {
    width: 100%;
}

.post-blog li div img {
    object-fit: cover;
    width: 125px;
    height: 87px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {

    ul.listContainer,
    ul.listContainer li:first-child {
        flex-direction: column;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a .headlines {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        display: -webkit-box;
        height: 88px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a figure .thumb {
        width: 125px;
        height: 82px;
        object-fit: cover;
        border-radius: 5px;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-detailed .featured figure .featured-image {
        width: -moz-available;
        width: -webkit-fill-available;
        height: 180px;
        object-fit: cover;
        border-radius: 8px;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-detailed h2 {
        color: rgba(0, 24, 94, 0.93);
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 12px;
        margin-top: 8px;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-detailed p {
        color: rgba(0, 24, 94, 0.91);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .post-blog li {
        width: 100%;
    }

    .coverage-detailed .container {
        padding: 0px;
    }

    .post-blog li div img {
        width: 125px;
        height: 85px;
        object-fit: cover;
        border-radius: 5px;
    }

    .post-blog li a>:first-child {
        width: 125px;
        height: 85px;
    }

    .post-blog li div span {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        display: -webkit-box;
        height: 72px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .post-blog li div {
        width: unset;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-widget .live-story figure img,
    .coverage-detailed .tabs-box .cov-grid .cov-widget .live-story figure {
        height: 228px;
        object-fit: cover;
        width: 100%;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-widget ul {
        max-height: unset;
        overflow-y: unset;
        height: unset;
    }

    ul.listContainer li,
    ul.listContainer li:first-child .img,
    ul.listContainer li:first-child .imagecontant {
        width: 100%;
    }

    ul.listContainer li:first-child a {
        flex-direction: column;
    }

    ul.listContainer li:first-child a .img {
        width: calc(100% - 0px);
    }

    ul.listContainer li:first-child a .imagecontant {
        width: 100%;

    }

    .special-coverage .container {
        margin: 0 8px;
    }

    .special-coverage {
        padding: 0 0;
    }

    section {
        padding: 0;
    }

    .coverage-detailed .tabs-box .cov-nav .tabs {
        overflow-x: scroll;
        width: 100%;
    }

    .topheadingpoint div {
        font-size: 22px;
    }

    ul.listContainer {
        gap: 16px;
    }

    .topheadingpoint {
        margin: 40px 0 40px 0;
    }

    .coverage-detailed .tabs-box .cov-grid {
        flex-direction: column;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-detailed {
        width: calc(100% - 0px);
    }

    .coverage-detailed .tabs-box {
        padding: 16px 23px;
    }

    .coverage-detailed .tabs-box .cov-grid .cov-widget {
        width: calc(100% - 0px);
    }


    .coverage-detailed .tabs-box .cov-nav .tabs a span {
        text-wrap: nowrap;

    }

    .coverage-detailed .tabs-box .cov-grid .cov-widget .feed-lst li a figure {
        width: 125px;
        height: 82px;
        position: relative;
    }

    ul.listContainer li:first-child a .imagecontant {
        padding: 0px 15px;
    }

    ul.listContainer li:first-child a h3.heading {
        font-size: 28px;
        line-height: inherit;
        margin-bottom: 10px;
    }
    .blacksection {
        background: #fafafa;
        padding: 16px 0;
    }

    section .tb-w-nav .tabhead a {
        margin-left: 12px;
    }


}

.coverage-detailed .tabs-box .related-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.coverage-detailed .tabs-box .related-grid .related-list {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap;
}

.coverage-detailed .tabs-box .related-grid .related-list li {
    width: calc(33% - 16px);
}


/* .headwrap, .footer{
    display: none;
} */



/*----------------------- New index ***********************/

.special-main {
    position: relative;
    margin-bottom: 210px;
}


.special-main h1 {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    z-index: 99;
    font-size: 40px;
}

.maincontant {
    position: absolute;
    margin: auto;
    right: 0;
    top: 30px;
    left: 0;
    z-index: 9;
    width: 1280px;
    display: flex;
    justify-content: space-between;
}


.boxheading {
    position: absolute;
    bottom: 0;
    width: 1280px;
    z-index: 99;
    margin: auto;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    bottom: -160px;
    gap: 30px;
}

.boxheading div.box1 {
    width: 33%;
    background-color: #ef412f;
    padding: 10px;
}

.boxheading div.box1 img {
    width: 100%;
}

.boxheading div.box1 h5 {
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
}

.boxheading div.box2 {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 7px -1px #00000020;

}

.boxheading div.box2 ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
figure {
    margin: 0px;
    padding: 0px;
}

section.portrait-gallery-section.blacksection.storysection {
    display: none;
}

section.photo-ent-section {
    display: none;
}
.boxheading div.box2 ul li h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 100%;
    width: 100%;
    ;
}

.boxheading div.box2 ul li img {
    width: 100%;
}

.boxheading div.box2 ul li p {
    font-size: 12px;
    margin-bottom: 12px;
}

.boxheading div.box2 ul a {
    text-decoration: none;
}

.special-coverage-new .player_img_wrap {
    min-height: 650px;
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    position: relative;
    background-color: #240202;
}

.special-coverage-new .story_img_box {
    position: relative;
    width: 1180px;
    height: 650px;
    overflow: hidden;
}

.special-coverage-new .story_img_box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 22%;
    top: 0;
    left: 0px;
    box-shadow: inset 240px 8px 109px -106px #240202;
    z-index: 2;
}


.special-coverage-new .story_img_box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 22%;
    top: 0;
    right: 0px;
    box-shadow: inset -240px 8px 109px -106px #240202;
    z-index: 2;
}

.special-coverage-new .special-main .top-head h3 {
    font-size: 10vh;
    line-height: 30px;
    color: #ffff;
    font-weight: 600;
}

.topheadnew h3 {
    font-size: 58px;
    text-shadow: 3px 5px 11px rgba(0, 0, 0, 0.38);
    color: #fff;
}



.countertime {
    position: absolute;
    top: 40px;
    right: 10%;
    z-index: 9;
    font-size: 60px;
    font-weight: 900;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;

}

.countertime p {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    background-color: #939040;
    padding: 6px 10px 0px 10px;
}

.countertime #demo {
    display: flex;
    list-style: none;
    color: #fff;
    background-color: #000;
    text-align: center;
    justify-content: center;
}

.countertime #demo li {
    margin: 0px 10px -10px 10px;
}

.countertime #demo li::after {
    width: 1px;
    height: 20px;
    content: " ";
    position: absolute;
    margin-left: 5px;
    top: 67px;
    border-right: dotted 7px #ef412f;
}

.countertime #demo li:last-child:after {
    display: none;
}


@media only screen and (max-width: 767px) {

    .maincontant {
        width: 100%;
        top: inherit;
        position: inherit;
        text-align: center;
        bottom: 0px;
        padding: 20px 0;
        background: #130100;
    }

    .maincontant h3 {
        font-size: 30px;
    }

    .topheadnew p {
        height: inherit;
        width: auto;
        border-radius: 10px;
    }

    .boxheading {
        width: 100%;
        flex-direction: column;
        position: inherit;
        bottom: -10px;
        gap: 10px;
    }

    .boxheading div.box2,
    .boxheading div.box1 {
        width: 96%;
    }

    .boxheading div.box2 ul {
        flex-direction: column;
    }

    .special-coverage-new .player_img_wrap {
        min-height: inherit;
    }

    .special-coverage-new .player_img_wrap img {
        height: unset;
    }

    .special-coverage-new .story_img_box {
        height: inherit;
        overflow: hidden;
    }

    .special-main {
        margin-bottom: 60px;
        width: 96%;
    }

    .brief .bnh,
    .stateviral .bnh {
        flex-direction: column;
    }

    .brief .dnews {
        width: 100%;
        flex-direction: column;
    }

    .boxheading div.box2 {
        background-color: #ebebeb;
    }

    .special-coverage-new .story_img_box::before,
    .special-coverage-new .story_img_box::after {
        display: none;
    }

    .brief .feeds {
        width: 100%;
    }

    .countertime p {
        font-size: 24px;
    }

    .countertime {
        right: 0;
        font-size: 46px;
        bottom: 0;
        top: initial;
    }


    .countertime #demo li::after {
        top: 40px;
    }
}