﻿

    ul {
        margin: 0;
        list-style: none
    }

    .wrapper {
        width: 100%
    }

    .clearfix {
        clear: both
    }

    #zt_656001_1 iframe {
        z-index: 99;
    }

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer
    }

   
    @media (min-width: 768px) and (max-width:1100px) {
        }

        .main-parent-section {
            width: 100%;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    .justfy-center {
        justify-content: center !important
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0
    }

    .at_col4, .at_col5, .at_col7, .at_col8 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding: 0 10px
    }

    .content-area {
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px);
        padding: 0;
        margin-right: 20px
    }

    .sidebar {
        width: 100%;
        /*min-height: 600px;*/
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        /*max-width: 300px;*/
        padding: 0
    }

    div.sidebar-rhs .ad-300X250-body, .add-center-div.itgdAdsPlaceholder, .ad-300X250-rhs.itgdAdsPlaceholder, .ad-300X250.itgdAdsPlaceholder, .ad-300X250-body.itgdAdsPlaceholder {
        padding: 5px 0 0px;
        background-color: #eaeaea;
    }

    .stoybday-ad.itgdAdsPlaceholder, .inner-ad-section.itgdAdsPlaceholder {
        background-color: #eaeaea;
        padding: 5px 0 10px;
        width: 100%;
    }

    .story-with-main-sec .stoybday-ad div {
        margin: 0 auto;
        width: 320px;
    }

    .outer-add-section, .sidebar-rhs .add-center-div .rhsBBAd.add-section {
        min-height: 250px;
    }

    .sidebar .common-rhs-main-sec .add-center-div.itgdAdsPlaceholder .add-section {
        margin-bottom: 0px;
    }

    .common-rhs-main-sec .add-center-div.itgdAdsPlaceholder, .left_con_bootm_setion .ad-300X250.itgdAdsPlaceholder {
        margin-bottom: 20px;
    }

    .player-sec + .ad-300X250-rhs.itgdAdsPlaceholder {
        display: none;
    }

    @media (max-width: 767px) {
        div.sidebar-rhs .ad-300X250-body {
            padding:20px 0px;
        }

        .player-sec + .ad-300X250-rhs.itgdAdsPlaceholder {
            display: block;
        }
    }

    .at_col4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .at_col5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .at_col7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .at_col8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    @media (max-width: 1199px) {
        .content-area, .sidebar {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0
        }

        .lazyload {
            background-size: cover;
            margin: 0 auto
        }
    }

    .zedo-css {
        width: 100%
    }

    .zedo-css div {
        display: block;
        line-height: 0;
        font-size: 0
    }

    .wether-body {
        width: 100%;
        height: auto;
        padding: 5px 0 1px
    }

    .weather-div {
        width: 263px;
        margin-left: 170px
    }

    .search-section {
        height: 33px;
        display: flex;
        align-items: flex-end;
        margin: 0px auto;
        background-color: #002765;
        position: absolute;
        right: -5px;
        top: 3px;
        z-index: 1;
        flex-wrap: wrap;
        width: 0px;
        overflow: hidden;
        -webkit-transition: width 0.3s ease-in;
        -moz-transition: width 0.3s ease-in;
        transition: width 0.3s ease-in;
    }

    .search-section-popup {
        display: none;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 38px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 0.4s;
        animation-name: fadeIn;
        animation-duration: 0.4s;
    }

    .search-content {
        min-height: 300px;
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        border-top: none;
        width: 1281px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

    .fixed-nav .search-section-popup {
        top: 58px;
        position: fixed;
    }

    @media (max-width: 1199px) {
        .weather-div {
            width: 80%;
            margin-left: 110px;
            height: 5px
        }

        .search-content {
            width: 100%;
            border: 0;
        }
    }

    @media (max-width: 1024px) {
        .search-section-popup {
            top: 40px;
        }

        .search-section.expendsearch {
            right: 28px;
        }

        .search-section.expendsearch {
            height: 40px;
        }

        .search-content {
            width: 100%;
        }

        .fixed-nav .search-section.expendsearch {
            height: 52px;
        }

        .fixed-nav .search-section-popup {
            top: 51px;
        }

        .wether-body {
            padding: 5px 0 3px
        }

        body.innerPage {
            padding-top: 90px
        }

        .innerPage .top-head-body {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            background-color: #fff
        }
    }

    @media only screen and (max-width: 767px) {
        .wether-body {
            display: none
        }

        .weather-div {
            width: 100%;
            margin-left: 0;
            height: 0
        }
    }

    .top-head-body {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #dfdfdf;
        position: relative;
    }

    .top-head-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-hed-menu {
        width: calc(100% - 185px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-hed-menu ul {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        overflow-x: unset;
        width: 100%;
        /* overflow: hidden */
    }

    .top-hed-menu ul li {
        padding: 0 18px 3px 0;
    }

    .top-hed-menu ul li a {
        font-size: 11px;
        font-weight: 700;
        color: #938e8e;
        white-space: nowrap;
        font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .top-hed-menu ul li.active {
        border: none
    }

    .top-hed-menu ul li.active a {
        color: #000
    }

    .top-hed-menu ul li:nth-child(1) a {
        color: #000
    }

    .login {
        width: auto;
        font-size: 12px;
        color: #938e8e;
        font-weight: 700;
        align-items: center;
        display: block;
        display: flex;
        text-transform: uppercase;
        margin-left: 15px;
        background-color: #d70012;
        padding: 0px 10px;
    }

    .login span.sso_user_svg {
        width: 14px;
        margin-right: 0px;
        display: flex;
        align-items: center;
        margin-left: 10px;
        margin-top: -1px;
    }

    .login a {
        color: #ffffff;
        text-transform: capitalize;
        font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    }

    .login span svg {
        width: 14px;
        height: 14px;
        color: #ffffff;
        fill: #ffffff;
    }

    .login iframe {
        visibility: hidden
    }

    .ssoLoginMain {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap
    }

    .ssoLoginInner {
        padding-right: 0px;
        margin-right: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
    }

    .ssoLoginMain span.sso_image {
        width: auto;
        margin-left: 5px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #d4d2d2;
        overflow: hidden;
        display: flex;
    }

    .ssoLoginMain span.sso_image img {
        width: 23px;
        height: 23px;
        position: relative;
        top: -1px;
    }

    #login-area #signIn {
        display: none;
    }

    .globleMenu_Rest {
        width: 150px;
        font-size: 11px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        cursor: pointer;
        font-weight: bold;
        color: #222;
        margin-left: auto
    }

    .globleMenu_Rest .rest_arrow {
        width: 25px;
        height: 26px;
        margin-top: 5px;
        background-color: #ed0015;
        text-align: center;
        padding-top: 2px;
        margin-left: auto;
    }

    .rest_arrow svg {
        cursor: pointer;
        fill: #000000;
        width: 24px;
        height: 27px;
        font-weight: bold;
        margin-top: 4px;
    }

    .rest_arrow {
        padding: 0px 3px;
        /* margin-left: auto; */
        width: 30px;
        height: 31px;
        transition: all 0.5s;
        margin-top: 0px;
        background-color: #efefef;
    }

    .rest_arrow.rrArrow svg {
        transform: rotateZ(-180deg);
        transition: all 0.8s;
        margin-top: 0px;
        margin-left: 0px;
    }

    .rest_arrow.r360 svg {
        transform: rotateY(20deg);
        transition: all 0.8s;
    }

    .gMenuOpen {
        width: 100%;
        height: auto;
        padding: 10px 0px;
        position: absolute;
        left: 0px;
        background-color: #fff;
        padding: 0px;
        z-index: 881;
        top: 32px;
        height: 0px;
        overflow: hidden;
    }

    .gMenuOpen .container ul {
        height: auto;
    }

    .gMenuOpen ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gMenuOpen ul li {
        padding: 0px;
        height: auto;
    }

    .top-hed-menu ul .gMenuOpen ul li {
        padding: 0 19px 3px 0;
    }

    .gMenuOpen ul li a {
        color: #000;
        font-size: 16px;
        font-size: 11px;
        font-weight: 600;
        color: #938e8e;
    }

    .gMenuOpen.openGnav {
        height: 35px;
        animation: rotateMenu 0.30s linear forwards;
        border-bottom: 1px solid #ccc;
        overflow: visible;
        visibility: visible;
    }

    @keyframes rotateMenu {
        0% {
            opacity: 0;
            transform: translate(0px, -10px);
        }

        25% {
            opacity: 0.25;
            transform: translate(0px, -7px);
        }

        50% {
            opacity: 0.5;
            transform: translate(0px, -5px);
        }

        75% {
            opacity: 0.75;
            transform: translate(0px, -3px);
        }

        100% {
            opacity: 1;
            transform: translate(0px, 0px);
        }
    }

    .globBack {
        animation: endMenu 0.30s linear backwards;
    }

    @keyframes endMenu {
        100% {
            opacity: 0;
            height: 0px;
        }

        0% {
            opacity: 1;
            height: 35px
        }
    }

    .top-hed-menu ul .gMenuOpen li:nth-child(1) a {
        color: #938e8e;
    }

    .navigation-at .logo {
        left: 50px;
    }

    /* .wrapediv { width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; z-index: 1; left: 0px; top: 0px;} */
    .multiNav {
        display: flex;
        flex: auto;
        height: auto;
        width: 100%;
    }

    .multiNav > .groupNav {
        display: flex;
        flex: auto;
        max-height: 100%;
    }

    .multiNav > .groupNav .itemNav a {
        color: #000;
        font-weight: normal;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 6px;
        margin-bottom: 0px;
        font-size: 16px;
        color: #FFFFFF;
    }

    .multiNav > .groupNav .itemNav {
        padding: 10px;
        margin-right: 0px;
        margin-left: 0px;
        position: relative;
        border-bottom: 1px solid #1c3f75;
    }

    .multiNav > .groupNav .itemNav a {
        margin-bottom: 8px;
    }

    .multiNav > .groupNav .itemNav a {
        font-size: 16px;
        color: #FFFFFF;
        max-width: 240px;
        width: 100%;
        transition: 300ms linear all;
    }

    .multiNav > .groupNav .itemNav.itemNavNew a {
        font-size: 18px;
        transition: 300ms linear all;
    }

    .cross-sub {
        color: #000;
        background-size: 28px;
        background-color: #032965;
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #979797;
        border-right: 2px solid #979797;
        top: 14px;
        right: 20px;
        transform: rotate(45deg);
        /* transition: all 0.5s; */
    }

    .multiNav > .groupNav .itemNav {
        padding: 8px 10px 0px 20px;
        margin-right: 0px;
        margin-left: 0px;
        position: relative;
        border-bottom: 1px solid #1c3f75;
    }

    .multiNav > .groupNav .itemNav {
        padding: 8px 0px 0px 20px;
    }

    .itemNav.itemNavNew {
        background-color: #002866;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .itemNav.itemNavNew .cross-sub {
        background-color: #002866;
        transform: rotate(224deg);
        top: 21px;
    }

    .dotOpenNav.openNavN::-webkit-scrollbar {
        width: 7px;
    }

    .dotOpenNav.openNavN::-webkit-scrollbar-track {
        background-color: #344A6B;
        border-radius: 100px;
    }

    .dotOpenNav.openNavN::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #2A6BD1;
        box-shadow: inset 2px 2px 5px 0 rgba(#000, 0.5);
    }

    @media (max-width: 1199px) {
        .top-hed-menu {
            overflow: hidden;
            margin-right: 0
        }

        .top-hed-menu ul {
            flex-wrap: nowrap;
            overflow: hidden
        }

        .top-hed-menu ul li {
            padding: 4px 15px 4px 0
        }

        .login {
            width: auto;
            margin-left: 17px
        }

        .login a {
            font-size: 14px
        }

        .top-hed-menu {
            width: calc(100% - 190px)
        }

        .login #login-area a {
            font-size: 16px
        }

        .top-hed-menu ul {
            flex-wrap: nowrap;
            overflow-x: scroll;
        }

        .rest_arrow {
            display: none;
        }

        .globleMenu_Rest {
            width: auto;
            font-size: 11px;
            cursor: pointer;
            font-weight: bold;
            color: #222;
            display: flex;
            flex-wrap: nowrap;
        }

        .top-hed-menu .globleMenu_Rest ul {
            display: block;
            background-color: #fff;
            display: flex;
            flex-wrap: nowrap;
            width: 100%;
            overflow-x: auto;
            overflow: auto;
            max-width: 100%;
            position: unset;
            border: none;
            box-shadow: none;
        }

        .gHiead {
            display: none;
        }

        .top-hed-menu .globleMenu_Rest ul li {
            width: auto;
            padding: 0px;
            height: auto;
            border-bottom: none;
            padding: 0px;
            transition: auto;
            padding-right: 22px;
            padding-top: 2px;
        }

        .top-hed-menu .globleMenu_Rest ul li a {
            color: #938e8e;
        }

        .gMenuOpen {
            position: inherit;
            display: flex;
            flex-wrap: nowrap;
            box-shadow: none;
            border: none;
            overflow: visible;
        }

        .gMenuOpen .container {
            width: auto;
            padding: 0px;
            display: flex;
            flex-wrap: nowrap;
        }

        .top-hed-menu .gMenuOpen ul li {
            margin-right: 0px;
        }

        .gMenuOpen ul li a {
            font-size: 11px;
        }

        .top-hed-menu ul .gMenuOpen li:nth-child(1) a {
            color: #938e8e;
        }

        .gMenuOpen .container ul {
            height: auto;
            overflow: visible;
        }

        .gMenuOpen.openGnav {
            border-bottom: none;
        }

        .top-hed-menu ul .gMenuOpen ul li {
            padding: 4px 15px 4px 0;
        }
    }

    @media (max-width: 1024px) {
        body.innerPage {
            padding-top: 90px
        }

        .innerPage .top-head-body {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            background-color: #fff
        }

        .login span.sso_user_svg {
            margin-left: 0px;
        }

        .ssoLoginMain span.sso_image {
            margin-left: 0px;
        }
    }

    @media (max-width: 767px) {
        .top-head-body {
            display: block
        }

        .top-hed-menu {
            overflow-x: hidden
        }

        .top-hed-menu ul {
            max-width: 100%;
            flex-wrap: nowrap;
            overflow-x: scroll
        }

        .top-hed-menu ul li.active {
            background: none
        }

        .top-hed-menu ul li.active a {
            color: #000
        }

        .top-hed-menu ul li {
            padding: 5px 15px 4px 0;
            text-align: center
        }

        .top-hed-menu ul li a {
            white-space: nowrap
        }

        .login {
            margin-top: 1px;
            margin-left: 0
        }

        .login a {
            font-size: 12px
        }

        .top-hed-menu {
            margin-right: 5px
        }

        #login-area ul {
            left: auto;
            right: -16px;
        }
    }

    .other-navigation-list .radio-at svg {
        width: 27px;
        color: #000;
        fill: #000
    }

    .other-navigation-list a {
        line-height: 0
    }

    .notification-at {
        position: relative
    }

    .notification-at a svg {
        width: 24px;
        color: #000;
        fill: #000;
        top: 5px;
        stroke-width: 0.34;
        stroke-miterlimit: 10;
    }

    .livetv-at a svg {
        width: 27px;
        fill: #000;
        stroke: #FFFFFF;
        stroke-width: 0.2;
        stroke-miterlimit: 10;
    }

    .navigation-at .sticky-logo, .navigation-at.fixed-nav .init-logo {
        display: none
    }

    .navigation-at .init-logo, .navigation-at.fixed-nav .sticky-logo {
        display: block;
        margin-top: 2px
    }

    .logo h1 {
        display: none
    }

    .other-navigation-list {
        display: flex;
        flex: 1 0 0%;
        justify-content: flex-end;
        position: relative;
        padding-top: 0
    }

    .other-navigation-list>div {
        padding: 0 8px
    }

    @media (min-width: 1270px) {
        /*.container {
            max-width: 1270px;
            margin: 0 auto;
            padding: 0
        }*/
    }

    .ipad-mob-link {
        display: none
    }

    .smoothNav {
        margin-bottom: 78px
    }

    .sso_user-mobile {
        display: none;
    }

    .mobile-menu-sso {
        display: none;
    }

    .sso_user {
        text-transform: capitalize;
        color: #000;
    }

    .ad__sticky {
        display: none;
    }

    .ssoLoginInner ul li a {
        color: #000;
    }

    .dotOpenNav .groupNav li a {
        color: #000;
    }

    .humburgerMenU {
        cursor: pointer;
    }

    @media (max-width: 1024px) {
        .ad__sticky {
            position: fixed;
            bottom: 0px;
            z-index: 57;
            background-color: #f2f2f2;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            left: 0;
        }

        .smoothNav {
            margin-bottom: 65px
        }

        .navigation-container {
            display: flex;
            flex-wrap: wrap;
        }

        .navigation-at {
            background: #002866;
            z-index: 999;
            position: relative
        }

        .navigation-at .container {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            display: flex;
            height: 40px;
            position: relative
        }

        .innerPage .navigation-at .container {
            height: 40px
        }

        .navigation-at .logo {
            width: 88px;
            position: relative;
            left: 0px;
            transition: all .5s;
            -webkit-transition: all .5s
        }

        .navigation-at .logo img {
        }

        .fixed-nav.navigation-at .logo {
            width: 63px;
            top: -1px
        }

        .innerPage .navigation-at {
            position: fixed;
            top: 36px;
            width: 100%;
            left: 0;
            z-index: 999
        }

        .mb-nav {
            width: 21px;
            height: 22px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            /* display: none; */
        }

        .mb-nav span {
            display: block;
            height: 2px;
            background: #000;
            width: 20px
        }

        .other-navigation-list {
            display: flex;
            flex: 1 0 0%;
            justify-content: flex-end;
            position: relative;
            padding-top: 12px
        }

        .navigation-at nav {
            position: absolute;
            left: 0;
            top: 0;
            background-color: transparent;
            width: 85vw;
            height: 100vh;
            position: fixed;
            transform: translateX(-86vw);
            z-index: 99;
            display: none;
            transition: all ease-in .42s;
            max-width: 385px;
        }

        .navigation-at nav ul.at-menu {
            padding: 0;
            overflow-y: auto;
            background-color: #002866;
            /* height: calc(100vh - 20px); padding: 0 15px; */
            padding-bottom: 0px
        }

        .navigation-at nav ul.at-menu li a {
            font-size: 16px;
            text-decoration: none;
            color: #000;
            font-weight: 600;
            padding: 10px 0;
            display: block;
            font-weight: bold;
            transition: 300ms linear all;
            /* display: inline-block; */
            max-width: 220px;
            font-weight: bold;
        }

        .child-dropdown.loaded.submenu-open a {
            max-width: 280px;
        }

        .navigation-at nav ul.at-menu li:not(:last-child) {
            border-bottom: 1px solid #1a3e76
        }

        .navigation-at nav.open {
            transform: translateX(0);
            transition: all ease-out 0.42s;
            box-shadow: -7px 3px 28px #252525;
            overflow-y: scroll;
            background-color: #002866;
        }

        .navigation-at nav ul {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
            flex-direction: row;
        }

        .mega_sub_menu.mob_sub ul {
            background-color: #011737;
            padding: 0px 32px;
        }

        .multiNav > .groupNav .itemNav.arrowSubUp {
            background-color: #011737;
        }

        /* .mega_sub_menu{margin-left: -10px; width: calc(100% + 20px);} */
        .mega_sub_menu.mob_sub {
            margin-left: -10px;
            width: calc(100% + 20px);
            height: auto;
        }

        .itemNav.arrowSubUp .cross-sub {
            background-color: #021736;
        }

        .multiNav > .groupNav .itemNav .mega_sub_menu ul li a {
            color: #000;
        }

        .multiNav > .groupNav .itemNav.arrowSubUp a {
            color: #000;
            font-weight: bold;
            font-size: 20px;
            line-height: 30px;
            display: inline-block;
            padding-bottom: 20px;
        }

        .multiNav > .groupNav .itemNav.arrowSubUp .mega_sub_menu.mob_sub a {
            padding-bottom: 0px;
            font-size: 14px;
            font-weight: normal;
            line-height: 22px;
            color: #000;
        }

        .navigation-at nav ul.at-menu>li:not(.active) .secondlevel-dropdown .dropdown-container ul li a {
            font-size: 14px;
            line-height: 22px;
            padding: 15px 0px;
        }

        .dotChild .multiNav .groupNav .itemNav a {
            padding-left: 10px;
            font-weight: bold;
        }

        .navigation-at nav ul.at-menu>li.child-dropdown::last-child a {
            padding-left: 0px;
        }

        .navigation-at nav ul.at-menu li.navNAVLI {
            padding-left: 0px;
        }

        .secondlevel-dropdown .dropdown-heading, .secondlevel-dropdown .dropdown-bigstory, .secondlevel-dropdown .dropdown-otherstorylist {
            display: none
        }

        .secondlevel-dropdown {
            display: none;
            background: #001538;
            margin: 0px;
            position: relative;
            margin-bottom: 0px;
        }

        .secondlevel-dropdown .section-otherlinks ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            flex-direction: row;
        }

        .secondlevel-dropdown .section-otherlinks ul li {
            width: 48%;
            border: none !important;
            position: relative;
        }

        .secondlevel-dropdown .section-otherlinks ul li:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 1px;
            background-color: #0076c9;
            left: -11px;
            top: 26px;
            border-radius: 4px;
        }

        .secondlevel-dropdown .section-otherlinks {
            padding-left: 40px
        }

        .submenu-open .secondlevel-dropdown .section-otherlinks ul li a {
            font-size: 14px;
            line-height: 18px;
            padding-left: 0px;
        }

        .navigation-at nav ul.at-menu>li {
            padding-left: 30px;
            padding-right: 30px
        }

        .navigation-at nav ul.at-menu>li:not(.active) {
            margin-left: 0;
            width: 100%
        }

        .active {
            background: none
        }

        .navigation-at nav ul.at-menu li.active>a {
            color: #ffe600
        }

        nav ul li.child-dropdown {
            position: relative
        }

        /* nav ul li.child-dropdown::after { background-size: 28px; background-color: #032965; content: ""; position: absolute; display: block; width: 10px; height: 10px; border-bottom: 2px solid #999999; border-right: 2px solid #999999; top: 14px; right: 19px; transform: rotate(45deg); } */
        nav ul li.child-dropdown.submenu-open::after {
            transform: rotate(224deg);
            top: 20px;
        }

        .navigation-at ul li.child-dropdown.submenu-open {
            background-color: #002866;
        }

        nav ul li.child-dropdown.submenu-open::after {
            background-color: #002866;
            dispaly: none;
        }

        nav ul li.child-dropdown.submenu-open a {
            font-size: 18px;
        }

        .secondlevel-dropdown .section-otherlinks ul li a {
            font-size: 16px;
        }

        .child-dropdown>.submenu-open {
            display: none
        }

        .submenu-open::after {
            position: absolute;
            content: '';
            transform: rotate(180deg);
        }

        .innerPage .navigation-at {
            position: fixed;
            top: 36px;
            width: 100%;
            left: 0;
            z-index: 999
        }

        .fixed-nav.navigation-at .logo a {
            width: 100%;
            height: auto;
        }

        .fixed-nav.navigation-at .logo a .sticky-logo {
            width: 100%;
            height: auto;
            display: block;
        }

        .multiNav > .groupNav .itemNav .mega_sub_menu ul li {
            border-bottom: none;
        }
    }

    @media only screen and (max-width: 1180px)and (min-width: 1025px) {
        .navigation-at nav .dotOpenNav .groupNav li {
            padding: 0 10px 0px 20px;
            margin-left: 0;
            width: 100%;
            position: relative;
            list-style: none;
            border-bottom: 1px solid #1c3f75;
        }

        .navigation-at nav .dotOpenNav .groupNav li a {
            font-size: 16px;
            text-decoration: none;
            color: #000;
            font-weight: 600;
            padding: 10px 0;
            display: block;
            font-weight: bold;
            transition: 300ms linear all;
            /* display: inline-block; */
            max-width: 220px;
        }

        .multiNav > .groupNav .itemNav a {
            max-width: 220px;
        }

        .navigation-at nav .dotOpenNav .groupNav li .secondlevel-dropdown {
            display: none;
            background: transparent;
            margin: 0px;
            position: relative;
            margin-left: -20px;
            width: calc(100% + 30px);
            margin-bottom: 0px;
            box-shadow: none;
            border-radius: 0px;
            max-width: initial;
            min-width: auto;
            top: 0px;
            left: 0px;
            padding: 0px;
            background-color: #001538;
        }

        .navigation-at nav .dotOpenNav .groupNav li .secondlevel-dropdown .section-otherlinks {
            padding-left: 10px;
        }

        .navigation-at nav .dotOpenNav .groupNav li .secondlevel-dropdown .section-otherlinks ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            flex-direction: row;
            padding-left: 10px;
        }

        .navigation-at nav .dotOpenNav .groupNav li .child-dropdown.loaded.submenu-open a {
            max-width: 220px;
            font-size: 14px;
            line-height: 22px;
        }

        .navigation-at nav .dotOpenNav .groupNav li .secondlevel-dropdown .section-otherlinks ul li {
            margin-bottom: 0px;
            width: 48%;
            position: relative;
            padding-left: 10px;
            border-bottom: none;
        }

        .navigation-at nav .dotOpenNav .groupNav li .secondlevel-dropdown .section-otherlinks ul li:before {
            content: '';
            position: absolute;
            top: 27px;
            left: 0px;
            width: 5px;
            height: 1px;
            border-radius: 4px;
            background-color: #344a6b;
        }

        .navigation-at nav .dotOpenNav .groupNav li .secondlevel-dropdown .section-otherlinks ul li a {
            color: #000;
            font-size: 14px;
            font-weight: normal;
        }

        .atM_dt.menu-at-wrapper .dotChild .groupNav .itemNav .mega_sub_menu ul li {
            width: 48%;
            padding-left: 7px;
        }

        .navigation-at nav .dotChild .child-dropdown.submenu-open a {
            font-size: 18px;
        }

        .child-dropdown span.arrow-down {
            top: 0px;
            right: -5px;
        }

        .navigation-at nav ul.at-menu>li>a {
            padding: 0 15px 0px 5px;
        }

        .other-navigation-list {
            justify-content: flex-end;
        }

        .dotChild .child-dropdown span.arrow-down {
            right: 20px;
            top: 10px;
        }

        .humburgerMenU {
            padding-right: 15px;
        }

        .navigation-at nav {
            margin-left: 130px;
            width: 88%;
        }

        .dotChild .multiNav > .groupNav .itemNav.itemNavNew .mega_sub_menu ul li {
            border-bottom: none;
        }

        .dotChild .itemNav.itemNavNew .mega_sub_menu ul li {
            border-bottom: none;
        }

        .navigation-at nav ul.at-menu li.child-dropdown {
            margin-right: 27px;
            padding-right: 0px;
        }

        .navigation-at nav ul.at-menu>li.child-dropdown>a {
            padding-right: 0px;
        }

        ul.at-menu .child-dropdown span.arrow-down {
            top: 7px;
            right: 6px;
        }

        .navigation-at nav ul.at-menu>li.child-dropdown:not(:last-child) {
            padding: 4px 30px 6px 5px;
        }

        .dotChild .child-dropdown span.arrow-down {
            right: 10px;
            top: 9px;
            /* background-color: #02245a; */
            width: 34px;
            height: 30px;
            padding-top: 4px;
        }

        .dotChild .child-dropdown span.arrow-down svg {
            transform: rotate(0deg);
            transition: 300ms linear all;
        }

        .dotChild .child-dropdown.submenu-open span.arrow-down svg {
            transform: rotate(180deg);
            transition: 300ms linear all;
        }

        .groupNav li.child-dropdown, .groupNav li[class=" "] {
            list-style-type: none;
            padding: 10px;
            margin-right: 0px;
            margin-left: 0px;
            position: relative;
            padding-left: 10px;
            border-bottom: 1px solid #1c3f75;
        }

        .groupNav li.child-dropdown a, .groupNav li[class=" "] a {
            font-size: 16px;
            color: #FFFFFF;
            padding: 8px 8px 8px 0px;
            transition: 300ms linear all;
            font-weight: bold;
            display: inline-block;
        }

        .bgShadowHg {
            overflow-y: hidden;
            position: fixed;
            width: 100%;
        }

        .menuMobbg .at-menu .arrow-down, .menuMobbg .at-menu .child-dropdown.submenu-open .arrow-down {
            top: 7px;
            right: 10px;
        }
    }

    @media (max-width: 1199px) {
        .dotOpenNav .groupNav li {
            padding: 15px 30px 15px 5px;
            margin-left: 0;
            width: 100%;
            border-bottom: 1px solid #1a3e76;
            /* background-color: #002866; */
        }

        .dotOpenNav .groupNav li.child-dropdown .secondlevel-dropdown {
            background: #001538;
            margin: 0px;
            position: relative;
            margin-left: -10px;
            width: calc(100% + 40px);
            margin-bottom: 0px;
            padding: 15px 0px;
            margin-bottom: 0px;
        }

        .dotOpenNav .groupNav li.child-dropdown .secondlevel-dropdown ul li a {
            font-size: 14px;
            line-height: 22px;
            padding: 15px 0px;
            color: #000;
        }

        .dotOpenNav .groupNav li.child-dropdown .secondlevel-dropdown {
            padding: 0px;
        }

        .dotOpenNav .groupNav li.child-dropdown {
            padding: 15px;
        }

        .mobMee.menuMobbg .multiNav .groupNav li a {
            color: #000;
            padding-left: 5px;
            font-size: 16px;
            font-weight: bold;
        }
    }

    @media (min-width: 1025px) {
        body.innerPage {
            padding-top: 91px
        }

        .navigation-at {
            padding-top: 0;
            transition: all .5s;
            -webkit-transition: all .5s;
            position: relative;
            z-index: 99
        }

        .navigation-at .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            min-height: 40px;
            transition: all .5s;
            -webkit-transition: all .5s;
            position: relative
        }

        .navigation-at nav .mega_sub_menu ul {
            overflow-x: hidden;
        }

        .navigation-at nav {
            flex-basis: calc(100% - 120px);
            margin-left: 120px;
            position: relative;
            transition: all .5s;
            -webkit-transition: all .5s;
            padding-right: 20px;
        }

        .navigation-at nav ul.at-menu {
            display: flex;
            list-style: none;
            flex-wrap: wrap;
            z-index: 1;
            position: relative;
            overflow: hidden;
            height: 33px;
        }

        .fixed-nav.navigation-at nav ul.at-menu {
            overflow: visible;
            height: auto
        }

        .navigation-at nav ul.at-menu li.all-menu {
            position: relative
        }

        .navigation-at nav ul.at-menu>li:not(:last-child) {
            padding: 4px 0 2px;
            z-index: 999;
            position: relative;
            margin-right: 10px;
        }

        /* .navigation-at nav ul.at-menu li.child-dropdown { margin-right: 10px; padding-right: 10px; } */
        .navigation-at nav ul li.child-dropdown:hover {
            background-color: #001538;
            padding-bottom: 7px
        }

        /* .child-dropdown:after { position: absolute; content: ''; right: 0px; color: #000; font-size: 16px; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIgc3R5bGU9ImNvbG9yOiNmZmY7IGZpbGw6I2ZmZjsiPjxwYXRoIGQ9Ik0xMiAxNC41IDYuOSA5LjRsLjUtLjUgNC42IDQuNiA0LjYtNC42LjUuNVoiLz48L3N2Zz4=); right: -1px; z-index: 999; top: 8px; width: 22px; height: 22px; background-size: 22px; background-repeat: no-repeat; } */
        .navigation-at nav ul.at-menu>li>a {
            color: #000;
            text-decoration: none;
            padding: 0 7px 0px 5px;
            font-size: 16px;
            font-weight: 400;
            white-space: nowrap;
            position: relative
        }

        .navigation-at nav ul.at-menu>li:not(.all-menu)>a:hover::after, .navigation-at nav ul>li.active>a:after {
            content: "";
            position: absolute;
            bottom: -7px;
            height: 5px;
            width: 100%;
            background-color: #ff3720;
            left: 0;
            z-index: 1
        }

        .fixed-nav.navigation-at nav ul>li.active>a:after {
            bottom: -19px
        }

        .fixed-nav.navigation-at nav ul.at-menu>li:not(.all-menu)>a:hover::after, .fixed-nav.navigation-at nav ul>li.active>a:after {
            bottom: -16px
        }

        .navigation-at nav ul.at-menu>li:hover>.secondlevel-dropdown {
            display: block
        }

        .navigation-at nav ul.at-menu li.active>a {
            font-weight: 600
        }

        .navigation-at .logo img {
            width: 100%
        }

        .navigation-at .logo {
            position: absolute;
            top: 0;
            width: 105px;
            transition: all .5s;
            -webkit-transition: all .5s;
            z-index: 2;
        }

        .navigation-container {
            background-color: #002765;
            min-height: 38px;
            border-top: 1px solid #b0b0b0;
            height: 38px
        }

        .innerPage .navigation-container, .innerPage .navigation-container .container {
            min-height: 61px
        }

        .innerPage .top-head-body {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            background-color: #fff
        }

        .innerPage .navigation-at {
            position: fixed;
            top: 30px;
            width: 100%;
            left: 0;
            box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
            z-index: 999
        }

        .hide {
            display: none
        }

        .cross-sub {
            display: block;
        }

        .navigation-at nav ul.at-menu li.all-menu {
            margin-right: 0
        }

        .navigation-at nav ul.at-menu li.all-menu.boderdot {
            margin-right: 0;
            padding-left: -1px;
            position: relative;
            left: -1px;
            top: 6px
        }

        .navigation-at nav ul.at-menu li.all-menu.boderdot a {
            border: 1px solid #626979;
            align-content: flex-start;
            align-self: baseline;
            flex-direction: row;
            align-items: flex-start;
            display: inline-block;
            display: block;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            margin-top: 0
        }

        .navigation-at nav ul.at-menu li.all-menu.boderdot a i {
            top: -6px;
            padding: 0;
            margin-top: 0;
            margin-top: -4px;
            position: relative
        }

        .navigation-at.fixed-nav nav ul.at-menu li.all-menu.boderdot a {
            padding-bottom: 8px
        }

        .navigation-at nav ul.at-menu>li:last-child {
            position: relative;
            top: 8px;
            padding-top: 0;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            height: 100%
        }

        .navigation-at nav ul.at-menu>li:last-child a {
            top: -4px
        }

        .other-navigation-list {
            display: flex;
        }

        .other-navigation-list>div {
            padding: 0 8px;
            display: flex;
            align-items: center;
            cursor: pointer
        }

        .navigation-container .other-navigation-list .search-at {
            padding-right: 0px;
        }

        .radio-at svg {
            color: #000;
            fill: #000
        }

        div#belll svg {
            color: #000
        }

        .all-menu i.fa-circle1 {
            background: #000;
            width: 4px;
            height: 4px;
            border-radius: 4px;
            display: inline-block
        }

        #menulist {
            position: absolute;
            width: 190px;
            background: #002765;
            top: 94%;
            border-radius: 0 0 5px 5px;
            border-top: 3px solid #626979;
            padding: 10px;
            display: none;
            z-index: 9;
            position: absolute;
            z-index: 99999
        }

        #menulist {
            list-style: none;
            padding-right: 30px;
            padding-left: 30px;
            right: 3.5%
        }

        #menulist li a {
            color: #000;
            text-decoration: none;
            display: block;
            padding: 5px 5px;
            font-size: 17px
        }

        #menulist li a {
            text-align: right
        }

        #menulist li:not(:last-child) {
            margin-bottom: 0px
        }

        .secondlevel-dropdown {
            position: absolute;
            background: #001538;
            min-width: 275px;
            /* max-width: 300px; */
            height: auto;
            left: 0;
            top: 36px;
            border-top: none;
            padding: 10px 10px;
            box-shadow: 0 3px 6px #00000029;
            border-radius: 0px 10px 10px 10px;
            display: none;
            z-index: 99;
            padding-bottom: 5px;
        }

        .dropdown-container {
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
        }

        .dropdown-heading {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 10px;
            align-items: center;
            position: relative
        }

        .dropdown-heading h3 {
            font-size: 28px;
            font-weight: 700;
            color: #000
        }

        .dropdown-heading h3:after {
            width: 30px;
            height: 5px;
            background: #ff3720;
            content: "";
            position: absolute;
            bottom: 0;
            left: 0
        }

        .dropdown-heading a {
            color: #d41913;
            text-decoration: none;
            font-weight: 600
        }

        .dropdown-details {
            display: flex;
            padding: 0px 0 0px;
            flex-wrap: wrap;
            width: 100%;
        }

        .dropdown-details>div {
            padding: 0px;
            /* flex: 1 0 0% */
        }

        .dropdown-details>div:not(:last-child) {
            border-right: 1px solid #dfdfdf
        }

        .dropdown-details .section-otherlinks {
            width: 100%;
            /* min-height: 50px; max-height: 140px; */
        }

        .dropdown-details .ajex-nav-data {
            width: calc(100% - 425px);
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between
        }

        .dropdown-details .dropdown-otherstorylist, .dropdown-details .dropdown-bigstory {
            width: 48%
        }

        .section-otherlinks ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            justify-content: space-between;
            /* max-height: 100%; */
            /* flex-flow: column wrap; */
        }

        .section-otherlinks ul li {
            border-bottom: none;
            margin-bottom: 10px;
            width: 45%;
        }

        .section-otherlinks ul li a {
            font-size: 14px;
            color: #FFFFFF;
            padding-bottom: 0px;
            display: block;
            text-decoration: none;
            font-weight: normal;
            transition: all 0.5s;
        }

        .section-otherlinks ul li a:hover {
            color: #6ac8ff;
        }

        .dropdown-bigstory {
            display: flex;
            justify-content: space-between
        }

        .dropdown-bigstory>div {
            flex-basis: calc((100%/2) - 10px)
        }

        .dropdown-bigstory .bigstory-details img {
            width: 100%
        }

        .dropdown-bigstory .bigstory-details h4 a {
            font-size: 15px;
            color: #333;
            text-decoration: none;
            line-height: 18px;
            font-weight: 400
        }

        .dropdown-otherstorylist ul {
            list-style: none
        }

        .dropdown-details .dropdown-otherstorylist ul li {
            padding: 5px 0
        }

        .dropdown-details .dropdown-otherstorylist ul li:not(:last-child) {
            border-bottom: 1px solid #dfdfdf
        }

        .dropdown-details .dropdown-otherstorylist ul li a {
            font-size: 14px;
            text-decoration: none;
            color: #333;
            font-weight: 600
        }

        .fixed-nav #menulist {
            top: 92%;
            right: 9.2%;
            padding-left: 30px;
            padding-right: 30px
        }

        .fixed-nav.navigation-at nav ul.at-menu>li:last-child {
            padding-bottom: 10px
        }

        #login-area #signIn {
            display: block;
        }
    }

    @media (min-width: 1025px) {
        .navigation-at {
            padding-top: 0;
            margin-bottom: 40px
        }

        .navigation-at nav {
            flex-basis: calc(100% - 220px);
            margin-left: 160px;
            position: relative;
            /* overflow-y: hidden;*/
            height: 38px
        }

        .navigation-at .logo {
            top: -30px;
            width: 130px
        }

        .innerPage .navigation-at .logo {
            width: 71px;
            line-height: 0;
            top: 3px
        }

        .navigation-container {
            margin-top: 0;
            transition: all .5s;
            -webkit-transition: all .5s
        }

        .navigation-at.fixed-nav .navigation-container .container {
            min-height: 61px;
            align-items: flex-end;
            padding-bottom: 0;
            transition: all .8s;
            -webkit-transition: all .8s;
            max-height: 61px
        }

        .fixed-nav .navigation-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding-top: 0;
            z-index: 999;
            height: 58px;
            transition: all .8s;
            -webkit-transition: all .8s;
            border-bottom: 1px solid #5c5957;
            box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
            max-height: 58px
        }

        .fixed-nav .logo {
            width: 130px;
            top: 0;
            transition: all .5s;
            -webkit-transition: all .5s
        }

        .fixed-nav .logo img {
            width: 70px;
        }

        .navigation-at.fixed-nav nav {
            /* margin-left: 100px;*/
            transition: all .5s;
            -webkit-transition: all .5s;
            height: 49px
        }

        .navigation-at.fixed-nav .other-navigation-list {
            position: relative;
            top: -18px
        }
    }

    @media (max-width: 1000px) and (min-width:768px) {
        .dropdown-details .dropdown-otherstorylist {
            display: none
        }

        .dropdown-details>div:nth-last-child(2) {
            border-right: 0
        }
    }

    .web-link {
        display: none;
    }

    @media (min-width: 1025px) {
        .web-link {
            display: none;
            padding-top: 70px;
            padding: 0px !important;
            display: block;
            background-color: #002866;
        }

        .navigation-at .web-link ul {
            display: flex;
            flex-wrap: wrap;
            padding-top: 0;
        }

        .web-link ul li {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #1a3e76;
        }

        .web-link ul li:nth-child(1) {
            margin: 0 auto;
            color: #000;
            text-align: center;
            padding: 15px 8px 15px 15px;
            padding-top: 0;
        }

        .web-link ul li .navlogo-in-main {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .web-link ul li .navlogo-in-main .navlogo {
            width: 52px;
            height: auto;
        }

        .web-link ul li .navlogo-in-main .navlogo img {
            width: 100%;
            height: auto;
            display: block;
        }

        .web-link .mob-signIn {
            width: auto;
            display: flex;
            align-items: center;
        }

        .web-link .mob-signIn a {
            font-size: 14px;
            color: #000;
            font-weight: bold;
            padding-right: 20px;
            order: 1;
        }

        .web-link span.btnclose {
            position: relative;
            right: 0px;
            top: 0px;
            width: 32px;
            height: 32px;
            opacity: .5;
            border: 1px solid #ffffff;
            order: 2;
            cursor: pointer;
        }

        .web-link .btnclose:hover {
            opacity: .5;
        }

        .web-link .btnclose:before, .btnclose:after {
            position: absolute;
            left: 14px;
            top: 5px;
            content: ' ';
            height: 20px;
            width: 2px;
            background-color: #ffffff;
        }

        .web-link .btnclose:before {
            transform: rotate(45deg);
        }

        .web-link .btnclose:after {
            transform: rotate(-45deg);
        }
    }

    .arrow-down {
        color: #000;
        position: absolute;
        display: block;
        top: 7px;
        right: 8px;
        cursor: pointer;
        background-color: transparent;
        width: auto;
        text-align: center;
        height: auto;
    }

    .navigation-at nav ul.at-menu>li.child-dropdown:not(:last-child) {
        margin-right: 15px;
        padding: 4px 30px 6px 5px;
    }

    .menuMobbg .at-menu .arrow-down, .menuMobbg .at-menu .child-dropdown.submenu-open .arrow-down {
        top: 14px;
        right: 20px;
    }

    /* .itemNav.itemNavNew .arrow-down, .child-dropdown.submenu-open .arrow-down { transform: rotate(180deg); transition: 300ms linear all; } */
    .openNavN .itemNav .arrow-down {
        right: 8px;
        width: 33px;
        height: 29px;
        padding-top: 4px;
        top: 7px;
    }

    .openNavN .itemNav .arrow-down svg {
        transform: rotate(0deg);
        transition: 300ms linear all;
    }

    .openNavN .itemNav.itemNavNew .arrow-down svg {
        transform: rotate(180deg);
        transition: 300ms linear all;
    }

    /* .itemNav.itemNavNew .arrow-down, .child-dropdown.submenu-open .arrow-down { transform: rotate(180deg); transition: 300ms linear all; } */
    @media only screen and (max-width: 1180px)and (min-width: 1025px) {
        .navigation-at .mobMee nav ul.at-menu>li.child-dropdown:not(:last-child) {
            padding: 4px 37px 6px 5px;
        }

        .navigation-at nav ul.at-menu>li:last-child {
            top: 0px;
            padding: 8px 37px 0px 5px;
        }
    }

    @media (max-width: 1190px) {
        .navigation-at nav ul.at-menu>li:hover>.secondlevel-dropdown {
            display: none
        }
    }

    @media (max-width: 1024px) {
        .atM_dt .dotOpenNav {
            transform: unset;
            transition: unset;
        }

        .navigation-at {
            margin-bottom: 25px
        }

        .navigation-at.fixed-nav .navigation-container .container {
            min-height: 51px;
            align-items: center;
            padding-bottom: 0;
            transition: all .8s;
            -webkit-transition: all .8s
        }

        div.fixed-nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding-top: 0;
            z-index: 999;
            min-height: 51px;
            transition: all .8s;
            -webkit-transition: all .8s
        }

        .other-navigation-list {
            padding-top: 6px
        }

        .search-at svg {
            width: 27px;
            margin-top: -9px
        }

        .livetv-at a svg {
            width: 34px;
            height: 25px;
        }

        .livetv-at a svg {
            width: 30px
        }

        .other-navigation-list .radio-at svg {
            width: 29px
        }

        .notification-at a svg {
            width: 25px
        }

        .ipad-mob-link {
            padding-top: 70px;
            padding: 0px !important;
            display: block;
            background-color: #002866
        }

        .navigation-at .ipad-mob-link ul {
            display: flex;
            flex-wrap: wrap;
            padding-top: 0;
            padding-left: 15px;
            padding-right: 15px
        }

        .ipad-mob-link ul li {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #1a3e76
        }

        .ipad-mob-link ul li:nth-child(1) {
            margin: 0 auto;
            color: #000;
            text-align: center;
            padding-bottom: 15px
        }

        .ipad-mob-link ul li .navlogo-in-main {
            width: 100%;
            display: flex;
            flex-wrap: wrap
        }

        .ipad-mob-link ul li .navlogo-in-main {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center
        }

        .ipad-mob-link ul li .navlogo-in-main .navlogo {
            width: 52px;
            height: auto
        }

        .ipad-mob-link ul li .navlogo-in-main .navlogo img {
            width: 100%;
            height: auto;
            display: block
        }

        .ipad-mob-link ul li .navlogo-in-main .nav-login {
            text-transform: uppercase;
            color: #000;
            font-size: 12px
        }

        .ipad-mob-link ul li .navlogo-in-main .nav-login a {
            color: #000;
            font-size: 12px;
            font-weight: bold;
        }

        .ipad-mob-link ul li .navlogo-in-main .nav-login svg {
            fill: #000;
            width: 15px;
            height: 15px;
            margin-right: 5px;
            position: relative;
            top: 2px
        }

        .secondlevel-dropdown .section-otherlinks {
            padding-left: 32px
        }

        ul.at-menu li.ipad-mob-link {
            margin-top: 70px;
            padding: 0px !important;
            display: block
        }

        ul.at-menu li.ipad-mob-link ul {
            display: flex;
            flex-wrap: wrap
        }

        ul.at-menu li.ipad-mob-link ul li {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 5px
        }

        ul.at-menu li.ipad-mob-link ul li:nth-child(1) {
            margin: 0 auto;
            color: #000;
            text-align: center;
            padding-bottom: 15px
        }

        ul.at-menu li.ipad-mob-link ul li .navlogo-in-main {
            width: 100%;
            display: flex;
            flex-wrap: wrap
        }

        ul.at-menu li.ipad-mob-link ul li .navlogo-in-main {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center
        }

        ul.at-menu li.ipad-mob-link ul li .navlogo-in-main .navlogo {
            width: 52px;
            height: auto
        }

        ul.at-menu li.ipad-mob-link ul li .navlogo-in-main .navlogo img {
            width: 100%;
            height: auto;
            display: block
        }

        ul.at-menu li.ipad-mob-link ul li .navlogo-in-main .nav-login {
            text-transform: uppercase;
            color: #000;
            font-size: 12px
        }

        ul.at-menu li.ipad-mob-link ul li .navlogo-in-main .nav-login svg {
            fill: #000;
            width: 15px;
            height: 15px;
            margin-right: 5px;
            position: relative;
            top: 2px
        }

        .navigation-at nav ul.at-menu>li {
            padding-left: 0px;
            padding-right: 0px
        }

        .secondlevel-dropdown .section-otherlinks {
            padding-left: 20px
        }

        .top-hed-menu {
            width: calc(100% - 65px);
        }

        .login {
            margin-left: 5px;
            padding-left: 7px;
            padding-right: 8px;
        }

        .ssoLoginInner span.sso_user {
            display: none;
        }

        .mobile-menu-sso {
            background-color: #1d3e76;
            padding: 5px 15px 10px 15px;
            border-bottom: 1px solid #4c6592;
        }

        .mobile-menu-sso.logaajtak {
            display: block
        }

        .mobile-menu-sso .ssoLoginMain {
            display: flex;
            flex-wrap: wrap;
        }

        .mobile-menu-sso .ssoLoginMain .ssoLoginInner {
            order: 2;
            width: 100%;
            margin-left: 30px;
            display: block;
        }

        .mobile-menu-sso .ssoLoginMain .icon-name {
            order: 1;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

        .mobile-menu-sso .ssoLoginMain .icon-name span.sso_image {
            margin-left: 0px;
            margin-right: 10px;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 1px solid #000;
            overflow: hidden;
        }

        .mobile-menu-sso .ssoLoginMain .ssoLoginInner ul {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
        }

        .mobile-menu-sso .ssoLoginMain .ssoLoginInner ul li {
            margin-right: 10px;
            padding-right: 10px;
            position: relative;
        }

        .mobile-menu-sso .ssoLoginMain .ssoLoginInner ul li:last-child {
            margin-right: 0px;
            padding-right: 0px;
        }

        .mobile-menu-sso .ssoLoginMain .ssoLoginInner ul li:after {
            content: '';
            position: absolute;
            top: 6px;
            right: 0px;
            height: 70%;
            width: 1px;
            background-color: #ffff;
        }

        .mobile-menu-sso .ssoLoginMain .ssoLoginInner ul li:last-child:after {
            height: 0%;
            width: 0px;
            background-color: transparent;
        }

        .mobile-menu-sso .ssoLoginMain .ssoLoginInner ul li a {
            color: #000;
            font-size: 11px;
        }

        .sso_user-mobile {
            display: block;
        }

        .icon-name .sso_user-mobile {
            display: none;
        }

        .mobile-menu-sso .ssoLoginMain .icon-name .sso_user-mobile {
            display: block;
            color: #000;
            font-size: 14px;
            font-weight: bold;
            text-transform: capitalize;
        }

        .mob-signIn {
            width: auto;
        }

        .mob-signIn a {
            font-size: 14px;
            color: #000;
            font-weight: bold;
        }

        .openNavN .itemNav .arrow-down {
            top: 17px;
        }

        .mobMee.menuMobbg .openNavN .multiNav .groupNav li a {
            color: #000;
            padding-left: 0px;
        }

        .dotOpenNav li.child-dropdown a {
            transition: 300ms linear all;
        }

        .dotOpenNav li.child-dropdown.submenu-open a {
            font-size: 20px;
            transition: 300ms linear all;
        }

        .dotOpenNav li.child-dropdown span.arrow-down svg {
            transform: rotate(0deg);
            transition: 300ms linear all;
        }

        .dotOpenNav li.child-dropdown.submenu-open span.arrow-down svg {
            transform: rotate(180deg);
            transition: 300ms linear all;
        }

        .dotOpenNav .groupNav li.child-dropdown {
            padding-left: 10px;
        }

        .mobMee .at-menu .child-dropdown .arrow-down svg {
            transition: 300ms linear all;
        }

        .mobMee .at-menu .child-dropdown.submenu-open .arrow-down svg {
            transform: rotate(180deg);
            transition: 300ms linear all;
        }

        /*.navigation-at .mobMee nav ul.at-menu>li.child-dropdown:not(:last-child) {padding: 4px 0px 1px 0px;}*/
        .mobMee .at-menu .child-dropdown.submenu-open a {
            font-size: 20px;
            transition: 300ms linear all;
        }

        .navigation-at nav ul.at-menu>li a {
            padding-left: 10px;
        }

        .mobMee.menuMobbg ul.at-menu li.navNAVLI .section-otherlinks ul li a {
            font-size: 14px;
            line-height: 20px;
            padding-left: 0px;
        }

        .dotOpenNav .groupNav li.child-dropdown {
            padding: 7px;
        }

        .menuMobbg .open .dotOpenNav .itemNav .arrow-down {
            top: 15px;
        }
    }

    @media (max-width: 991px) {
        /* .navigation-at .mobMee nav ul.at-menu>li.child-dropdown:not(:last-child) { padding: 0px 10px; }*/ .mobMee.menuMobbg .atM_dt .groupNav .navNAVLI {
            padding-top: 11px;
            padding-bottom: 12px;
        }

        .mobMee.menuMobbg .dotChild .multiNav .groupNav .itemNav a {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }
    }

    @media (max-width: 767px) {
        .smoothNav {
            margin-bottom: 51px
        }

        .navigation-at .container {
            height: 51px
        }

        .navigation-at .logo, .fixed-nav.navigation-at .logo {
            width: 52px
        }

        .innerPage .navigation-at .logo {
            width: 86px
        }

        .innerPage .navigation-at .container {
            height: 50px
        }

        .innerPage .navigation-at .logo {
            width: 52px
        }

        .navigation-at .logo img {
        }

        .navigation-at img.init-logo {
            display: none
        }

        .navigation-at .sticky-logo {
            display: block
        }

        .header-section {
            width: 100%;
            height: auto;
            background-color: #fff;
            padding: 10px 0 0;
            box-shadow: none
        }

        .container-hed {
            padding: 0 10px
        }

        .main-log-sec {
            width: 140px
        }

        .toggle {
            width: calc(100% - 71px);
            display: block
        }

        .nav-sec {
            display: none
        }

        .other-items ul li:nth-child(1) a svg {
            fill: #000;
            width: 27px
        }

        .other-items ul li:nth-child(2) a svg {
            fill: #000;
            width: 27px
        }

        .other-items ul li:nth-child(3) a svg {
            fill: #000;
            width: 27px
        }

        .other-items ul li:nth-child(4) a svg {
            fill: #000;
            width: 27px
        }

        .nav-nd-others {
            margin-left: 0
        }

        .other-items {
            margin-left: auto
        }

        .navigation-at {
            margin-bottom: 1px
        }

        .menuMobbg .at-menu .arrow-down, .menuMobbg .at-menu .child-dropdown.submenu-open .arrow-down {
            top: 10px;
            right: 0px;
            width: 40px;
            /* background-color: #03204f; */
            height: 40px;
            padding-top: 5px;
            margin-right: 15px;
        }

        .navigation-at nav ul.at-menu > li.submenu-open .arrow-down svg {
            transform: rotate(180deg);
            transition: 300ms linear all;
        }

        .atM_dt .itemNav .arrow-down {
            width: 40px;
            /* background-color: #05214e; */
            height: 25px;
            padding-top: 4px;
            text-align: center;
            right: 15px;
        }

        .atM_dt .itemNav .arrow-down svg {
            transform: rotate(0deg);
            transition: 300ms linear all;
        }

        .atM_dt .itemNav.itemNavNew .arrow-down svg {
            transform: rotate(180deg);
            transition: 300ms linear all;
        }

        /* .child-dropdown.submenu-open .dropdown-container .dropdown-details .section-otherlinks {padding-left: 0px;} */
        .navigation-at nav ul.at-menu>li.child-dropdown:not(:last-child) {
            padding: 4px 30px 0px 10px;
            margin-right: 0px
        }
    }

    .search-at {
        display: flex;
        align-items: center
    }

    @media (max-width: 767px) {
        .other-navigation-list .livetv-at {
            padding-top: 1px;
        }

        .atM_dt .itemNav .arrow-down {
            padding-top: 0px;
        }
    }

    .search-at svg {
        width: 25px;
        fill: #000;
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @-webkit-keyframes animatedown {
        from {
            top: 0px;
            opacity: 1
        }

        to {
            top: -300;
            opacity: 0
        }
    }

    @keyframes animatedown {
        from {
            top: 0px;
            opacity: 1
        }

        to {
            top: -300;
            opacity: 0
        }
    }

    .search-tag {
        margin-top: 40px;
    }

    .search-tag ul {
        display: flex;
        flex-wrap: wrap;
    }

    .search-tag ul li a {
        color: #000;
        border: 1px solid #e5e5e5;
        padding: 10px 20px;
        background-color: #fafafa;
        font-size: 16px;
        border-radius: 25px;
        margin: 10px 10px 0px 0px;
        font-weight: 600;
        display: inline-block;
    }

    .partent-search-body {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .secarch-body {
        width: 100%;
        padding: 0 0 0;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 60px;
    }

    .secarch-search {
        width: calc(100% - 150px);
        position: relative;
        margin-top: 0;
        margin-right: 0px;
    }

    .search-icons {
        position: relative;
        cursor: pointer;
        /* width: 30px; */
    }

    .search-icons svg {
        fill: #9cafcd;
        width: 30px;
        height: 30px;
        position: absolute;
        cursor: pointer
    }

    .search-button {
        background: #d70012;
        border: 0;
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 30px;
        border-radius: 0px 5px 5px 0;
        height: 34px;
    }

    .input-search-icon {
        position: absolute;
        left: 14px;
        width: 24px;
        top: 8px;
    }

    .input-search-icon svg {
        fill: #9cafcd;
        width: 18px;
        height: 18px;
        position: absolute;
        cursor: pointer;
    }

    .lang-keyboard {
        position: absolute;
        top: 6px;
        right: 12px;
    }

    .fixed-nav .lang-keyboard {
        right: 36px;
    }

    .lang-keyboard svg {
        fill: #afaeae;
        cursor: pointer;
    }

    .fixed-nav .search-icons {
        top: 0px;
        right: 25px;
    }

    .secarch-cross {
        width: 20px;
        cursor: pointer;
        margin-left: 25px;
        display: none;
        margin-top: 5px;
        margin-right: 2px;
    }

    .secarch-cross svg {
        width: 100%
    }

    .secarch-cross span {
        color: #5d769e;
        font-size: 48px;
        position: absolute;
        left: 12px
    }

    .key-popup {
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .key-popup .popuptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #555;
        text-align: center;
        border-radius: 0px;
        position: absolute;
        z-index: 1;
        top: 90%;
        right: 0%;
        margin-left: -80px;
        border: 1px solid #E2E2E2;
        /* box-shadow: 0px 5px 6px #00000029; */
    }

    .key-popup .popuptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 4%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #cdcaca transparent;
    }

    .key-popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1 ;
        }
    }

    .form-controll {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px 6px 0;
        font-size: 17px;
        line-height: 1.42857143;
        background-color: transparent;
        border: none;
        outline: none;
        border: 1px solid #f3f3f3;
        background: #fafafa;
        padding: 16px 60px 16px 40px;
        border-radius: 5px 0px 0px 5px;
    }

    .form-controll::placeholder {
        color: #9ca4b7 !important
    }

    .secarch-search::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        /* background-color: #879ab7; */
        bottom: 5px
    }

    .search-lang {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        position: relative;
        padding: 7px 0px;
        border-bottom: 1px solid #e2e2e2;
    }

    .search-lang label {
        margin-left: 20px;
        font-size: 16px;
    }

    .search-lang input[type='radio'] {
        display: none;
    }

    .search-lang label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 2px;
        margin: 0 10px 0 0;
        width: 15px;
        height: 15px;
        border-radius: 11px;
        background-color: #F1F1F1;
        border: 1px solid #7C7C91;
    }

    .search-lang input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 16px;
        left: 24px;
        content: " ";
        display: block;
        background: #F30000;
    }

    .fixed-nav .partent-search-body {
        padding-right: 0px;
    }

    .fixed-nav .secarch-body {
        width: 100%;
        padding: 40px 60px;
        display: flex;
        flex-wrap: wrap
    }

    /* .search-section.expendsearch{width: calc(100% - 190px); } .search-section.expendsearch .secarch-cross{display: inline-block;} */
    .search-section.expendsearch {
        width: 38px;
        background: #fff;
        height: 38px;
        margin-top: -3px;
        line-height: 32px;
    }

    .search-section.expendsearch .partent-search-body {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .search-section.expendsearch .secarch-cross {
        display: inline-block;
        margin-left: 9px;
    }

    .fixed-nav .search-section.expendsearch {
        width: 38px;
        background: #fff;
        height: 57px;
    }

    .fixed-nav .search-section {
        padding-top: 12px;
        padding-bottom: 7px;
        height: 53px;
        padding-bottom: -5px;
        background-color: #002765;
    }

    @media (max-width: 1199px) {
        .secarch-body {
            width: calc(100% - 48px);
            padding: 40px 0;
        }

        .search-section.expendsearch {
            margin-top: 0px;
            line-height: 27px;
            height: 40px;
            width: 35px;
            padding-left: 2px;
        }

        .search-section.expendsearch .secarch-cross {
            height: 30px;
            margin-left: 5px;
        }

        .secarch-cross {
            margin-top: 9px;
            margin-right: 3px;
        }

        .form-controll {
            height: 36px
        }

        .search-icons svg {
            width: 25px;
            height: 25px
        }

        .search-section {
            right: 10px;
            top: 0px;
            padding-right: 2px;
        }

        /* .search-section.expendsearch { width: calc(100% - 175px); } */
        .fixed-nav .secarch-cross {
            margin-top: 8px;
            margin-right: 0px;
            margin-left: 0px;
        }

        .fixed-nav .search-section {
            padding-top: 0px;
            height: 55px;
            padding-bottom: 8px;
        }

        .fixed-nav .search-section.expendsearch {
            width: 35px;
            overflow: hidden;
            right: 18px;
            padding-left: 2px;
        }

        .fixed-nav .search-section {
            padding-top: 9px;
            height: 48px;
        }

        .search-icons svg {
            top: 4px;
        }

        .fixed-nav .secarch-body {
            width: calc(100% - 23px);
            padding: 40px 0;
        }

        .search-section {
            height: 34px;
        }
    }

    @media (max-width: 991px) {
        .secarch-body {
            width: calc(100% - 58px);
        }

        .secarch-cross {
            margin-left: 17px;
            margin-top: 7px;
        }

        .fixed-nav .expendsearch .secarch-cross {
            margin-left: 5px;
            height: 35px;
        }

        .fixed-nav .search-section.expendsearch {
            width: 30px;
            padding-left: 0px;
            right: 25px;
        }

        .sidebar {
            min-height: auto;
        }

        .fixed-nav .secarch-body {
            width: calc(100% - 60px);
        }

        .fixed-nav .secarch-cross {
            margin-top: 7px;
        }

        .fixed-nav .search-section {
            height: 49px;
        }

        .search-tag ul {
            margin-bottom: 125px;
        }
    }

    @media (max-width: 767px) {
        .search-section {
            right: 15px;
            top: inherit;
            height: 48px;
            padding-bottom: 6px;
        }

        .fixed-nav .search-section.expendsearch {
            width: 48px;
            padding-left: 4px;
            right: 0px;
        }

        .fixed-nav .expendsearch .secarch-cross {
            margin-left: 8px;
            height: 31px;
        }

        .secarch-body {
            width: calc(100% - 30px);
        }

        .secarch-cross {
            margin-left: 6px;
            margin-top: 5px;
        }

        .fixed-nav .search-section {
            margin-top: 0px;
            padding-bottom: 7px;
        }

        .fixed-nav .secarch-body {
            width: calc(100% - 40px);
        }

        .fixed-nav .secarch-cross {
            margin-top: 3px;
        }

        .fixed-nav .search-icons {
            top: 0px;
            right: 10px;
        }

        .search-button {
            height: 36px;
        }
    }

    @media (max-width: 570px) {
        .search-tag ul {
            margin-bottom: 125px;
        }

        .secarch-body {
            width: calc(100% - 29px);
        }

        .fixed-nav .secarch-body {
            width: calc(100% - 22px);
        }

        .fixed-nav .expendsearch .secarch-cross {
            margin-left: 9px;
        }

        .search-section {
            padding-bottom: 4px;
        }

        .search-button {
            padding: 8px 15px;
        }

        .secarch-search {
            width: calc(100% - 97px);
        }
    }

    .notification {
        width: 300px;
        height: auto;
        /* border-top: 4px solid #d71920; */
        border-radius: 12px;
        border-bottom: 1px solid #d1d1d1;
        box-shadow: 0px 5px 30px #00000026;
        display: none;
        position: absolute;
        right: 0;
        background-color: #fff;
        z-index: 9;
        top: 120%;
    }

    .noti-heading {
        padding: 10px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin-bottom: 0px
    }

    .notification>.noti-heading {
        color: #333;
        background-color: #ffffff;
        /* display: flex; */
        justify-content: space-between
    }

    .noti-left {
        display: flex
    }

    .noti-left h4 {
        display: flex;
        display: inline-block;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        width: calc(100% - 60p);
    }

    .noti-left span {
        font-size: 12px;
        color: #d71920
    }

    .noti-date-main {
        display: flex;
        flex-wrap: wrap
    }

    .noti-date {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
    }

    .noti-cross {
        width: 24px;
        height: auto;
        margin-top: 4px;
        margin-left: 20px;
        fill: #0000;
        position: absolute;
        border-radius: 50%;
        border: 1px solid #d81515;
        padding: 6px;
        right: 10px;
        top: 10px;
    }

    .noti-cross svg {
        width: 100%;
        height: auto;
        display: block;
        fill: #062966 !important;
        color: #062966 !important;
        font-weight: 700
    }

    .noti-body {
        width: 100%
    }

    .noti-body ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .noti-body ul::-webkit-scrollbar {
        width: 4px;
    }

    .noti-body ul::-webkit-scrollbar-track {
        background-color: #f9f9f9;
        border-radius: 100px;
    }

    .noti-body ul::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: #9CA7B2;
        box-shadow: inset 2px 2px 5px 0 rgba(#000, 0.5);
    }

    .badiKhabar {
        padding-left: 10px;
    }

    .noti-body ul li {
        width: 100%;
        /* border-bottom: 1px solid #bdbdbd; */
        padding-bottom: 20px;
        background: #EAEAEA;
        margin-bottom: 8px;
        box-shadow: 0px 30px 40px #00000008;
        border-radius: 4px;
    }

    .noti-body ul li.read {
        background: #ffffff;
    }

    .noti-body ul li:hover {
        background: #ffffff;
        box-shadow: 0px 30px 40px #00000008;
    }

    .noti-body ul li:last-child {
        padding-bottom: 10px;
        margin-bottom: 0px;
        /* border: none; */
    }

    .noti-li-main {
        width: 100%;
        display: flex;
        padding: 8px 15px 0 10px;
        flex-wrap: wrap;
    }

    .noti-li-img {
        width: 100px;
        height: auto;
        margin-top: 5px;
    }

    .noti-li-img img {
        width: 100%;
        height: auto;
        display: block
    }

    .noti-lext-area {
        width: calc(100% - 115px);
        margin-left: 10px;
    }

    .noti-lext-area p {
        font-size: 14px;
        color: #333;
        line-height: 18px;
        margin-bottom: 6px;
        font-weight: 700;
    }

    .noti-lext-area h6 {
        font-weight: 400;
        color: #aeaeae;
        font-size: 8px
    }

    .noti-footer {
        padding: 0 15px;
        background-color: #f5f5f5;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding-top: 10px
    }

    .noti-body .mCSB_inside>.mCSB_container {
        margin-right: 0;
        width: 100%
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(158, 158, 158, 1)
    }

    .noti-body .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #e9e9e9;
        background-color: rgba(233, 233, 233, 1);
        width: 8px;
        display: none;
    }

    .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: #9e9e9e;
        background-color: rgba(158, 158, 158, 1)
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 19px
    }

    .fixed-nav .other-navigation-list .notification-at .notification {
        margin-top: 7px
    }

    .notification-at span {
        right: 0;
        top: -6px
    }

    .notification-at span.bellCount {
        right: 2px;
        top: 0px;
        position: absolute;
        font-size: 10px;
        color: #000;
        background: #d90000;
        border-radius: 50%;
        padding: 0px 2px;
        height: 18px;
        width: 18px;
        line-height: 18px;
        text-align: center;
        font-weight: 700;
    }

    /*.bellActive.notification-at svg { fill: #d71920 }*/
    @media only screen and (max-width: 1199px) {
        .notification {
            top: 100%
        }

        .fixed-nav .other-navigation-list .notification-at .notification {
            margin-top: 3px
        }
    }

    @media only screen and (max-width: 767px) {
        .notification {
            right: -130px;
            z-index: 99999999999;
            top: 130%;
        }

        .noti-body ul {
            height: 360px;
        }

        .nav-sec ul li:nth-child(7) {
            display: none
        }

        .nav-sec ul li:nth-child(8) {
            display: none
        }

        .nav-sec ul li:nth-child(9) {
            display: none
        }

        .nav-sec ul li:nth-child(11) {
            display: none
        }

        .nav-sec ul li:nth-child(12) {
            display: none
        }

        .nav-sec ul li:last-child {
            color: #7a7a7a;
            font-size: 30px
        }

        /* .fixed-nav .search-section { margin-left: 0%; width: 100% } */
    }

    @media only screen and (max-width: 340px) {
        .notification {
            right: -130px;
        }
    }

    .v-duration {
        position: absolute;
        /* bottom: 0;left: 0;*/
        background-color: #000;
        line-height: 0;
        padding: 0 5px;
        font-size: 11px;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        width: 57px;
        height: 21px;
        bottom: 0;
    }

    .v-duration>span {
        display: inline-block;
        margin-right: 5px;
        width: 16px
    }

    .v-pictur {
        position: absolute;
        bottom: 8px;
        right: 8px;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        width: 35px;
        height: 29px
    }

    .v-pictur>span {
        display: inline-block;
        margin-right: 0;
        width: 100%
    }

    .icon-pic>span img {
        display: inline-block;
        width: 100%
    }

    .top-add-section {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin: 0 auto;
        margin-bottom: 20px;
        background-color: #eaeaea;
        padding: 5px 0px 10px;
    }

    .topAd {
        width: 990px;
        padding: 5px 10px 10px;
    }

    .sidebar .mid-add-sec.main-add-sec {
        background-color: #eaeaea;
        padding: 5px 0 0px;
    }

    .detail-bottom-ad {
        width: 100%;
    }

    .adtext {
        font-size: 11px;
        color: #323232;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
    }

    .inner-ad-section div {
        margin: 0 auto;
    }

    .mrrtb.top-add-section {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .inner-ad-section {
        width: 970px;
        margin: 0 auto;
        text-align: center;
        flex-wrap: wrap;
        min-height: 90px;
    }

    .ad-expandable {
        min-height: 10px !important;
    }

    .inner-ad-section img {
        width: 100%;
        display: block;
        height: auto
    }

    .inner-ad-section iframe {
        text-align: center;
        margin: 0 auto
    }

    .inner-ad-section iframe+iframe {
        width: 100%;
        display: block
    }

    @media only screen and (max-width: 1199px) {
        .top-add-section {
            width: 100%;
            width: 100%;
            padding: 5px 0 10px;
            margin-top: 0
        }

        .inner-ad-section {
            width: 100%;
        }
    }

    @media only screen and (max-width: 767px) {
        .top-add-section {
            padding: 5px 0 10px;
            position: relative;
            z-index: 1;
            margin-bottom: 20px;
            margin: 0 auto;
            text-align: center;
            width: 100%;
            margin-bottom: 20px;
            margin-top: 20px;
            clear: both;
        }

        .inner-ad-section {
            width: 100%;
            min-height: 250px;
            max-width: 100%;
        }

        .top-add-section div iframe {
            text-align: center;
            margin: 0 auto !important;
            margin-left: unset !important;
            margin: 0 auto !important
        }
    }

    .mt16 {
        margin-top: 16px;
    }

    .widget-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        position: relative
    }

    .widget-title {
        display: flex;
    }

    .widget-head .widget-title span {
        width: 14px;
        height: 14px;
        margin-right: 7px;
        margin-top: 7px;
        display: flex;
    }

    .widget-head .widget-title span s6042vg {
        width: 14px;
        height: 14px;
    }

    .widget-title h2 {
        font: 700 12px/20px 'Noto Sans', sans-serif;
        color: #000;
        width: calc(100%)
    }

    .widget-title h2 a {
        color:#000;
    }

    /*css adding pawan 13-8-2020*/
    .common-rhs-main-sec .sahitya-rhs-section {
        position: relative;
    }

    .rhs-thumb-shadow-container {
        position: relative;
    }

    .RHSIndEng .widget-container {
        position: relative;
    }

    .video-section-widget {
        position: relative;
    }

    .widget-container.H-bg {
        position: relative;
    }

    .widget-gallery-photo {
        position: relative;
    }

    .khel-widget-container {
        position: relative;
    }

    .HlifeSty-main {
        position: relative;
    }

    .HlifeSty-main .widget-container {
        position: relative;
    }

    .widget-lifestyle-dharm {
        position: relative;
    }

    .tab-section-home {
        position: relative;
    }

    .tab-section-home .widget-container {
        position: relative;
    }

    .small4-1big-container {
        position: relative;
    }

    .bussiness-main-C .widget-container {
        position: relative;
    }

    .widget-more {
        position: absolute;
        text-align: right;
        /* float: right;*/
        align-items: right;
        display: flex;
        top: 6px;
        right: 0
    }

    .widget-more a {
        font: 700 15px/17px 'Noto Sans', sans-serif;
        color: #d72722
    }

    .widget-more a span {
        display: inline-block;
        margin-left: 2px;
        line-height: 0
    }

    .widget-more a svg {
        height: 16px;
        width: 16px;
        fill: #d72722
    }

    @media only screen and (max-width: 767px) {
        .search-content {
            width: 100%;
        }

        .search-section.expendsearch {
            height: 51px;
            width: 48px;
            padding-left: 9px;
            right: 0px;
        }

        .search-section-popup {
            top: 52px;
        }

        .widget-more {
            position: unset;
            float: right
        }

        .login {
            margin-left: 0px;
        }
    }

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

    .hiddenScroll {
        overflow: hidden;
        position: relative;
    }

    /* taboola close button */
    .trc_user_exclude_btn {
        z-index: 10!important;
    }

    #crengindiv {
        z-index: 1;
    }

    #txt_audio {
        z-index: 1!important;
    }

    /* .mainBorromSliderSec{ display: none !important; } .hidegap{ display: block !important; } */
    .navigation-container .container {
        position: relative;
    }

    .wheelrotate {
        animation: spin 40s ease infinite alternate, spin 40s linear infinite alternate;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    #login-area {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
    }

    #login-area ul {
        position: absolute;
        top: 27px;
        width: 112px;
        right: -10px;
        z-index: 9999;
        border: 1px solid #d6d6d6;
        padding: 5px 10px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        display: none;
    }

    #login-area:hover ul {
        display: block;
    }

    #login-area ul li {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 4px;
        margin-bottom: 3px;
    }

    #login-area ul li:last-child {
        border-bottom: none;
        padding: 0px;
        margin-bottom: 0px;
    }

    .login a {
        color: #ffffff;
        text-transform: capitalize;
    }

    #login-area ul li:hover a {
        color: #000;
    }

    .story-with-main-sec article {
        align-items: center;
        margin-bottom: 20px;
    }

    .story-with-main-sec article .custom-docs {
        display: inline-block;
        width: 35px;
        margin-right: 7px;
    }

    .story-with-main-sec article .custom-docs img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .story-with-main-sec article .custom-docs-text {
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
        color: #000;
        display: inline-block;
        position: relative;
        top: -14px;
    }

    .story-with-main-sec article .custom-docs-text a {
        color: #000;
    }

    /*final Naigation SN new nav*/
    #threeDotsNav {
        width: auto;
        display: inline-block;
        color: #ffff;
        font-size: 25px;
        cursor: pointer;
        margin-right: 15px;
        margin-top: 0px;
        display: none;
    }

    #threeDotsNav svg {
        color: #ffff;
        fill: #000;
    }

    #threeDotsNav svg.a {
        color: #ffff;
        fill: #000;
    }

    /* .dotOpenNav { height: auto; background-color: #002765; position: absolute; z-index: 1; top: 36px; left: calc(-50vw + 51%); display: flex; flex-flow: column nowrap; display: none; border-top: 1px solid #000; width: calc(100vw + 5px); } */
    .humburgerMenU {
        width: 50px;
        height: 40px;
        text-align: center;
        padding-top: 10px;
    }

    .humburgerMenU {
        cursor: pointer;
    }

    .fixed-nav .humburgerMenU {
        padding-top: 0px;
    }

    .dotOpenNav {
        height: auto;
        z-index: 9;
        top: auto;
        left: 0px;
        flex-flow: row;
        border-top: none;
        padding-left: 0px;
        border-top: 1px solid #0c3982;
        padding-bottom: 110px;
        background-color: #032965;
        position: fixed;
        padding-left: 0px;
        padding-top: 15px;
        width: 360px;
        top: 0px;
        overflow-y: scroll;
        height: 100%;
        transform: translateX(-86vw);
        transition: all ease-in .42s;
    }

    .menu-at-wrapper {
        position: fixed;
        z-index: 10;
        background: rgb(0,0,0,0.7);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    /* .dotOpenNav:before { content: ''; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #000000a3; z-index: 1; } */
    .bgShadowHg {
        overflow-y: hidden;
    }

    /* .bgShadowHg:before{content: ''; position: absolute; background-color: rgba(0,0,0,0.8); left:0px; top:0px; width:100%; height: 100%; z-index: 99;} */
    .bgShadowHg nav .at-menu {
        z-index: 9;
    }

    .bgShadowHg nav .openNavN {
        z-index: 10;
    }

    .dotOpenNav.openNavN {
        transform: translateX(0);
        transition: all ease-out 0.42s;
        box-shadow: none;
    }

    .mega_sub_menu ul li {
        width: 48%;
        padding: 5px 10px;
    }

    .mega_sub_menu ul li:last-child {
        padding-bottom: 10px;
    }

    .mega_sub_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 0px 0px 0px 25px;
    }

    /* .multiNav { display: flex; flex: 1 1 auto; height: 320px; width: 100%;} */
    .dotChild {
        margin: 0 auto;
        max-width: 920px;
        width: 100%;
        position: relative;
        padding: 0px 0px 5px;
    }

    .multiNav > .groupNav {
        display: flex;
        flex-flow: column wrap;
        flex: 1 1 30%;
        max-height: 100%;
        list-style: none;
    }

    /* .multiNav > .groupNav .itemNav { padding: 10px; margin-right: 35px; margin-left: 0px; position: relative; padding-left: 0px; padding-bottom: 0px; } .multiNav > .groupNav .itemNav a { color: #000; font-weight: normal; font-size: 18px; font-weight: bold; display: inline-block; margin-bottom: 6px; } */
    span#crossNav {
        position: absolute;
        background-color: #ffffff;
        right: 172px;
        top: 10px;
        width: 39px;
        text-align: center;
        color: #002765;
        height: 28px;
        font-size: 17px;
        cursor: pointer;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: bold;
        display: none;
    }

    .navigation-at.fixed-nav #threeDotsNav {
        position: relative;
        top: -17px;
    }

    /* .navigation-at.fixed-nav .dotOpenNav { top: 45px; } */
    .navigation-at.fixed-nav span#crossNav {
        top: 18px;
        height: 40px;
        padding-top: 3px;
    }

    .activeNav {
        color: #FFD23F !important;
    }

    .imgAT {
        width: 100%;
        height: auto;
    }

    .imgAT img {
        width: 100%;
        height: auto;
        display: block;
    }

    .slide_UP {
        height: 0px !important;
        overflow: hidden !important;
    }

    /* Dark Mode button added */
    .multiNav > .groupNav > .itemNav.dkMode {
        position: relative;
        padding-top: 8px;
        text-align: left;
        padding-bottom: 10px;
        padding: 15px 15px;
    }

    .multiNav > .groupNav > .itemNav.dkMode label {
        width: 100%;
    }

    .theme-toggle label, .itemNav.dkMode label {
        cursor: pointer;
        text-indent: -9999px;
        width: 112px;
        height: 37px;
        line-height: 35px;
        background: #fff;
        float: left;
        left: 75px;
        border-radius: 100px;
        border: 1px solid #7d7c7c;
        position: relative;
    }

    .itemNav.dkMode label {
        text-indent: 0;
        height: auto;
        background: none;
        border: none;
        border-radius: 0;
        left: 0;
        float: none;
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: 400;
    }

    #menulist li label:before, .itemNav.dkMode label:before {
        content: '';
        top: 3px;
        background-color: #fff;
        height: 16px;
        width: 36px;
        left: auto;
        right: -50;
        border-radius: 22px;
        position: absolute;
    }

    #menulist li label span, .itemNav.dkMode label span {
        pointer-events: none;
        margin-left: 50px;
    }

    .theme-toggle label:after, .itemNav.dkMode label:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        border-radius: 90px;
        transition: .3s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-size: 18px;
    }

    #menulist li label:after, .itemNav.dkMode label:after {
        content: '';
        height: 22px;
        width: 22px;
        top: 0px;
        background: #e32000 url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0wLjk0IC0xLjE1MSAxNDEuNzMyIDE0MS43MzIiIGhlaWdodD0iMjJweCIgdmVyc2lvbj0iMS4xIiBmaWxsPSIjZmZmIiB2aWV3Qm94PSItMC45NCAtMS4xNTEgMTQxLjczMiAxNDEuNzMyIiB3aWR0aD0iMjJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PHBhdGggZD0iTTIxLjUwNyw2My44NDVINS4zNzZDMi40MDgsNjMuODQ1LDAsNjYuMjQ0LDAsNjkuMjA0czIuNDA4LDUuMzU2LDUuMzc3LDUuMzU2aDE2LjEzMWMyLjk2OSwwLDUuMzc1LTIuMzk2LDUuMzc1LTUuMzU2ICAgUzI0LjQ3Niw2My44NDUsMjEuNTA3LDYzLjg0NSBNMzcuMzE0LDg3Ljg3OGMxMC4zOTYsMTcuOTQsMzMuNDEyLDI0LjA5Miw1MS40MTUsMTMuNzI5YzE4LTEwLjM1NiwyNC4xNjgtMzMuMzA0LDEzLjc3NS01MS4yNDggICBDOTIuMTExLDMyLjQxOCw2OS4wOTEsMjYuMjcsNTEuMDg5LDM2LjYzQzMzLjA4Nyw0Ni45ODksMjYuOTIxLDY5LjkzNCwzNy4zMTQsODcuODc4IE0zMC42MzQsNDAuNTE3bC0xMy45NjktOC4wMzkgICBjLTIuNTcyLTEuNDc5LTUuODYtMC42MDMtNy4zNDksMS45NjFjLTEuNDgxLDIuNTYzLTAuNjA0LDUuODQyLDEuOTcyLDcuMzIxbDEzLjk2OSw4LjAzOWMyLjU3MiwxLjQ3OSw1Ljg1OSwwLjYwMiw3LjM0NS0xLjk2MiAgIEMzNC4wODgsNDUuMjczLDMzLjIwNyw0MS45OTYsMzAuNjM0LDQwLjUxNyBNNTAuMzcxLDI0LjY2N2wtOC4wNjUtMTMuOTI0QzQwLjgyLDguMTgsMzcuNTMxLDcuMzAyLDM0Ljk2LDguNzgxICAgYy0yLjU3MiwxLjQ4LTMuNDUzLDQuNzYxLTEuOTcyLDcuMzIxbDguMDY1LDEzLjkyNGMxLjQ4NSwyLjU2Myw0Ljc3MiwzLjQ0Miw3LjM0NSwxLjk2MkM1MC45NzMsMzAuNTA5LDUxLjg1NSwyNy4yMyw1MC4zNzEsMjQuNjY3ICAgIE03Ni40MSw1LjM2Qzc2LjQxLDIuNCw3NC4wMDQsMCw3MS4wMzUsMEM2OC4wNjQsMCw2NS42NTgsMi40LDY1LjY1OCw1LjM2djE2LjA3OGMwLDIuOTYsMi40MDMsNS4zNTksNS4zNzcsNS4zNTkgICBjMi45NjksMCw1LjM3NS0yLjM5OSw1LjM3NS01LjM1OVY1LjM2TDc2LjQxLDUuMzZ6IE0xMDUuNDkyLDkuODYxYy0yLjU3Mi0xLjQ3OS01Ljg2MS0wLjYwMi03LjM0OSwxLjk2MWwtOC4wNjIsMTMuOTI4ICAgYy0xLjQ4NiwyLjU2Mi0wLjYwNSw1Ljg0MSwxLjk2Nyw3LjMxOGMyLjU3MiwxLjQ3OSw1Ljg2MSwwLjYwNCw3LjM0Ni0xLjk2Mmw4LjA2NC0xMy45MjQgICBDMTA4Ljk0MywxNC42MTksMTA4LjA2MiwxMS4zNDEsMTA1LjQ5Miw5Ljg2MSBNMTE0LjYsNDkuNjc3bDEzLjk2OS04LjAzOWMyLjU3Mi0xLjQ3OSwzLjQ1My00Ljc1OCwxLjk3Mi03LjMyMSAgIGMtMC4zNzMtMC42NDQtMC44NjEtMS4xODEtMS40Mi0xLjYwMWMtMS42NzctMS4yNjUtNC4wMTMtMS40ODYtNS45NDMtMC4zNzRsLTEzLjk2OSw4LjAzOWMtMi41NzIsMS40NzktMy40NTMsNC43NTgtMS45NzIsNy4zMjEgICBjMC4zNzMsMC42NDQsMC44NTksMS4xODEsMS40MjUsMS42MDJDMTEwLjMzLDUwLjU2OSwxMTIuNjY2LDUwLjc4OSwxMTQuNiw0OS42NzcgTTExOC4zNDYsNzQuNDUyaDE2LjEyOSAgIGMyLjk3MSwwLDUuMzc3LTIuMzk5LDUuMzc3LTUuMzU5cy0yLjQwNi01LjM1OS01LjM3Ny01LjM1OWgtMTYuMTI5Yy0yLjk3MSwwLTUuMzc3LDIuMzk5LTUuMzc3LDUuMzU5ICAgUzExNS4zNzUsNzQuNDUyLDExOC4zNDYsNzQuNDUyIE0xMDkuMTc4LDk3Ljk2NWwxMy45NjksOC4wNGMyLjU3MiwxLjQ3OSw1Ljg2MSwwLjYwMiw3LjM0OS0xLjk2MiAgIGMxLjQ4Mi0yLjU2NCwwLjYwNC01Ljg0MS0xLjk3Mi03LjMyMWwtMTMuOTY5LTguMDM5Yy0yLjU3Mi0xLjQ3OS01Ljg2MS0wLjYwMi03LjM0NCwxLjk2MiAgIEMxMDUuNzI1LDkzLjIwOCwxMDYuNjA1LDk2LjQ4NSwxMDkuMTc4LDk3Ljk2NSBNODkuNDQ4LDExMy41NzJsOC4wNjQsMTMuOTI3YzEuNDg0LDIuNTYyLDQuNzczLDMuNDM4LDcuMzQ0LDEuOTYyICAgYzIuNTcyLTEuNDgsMy40NTMtNC43NTcsMS45NzItNy4zMjFsLTguMDY0LTEzLjkyNGMtMS40ODYtMi41NjMtNC43NzMtMy40NDItNy4zNDYtMS45NjIgICBDODguODQ0LDEwNy43Myw4Ny45NjMsMTExLjAwOSw4OS40NDgsMTEzLjU3MiBNNjUuNjg1LDEzNC4wN2MwLDIuOTYsMi40MDYsNS4zNTksNS4zNzcsNS4zNTljMi45NjksMCw1LjM3NS0yLjM5OSw1LjM3NS01LjM1OSAgIHYtMTYuMDc0YzAtMi45NjQtMi40MDYtNS4zNi01LjM3NS01LjM2Yy0yLjk3MSwwLTUuMzc3LDIuMzk2LTUuMzc3LDUuMzZWMTM0LjA3eiBNMzUuNTc2LDEzMC42MjQgICBjMi41NjgsMS40NzksNS44NTYsMC42MDIsNy4zNDQtMS45NjJsOC4wNjItMTMuOTI3YzEuNDg1LTIuNTYyLDAuNjA0LTUuODQxLTEuOTY4LTcuMzE4Yy0yLjU3Mi0xLjQ3OS01Ljg1Ni0wLjYwNC03LjM0NiwxLjk2MiAgIGwtOC4wNjQsMTMuOTI0QzMyLjEyMywxMjUuODY1LDMzLjAwMywxMjkuMTQ1LDM1LjU3NiwxMzAuNjI0IE05LjQxLDEwNC4wNTZjMS40ODIsMi41NjMsNC43NzEsMy40NDEsNy4zNDYsMS45NjJsMTMuOTY5LTguMDQgICBjMS45MzgtMS4xMTUsMi45MTQtMy4yNTEsMi42NDYtNS4zMzNjLTAuMDg0LTAuNjk4LTAuMzExLTEuMzkyLTAuNjg3LTIuMDM5Yy0xLjQ4MS0yLjU2Mi00Ljc3MS0zLjQzOC03LjM0NC0xLjk2MmwtMTMuOTcxLDguMDQgICBjLTEuOTM4LDEuMTE1LTIuOTE0LDMuMjUxLTIuNjQ2LDUuMzMzQzguODEyLDEwMi43MTUsOS4wMzUsMTAzLjQwNiw5LjQxLDEwNC4wNTYiLz48L2c+PC9zdmc+) center center no-repeat;
        background-size: 12px;
        left: 0;
        position: absolute;
        border-radius: 50%;
        transition: .3s;
    }

    /* .navigation-at.fixed-nav .dotOpenNav{left: calc(-50vw + 53%);} */
    .navigation-at.fixed-nav .dotChild {
        max-width: 955px;
    }

    .ntPreLod {
        text-align: center;
        margin-top: 60px;
    }

    .multiNav > .groupNav .itemNav .mega_sub_menu ul li a {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0px;
        transition: all 0.5s;
        margin-left: 10px;
    }

    .multiNav > .groupNav .itemNav .mega_sub_menu ul li a {
        position: relative;
    }

    .multiNav > .groupNav .itemNav .mega_sub_menu ul li {
        position: relative;
    }

    .multiNav > .groupNav .itemNav .mega_sub_menu ul li:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 1px;
        background-color: #0076c9;
        left: 6px;
        top: 19px;
        border-radius: 4px;
    }

    .multiNav > .groupNav .itemNav .mega_sub_menu ul li a:hover {
        color: #d3d3d3;
    }

    .multiNav > .groupNav .itemNav .mega_sub_menu ul li {
        margin-bottom: 2px;
        position: relative;
        border: none
    }

    .mega_sub_menu {
        padding-bottom: 3px;
        padding-left: 7px;
        padding-top: 7px;
        background-color: #001538;
        display: none;
        padding-left: 0px;
        margin-left: -20px;
        width: calc(100% + 30px);
    }

    .itemNav .mega_sub_menu {
        margin-left: -20px;
        width: calc(100% + 30px);
    }

    @media only screen and (max-width: 1199px) {
        .multiNav > .groupNav .itemNav .mega_sub_menu ul li:before {
            top: 22px;
        }
    }

    @media only screen and (max-width: 1180px)and (min-width: 1025px) {
        .mega_sub_menu ul {
            padding: 0px 0px 0px 15px;
        }

        .menuMobbg .at-menu .arrow-down, .menuMobbg .at-menu .child-dropdown.submenu-open .arrow-down {
            top: 7px;
            right: 10px;
        }
    }

    @media only screen and (max-width: 1024px) {
        #threeDotsNav {
            display: none;
        }

        .dotOpenNav {
            position: initial;
            padding-left: 0px;
            padding-top: 0px;
            width: 100%;
            background-color: #032965;
            overflow-y: auto;
            height: auto;
            display: block;
            overflow-x: hidden;
        }

        .humburgerMenU.dtt {
            display: none;
        }

        .menuMobbg {
            position: fixed;
            z-index: 99;
            background: rgb(0,0,0,0.7);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .multiNav > .groupNav .itemNav {
            padding: 10px;
            margin-right: 0px;
            margin-left: 0px;
            position: relative;
            padding-left: 0px;
            border-bottom: 1px solid #1c3f75;
        }

        .atM_dt .itemNav.itemNavNew {
            padding-bottom: 0px;
        }

        .dotChild .multiNav .groupNav .itemNav {
            padding: 0px;
        }

        .multiNav > .groupNav .itemNav a {
            font-size: 16px;
            color: #FFFFFF;
            max-width: 220px;
            padding: 8px 8px 8px 0px;
        }

        .navigation-at nav ul.at-menu>li.child-dropdown:not(:last-child) {
            margin-right: 0px;
            padding: 4px 0px 0px 0px;
        }

        .arrow-down {
            top: 14px;
            right: 20px;
        }

        .mobMee.menuMobbg .open .atM_dt.menu-at-wrapper {
            position: relative;
            top: 0px;
            z-index: 0;
            background: none;
        }

        .mobMee.menuMobbg .open .atM_dt.menu-at-wrapper .dotOpenNav.openNavN {
            box-shadow: none;
        }

        .dotOpenNav .groupNav li.child-dropdown .secondlevel-dropdown {
            margin-left: -15px;
            top: 15px;
        }

        .multiNav > .groupNav > .itemNav.dkMode {
            padding: 10px;
        }
    }

    @media only screen and (max-width: 1024px) {
        .multiNav > .groupNav .itemNav.itemNavNew a {
            font-size: 20px;
            line-height: 35px;
            max-width: 220px;
        }

        .mega_sub_menu {
            padding-bottom: 0px;
            display: none;
            background-color: #001538;
            margin-top: 0px;
            border-bottom: none;
            padding-left: 0px;
        }

        .multiNav > .groupNav .itemNav .mega_sub_menu ul li {
            padding: 0px 0px 0px 0px;
            width: 48%;
            margin-bottom: 7px;
            border-bottom: 0px;
        }

        .multiNav > .groupNav .itemNav a {
            margin-bottom: 0px;
        }

        .itemNav .mega_sub_menu {
            margin-left: 0px;
            width: calc(100%);
        }

        .mega_sub_menu {
            padding-top: 2px;
        }

        .cross-sub {
            color: #000;
            background-size: 28px;
            background-color: #032965;
            content: "";
            position: absolute;
            display: block;
            width: 10px;
            height: 10px;
            border-bottom: 2px solid #979797;
            border-right: 2px solid #979797;
            top: 10px;
            right: 20px;
            transform: rotate(45deg);
            /* transition: all 0.5s; */
            cursor: pointer;
        }

        .itemNav.arrowSubUp .cross-sub {
            transform: rotate(226deg);
            top: 23px;
        }

        /* .multiNav > .groupNav .itemNav */
        .mob_sub {
            display: block
        }

        ; .mega_sub_menu {
            background-color: #021736;
            height: auto;
            padding: 15px 0px 0px 0px;
        }

        .multiNav > .groupNav .itemNav .mega_sub_menu ul li a:before {
            left: -4px;
            top: 25px;
        }

        .mega_sub_menu ul {
            padding: 0px 0px 0px 10px;
        }

        .secondlevel-dropdown .section-otherlinks ul li a {
            position: relative;
        }

        .multiNav > .groupNav .itemNav .mega_sub_menu ul li:before {
            top: 14px;
            left: -10px;
        }

        .multiNav > .groupNav .itemNav .mega_sub_menu ul li a {
            color: #000;
            font-size: 14px;
            line-height: 20px;
            padding: 5px 0px;
            font-weight: bold;
        }

        .itemNav.itemNavNew {
            background-color: #002866;
        }

        .itemNav.itemNavNew .cross-sub {
            background-color: #041734;
            transform: rotate(224deg);
            top: 21px;
        }

        .navigation-at nav ul.at-menu > li.active {
            width: 100%;
        }

        .itemNav.itemNavNew span.cross-sub {
            top: 21px;
        }

        .itemNav span.arrow-down svg {
            transform: rotate( 0deg);
            transition: 300ms linear all;
        }

        .itemNav.itemNavNew span.arrow-down svg {
            transform: rotate( 180deg);
            transition: 300ms linear all;
        }

        .multiNav > .groupNav .itemNav .mega_sub_menu ul li a {
            margin-left: 0px;
        }

        .navigation-at nav ul.at-menu>li.child-dropdown:not(:last-child) a {
            padding-left: 10px;
        }

        .groupNav .itemNav .mega_sub_menu {
            padding-left: 10px;
        }
    }

    @media only screen and (max-width: 991px) {
        .multiNav > .groupNav .itemNav.itemNavNew {
            padding-bottom: unset;
        }

        .multiNav > .groupNav .itemNav {
            padding-bottom: 0px;
        }

        .multiNav > .groupNav .itemNav a {
            padding: 7px 8px 7px 0px;
        }

        .navigation-at nav ul.at-menu>li.child-dropdown:not(:last-child) {
            margin-right: 0px;
        }

        .menuMobbg .at-menu .arrow-down, .menuMobbg .at-menu .child-dropdown.submenu-open .arrow-down {
            top: 10px;
        }

        .navigation-at nav ul.at-menu>li.child-dropdown:not(:last-child) {
            padding: 0px 0px 0px 0px;
        }

        .dotChild .multiNav .groupNav .itemNav {
            padding-top: 10px;
            padding-left: 0px;
            padding-bottom: 10px;
        }

        .openNavN .itemNav .arrow-down {
            top: 7px;
        }

        .dotOpenNav .groupNav li {
            padding: 7px 30px 7px 5px;
        }

        .atM_dt .dotOpenNav .dotChild .multiNav .groupNav .itemNav {
            padding-left: 10px;
            padding-bottom: 0px;
        }

        .atM_dt .dotOpenNav .dotChild .multiNav .groupNav .itemNav a {
            padding-bottom: 15px;
            padding-top: 5px;
        }

        .atM_dt .dotOpenNav .dotChild .multiNav .groupNav .itemNav .mega_sub_menu li:before {
            content: '';
            top: 23px;
        }

        .atM_dt .dotOpenNav .dotChild .multiNav .groupNav .itemNav .mega_sub_menu li a {
            padding-top: 16px;
            padding-bottom: 10px;
        }

        .mobMee.menuMobbg .dotChild .multiNav .groupNav .itemNav .mega_sub_menu {
            margin-left: -10px;
            width: calc(100% + 10px);
        }

        .atM_dt .dotOpenNav .dotChild .multiNav .groupNav .itemNav.dkMode {
            padding-bottom: 15px;
        }
    }

    @media only screen and (max-width: 830px) {
        /* .dotChild .multiNav .groupNav .itemNav.itemNavNew {padding: 0px;} */ .dotOpenNav .groupNav li.child-dropdown {
            padding: 10px 5px;
        }
    }

    @media only screen and (max-width: 767px) {
        .multiNav > .groupNav .itemNav {
            padding-top: 0px;
        }

        .menuMobbg .at-menu .arrow-down, .menuMobbg .at-menu .child-dropdown.submenu-open .arrow-down {
            top: 5px;
        }

        .arrow-down {
            top: 10px;
        }

        /* .multiNav > .groupNav .itemNav a {padding-right:8px !important;} */
        /* .dotChild .multiNav .groupNav .itemNav a {padding-left: 0px;} */
        .menuMobbg .open .dotOpenNav .itemNav .arrow-down {
            top: 12px;
        }

        .dotChild .multiNav .groupNav .itemNav {
            padding-left: 0px;
        }

        .groupNav .itemNav .mega_sub_menu {
            padding-top: 0px;
            padding-bottom: 0px;
            margin-top: 5px;
        }

        .atM_dt .dotOpenNav .dotChild .multiNav .groupNav .itemNav a {
            padding-bottom: 16px;
            padding-top: 2px;
        }
    }

    @media (max-width: 767px) {
        .ad-300X250-rhs {
            width: 100%;
            text-align: center;
        }
    }

    .top-hed-menu ul::-webkit-scrollbar {
        display: none;
    }

    .top-hed-menu ul {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    /* .top-hed-menu ul { overflow-x: scroll; flex-wrap: nowrap; } */
    /* .top-hed-menu ul li { padding: 0 18px 3px 0; } */
    /* US drop down start*/
    .county-dropdown {
        display: flex;
        align-items: center;
        margin-top: -3px;
        margin-right: 8px;
    }

    .cd-label {
        font-size: 11px;
        line-height: 16px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 5px;
    }

    .cd-country {
        display: flex;
        align-items: center;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        color: #1D2936;
        text-transform: uppercase;
        background: #fff;
        padding: 5px 20px 5px 6px;
        border-radius: 7px;
        position: relative;
    }

    .cd-country::after {
        content: '';
        position: absolute;
        right: 6px;
        top: 50%;
        width: 9px;
        height: 6px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjYzIiBoZWlnaHQ9IjUuOTI3IiB2aWV3Qm94PSIwIDAgOC42MyA1LjkyNyI+CiAgPHBhdGggaWQ9ImFycm93LWRvd24iIGQ9Ik0xMzgwLjYxOC0xNzcyLjAxMWwxLjM3OC0xLjE0NSwzLjEyMSwzLjA0OSwyLjkzNi0zLjA0OSwxLjE5NSwxLjE0NS00LjEzMSw0Ljc4M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzgwLjYxOCAxNzczLjE1NikiLz4KPC9zdmc+);
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }

    .cd-open .cd-country::after {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjYzIiBoZWlnaHQ9IjUuOTI3IiB2aWV3Qm94PSIwIDAgOC42MyA1LjkyNyI+CiAgPHBhdGggaWQ9ImFycm93LXVwIiBkPSJNMTM4MC42MTgtMTc2OC4zNzNsMS4zNzgsMS4xNDQsMy4xMjEtMy4wNDksMi45MzYsMy4wNDksMS4xOTUtMS4xNDQtNC4xMzEtNC43ODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM4MC42MTggMTc3My4xNTYpIiBmaWxsPSIjMWQyOTM2Ii8+Cjwvc3ZnPgo=);
    }

    .cd-flg {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 3px;
        position: relative;
        z-index: 2;
        background-position: center center;
        background-size: 100%;
    }

    .cd-item.ind .cd-flg {
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibG9nby1pbmRpYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzI5MDk3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyOTA5NyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iR3JvdXBfNzE2NTciIGRhdGEtbmFtZT0iR3JvdXAgNzE2NTciIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzY0NDU5IiBkYXRhLW5hbWU9IlBhdGggNjQ0NTkiIGQ9Ik0xMzEuNzU4LDYuNDQ0aC0xOC43YTEwLDEwLDAsMCwxLDE4LjcsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMi40MDkpIiBmaWxsPSIjZmQ5ODMwIi8+CiAgICA8cGF0aCBpZD0iUGF0aF82NDQ2MCIgZGF0YS1uYW1lPSJQYXRoIDY0NDYwIiBkPSJNMjAsMTEyMi44MDZhOS45NzQsOS45NzQsMCwwLDEtLjY1MiwzLjU1OEguNjUyYTEwLjA0MSwxMC4wNDEsMCwwLDEsMC03LjExNWgxOC43YTkuOTc5LDkuOTc5LDAsMCwxLC42NTEsMy41NTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTExMTIuODA3KSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNjQ0NjEiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2MSIgZD0iTTEzMS45LDIzNTUuMTRhMTAsMTAsMCwwLDEtMTguNywwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMi41NDggLTIzNDEuNTgyKSIgZmlsbD0iIzBmODcwMSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNjQ0NjIiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2MiIgZD0iTTEyNDkuMTE4LDEyNDcuNDc0YTIuODI1LDIuODI1LDAsMSwwLDIuODI1LDIuODI1LDIuODI1LDIuODI1LDAsMCwwLTIuODI1LTIuODI1bTEuNiw0LjcxN2EuMTE1LjExNSwwLDAsMC0uMTgzLjE0LDIuNDg5LDIuNDg5LDAsMCwxLS4zNjEuMjA5LjExNS4xMTUsMCwwLDAtLjIxMy4wODgsMi40NTMsMi40NTMsMCwwLDEtLjQuMTA4LjExNS4xMTUsMCwwLDAtLjIyOC4wM2MtLjA2OS4wMDYtLjM0OS4wMDYtLjQxNywwYS4xMTUuMTE1LDAsMCwwLS4yMjktLjAzLDIuNDQ2LDIuNDQ2LDAsMCwxLS40LS4xMDguMTE1LjExNSwwLDAsMC0uMjEzLS4wODgsMi41MTUsMi41MTUsMCwwLDEtLjM2MS0uMjA5LjExNS4xMTUsMCwwLDAtLjE4My0uMTQsMi40NzYsMi40NzYsMCwwLDEtLjI5NS0uMy4xMTUuMTE1LDAsMCwwLS4xNC0uMTgyLDIuNDkzLDIuNDkzLDAsMCwxLS4yMDktLjM2MS4xMTUuMTE1LDAsMCwwLS4wODgtLjIxMywyLjUsMi41LDAsMCwxLS4xMDgtLjQuMTE1LjExNSwwLDAsMC0uMDMtLjIyOGMtLjAwNi0uMDY5LS4wMDYtLjM0OSwwLS40MTdhLjExNS4xMTUsMCwwLDAsLjAzLS4yMjksMi41LDIuNSwwLDAsMSwuMTA4LS40LjExNS4xMTUsMCwwLDAsLjA4OC0uMjEzLDIuNDkzLDIuNDkzLDAsMCwxLC4yMDktLjM2MS4xMTUuMTE1LDAsMCwwLC4xNC0uMTgzLDIuNDc0LDIuNDc0LDAsMCwxLC4yOTUtLjI5NS4xMTUuMTE1LDAsMCwwLC4xODMtLjE0LDIuNTE1LDIuNTE1LDAsMCwxLC4zNjEtLjIwOS4xMTUuMTE1LDAsMCwwLC4yMTMtLjA4OCwyLjQ0NiwyLjQ0NiwwLDAsMSwuNC0uMTA4LjExNS4xMTUsMCwwLDAsLjIyOS0uMDNjLjA2OS0uMDA2LjM0OC0uMDA2LjQxNywwYS4xMTUuMTE1LDAsMCwwLC4yMjguMDMsMi40NTIsMi40NTIsMCwwLDEsLjQuMTA4LjExNS4xMTUsMCwwLDAsLjIxMy4wODgsMi40ODksMi40ODksMCwwLDEsLjM2MS4yMDkuMTE1LjExNSwwLDAsMCwuMTgzLjE0LDIuNSwyLjUsMCwwLDEsLjMuMjk1LjExNS4xMTUsMCwwLDAsLjE0LjE4MywyLjQ5MSwyLjQ5MSwwLDAsMSwuMjA5LjM2MS4xMTUuMTE1LDAsMCwwLC4wODguMjEzLDIuNDQ2LDIuNDQ2LDAsMCwxLC4xMDguNC4xMTUuMTE1LDAsMCwwLC4wMy4yMjljLjAwNi4wNjkuMDA2LjM0OCwwLC40MTdhLjExNS4xMTUsMCwwLDAtLjAzLjIyOCwyLjQ0NiwyLjQ0NiwwLDAsMS0uMTA4LjQuMTE1LjExNSwwLDAsMC0uMDg4LjIxMywyLjQ5MSwyLjQ5MSwwLDAsMS0uMjA5LjM2MS4xMTUuMTE1LDAsMCwwLS4xNC4xODIsMi41LDIuNSwwLDAsMS0uMy4zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzOS4xMTggLTEyNDAuMjkyKSIgZmlsbD0iIzAwMDA4NyIvPgogICAgPHBhdGggaWQ9IlBhdGhfNjQ0NjMiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2MyIgZD0iTTEzMjEuMSwxMzIxLjcxNmwxLjQzNi4zLTEuMzkyLS40NjEtLjUwOS0uMDY1YS40MjYuNDI2LDAsMCwwLC4wMTEtLjA4MmwuNTA5LjA2OCwxLjQ2NC0uMDg0LTEuNDY0LS4wODUtLjUwOS4wNjhhLjQyNC40MjQsMCwwLDAtLjAxMS0uMDgybC41MDktLjA2NiwxLjM5Mi0uNDYxLTEuNDM2LjMtLjQ3NC4yYS40MjIuNDIyLDAsMCwwLS4wMzItLjA3NmwuNDc0LS4yLDEuMjI2LS44MDUtMS4zMS42NTktLjQwNi4zMTNhLjQ0NC40NDQsMCwwLDAtLjA1LS4wNjZsLjQwOC0uMzExLjk3Ni0xLjEtMS4xLjk3NS0uMzExLjQwOGEuNDMuNDMsMCwwLDAtLjA2Ni0uMDVsLjMxMy0uNDA2LjY1OS0xLjMxLS44MDUsMS4yMjYtLjIuNDc0YS40NDUuNDQ1LDAsMCwwLS4wNzYtLjAzMWwuMi0uNDc0LjMtMS40MzYtLjQ2LDEuMzkyLS4wNjYuNTA5YS40NTMuNDUzLDAsMCwwLS4wODItLjAxbC4wNjgtLjUwOS0uMDg1LTEuNDY0LS4wODUsMS40NjQuMDY4LjUwOWEuNDUxLjQ1MSwwLDAsMC0uMDgyLjAxbC0uMDY2LS41MDktLjQ2LTEuMzkyLjMsMS40MzYuMi40NzRhLjQzMi40MzIsMCwwLDAtLjA3Ni4wMzFsLS4yLS40NzRMMTMxOSwxMzE5LjNsLjY1OSwxLjMxLjMxMy40MDZhLjQzOC40MzgsMCwwLDAtLjA2Ni4wNWwtLjMxMS0uNDA4LTEuMS0uOTc1Ljk3NiwxLjEuNDA4LjMxMWEuNDM1LjQzNSwwLDAsMC0uMDUuMDY2bC0uNDA2LS4zMTMtMS4zMS0uNjU5LDEuMjI2LjgwNS40NzQuMmEuNDYuNDYsMCwwLDAtLjAzMi4wNzZsLS40NzQtLjItMS40MzYtLjMsMS4zOTIuNDYxLjUwOS4wNjZhLjQ2NS40NjUsMCwwLDAtLjAxMS4wODJsLS41MDgtLjA2OC0xLjQ2NC4wODUsMS40NjQuMDg0LjUwOC0uMDY4YS40NjguNDY4LDAsMCwwLC4wMTEuMDgybC0uNTA5LjA2NS0xLjM5Mi40NjEsMS40MzYtLjMuNDc0LS4yYS40OC40OCwwLDAsMCwuMDMyLjA3N2wtLjQ3NC4xOTUtMS4yMjYuODA1LDEuMzEtLjY1OS40MDYtLjMxM2EuNDU2LjQ1NiwwLDAsMCwuMDUuMDY1bC0uNDA4LjMxMi0uOTc2LDEuMDk1LDEuMS0uOTc1LjMxMS0uNDA4YS40MzguNDM4LDAsMCwwLC4wNjYuMDVsLS4zMTMuNDA2LS42NTksMS4zMS44MDUtMS4yMjYuMi0uNDc1YS40MzMuNDMzLDAsMCwwLC4wNzYuMDMybC0uMi40NzMtLjMsMS40MzYuNDYtMS4zOTIuMDY2LS41MDlhLjQ1Mi40NTIsMCwwLDAsLjA4Mi4wMTFsLS4wNjguNTA4LjA4NSwxLjQ2NC4wODUtMS40NjQtLjA2OC0uNTA4YS40NTMuNDUzLDAsMCwwLC4wODItLjAxMWwuMDY2LjUwOS40NiwxLjM5Mi0uMy0xLjQzNi0uMi0uNDczYS40NDYuNDQ2LDAsMCwwLC4wNzYtLjAzMmwuMi40NzUuODA1LDEuMjI2LS42NTktMS4zMS0uMzEzLS40MDZhLjQzLjQzLDAsMCwwLC4wNjYtLjA1bC4zMTEuNDA4LDEuMS45NzUtLjk3Ni0xLjA5NS0uNDA4LS4zMTJhLjQ2Ny40NjcsMCwwLDAsLjA1LS4wNjVsLjQwNi4zMTMsMS4zMS42NTktMS4yMjYtLjgwNS0uNDc0LS4xOTVhLjQzOS40MzksMCwwLDAsLjAzMi0uMDc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTAuMjA3IC0xMzExLjM4MikiIGZpbGw9IiMwMDAwODciLz4KICA8L2c+Cjwvc3ZnPg==);
    }

    .cd-item.us .cd-flg {
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibG9nby11cyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NjUiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2NSIgZD0iTTMwMS4zNjYsMTIwNy4wM2E5Ljk0MSw5Ljk0MSwwLDAsMCw0LjkxLDEuNTcyaC45ODNhOS45NDEsOS45NDEsMCwwLDAsNC45MS0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTYuNzY4IC0xMTg4LjYwMikiIGZpbGw9IiNiYTIxMTIiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ2NiIgZGF0YS1uYW1lPSJQYXRoIDY0NDY2IiBkPSJNMTk0Ljc4MiwxMTA2Ljg0MmgtMTQuNWExMC4wNDYsMTAuMDQ2LDAsMCwwLDEuOTE0LDEuNTcyaDEwLjY3YTEwLjA0NiwxMC4wNDYsMCwwLDAsMS45MTQtMS41NzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzcuNTMzIC0xMDg5Ljk0NCkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ2NyIgZGF0YS1uYW1lPSJQYXRoIDY0NDY3IiBkPSJNMTAzLjc2OCwxMDA5LjQzOGExMC4wMywxMC4wMywwLDAsMCwxLjI0OSwxLjU3MmgxNC4zMzVhMTAuMDI4LDEwLjAyOCwwLDAsMCwxLjI0OS0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIuMTg1IC05OTQuMDI3KSIgZmlsbD0iI2JhMjExMiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDY4IiBkYXRhLW5hbWU9IlBhdGggNjQ0NjgiIGQ9Ik00OS44MjcsOTA2LjQ2N2E5Ljk3OCw5Ljk3OCwwLDAsMCwuODIzLDEuNTcySDY3LjQ4M2E5Ljk3Nyw5Ljk3NywwLDAsMCwuODIzLTEuNTcyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5LjA2NyAtODkyLjYyOCkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ2OSIgZGF0YS1uYW1lPSJQYXRoIDY0NDY5IiBkPSJNMTYuOCw4MDMuNWE5LjkzMiw5LjkzMiwwLDAsMCwuNSwxLjU3MkgzNS43ODdhOS45MzEsOS45MzEsMCwwLDAsLjUtMS41NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYuNTQ4IC03OTEuMjMpIiBmaWxsPSIjYmEyMTEyIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NzAiIGRhdGEtbmFtZT0iUGF0aCA2NDQ3MCIgZD0iTTEuOTM0LDcwNi4wOTJhMTAsMTAsMCwwLDAsLjI0NywxLjU3MkgyMS42MjhhMTAsMTAsMCwwLDAsLjI0Ny0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjkwNCAtNjk1LjMxMikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3MSIgZGF0YS1uYW1lPSJQYXRoIDY0NDcxIiBkPSJNMTkuOTcyLDYwNS45SC4wMjhxLS4wMjguMzc0LS4wMjguNzU2LDAsLjQxMi4wMzMuODE2SDE5Ljk2N3EuMDMzLS40LjAzMy0uODE2LDAtLjM4MS0uMDI4LS43NTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTU5Ni42NTQpIiBmaWxsPSIjYmEyMTEyIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NzIiIGRhdGEtbmFtZT0iUGF0aCA2NDQ3MiIgZD0iTTIuMDg5LDUwMi45MzRhOS45OTUsOS45OTUsMCwwLDAtLjI0NCwxLjU3MkgyMS43ODlhOS45OTQsOS45OTQsMCwwLDAtLjI0NC0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjgxNyAtNDk1LjI1NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3MyIgZGF0YS1uYW1lPSJQYXRoIDY0NDczIiBkPSJNMTcuMDMxLDQwNS41M2E5LjkzNCw5LjkzNCwwLDAsMC0uNSwxLjU3MmgxOS41YTkuOTM1LDkuOTM1LDAsMCwwLS41LTEuNTcyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2LjI3OSAtMzk5LjMzOSkiIGZpbGw9IiNiYTIxMTIiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3NCIgZGF0YS1uYW1lPSJQYXRoIDY0NDc0IiBkPSJNNTAuMTQyLDMwMi41NmE5Ljk4LDkuOTgsMCwwLDAtLjgxOSwxLjU3Mkg2Ny44MThBOS45OCw5Ljk4LDAsMCwwLDY3LDMwMi41NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC41NyAtMjk3Ljk0MSkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3NSIgZGF0YS1uYW1lPSJQYXRoIDY0NDc1IiBkPSJNMTA0LjIzMSwxOTkuNTg5YTEwLjA0OSwxMC4wNDksMCwwLDAtMS4yNDMsMS41NzJoMTYuODU3YTEwLjA0NywxMC4wNDcsMCwwLDAtMS4yNDMtMS41NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAxLjQxNyAtMTk2LjU0MikiIGZpbGw9IiNiYTIxMTIiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3NiIgZGF0YS1uYW1lPSJQYXRoIDY0NDc2IiBkPSJNMTk0LjMwNyw5OS40SDE4My43MTNhMTAuMDUsMTAuMDUsMCwwLDAtMS45MjksMS41NzJoMTQuNDUzYTEwLjA1LDEwLjA1LDAsMCwwLTEuOTI5LTEuNTcyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc5LjAxIC05Ny44ODMpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NzciIGRhdGEtbmFtZT0iUGF0aCA2NDQ3NyIgZD0iTTMwMy44MjksMS41NmgxMC43MjhhMTAsMTAsMCwwLDAtMTAuNzI4LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTkuMTkzKSIgZmlsbD0iI2JhMjExMiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDc4IiBkYXRhLW5hbWU9IlBhdGggNjQ0NzgiIGQ9Ik05Ljk3OS4wMDlBMTAsMTAsMCwwLDAsMCwxMC4wMTVxMCwuNDI0LjAzNS44MzlIOS45NzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjAwOSkiIGZpbGw9IiMwMDFiNjgiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3OSIgZGF0YS1uYW1lPSJQYXRoIDY0NDc5IiBkPSJNMjc5LjQxOCwxMDAuNDA3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc0LjQxMiAtOTguNDM3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDgwIiBkYXRhLW5hbWU9IlBhdGggNjQ0ODAiIGQ9Ik0xOTcuNTgxLDE3MC45NTZsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTMuODI0IC0xNjcuOTA5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDgxIiBkYXRhLW5hbWU9IlBhdGggNjQ0ODEiIGQ9Ik0zNzQsNDguM2wuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRoLS40NjZsLS4wNDEtLjEyNXEtLjEyLjA0OS0uMjQuMWwtLjAwOC4wMjVoLS4wNDhxLS4xMjkuMDU3LS4yNTYuMTE4bC4yMTUuMTU3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2OC4yMjQgLTQ2LjczMSkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ4MiIgZGF0YS1uYW1lPSJQYXRoIDY0NDgyIiBkPSJNNDQ4LjczNywxMDAuNDA3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQxLjE0NyAtOTguNDM3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDgzIiBkYXRhLW5hbWU9IlBhdGggNjQ0ODMiIGQ9Ik0zNjQuMDc3LDE3MC45NTZsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTcuNzc5IC0xNjcuOTA5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDg0IiBkYXRhLW5hbWU9IlBhdGggNjQ0ODQiIGQ9Ik01MzAuNTc0LDI3LjAzNWwtLjE0NC0uNDQ0LS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMS43MzUgLTI2LjE4NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ4NSIgZGF0YS1uYW1lPSJQYXRoIDY0NDg1IiBkPSJNNTMwLjU3NCwxNzAuOTU2bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTIxLjczNSAtMTY3LjkwOSkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ4NiIgZGF0YS1uYW1lPSJQYXRoIDY0NDg2IiBkPSJNNjIuNjI5LDM0NC4yMTNsLS4xNDQtLjQ0NC4zNzctLjI3NGgtLjQzOHEtLjEzNC4yNDctLjI1NC41bC4wODEtLjA1OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MS4yMjEgLTMzOC4yNTEpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0ODciIGRhdGEtbmFtZT0iUGF0aCA2NDQ4NyIgZD0iTTExMC4xLDM4OC4yNDhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNjc3IC0zODEuODgzKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDg4IiBkYXRhLW5hbWU9IlBhdGggNjQ0ODgiIGQ9Ik0xMTIuNzc4LDM4Ny44bC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NGgtLjQ2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTAuNDU2IC0zODEuODgzKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDg5IiBkYXRhLW5hbWU9IlBhdGggNjQ0ODkiIGQ9Ik0yOC4yNjMsNDU4LjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNy4wODkgLTQ1MS4zNTYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0OTAiIGRhdGEtbmFtZT0iUGF0aCA2NDQ5MCIgZD0iTTE5NC43NTksMzE0Ljg3N2wtLjE0NC0uNDQ0LS4xNDQuNDQ0SDE5NGwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTEuMDQ1IC0zMDkuNjMyKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDkxIiBkYXRhLW5hbWU9IlBhdGggNjQ0OTEiIGQ9Ik0yNzkuNDE4LDM4OC4yNDhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzQuNDEyIC0zODEuODgzKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDkyIiBkYXRhLW5hbWU9IlBhdGggNjQ0OTIiIGQ9Ik0xOTcuNTgxLDQ1OC44bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkzLjgyNCAtNDUxLjM1NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5MyIgZGF0YS1uYW1lPSJQYXRoIDY0NDkzIiBkPSJNMzY0LjA3NywzMTQuODc3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU3Ljc3OSAtMzA5LjYzMikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5NCIgZGF0YS1uYW1lPSJQYXRoIDY0NDk0IiBkPSJNNDQ4LjczNywzODguMjQ4bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQxLjE0NyAtMzgxLjg4MykiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5NSIgZGF0YS1uYW1lPSJQYXRoIDY0NDk1IiBkPSJNMTE5LjUsMjQ1LjA0NWwuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRoLS40NjZsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjNsLS4wNTcuMDguMjY3LjE5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTcuNTU4IC0yNDAuMTYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0OTYiIGRhdGEtbmFtZT0iUGF0aCA2NDQ5NiIgZD0iTTI3OS40MTgsMjQ0LjMyN2wtLjE0NC0uNDQ0LS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3NC40MTIgLTI0MC4xNikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5NyIgZGF0YS1uYW1lPSJQYXRoIDY0NDk3IiBkPSJNNDQ4LjczNywyNDQuMzI3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQxLjE0NyAtMjQwLjE2KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDk4IiBkYXRhLW5hbWU9IlBhdGggNjQ0OTgiIGQ9Ik0zNjQuMDc3LDQ1OC44bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU3Ljc3OSAtNDUxLjM1NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5OSIgZGF0YS1uYW1lPSJQYXRoIDY0NDk5IiBkPSJNNTMwLjU3NCwzMTQuODc3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTIxLjczNSAtMzA5LjYzMikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDUwMCIgZGF0YS1uYW1lPSJQYXRoIDY0NTAwIiBkPSJNNTMwLjU3NCw0NTguOGwtLjE0NC0uNDQ0LS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMS43MzUgLTQ1MS4zNTYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ1MDEiIGRhdGEtbmFtZT0iUGF0aCA2NDUwMSIgZD0iTTIuMDIzLDU5My40MzlxLS4wMDcuMDc5LS4wMTQuMTU4bC4wODUuMDYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuOTc4IC01ODQuMzc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTAyIiBkYXRhLW5hbWU9IlBhdGggNjQ1MDIiIGQ9Ik01LjMyLDU2MC43ODdINS4wNzVxLS4wMTQuMS0uMDI3LjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC45NzEgLTU1Mi4yMjUpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ1MDMiIGRhdGEtbmFtZT0iUGF0aCA2NDUwMyIgZD0iTTExMC4xLDUzMi4xNjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNjc3IC01MjMuNjA3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA0IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDQiIGQ9Ik0xMTIuNzc4LDUzMS43MjRsLS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0aC0uNDY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMC40NTYgLTUyMy42MDYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ1MDUiIGRhdGEtbmFtZT0iUGF0aCA2NDUwNSIgZD0iTTI4LjI2Myw2MDIuNzE4bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcuMDg5IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA2IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDYiIGQ9Ik0yNzkuNDE4LDUzMi4xNjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzQuNDEyIC01MjMuNjA3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA3IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDciIGQ9Ik0xOTcuNTgxLDYwMi43MThsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTMuODI0IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA4IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDgiIGQ9Ik00NDguNzM3LDUzMi4xNjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDEuMTQ3IC01MjMuNjA3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA5IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDkiIGQ9Ik0zNjQuMDc3LDYwMi43MThsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTcuNzc5IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTEwIiBkYXRhLW5hbWU9IlBhdGggNjQ1MTAiIGQ9Ik01MzAuNTc0LDYwMi43MThsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjEuNzM1IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
    }

    .cd-item {
        position: relative;
    }

    .cd-open.cd-item::after {
        content: '';
        position: absolute;
        top: calc(100% - 6px);
        height: 10px;
        width: 100%;
        left: 0px;
        background-color: #fff;
    }

    .navigation-at nav .cd-item ul, .cd-item ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: #fff;
        width: 100%;
        border-top: 1px dashed #c1c1c1;
        box-shadow: 0px 3px 6px #00000029;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        padding-bottom: 5px;
        z-index: 2;
    }

    .navigation-at nav .cd-open ul, .cd-open ul {
        display: block;
    }

    .cd-item ul li a {
        font-size: 11px;
        line-height: 14px;
        padding-left: 29px;
        color: #1D2936;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }

    .cd-item.ind ul li a::before {
        content: '';
        position: absolute;
        left: 6px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibG9nby11cyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NjUiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2NSIgZD0iTTMwMS4zNjYsMTIwNy4wM2E5Ljk0MSw5Ljk0MSwwLDAsMCw0LjkxLDEuNTcyaC45ODNhOS45NDEsOS45NDEsMCwwLDAsNC45MS0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTYuNzY4IC0xMTg4LjYwMikiIGZpbGw9IiNiYTIxMTIiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ2NiIgZGF0YS1uYW1lPSJQYXRoIDY0NDY2IiBkPSJNMTk0Ljc4MiwxMTA2Ljg0MmgtMTQuNWExMC4wNDYsMTAuMDQ2LDAsMCwwLDEuOTE0LDEuNTcyaDEwLjY3YTEwLjA0NiwxMC4wNDYsMCwwLDAsMS45MTQtMS41NzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzcuNTMzIC0xMDg5Ljk0NCkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ2NyIgZGF0YS1uYW1lPSJQYXRoIDY0NDY3IiBkPSJNMTAzLjc2OCwxMDA5LjQzOGExMC4wMywxMC4wMywwLDAsMCwxLjI0OSwxLjU3MmgxNC4zMzVhMTAuMDI4LDEwLjAyOCwwLDAsMCwxLjI0OS0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIuMTg1IC05OTQuMDI3KSIgZmlsbD0iI2JhMjExMiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDY4IiBkYXRhLW5hbWU9IlBhdGggNjQ0NjgiIGQ9Ik00OS44MjcsOTA2LjQ2N2E5Ljk3OCw5Ljk3OCwwLDAsMCwuODIzLDEuNTcySDY3LjQ4M2E5Ljk3Nyw5Ljk3NywwLDAsMCwuODIzLTEuNTcyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5LjA2NyAtODkyLjYyOCkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ2OSIgZGF0YS1uYW1lPSJQYXRoIDY0NDY5IiBkPSJNMTYuOCw4MDMuNWE5LjkzMiw5LjkzMiwwLDAsMCwuNSwxLjU3MkgzNS43ODdhOS45MzEsOS45MzEsMCwwLDAsLjUtMS41NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYuNTQ4IC03OTEuMjMpIiBmaWxsPSIjYmEyMTEyIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NzAiIGRhdGEtbmFtZT0iUGF0aCA2NDQ3MCIgZD0iTTEuOTM0LDcwNi4wOTJhMTAsMTAsMCwwLDAsLjI0NywxLjU3MkgyMS42MjhhMTAsMTAsMCwwLDAsLjI0Ny0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjkwNCAtNjk1LjMxMikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3MSIgZGF0YS1uYW1lPSJQYXRoIDY0NDcxIiBkPSJNMTkuOTcyLDYwNS45SC4wMjhxLS4wMjguMzc0LS4wMjguNzU2LDAsLjQxMi4wMzMuODE2SDE5Ljk2N3EuMDMzLS40LjAzMy0uODE2LDAtLjM4MS0uMDI4LS43NTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTU5Ni42NTQpIiBmaWxsPSIjYmEyMTEyIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NzIiIGRhdGEtbmFtZT0iUGF0aCA2NDQ3MiIgZD0iTTIuMDg5LDUwMi45MzRhOS45OTUsOS45OTUsMCwwLDAtLjI0NCwxLjU3MkgyMS43ODlhOS45OTQsOS45OTQsMCwwLDAtLjI0NC0xLjU3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjgxNyAtNDk1LjI1NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3MyIgZGF0YS1uYW1lPSJQYXRoIDY0NDczIiBkPSJNMTcuMDMxLDQwNS41M2E5LjkzNCw5LjkzNCwwLDAsMC0uNSwxLjU3MmgxOS41YTkuOTM1LDkuOTM1LDAsMCwwLS41LTEuNTcyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2LjI3OSAtMzk5LjMzOSkiIGZpbGw9IiNiYTIxMTIiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3NCIgZGF0YS1uYW1lPSJQYXRoIDY0NDc0IiBkPSJNNTAuMTQyLDMwMi41NmE5Ljk4LDkuOTgsMCwwLDAtLjgxOSwxLjU3Mkg2Ny44MThBOS45OCw5Ljk4LDAsMCwwLDY3LDMwMi41NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OC41NyAtMjk3Ljk0MSkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3NSIgZGF0YS1uYW1lPSJQYXRoIDY0NDc1IiBkPSJNMTA0LjIzMSwxOTkuNTg5YTEwLjA0OSwxMC4wNDksMCwwLDAtMS4yNDMsMS41NzJoMTYuODU3YTEwLjA0NywxMC4wNDcsMCwwLDAtMS4yNDMtMS41NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAxLjQxNyAtMTk2LjU0MikiIGZpbGw9IiNiYTIxMTIiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3NiIgZGF0YS1uYW1lPSJQYXRoIDY0NDc2IiBkPSJNMTk0LjMwNyw5OS40SDE4My43MTNhMTAuMDUsMTAuMDUsMCwwLDAtMS45MjksMS41NzJoMTQuNDUzYTEwLjA1LDEwLjA1LDAsMCwwLTEuOTI5LTEuNTcyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc5LjAxIC05Ny44ODMpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0NzciIGRhdGEtbmFtZT0iUGF0aCA2NDQ3NyIgZD0iTTMwMy44MjksMS41NmgxMC43MjhhMTAsMTAsMCwwLDAtMTAuNzI4LDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTkuMTkzKSIgZmlsbD0iI2JhMjExMiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDc4IiBkYXRhLW5hbWU9IlBhdGggNjQ0NzgiIGQ9Ik05Ljk3OS4wMDlBMTAsMTAsMCwwLDAsMCwxMC4wMTVxMCwuNDI0LjAzNS44MzlIOS45NzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjAwOSkiIGZpbGw9IiMwMDFiNjgiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ3OSIgZGF0YS1uYW1lPSJQYXRoIDY0NDc5IiBkPSJNMjc5LjQxOCwxMDAuNDA3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjc0LjQxMiAtOTguNDM3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDgwIiBkYXRhLW5hbWU9IlBhdGggNjQ0ODAiIGQ9Ik0xOTcuNTgxLDE3MC45NTZsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTMuODI0IC0xNjcuOTA5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDgxIiBkYXRhLW5hbWU9IlBhdGggNjQ0ODEiIGQ9Ik0zNzQsNDguM2wuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRoLS40NjZsLS4wNDEtLjEyNXEtLjEyLjA0OS0uMjQuMWwtLjAwOC4wMjVoLS4wNDhxLS4xMjkuMDU3LS4yNTYuMTE4bC4yMTUuMTU3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2OC4yMjQgLTQ2LjczMSkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ4MiIgZGF0YS1uYW1lPSJQYXRoIDY0NDgyIiBkPSJNNDQ4LjczNywxMDAuNDA3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQxLjE0NyAtOTguNDM3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDgzIiBkYXRhLW5hbWU9IlBhdGggNjQ0ODMiIGQ9Ik0zNjQuMDc3LDE3MC45NTZsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTcuNzc5IC0xNjcuOTA5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDg0IiBkYXRhLW5hbWU9IlBhdGggNjQ0ODQiIGQ9Ik01MzAuNTc0LDI3LjAzNWwtLjE0NC0uNDQ0LS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMS43MzUgLTI2LjE4NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ4NSIgZGF0YS1uYW1lPSJQYXRoIDY0NDg1IiBkPSJNNTMwLjU3NCwxNzAuOTU2bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTIxLjczNSAtMTY3LjkwOSkiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ4NiIgZGF0YS1uYW1lPSJQYXRoIDY0NDg2IiBkPSJNNjIuNjI5LDM0NC4yMTNsLS4xNDQtLjQ0NC4zNzctLjI3NGgtLjQzOHEtLjEzNC4yNDctLjI1NC41bC4wODEtLjA1OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MS4yMjEgLTMzOC4yNTEpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0ODciIGRhdGEtbmFtZT0iUGF0aCA2NDQ4NyIgZD0iTTExMC4xLDM4OC4yNDhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNjc3IC0zODEuODgzKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDg4IiBkYXRhLW5hbWU9IlBhdGggNjQ0ODgiIGQ9Ik0xMTIuNzc4LDM4Ny44bC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NGgtLjQ2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTAuNDU2IC0zODEuODgzKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDg5IiBkYXRhLW5hbWU9IlBhdGggNjQ0ODkiIGQ9Ik0yOC4yNjMsNDU4LjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNy4wODkgLTQ1MS4zNTYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0OTAiIGRhdGEtbmFtZT0iUGF0aCA2NDQ5MCIgZD0iTTE5NC43NTksMzE0Ljg3N2wtLjE0NC0uNDQ0LS4xNDQuNDQ0SDE5NGwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTEuMDQ1IC0zMDkuNjMyKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDkxIiBkYXRhLW5hbWU9IlBhdGggNjQ0OTEiIGQ9Ik0yNzkuNDE4LDM4OC4yNDhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzQuNDEyIC0zODEuODgzKSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDkyIiBkYXRhLW5hbWU9IlBhdGggNjQ0OTIiIGQ9Ik0xOTcuNTgxLDQ1OC44bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkzLjgyNCAtNDUxLjM1NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5MyIgZGF0YS1uYW1lPSJQYXRoIDY0NDkzIiBkPSJNMzY0LjA3NywzMTQuODc3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU3Ljc3OSAtMzA5LjYzMikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5NCIgZGF0YS1uYW1lPSJQYXRoIDY0NDk0IiBkPSJNNDQ4LjczNywzODguMjQ4bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQxLjE0NyAtMzgxLjg4MykiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5NSIgZGF0YS1uYW1lPSJQYXRoIDY0NDk1IiBkPSJNMTE5LjUsMjQ1LjA0NWwuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRoLS40NjZsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjNsLS4wNTcuMDguMjY3LjE5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTcuNTU4IC0yNDAuMTYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ0OTYiIGRhdGEtbmFtZT0iUGF0aCA2NDQ5NiIgZD0iTTI3OS40MTgsMjQ0LjMyN2wtLjE0NC0uNDQ0LS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3NC40MTIgLTI0MC4xNikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5NyIgZGF0YS1uYW1lPSJQYXRoIDY0NDk3IiBkPSJNNDQ4LjczNywyNDQuMzI3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQxLjE0NyAtMjQwLjE2KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NDk4IiBkYXRhLW5hbWU9IlBhdGggNjQ0OTgiIGQ9Ik0zNjQuMDc3LDQ1OC44bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzU3Ljc3OSAtNDUxLjM1NikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDQ5OSIgZGF0YS1uYW1lPSJQYXRoIDY0NDk5IiBkPSJNNTMwLjU3NCwzMTQuODc3bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTIxLjczNSAtMzA5LjYzMikiIGZpbGw9IiNmZmYiLz4KICA8cGF0aCBpZD0iUGF0aF82NDUwMCIgZGF0YS1uYW1lPSJQYXRoIDY0NTAwIiBkPSJNNTMwLjU3NCw0NTguOGwtLjE0NC0uNDQ0LS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMS43MzUgLTQ1MS4zNTYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ1MDEiIGRhdGEtbmFtZT0iUGF0aCA2NDUwMSIgZD0iTTIuMDIzLDU5My40MzlxLS4wMDcuMDc5LS4wMTQuMTU4bC4wODUuMDYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuOTc4IC01ODQuMzc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTAyIiBkYXRhLW5hbWU9IlBhdGggNjQ1MDIiIGQ9Ik01LjMyLDU2MC43ODdINS4wNzVxLS4wMTQuMS0uMDI3LjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC45NzEgLTU1Mi4yMjUpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ1MDMiIGRhdGEtbmFtZT0iUGF0aCA2NDUwMyIgZD0iTTExMC4xLDUzMi4xNjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNjc3IC01MjMuNjA3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA0IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDQiIGQ9Ik0xMTIuNzc4LDUzMS43MjRsLS4xNDQuNDQ0aC0uNDY2bC4zNzcuMjc0LS4xNDQuNDQ0LjM3Ny0uMjc0LjM3Ny4yNzQtLjE0NC0uNDQ0LjM3Ny0uMjc0aC0uNDY2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMC40NTYgLTUyMy42MDYpIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNjQ1MDUiIGRhdGEtbmFtZT0iUGF0aCA2NDUwNSIgZD0iTTI4LjI2Myw2MDIuNzE4bC0uMTQ0LS40NDQtLjE0NC40NDRoLS40NjZsLjM3Ny4yNzQtLjE0NC40NDQuMzc3LS4yNzQuMzc3LjI3NC0uMTQ0LS40NDQuMzc3LS4yNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcuMDg5IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA2IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDYiIGQ9Ik0yNzkuNDE4LDUzMi4xNjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzQuNDEyIC01MjMuNjA3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA3IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDciIGQ9Ik0xOTcuNTgxLDYwMi43MThsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTMuODI0IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA4IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDgiIGQ9Ik00NDguNzM3LDUzMi4xNjhsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDEuMTQ3IC01MjMuNjA3KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTA5IiBkYXRhLW5hbWU9IlBhdGggNjQ1MDkiIGQ9Ik0zNjQuMDc3LDYwMi43MThsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTcuNzc5IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgogIDxwYXRoIGlkPSJQYXRoXzY0NTEwIiBkYXRhLW5hbWU9IlBhdGggNjQ1MTAiIGQ9Ik01MzAuNTc0LDYwMi43MThsLS4xNDQtLjQ0NC0uMTQ0LjQ0NGgtLjQ2NmwuMzc3LjI3NC0uMTQ0LjQ0NC4zNzctLjI3NC4zNzcuMjc0LS4xNDQtLjQ0NC4zNzctLjI3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjEuNzM1IC01OTMuMDc5KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }

    .cd-item.us ul li a::before {
        content: '';
        position: absolute;
        left: 6px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibG9nby1pbmRpYSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwLXBhdGgiPgogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzI5MDk3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyOTA5NyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJub25lIi8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iR3JvdXBfNzE2NTciIGRhdGEtbmFtZT0iR3JvdXAgNzE2NTciIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzY0NDU5IiBkYXRhLW5hbWU9IlBhdGggNjQ0NTkiIGQ9Ik0xMzEuNzU4LDYuNDQ0aC0xOC43YTEwLDEwLDAsMCwxLDE4LjcsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMi40MDkpIiBmaWxsPSIjZmQ5ODMwIi8+CiAgICA8cGF0aCBpZD0iUGF0aF82NDQ2MCIgZGF0YS1uYW1lPSJQYXRoIDY0NDYwIiBkPSJNMjAsMTEyMi44MDZhOS45NzQsOS45NzQsMCwwLDEtLjY1MiwzLjU1OEguNjUyYTEwLjA0MSwxMC4wNDEsMCwwLDEsMC03LjExNWgxOC43YTkuOTc5LDkuOTc5LDAsMCwxLC42NTEsMy41NTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTExMTIuODA3KSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNjQ0NjEiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2MSIgZD0iTTEzMS45LDIzNTUuMTRhMTAsMTAsMCwwLDEtMTguNywwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMi41NDggLTIzNDEuNTgyKSIgZmlsbD0iIzBmODcwMSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNjQ0NjIiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2MiIgZD0iTTEyNDkuMTE4LDEyNDcuNDc0YTIuODI1LDIuODI1LDAsMSwwLDIuODI1LDIuODI1LDIuODI1LDIuODI1LDAsMCwwLTIuODI1LTIuODI1bTEuNiw0LjcxN2EuMTE1LjExNSwwLDAsMC0uMTgzLjE0LDIuNDg5LDIuNDg5LDAsMCwxLS4zNjEuMjA5LjExNS4xMTUsMCwwLDAtLjIxMy4wODgsMi40NTMsMi40NTMsMCwwLDEtLjQuMTA4LjExNS4xMTUsMCwwLDAtLjIyOC4wM2MtLjA2OS4wMDYtLjM0OS4wMDYtLjQxNywwYS4xMTUuMTE1LDAsMCwwLS4yMjktLjAzLDIuNDQ2LDIuNDQ2LDAsMCwxLS40LS4xMDguMTE1LjExNSwwLDAsMC0uMjEzLS4wODgsMi41MTUsMi41MTUsMCwwLDEtLjM2MS0uMjA5LjExNS4xMTUsMCwwLDAtLjE4My0uMTQsMi40NzYsMi40NzYsMCwwLDEtLjI5NS0uMy4xMTUuMTE1LDAsMCwwLS4xNC0uMTgyLDIuNDkzLDIuNDkzLDAsMCwxLS4yMDktLjM2MS4xMTUuMTE1LDAsMCwwLS4wODgtLjIxMywyLjUsMi41LDAsMCwxLS4xMDgtLjQuMTE1LjExNSwwLDAsMC0uMDMtLjIyOGMtLjAwNi0uMDY5LS4wMDYtLjM0OSwwLS40MTdhLjExNS4xMTUsMCwwLDAsLjAzLS4yMjksMi41LDIuNSwwLDAsMSwuMTA4LS40LjExNS4xMTUsMCwwLDAsLjA4OC0uMjEzLDIuNDkzLDIuNDkzLDAsMCwxLC4yMDktLjM2MS4xMTUuMTE1LDAsMCwwLC4xNC0uMTgzLDIuNDc0LDIuNDc0LDAsMCwxLC4yOTUtLjI5NS4xMTUuMTE1LDAsMCwwLC4xODMtLjE0LDIuNTE1LDIuNTE1LDAsMCwxLC4zNjEtLjIwOS4xMTUuMTE1LDAsMCwwLC4yMTMtLjA4OCwyLjQ0NiwyLjQ0NiwwLDAsMSwuNC0uMTA4LjExNS4xMTUsMCwwLDAsLjIyOS0uMDNjLjA2OS0uMDA2LjM0OC0uMDA2LjQxNywwYS4xMTUuMTE1LDAsMCwwLC4yMjguMDMsMi40NTIsMi40NTIsMCwwLDEsLjQuMTA4LjExNS4xMTUsMCwwLDAsLjIxMy4wODgsMi40ODksMi40ODksMCwwLDEsLjM2MS4yMDkuMTE1LjExNSwwLDAsMCwuMTgzLjE0LDIuNSwyLjUsMCwwLDEsLjMuMjk1LjExNS4xMTUsMCwwLDAsLjE0LjE4MywyLjQ5MSwyLjQ5MSwwLDAsMSwuMjA5LjM2MS4xMTUuMTE1LDAsMCwwLC4wODguMjEzLDIuNDQ2LDIuNDQ2LDAsMCwxLC4xMDguNC4xMTUuMTE1LDAsMCwwLC4wMy4yMjljLjAwNi4wNjkuMDA2LjM0OCwwLC40MTdhLjExNS4xMTUsMCwwLDAtLjAzLjIyOCwyLjQ0NiwyLjQ0NiwwLDAsMS0uMTA4LjQuMTE1LjExNSwwLDAsMC0uMDg4LjIxMywyLjQ5MSwyLjQ5MSwwLDAsMS0uMjA5LjM2MS4xMTUuMTE1LDAsMCwwLS4xNC4xODIsMi41LDIuNSwwLDAsMS0uMy4zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzOS4xMTggLTEyNDAuMjkyKSIgZmlsbD0iIzAwMDA4NyIvPgogICAgPHBhdGggaWQ9IlBhdGhfNjQ0NjMiIGRhdGEtbmFtZT0iUGF0aCA2NDQ2MyIgZD0iTTEzMjEuMSwxMzIxLjcxNmwxLjQzNi4zLTEuMzkyLS40NjEtLjUwOS0uMDY1YS40MjYuNDI2LDAsMCwwLC4wMTEtLjA4MmwuNTA5LjA2OCwxLjQ2NC0uMDg0LTEuNDY0LS4wODUtLjUwOS4wNjhhLjQyNC40MjQsMCwwLDAtLjAxMS0uMDgybC41MDktLjA2NiwxLjM5Mi0uNDYxLTEuNDM2LjMtLjQ3NC4yYS40MjIuNDIyLDAsMCwwLS4wMzItLjA3NmwuNDc0LS4yLDEuMjI2LS44MDUtMS4zMS42NTktLjQwNi4zMTNhLjQ0NC40NDQsMCwwLDAtLjA1LS4wNjZsLjQwOC0uMzExLjk3Ni0xLjEtMS4xLjk3NS0uMzExLjQwOGEuNDMuNDMsMCwwLDAtLjA2Ni0uMDVsLjMxMy0uNDA2LjY1OS0xLjMxLS44MDUsMS4yMjYtLjIuNDc0YS40NDUuNDQ1LDAsMCwwLS4wNzYtLjAzMWwuMi0uNDc0LjMtMS40MzYtLjQ2LDEuMzkyLS4wNjYuNTA5YS40NTMuNDUzLDAsMCwwLS4wODItLjAxbC4wNjgtLjUwOS0uMDg1LTEuNDY0LS4wODUsMS40NjQuMDY4LjUwOWEuNDUxLjQ1MSwwLDAsMC0uMDgyLjAxbC0uMDY2LS41MDktLjQ2LTEuMzkyLjMsMS40MzYuMi40NzRhLjQzMi40MzIsMCwwLDAtLjA3Ni4wMzFsLS4yLS40NzRMMTMxOSwxMzE5LjNsLjY1OSwxLjMxLjMxMy40MDZhLjQzOC40MzgsMCwwLDAtLjA2Ni4wNWwtLjMxMS0uNDA4LTEuMS0uOTc1Ljk3NiwxLjEuNDA4LjMxMWEuNDM1LjQzNSwwLDAsMC0uMDUuMDY2bC0uNDA2LS4zMTMtMS4zMS0uNjU5LDEuMjI2LjgwNS40NzQuMmEuNDYuNDYsMCwwLDAtLjAzMi4wNzZsLS40NzQtLjItMS40MzYtLjMsMS4zOTIuNDYxLjUwOS4wNjZhLjQ2NS40NjUsMCwwLDAtLjAxMS4wODJsLS41MDgtLjA2OC0xLjQ2NC4wODUsMS40NjQuMDg0LjUwOC0uMDY4YS40NjguNDY4LDAsMCwwLC4wMTEuMDgybC0uNTA5LjA2NS0xLjM5Mi40NjEsMS40MzYtLjMuNDc0LS4yYS40OC40OCwwLDAsMCwuMDMyLjA3N2wtLjQ3NC4xOTUtMS4yMjYuODA1LDEuMzEtLjY1OS40MDYtLjMxM2EuNDU2LjQ1NiwwLDAsMCwuMDUuMDY1bC0uNDA4LjMxMi0uOTc2LDEuMDk1LDEuMS0uOTc1LjMxMS0uNDA4YS40MzguNDM4LDAsMCwwLC4wNjYuMDVsLS4zMTMuNDA2LS42NTksMS4zMS44MDUtMS4yMjYuMi0uNDc1YS40MzMuNDMzLDAsMCwwLC4wNzYuMDMybC0uMi40NzMtLjMsMS40MzYuNDYtMS4zOTIuMDY2LS41MDlhLjQ1Mi40NTIsMCwwLDAsLjA4Mi4wMTFsLS4wNjguNTA4LjA4NSwxLjQ2NC4wODUtMS40NjQtLjA2OC0uNTA4YS40NTMuNDUzLDAsMCwwLC4wODItLjAxMWwuMDY2LjUwOS40NiwxLjM5Mi0uMy0xLjQzNi0uMi0uNDczYS40NDYuNDQ2LDAsMCwwLC4wNzYtLjAzMmwuMi40NzUuODA1LDEuMjI2LS42NTktMS4zMS0uMzEzLS40MDZhLjQzLjQzLDAsMCwwLC4wNjYtLjA1bC4zMTEuNDA4LDEuMS45NzUtLjk3Ni0xLjA5NS0uNDA4LS4zMTJhLjQ2Ny40NjcsMCwwLDAsLjA1LS4wNjVsLjQwNi4zMTMsMS4zMS42NTktMS4yMjYtLjgwNS0uNDc0LS4xOTVhLjQzOS40MzksMCwwLDAsLjAzMi0uMDc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMTAuMjA3IC0xMzExLjM4MikiIGZpbGw9IiMwMDAwODciLz4KICA8L2c+Cjwvc3ZnPg==);
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }

    .mobile-country {
        display: none;
    }

    @media (max-width: 767px) {
        .mobile-country {
            display: flex;
        }

        .desktop-country {
            display: none;
        }

        .county-dropdown {
            background-color: rgba(255,255,255, 0.1);
            padding: 11px;
            margin-top: 0px;
            margin-right: 0px;
        }

        .cd-country {
            cursor: pointer;
        }

        .dotOpenNav .groupNav .cd-item ul li a {
            color: #1D2936;
        }
    }

    /* us dropdown end */
</style>
<style>
    .big-story-1-container {
        width: 100%;
        height: auto;
        padding: 85px 0 25px 0;
        margin-bottom: 20px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-color: #000 !important;
        position: relative;
        z-index: 0
    }

    .big-story-1-container::after {
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, .1) 100%) !important;
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, .1) 100%) !important;
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, .1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
    }

    div.big-story-1-container .container {
        position: relative;
        z-index: 10
    }

    .big-story-inner-body {
        width: 80%;
        margin: 0 auto
    }

    .big-video-text-main {
        display: flex;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .big-story-text {
        margin-top: 0;
        width: auto !important;
    }

    .event-tab-nav-parent {
        width: 350px;
        margin-left: 50px;
    }

    .big-story-text h6 {
        display: inline-block;
        background-color: #d71920;
        padding: 4px 10px;
        font-size: 15px;
        color: #000;
        font-weight: 400;
        line-height: 21px
    }

    .big-story-text h2 {
        font-size: 34px;
        color: #000;
        font-weight: 700;
        line-height: 40px;
        margin-top: 15px;
        text-shadow: 0 5px 5px rgba(0, 0, 0, .6)
    }

    .big-story-text h2 a {
        font-size: 48px;
        color: #000;
        font-weight: 700;
        line-height: 62px;
        margin-top: 10px;
        text-shadow: 0 5px 5px rgba(0, 0, 0, .6)
    }

    .big-story-video-sec {
        width: 41%
    }

    .big-story-video {
        width: 100%;
        height: 240px;
    }

    .big-story-video img {
        width: 100%;
        height: auto;
        display: block
    }

    .big-story-video iframe {
        width: 100%;
        height: 100%;
        display: block
    }

    .story-related-video {
        width: 94%;
        margin-left: 6%
    }

    .story-related-video ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap
    }

    .story-related-video ul li {
        margin: 0 30px 0 0;
        width: 30%
    }

    .story-related-video ul li .thmb-detail-main a {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .thmb-detail-main {
        display: flex;
        flex-wrap: wrap
    }

    .story-related-video ul li .thmb-detail-main .thumb-icon {
        width: 125px;
        height: auto;
        border: 1px solid #d1d1d1;
        margin-right: 17px
    }

    .story-related-video ul li .thmb-detail-main .thumb-icon img {
        width: 100%;
        height: auto;
        display: block
    }

    .story-related-video ul li .thmb-detail-main .text-detial {
        width: calc(100% - 142px);
        height: auto;
        font-size: 17px;
        font-weight: 700;
        color: #000;
        line-height: 24px;
        text-shadow: 2px 2px 2px #000;
    }

    .event-tab-nav-parent.img_iframe.towtab .double-tab {
        width: 350px;
    }

    @media (max-width: 1199px) {
        .big-story-inner-body {
            width: 97%
        }

        .big-story-text {
            margin-right: 0;
            width: 50%
        }

        .big-story-text h2, .big-story-text h2 a {
            font-size: 32px;
            line-height: 40px;
            margin-top: 15px
        }

        .big-story-text {
            width: 48%;
            margin-right: 20px
        }

        .big-story-video-sec {
            width: 50%
        }

        .big-story-video {
            width: 100%;
            height: auto;
        }

        .story-related-video {
            width: 100%;
            margin-left: 0%
        }

        .story-related-video ul li {
            margin: 0 10px 0 0;
            width: 32.4%
        }

        .story-related-video ul li:last-child {
            margin-right: 0
        }

        .story-related-video ul li .thmb-detail-main .thumb-icon {
            width: 85px;
            margin-right: 10px
        }

        .story-related-video ul li .thmb-detail-main .text-detial {
            width: calc(100% - 103px);
            height: auto;
            font-size: 15px;
            font-weight: 700;
            color: #000;
            line-height: 22px
        }

        .event-tab-nav-parent.img_iframe.towtab .double-tab {
            width: 325px;
        }
    }

    @media (max-width: 767px) {
        div.big-story-1-container {
            background-size: 100% !important;
            margin-bottom: 10px;
        }

        .big-story-1-container::after {
            background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
            background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
            background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
        }

        .big-video-text-main {
            flex-wrap: wrap
        }

        .big-story-text {
            width: 100%;
            margin-right: 0
        }

        .big-story-video-sec, .story-related-video ul li, .big-story-inner-body {
            width: 100%
        }

        .big-story-inner-body, .story-related-video {
            padding: 0
        }

        .big-video-text-main {
            margin-bottom: 20px
        }

        .big-story-text h2 {
            margin-bottom: 18px;
            font-size: 22px;
            line-height: 30px;
            margin-top: 5px
        }

        .story-related-video ul li {
            margin-right: 0;
            margin-bottom: 20px
        }

        .story-related-video ul li:last-child {
            margin-bottom: 0
        }

        .story-related-video ul li .thmb-detail-main a {
            margin-bottom: 0;
            align-items: flex-start
        }

        .story-related-video ul li .thmb-detail-main .thumb-icon {
            margin-right: 19px
        }

        .story-related-video ul li .thmb-detail-main .text-detial {
            font-size: 17px;
            line-height: 24px
        }

        .big-story-1-container {
            padding-top: 55px;
            padding-bottom: 20px
        }

        .story-related-video ul li .thmb-detail-main .thumb-icon {
            width: 100px
        }

        .story-related-video ul li .thmb-detail-main .text-detial {
            width: calc(100% - 120px)
        }

        .big-story-text h2, .big-story-text h2 a {
            font-size: 24px;
            line-height: 32px;
            margin-top: 0
        }

        .big-story-text h2 {
            margin-top: 10px
        }

        .big-story-video {
            width: 100vw;
            margin-left: calc(50% - 50vw);
            height: auto;
        }

        .event-tab-nav-parent.img_iframe.towtab {
            padding: 0px;
        }

        .event-tab-nav-parent.img_iframe.towtab .double-tab {
            width: 100%;
            padding-top: initial;
        }
    }

    .left-story {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px
    }

    .hhm-stoy-left-body {
        width: 100%;
        margin-bottom: 20px
    }

    .hhm-stoy-left-body a {
        width: 100%;
        height: auto
    }

    .hhm-stoy-left-body a .thumb {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        border: 1px solid #d1d1d1;
        position: relative;
    }

    .hhm-stoy-left-body a .thumb img {
        width: 100%;
        height: auto;
        display: block
    }

    .hhm-stoy-left-body .thumb .PI_icon-viS {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0, 0.9);
        padding: 2px 6px;
        height: 25px;
    }

    .hhm-stoy-left-body .thumb .PI_icon-viS svg {
        background-color: transparent;
    }

    .hhm-stoy-left-body a .des {
        width: 100%;
        height: auto;
        display: block
    }

    .hhm-stoy-left-body a .des h2 {
        font: 700 21px/38px 'Noto Sans', sans-serif;
        color: #000;
        margin-bottom: 10px;
        text-align: left
    }

    .hhm-stoy-left-body a .des p {
        font: 400 15px/21px 'Noto Sans', sans-serif;
        color: #000;
        text-align: left
    }

    .hhm-stoy-left-body a .des h2 .liveBlink {
        display: inline-block;
    color: red;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    top: -28px;
    margin-right: 5px;
    font-weight: 700;    }

    /*.hhm-stoy-left-body a .des h2 .liveBlink:after {
        content: '';
        position: absolute;
        right: -6px;
        top: 9px;
        height: 55%;
        width: 1px;
        background-color: #ff0000;
    }*/

    .hhm-stoy-left-body a .des h2 .liveBlink .liveBlinkSVG {
        display: inline-block;
        width: 20px;
        height: 26px;
        position: absolute;
        left: 0px;
        top: 3px;
    }

    .hhm-stoy-left-body a .des h2 .liveBlink .liveBlinkSVG svg {
        width: 16px;
        height: 16px;
        border-radius: 50% ;
    }

    .hhm-stoy-left-body a .des h2 .liveBlink .liveBlinkSVG {
        display: inline-block;
        width: 20px;
        height: 26px;
    }

    .hhm-stoy-left-body a .thumb .PI_icon-quIz {
        position: absolute;
        bottom: -1px;
        left: 4px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0,0,0, 0.9);
        padding: 4px 6px;
        height: 28px;
    }

    .hhm-stoy-left-body a .thumb .PI_icon-quIz svg {
        height: 19px;
        width: 19px;
    }

    .video_asso {
        position: relative;
    }

    .video_asso span.playIconHm {
        width: 44px;
        display: inline-block;
        height: 44px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video_asso .v-duration {
        right: 0px;
    }

    .video_asso .v-duration {
        width: auto;
    }

    .single_str .thumb.video_asso span.playIconHm {
        width: 28px;
        height: 28px;
    }

    .right-Player .left-sec .sm-thumb-listing .thumb.video_asso .playIconHm {
        width: 28px;
        height: 28px;
    }

    .single_str .thumb.video_asso .v-duration, .right-Player .left-sec .sm-thumb-listing .thumb.video_asso .v-duration {
        font-size: 11px;
        padding: 0px 3px;
        line-height: 8px;
        height: 15px;
        border-radius: 4px 0px 0px 0px;
    }

    .hhm-stoy-left-body .thumb.video_asso .playIconHm svg {
        width: 44px;
        height: 44px;
    }

    @media (max-width: 1199px) {
        .left-story {
            -ms-flex: 0 0 244px;
            flex: 0 0 244px;
            max-width: 244px
        }

        .hhm-stoy-left-body a .des h2 {
            font: 700 22px/30px 'Noto Sans', sans-serif
        }

        .hhm-stoy-left-body a .des h2 .liveBlink {
            top: -1px;
        }

        .hhm-stoy-left-body a .des h2 .liveBlink:after {
            top: 6px;
            height: 60%;
        }
    }

    @media only screen and (max-width: 767px) {
        .left-story {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
    }

    .home-single-story {
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }

    .home-single-story>h3 {
        font: 700 20px/28px 'Noto Sans', sans-serif;
        color: #000;
        margin-bottom: 12px;
        margin-top: 0
    }

    .home-single-story>h3 a {
        font: 700 18px/24px 'Noto Sans', sans-serif;
        color: #000;
        margin-bottom: 12px;
        margin-top: 0
    }

    .home-single-story h3 .pi_v_live {
        margin-right: 0px;
    }

    .home-single-story .PI_icon-viS svg {
        height: 14px;
        width: 14px;
        position: relative;
        top: 1px;
    }

    .home-single-story>h3 .PI_icon-vidH svg {
        height: 15px;
        width: 15px;
        position: relative;
        top: 2px;
    }

    .home-single-story h3 .PI_icon-quIz svg {
        width: 19px;
        height: 19px;
        position: relative;
        top: 3px;
    }

    .single_str a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .single_str .thumb {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        border: 1px solid #d1d1d1;
        position: relative;
    }

    .single_str .thumb img {
        width: 100%;
        height: auto;
        display: block
    }

    .single_str .title {
        padding-left: 20px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px)
    }

    .single_str .title h3 {
        font: 400 15px/22px 'Noto Sans', sans-serif;
        color: #000;
        margin-top: 0
    }

    .single_str .title h3 div {
        font: 400 15px/22px 'Noto Sans', sans-serif;
        color: #000;
        margin-top: 0
    }

    .home-single-story .liveBlink {
        display: inline-block;
        color: red;
        font-size: 16px;
        font-weight: normal;
        position: relative;
        padding-left: 20px;
        top: -1px;
    }

    /* .home-single-story .liveBlink:after { content: ''; position: absolute; right: -6px; top: 5px; height: 65%; width: 1px; background-color: #ff0000; } */
    .home-single-story .liveBlink .liveBlinkSVG {
        display: inline-block;
        width: 20px;
        height: 26px;
        position: absolute;
        left: 0px;
        top: 2px;
    }

    .home-single-story .liveBlink .liveBlinkSVG svg {
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

    .sm-thumb-listing .title .post-icons .PI_icon-quIz svg {
        width: 19px;
        height: 19px;
        position: relative;
        top: 4px;
    }

    .left-story .hhm-stoy-left-body .thumb span.PI_icon-viS svg {
        width: 19px;
        height: 19px;
    }

    .left-story .hhm-stoy-left-body .thumb span.PI_icon-viS svg rect {
        fill: #000;
    }

    .mobi_thumVisibleContent {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .mobi_thumVisible {
        display: none;
    }

    .mobi_thumVisibleContent .title {
        width: 100%;
    }

    .mobi_thumVisibleContent h3 a {
        color: #000;
    }

    .mobi_thumVisibleContent h3 {
        line-height: 30px;
    }

    @media only screen and (max-width: 1199px) {
        .single_str .thumb {
            -ms-flex: 0 0 73px;
            flex: 0 0 76px;
            max-width: 76px;
            display: block
        }

        .single_str .title {
            padding-left: 10px;
            -ms-flex: 0 0 calc(100% - 76px);
            flex: 0 0 calc(100% - 76px);
            max-width: calc(100% - 76px);
            display: block
        }

        .story-listing li {
            padding-bottom: 10px;
            margin-bottom: 10px
        }
    }

    @media only screen and (max-width: 767px) {
        .home-single-story>h3 {
            margin-bottom: 0
        }

        .home-single-story .liveBlink {
            top: -1px;
            font-size: 16px;
        }

        .home-single-story .liveBlink .liveBlinkSVG {
            top: 4px;
        }
    }

    @media only screen and (max-width: 575px) {
        .home-single-story .liveBlink .liveBlinkSVG {
            top: 3px;
        }
    }

    @media only screen and (max-width: 479px) {
        .single_str .thumb {
            -ms-flex: 0 0 73px;
            flex: 0 0 76px;
            max-width: 76px;
            display: none
        }

        .single_str .title {
            padding-left: 10px;
            -ms-flex: 0 0 calc(100% - 76px);
            flex: 0 0 calc(100% - 76px);
            max-width: calc(100% - 76px);
            display: none
        }

        .home-single-story {
            display: block;
            margin-bottom: 20px
        }
    }

    .player-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        margin-bottom: 20px
    }

    .right-Player {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
           flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
        margin-left: 20px
    }

    .at-player {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-top: 56.7%
    }

    .at-player iframe {
        position: absolute;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        height: 100%
    }

    .at-player img {
        width: 100%;
        height: auto;
        display: block
    }

    .story-listing li {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #dfdfdf
    }

    .story-listing li:last-child {
        margin-bottom: 0px;
    }

    .story-listing li h3 {
      
        color: #000;
        margin-top: 0
    }

    .right-Player .left-sec {
        width: 100%;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
        flex: 0 0 calc(100% - 220px);
        max-width: calc(100% - 220px);
        margin-right: 20px
    }

    .right-Player .right-sec {
        width: 100%;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px
    }

    @media only screen and (max-width: 1199px) {
        .right-Player {
            -ms-flex: 0 0 calc(100% - 264px);
            flex: 0 0 calc(100% - 264px);
            max-width: calc(100% - 264px);
            margin-left: 20px
        }

        .right-Player .left-sec .sm-thumb-listing li {
            margin-bottom: 10px
        }

        .player-sec {
            margin-bottom: 0;
            margin: 0
        }

        .right-Player .left-sec {
            padding: 0
        }

        .event-tab-nav-parent {
            width: calc(100% - 50.9%);
        }
    }

    @media only screen and (min-width: 768px) and (max-width:1024px) {
        .story-listing li h3 {
            font-size: 14px
        }
    }

    @media only screen and (max-width: 767px) {
        .right-Player {
            margin-left: 0
        }

        .left-story, .right-Player, .right-Player .left-sec, .right-Player .right-sec {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 0
        }

        .story-listing li h3 {
            font-weight: bold;
        }

        .event-tab-nav-parent.double-tab {
            padding-top: 0px;
        }

        .mobi_thumVisible {
            display: block;
            width: 110px;
            margin-right: 10px;
            position: relative;
            min-height: 62px;
        }

        .mobi_thumVisible img {
            display: block;
            width: 100%;
            height: auto;
        }

        .mobi_thumVisibleContent .deitalTextSecondStory {
            width: calc(100% - 120px);
            margin-top: -4px;
        }

        .mobi_thumVisibleContent .deitalTextSecondStory .sponsoredText {
            margin-bottom: 5px;
        }

        .home-single-story .mobi_thumVisible span.playIconHm {
            width: 22px;
            height: 22px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
        }

        .home-single-story .mobi_thumVisible .v-duration {
            font-size: 11px;
            padding: 0px 3px;
            line-height: 8px;
            height: 15px;
            border-radius: 4px 0px 0px 0px;
            width: auto;
            right: 0px;
            bottom: 0px;
        }

        .deitalTextSecondStory h3 {
            color: #333;
            margin-top: 0;
            font-size: 17px;
            line-height: 21px;
            font-weight: bold;
        }

        .mobi_thumVisibleContent h3 {
            line-height: 23px;
        }
    }

    .event-tab-nav {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .event-tab-nav li {
        width: 100%;
        -webkit-box-flex: 0;
    }

    .event-tab-nav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-decoration: none;
        font: bold 14px/17px 'Noto Sans', sans-serif;
        height: 40px;
        width: 100%;
        color: #000;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        border-right: none;
        background-color: #f5f5f5;
        border-bottom: 0;
        padding: 0 5px;
        text-align: center;
    }

    .event-tab-nav li:last-child a {
        border-right: 1px solid #ccc;
    }

    .event-tab-nav li a.active {
        background-color: #c9040b;
        color: #fff;
        border-color: #c9040b;
        position: relative;
        font-weight: bold;
    }

    #content_2 {
        display: none
    }

    .tabcontent {
        margin-bottom: 20px;
    }

    .live-tv {
        position: relative;
        padding-top: 56.7%
    }

    .live-tv iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .live-tv a {
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100%
    }

    .live-tv a img {
        width: 100%;
        height: 100%;
        display: block;
        position: inherit
    }

    @media (max-width: 767px) {
        .event-tab-nav li:first-child a {
            border-top-left-radius: 0;
            border-left: 0
        }

        .event-tab-nav li:last-child a {
            border-top-right-radius: 0;
            border-right: 0
        }

        .event-tab-nav li a {
            height: 40px
        }

        .event-tab-nav-parent {
            width: 100%;
        }
    }

    @media (max-width: 340px) {
        .event-tab-nav li a {
            font-size: 11px;
            line-height: 16px;
        }
    }

    .event-tab-nav {
        margin-left: -10px;
        width: calc(100% + 20px);
    }

    .tabcontent {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .right-Player .left-sec .sm-thumb-listing {
        margin-bottom: 0;
        margin-top: 10px!important;
    }

    .right-Player .left-sec .sm-thumb-listing li {
       
            margin-bottom: 12px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
    }

    .right-Player .left-sec .sm-thumb-listing li:last-child {
        margin-bottom: 0
    }

    .right-Player .left-sec .sm-thumb-listing.bb1 li {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px
    }

    .right-Player .left-sec .sm-thumb-listing li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0
    }

    .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.8%;
        flex: 0 0 31.8%;
        max-width: 31.8%;
        padding: 0;
        border-bottom: 0;
        margin-right: 20px
    }

    .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-child(3n) {
        margin-right: 0
    }

    .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li a {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 0;
        height: 100px
    }

    .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-last-child(1), .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-last-child(2), .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-last-child(3) {
        margin-bottom: 0
    }

    .right-Player .left-sec .sm-thumb-listing .thumb {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 110px;
        border: 1px solid #d1d1d1;
        position: relative;
        margin-top: 3px
    }

    .right-Player .left-sec .sm-thumb-listing .time-dur {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 3px 6px;
        line-height: 0
    }

    .right-Player .left-sec .sm-thumb-listing .icon {
        margin-right: 6px
    }

    .right-Player .left-sec .sm-thumb-listing .icon svg {
        /*fill: red;*/
        height: 16px;
        width: 16px
    }

    .right-Player .left-sec .sm-thumb-listing .time-dur .time {
        font: 400 11px/15px 'Noto Sans', sans-serif;
        color: #000
    }

    .right-Player .left-sec .sm-thumb-listing .thumb img {
        width: 100%;
        display: block;
        height: 70px;
		object-fit:contain;
    }

    span.PI_v_time, .story-listing span.PI_v_time {
        font-size: 14px;
        color: #cc0001;
        padding-right: 6px;
        margin-right: 2px;
        display: inline-block;
        line-height: 15px;
        position: relative;
        font-weight: 300;
    }

    .story-listing span.PI_v_time {
        top: -3px;
    }

    span.PI_v_time::after, .story-listing span.PI_v_time::after {
        content: "";
        position: absolute;
        right: 0px;
        top: calc(50% + 2px);
        width: 1px;
        height: 12px;
        background-color: #cc0001;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }

    span.PI_icon-vid, .story-listing span.PI_icon-vid {
        line-height: 0px;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    span.PI_icon-vid svg, .story-listing span.PI_icon-vid svg {
        height: 15px;
        width: 15px;
        fill: #cc0001;
    }

    .home-single-story h3 .PI_icon-vid {
        margin-right: 0px;
    }

    .home-single-story h3 .countPh {
        color: #cc0001;
        font-size: 16px;
        font-weight: normal;
        position: relative;
        margin-right: 3px;
    }

    .home-single-story h3 .countPh::after {
        position: absolute;
        content: '';
        top: 5px;
        right: -3px;
        background-color: #cc0001;
        width: 1px;
        height: 16px;
    }

    .post-icons .PI_icon-vidH svg {
        width: 14px;
        height: 14px;
        position: relative;
        top: 2px;
        margin-right: 2px;
    }

    .right-Player .left-sec .sm-thumb-listing .title {
        padding-left: 20px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        max-width: calc(100% - 110px)
    }

    .right-Player .left-sec .sm-thumb-listing .title h3 {
        font: 400 12px/16px 'Noto Sans', sans-serif;
        color: #000;
    }

    .right-Player .left-sec .sm-thumb-listing .title.title-bold h3 {
        font-weight: 500
    }

    .right-Player .left-sec .title-bold h3 {
        font-weight: 700
    }

    h3 .pi_v_live {
        display: inline-block;
        position: relative;
        color: #cc0001;
        margin-right: 2px;
        font-weight: normal;
    }

    /* h3 .pi_v_live::after{ content: ""; position: absolute; right: -5px; top: calc(50% + 2px); width: 1px; height: 12px; background-color: #cc0001; transform: translatey(-50%); -webkit-transform: translatey(-50%); } */
    h3 .pi_v_live .pi_icon-vid {
        display: inline-block;
        top: 1px;
        position: relative;
    }

    h3 .pi_v_live .pi_icon-vid svg {
        background: transparent;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        position: relative;
        top: 3px;
        margin-right: 3px;
    }

    .story-listing li h3 span.pi_v_live {
        top: -3px;
    }

    .story-listing li h3 span.pi_v_live span.pi_icon-vid {
        top: 1px;
    }

    .pi_v_live .pi_icon-vid.viS svg {
        width: 14px;
        height: 14px;
        margin-right: 0px;
        position: relative;
        top: 1px;
        border-radius: 0px;
    }

    .right-Player .left-sec .sm-thumb-listing .title.title-bold h3 .PI_v_time::after {
        width: 0px;
        height: 0px;
        background-color: transparent;
    }

    .right-Player .left-sec .sm-thumb-listing .title.title-bold h3 .PI_v_time {
        padding-right: 0px;
        margin-right: 0px;
    }

    .story-listing li .thumb.video_asso {
        display: none;
    }

    .panel-body-sec .img-panl.video_asso span.playIconHm {
        width: 22px;
        height: 22px;
    }

    @media (max-width: 1199px) {
        .right-Player .left-sec .sm-thumb-listing .thumb {
            -ms-flex: 0 0 82px;
            flex: 0 0 82px;
            max-width: 82px
        }

        .right-Player .left-sec .sm-thumb-listing .title {
            -ms-flex: 0 0 calc(100% - 82px);
            flex: 0 0 calc(100% - 82px);
            max-width: calc(100% - 82px);
            padding-left: 15px
        }

        .right-Player .left-sec .sm-thumb-listing li {
            margin-bottom: 10px
        }

        .right-Player .left-sec .sm-thumb-listing .title h3 {
            font: 400 14px/20px 'Noto Sans', sans-serif
        }

        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 31.3%;
            flex: 0 0 31.3%;
            max-width: 31.3%
        }
    }

    @media (max-width: 767px) {
        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 .thumb {
            -ms-flex: 0 0 98px;
            flex: 0 0 98px;
            max-width: 98px
        }

        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 .title {
            -ms-flex: 0 0 calc(100% - 98px);
            flex: 0 0 calc(100% - 98px);
            max-width: calc(100% - 98px)
        }

        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-last-child(2), .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-last-child(3) {
            margin-bottom: 15px
        }

        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-last-child(2) a, .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li:nth-last-child(3) a {
            padding-bottom: 11px;
            border-bottom: 1px solid #dfdfdf
        }

        .right-Player .left-sec .sm-thumb-listing li {
            margin-bottom: 20px
        }

        .right-Player .left-sec .sm-thumb-listing .thumb {
            -ms-flex: 0 0 110px;
            flex: 0 0 110px;
            max-width: 110px
        }

        .right-Player .left-sec .sm-thumb-listing .title {
            -ms-flex: 0 0 calc(100% - 110px);
            flex: 0 0 calc(100% - 110px);
            max-width: calc(100% - 110px);
            padding-left: 10px
        }

        .sm-thumb-listing li {
            margin-bottom: 20px
        }

        .bgbg-gry .ls-inner {
            padding: 0;
            margin: 0
        }

        .surkhiya.widget-container.gray-bg .widget-body {
            width: 100%;
            margin: 0;
            background-color: transparent;
            border-bottom: none;
            padding: 0
        }

        .surkhiya.widget-container.gray-bg {
            margin-bottom: 30px
        }

        .surkhiya.widget-container.gray-bg .widget-more {
            margin-top: 10px
        }

        .right-Player .left-sec .sm-thumb-listing .title h3 {
            font: 700 16px/22px 'Noto Sans', sans-serif
        }

        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li a {
            padding-bottom: 15px;
            height: auto
        }

        .right-Player .left-sec .sm-thumb-listing {
            margin-bottom: 20px
        }

        h3 .pi_v_live {
            font-size: 14px;
        }

        .story-listing li .thumb.video_asso {
            display: block;
        }

        .story-listing li a {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

        .story-listing li a .thumb.video_asso {
            width: 110px;
            margin-right: 10px;
            position: relative;
        }

        .story-listing li a .thumb.video_asso img {
            width: 100%;
            height: 106px;
            display: block;
            border: 1px solid #D1D1D1;
			object-fit:contain;
        }

        .story-listing li a .thumb.video_asso + h3 {
            width: calc(100% - 120px);
        }

        .story-listing li a .thumb.video_asso span.playIconHm {
            width: 28px;
            height: 28px;
        }

        .story-listing li a .thumb.video_asso .v-duration {
            font-size: 11px;
            padding: 0px 3px;
            line-height: 8px;
            height: 15px;
            border-radius: 4px 0px 0px 0px;
            bottom: 1px;
            right: 1px;
        }

        .story-listing li h3 span.playIconHm {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .event-tab-nav-parent {
            position: relative;
            padding-top: 56.25%;
            margin-left: 0px;
        }

        .event-tab-nav-parent iframe {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    @media (max-width: 575px) {
        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 li {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .right-Player .left-sec .sm-thumb-listing.sm_thumb-grid3 .title {
            padding-left: 25px
        }

        .right-Player .swiper-container {
            padding-left: 10px
        }
    }

    .home-pg-dsk.sidebar .sidebar-body .main-add-sec .add-section {
        margin-bottom: 10px;
        width: 100%;
        height: 282px;
        overflow: hidden;
    }

    .home-pg-dsk.sidebar .sidebar-body .main-add-sec .add-section div {
        margin: 0 auto
    }

    .home-pg-dsk.sidebar .sidebar-body .main-add-sec .add-section div iframe {
        text-align: center;
        margin: 0 auto
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing ul {
        margin: 0;
        padding: 0
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li {
        margin-bottom: 16px;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 16px;
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li:last-child {
        margin-bottom: 16px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li a .thumb {
        -ms-flex: 0 0 82px;
        flex: 0 0 82px;
        max-width: 82px;
        position: relative
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li a .thumb img {
        width: 100%;
        display: block;
        height: auto
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li a .thumb .v-duration {
        bottom: 0;
        left: 0;
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li a .title {
        -ms-flex: 0 0 calc(100% - 82px);
        flex: 0 0 calc(100% - 82px);
        max-width: calc(100% - 82px);
        padding-left: 15px
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li:last-child {
        margin-bottom: 0
    }

    .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing ul li .title h3 {
        font: 400 15px/20px 'Noto Sans', sans-serif;
        color: #000;
    }

    .mian-thmb-sec {
        width: 100%;
        height: auto
    }

    .sidebar-body .editorial-banner {
        width: 300px;
        min-height: 100px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .sidebar-body .editorial-banner div {
        width: 100%;
        text-align: center
    }

    .sidebar-body .editorial-banner iframe {
        text-align: center
    }

    .editorial-banner .adsection {
        padding-bottom: 0px !important
    }

    .sidebar-body .editorial-banner img {
        width: 100%;
        height: auto;
        display: block
    }

    .sidebar-body .editorial-banner .adsection {
        padding-top: 0px !important
    }

    .home-pg-dsk.sidebar {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap
    }

    @media (max-width: 1199px) {
        .home-pg-dsk.sidebar .sidebar-body .main-add-sec .add-section {
            margin-top: 0;
            margin-bottom: 0px;
        }

        .home-pg-dsk.sidebar {
            margin-top: 20px
        }

        .main-add-sec {
            width: 50%
        }

        .mian-thmb-sec {
            width: 50%;
            padding-left: 10px
        }

        .home-pg-dsk.sidebar .sidebar-body {
            width: 100%;
            display: flex;
            flex-wrap: wrap
        }

        .sidebar-body .editorial-banner {
            margin-bottom: 15px;
        }

        .sidebar-body .editorial-banner {
            min-height: 100px;
            margin: 0 auto 15px;
            text-align: center;
            width: 100%;
        }
    }

    @media (max-width: 767px) {
        .main-add-sec {
            width: 100%
        }

        .main-add-sec .add-section img {
            width: 100%;
            height: auto;
            display: block
        }

        .home-pg-dsk.sidebar .sidebar-body .main-add-sec .add-section {
            margin-bottom: 20px
        }

        .home-pg-dsk.sidebar .sidebar-body .main-add-sec .add-section div {
            margin: 0 auto;
            width: 100%
        }

        .home-pg-dsk.sidebar .sidebar-body .main-add-sec .add-section div iframe {
            display: block;
            text-align: center;
            margin: 0 auto;
            width: 100%
        }

        .home-pg-dsk.sidebar .mian-thmb-sec {
            width: 100%;
            padding-left: 0
        }

        .sidebar-body .editorial-banner {
            min-height: 250px;
        }

        .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing ul li .title h3 {
            font-weight: bold;
        }
    }

    .badi-khabar {
        padding-left: 0;
        width: 100%
    }

    .player-sec .badikhaber-outer {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .badikhbre-widget {
        width: 100%;
        height: auto
    }

    .badikhbre-widget ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .badikhbre-widget ul li {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #dfdfdf;
        padding: 12px 0 12px;
        line-height: 22px
    }

    .badikhbre-widget ul li:first-child {
        padding-top: 3px
    }

    .badikhbre-widget ul li:last-child {
        border-bottom: none
    }

    .badikhbre-widget ul li a {
        color: #333;
        font-size: 15px;
        line-height: 22px
    }

    .hed-panel-common {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap
    }

    .panels-section {
        width: 100%;
        height: auto;
        padding: 0
    }

    .panels-section ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap
    }

    .panels-section ul li {
        width: 100%;
        margin-right: 15px;
        background-color: #ebebeb;
        border: 1px solid #d1d1d1
    }

    .panels-section ul li:last-child {
        margin-right: 0
    }

    .player-slider-rr {
        width: 100%;
        height: auto
    }

    .player-slider-rr ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .player-slider-rr ul li {
        width: 31.2%;
        background-color: #e1eaff;
        border: 1px solid #d1d1d1;
        margin-right: 18px;
        min-height: 250px
    }

    .player-slider-rr ul li:last-child {
        margin-right: 0
    }

    .panel-body-sec {
        width: 100%;
        height: auto;
        margin-bottom: 0
    }

    .panel-body-sec .img-panl {
        width: 100%;
        border-bottom: 1px solid #d1d1d1
    }

    .panel-body-sec .img-panl img {
        width: 100%;
        height: auto;
        display: block
    }

    .panel-body-sec h3 {
        color: #000;
        font-size: 17px;
        line-height: 22px;
        font-weight: 700;
        word-wrap: anywhere;
    }

    .text-panl {
        padding: 10px
    }

    .live-update-container {
        width: 100%;
        height: auto
    }

    .live-update-body {
        width: 100%;
        height: auto;
        border: 1px solid #d1d1d1;
        border-radius: 4px;
        padding: 9px 7px 9px 9px;
        background-color: #f5f5f5;
        padding-right: 5px
    }

    .live-update-body ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .live-update-body ul li {
        width: 100%;
        background-color: #ebebeb;
        border: 1px solid #d1d1d1;
        padding: 5px 10px 6px 23px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .live-update-body ul li:last-child {
        margin-bottom: 0
    }

    .live-list-group {
        width: 100%
    }

    .live-list-group h4 {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 6px;
        color: #000;
        font-weight: 700;
        position: relative
    }

    .live-list-group h4::before {
        content: '';
        position: absolute;
        /* background-image: url(https://akm-img-a-in.tosshub.com/aajtak/resource/img/red-dots.png); */
        background-repeat: no-repeat;
        height: 7px;
        width: 7px;
        top: 5px;
        left: -16px
    }

    .live-list-group p {
        font-size: 15px;
        color: #666;
        font-weight: 400;
        line-height: 22px
    }

    .live-update-container #mCSB_2_scrollbar_vertical {
        right: -3px
    }

    .sidebar .showcase .content {
        float: left;
        width: 100%;
        height: 250px;
        max-height: 250px;
        padding: 10px
    }

    .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center
    }

    .sidebar .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #dbdbdb;
        background-color: rgba(219, 219, 219, 1);
        width: 6px;
        display: none
    }

    .sidebar .mCSB_inside>.mCSB_container {
        margin-right: 0
    }

    .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(215, 39, 34, 1)
    }

    .live-update-container .content {
        float: left;
        width: 100%;
        height: auto;
        max-height: 295px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        overflow: hidden;
        padding-right: 5px
    }

    .live-update-body>ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .live-update-body>ul>li {
        width: 100%;
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #efefef;
        padding: 5px 0 0px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
    }

    .live-update-body>ul::before {
        position: absolute;
        content: '';
        background: #d9d9d9;
        height: 91%;
        width: 1px;
        top: 20px;
        left: -5px;
    }

    .live-update-body>ul>li::before {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        background-color: #bf0200;
        border-radius: 50%;
        left: -16px;
        top: 4px;
        border: 5px solid #000;
    }

    .live-update-body>ul>li>.live-update-inner-body {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap
    }

    .live-update-body>ul>li .live-update-Lhs-img {
        width: 58px;
        height: auto;
        margin-right: 15px
    }

    .live-update-body>ul>li .live-update-Lhs-img img {
        width: 100%;
        height: auto;
        display: block;
        border: 1px solid #d1d1d1
    }

    .live-update-body>ul>li>.live-update-inner-body>.live-update-Rhs-body {
        width: calc(100% - 73px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .live-update-body>ul>li>.live-update-inner-body>.live-update-Rhs-body .live-update-Rhs-content {
        margin-right: 10px;
        width: calc(100% - 95px)
    }

    .live-update-body>ul>li>.live-update-inner-body>.live-update-Rhs-body .live-update-Rhs {
        width: 85px
    }

    .live-update-Rhs-content h3 {
        font-size: 16px;
        font-weight: 700;
        color: #000
    }

    .live-update-Rhs-content h3 a {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        line-height: 24px
    }

    .live-update-Rhs-content h5 {
        font-size: 14px;
        font-weight: 400;
        color: #666;
        margin-top: 3px
    }

    .live-update-Rhs>.ekminslider-shere-audio {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px
    }

    .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(215, 39, 34, 1)
    }

    .content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #d71920;
        background-color: rgba(215, 39, 34, .85)
    }

    .content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: rgba(215, 39, 34, .85) !important
    }

    @media (max-width: 1199px) {
        .live-update-container {
            margin-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
        }

        .player-slider-rr ul li {
            width: 47.2%
        }

        .player-slider-rr ul li:nth-child(2) {
            margin-right: 0
        }

        .player-slider-rr ul li:last-child {
            display: none
        }

        .panels-section {
            padding: 0
        }

        .player-sec .badi-khabar {
            padding-left: 0
        }

        .player-sec .badikhaber-outer .left-story {
            flex: 0 0 354px;
            max-width: 354px;
            margin-right: 10px
        }

        .player-sec .badikhaber-outer .right-Player {
            flex: 0 0 calc(100% - 374px);
            max-width: calc(100% - 374px);
            margin-right: 0;
            margin-left: 10px
        }

        .player-sec .badikhaber-outer {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 767px) {
        .badikhbre-widget ul li a {
            font-weight: bold;
        }

        .panel-body-sec h3 {
            line-height: 25px;
            font-size: 15px;
            line-height: 22px;
            color: #333;
        }

        .text-panl {
            padding: 10px 0px;
        }

        .player-slider-rr ul li {
            width: 100%;
            margin-bottom: 0px;
            margin-right: 0;
            border: none;
            background-color: transparent;
            min-height: 1px;
            border-bottom: 1px solid #d1d1d1;
        }

        .badikhbre-widget {
            margin-bottom: 0px
        }

        .badikhbre-widget ul li:last-child {
            border-bottom: 1px solid #d1d1d1;
        }

        .player-slider-rr ul li:last-child {
            display: block;
            margin-bottom: 0px
        }

        .sidebar .showcase .content {
            height: 320px;
            max-height: 320px
        }

        .live-list-group p {
            font-size: 15px;
            line-height: 22px
        }

        .live-list-group h4 {
            font-size: 12px
        }

        .player-sec {
            padding-top: 0
        }

        .player-sec .hed-panel-common {
            padding: 0
        }

        .player-sec .badikhaber-outer .left-story {
            flex: 0 0 100%;
            max-width: 100%;
            margin-right: 0
        }

        .player-sec .badikhaber-outer .right-Player {
            flex: 0 0 calc(100%);
            max-width: calc(100%);
            margin-right: 0;
            margin-left: 0
        }

        .panels-section {
            padding: 0;
            margin-bottom: 0px
        }

        .panel-body-sec .img-panl {
            display: none;
        }
    }

    .braking-inner {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .bracking-main {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 15px
    }

    .bracking-new-mob {
        display: block;
        margin: 0 auto;
        height: auto;
        background-color: #d90000;
        padding: 6px 10px 6px 20px;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        color: #000;
        border-radius: 20px;
        margin-left: 0;
        width: 85%;
        margin: 0 auto
    }

    .bracking-left {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        font-style: italic;
        color: #000;
        border-right: 2px solid #e86666;
        margin-right: 15px;
        width: 210px;
        padding-right: 15px
    }

    .bracking-left h2 {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        font-style: italic;
        color: #000
    }

    .brack-text-rigt {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        width: calc(100% - 225px)
    }

    .brack-text-rigt a {
        color: #000
    }

    .bracking-new-mob .cross {
        width: 30px;
        text-align: center;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bracking-new-mob .cross svg {
        height: 15px;
        width: 15px;
        fill: #000;
        cursor: pointer
    }

    .bracking-new-mob .cross span {
        color: #000;
        font-size: 30px;
        font-weight: 400
    }

    @media (max-width: 1199px) {
        .bracking-new-mob {
            margin-left: 0;
            width: 100%
        }

        .bracking-left {
            text-align: right;
            width: 142px;
            padding-top: 5px
        }

        .bracking-left h2 {
            font-size: 15px;
            line-height: 17px
        }

        .brack-text-rigt {
            font-size: 16px;
            line-height: 22px;
            width: calc(100% - 160px);
            padding-top: 1px
        }
    }

    @media (max-width: 767px) {
        .bracking-new-mob {
            background-color: #d90000;
            padding: 2px 10px;
            margin-top: 0;
            display: flex;
            width: calc(100% + 20px);
            margin-left: 0%;
            border-radius: 0;
            margin-left: -10px
        }

        .bracking-left {
            width: 80px;
            border-right: 1px solid #e86666;
            text-align: right;
            padding-right: 12px;
            margin-right: 0
        }

        .bracking-left h2 {
            line-height: 18px;
            font-size: 14px;
            color: #000;
            font-weight: bolder
        }

        .brack-text-rigt {
            width: calc(100% - 80px);
            color: #000;
            font-size: 14px;
            padding-left: 15px;
            line-height: 17px;
            font-weight: 700;
            position: relative;
            top: -1px
        }

        .bracking-main {
            margin-top: 0
        }

        .bracking-new-mob .cross {
            display: none
        }

        .braking-inner {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center
        }

        .slider-arrow-left {
            left: 24px;
            display: none
        }

        .slider-arrow-right {
            right: 25px;
            display: none
        }

        .braking-inner {
            padding-right: 0px;
        }
    }

    .sponsoredText {
        color: #e13029;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 600;
        width: 100%;
        margin-bottom: 2px;
    }

    .lv-row .player-slider-rr ul li {
        width: calc(33.33% - 12px);
    }

    .lv-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .lv-row .player-sec {
        flex: 3;
    }

    .lv-row .lv-update {
        margin-bottom: 20px;
        flex: 1;
        width: 100%;
        max-width: 300px;
        margin-left: 20px;
    }

    .lv-off .lv-update {
        display: none;
    }

    .lv-row .lv-update .showcase .content {
        width: 100%;
        height: 250px;
        max-height: 250px;
        padding: 10px;
        overflow-y: scroll;
        background-color: #fff;
        border: none;
        padding-left: 16px;
    }

    .live-update-container .content::-webkit-scrollbar {
        width: 7px;
    }

    .live-update-container .content::-webkit-scrollbar-track {
        background-color: #f9f9f9;
        border-radius: 100px;
    }

    .live-update-container .content::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #d90000;
        box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    }

    @media (max-width: 1199px) {
        .lv-row .player-sec, .lv-row .lv-update {
            flex: 100%;
        }

        .lv-row .player-slider-rr ul li {
            width: calc(50% - 9px);
        }

        .lv-row .lv-update {
            margin-left: 0px;
            max-width: 100%;
            margin-top: -5px;
        }

        .lv-row .lv-update .live-update-container {
            margin-bottom: 0px;
        }

        .lv-row .player-sec .badikhaber-outer {
            margin-bottom: 14px;
        }
    }

    @media (max-width: 767px) {
        .lv-row .player-slider-rr ul li {
            width:100%;
        }

        .lv-row .player-sec, .lv-row .lv-update {
            flex: 100%;
        }

        .lv-off .lv-update {
            display: block;
        }

        .lv-row .lv-update {
            margin-top: 2px;
        }
    }

    /*new post icons css*/
    .story-listing li h3 span svg {
        height: 14px;
        width: 14px;
        position: relative;
        top: -5px;
    }

    .story-listing li h3 span {
        display: inline-block;
        position: relative;
        top: 3px;
        padding-left: 0px;
    }

    .v-duration>span.icon-vid svg {
        fill: #fff;
    }

    img.bStrDefault {
        width: 350px;
        height: auto;
        display: block;
    }

    .story-listing li h3 span.PI_icon-viS svg {
        height: 14px;
        width: 14px;
        position: relative;
        top: -4px;
    }

    .story-listing li h3 .PI_icon-quIz svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: -1px;
    }

    @media (max-width: 767px) {
        .event-tab-nav-parent.img_Live_TV {
            padding: 0px;
            width: 100%;
        }

        .event-tab-nav-parent.img_Live_TV img {
            width: 100%;
        }
    }

    @media (max-width: 575px) {
        img.bStrDefault {
            width: 100%;
        }

        .lv-row .ad-300X250-rhs {
            margin-bottom: 15px;
        }

        .sidebar.home-pg-dsk .main-add-sec {
            margin-bottom: 15px;
        }

        .sidebar-body .short_video_widget {
            margin-bottom: 20px;
        }

        .top-add-section.topAd {
            margin-left: -10px;
            margin-right: -10px;
            width: auto;
        }
    }
</style>
<style type="text/css">
    .radio-player {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
        margin-bottom: 15px;
    }

    .radio-player-section {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .top-player {
        width: 100%;
        height: auto;
        float: left;
    }

    .top-player img {
        width: 100%;
        height: auto;
        display: block;
    }

    .related-radios {
        width: 100%;
        height: auto;
        background-color: #121f38;
        padding: 10px;
        float: left;
    }

    .related-radios-inner {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #2d394e;
        float: left;
        width: 100%;
    }

    /*.related-radios-inner:last-child{ border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}*/
    .related-radios-content {
        width: calc(100% - 40px);
        margin-right: 15px;
        float: left;
    }

    .related-radios-content-thumb {
        width: 80px;
        height: auto;
        margin-right: 10px;
        border: none !important;
        float: left;
    }

    .related-radios-content-thumb img {
        width: 100%;
        height: auto;
        display: block;
        border: 1px solid #c7c7c9;
    }

    .related-radios-content h3 {
        width: calc(100% - 90px);
        float: left;
    }

    .related-radios-content h3 a {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }

    .related-radios-icon {
        margin-top: 20px;
    }

    .related-radios-icon {
        width: 24px;
        height: 24px;
        background-image: url("https://akm-img-a-in.tosshub.com/aajtak/resource/img/stop-small.png");
        background-repeat: no-repeat;
        cursor: pointer;
        float: left;
    }

    .related-radios-icon.playingaudio {
        background-image: url("https://akm-img-a-in.tosshub.com/aajtak/resource/img/playing-small.png");
        background-repeat: no-repeat;
    }

    .related-radios-icon img {
        width: 100%;
        height: auto;
        display: block;
    }

    .widget-head .widget-title span.podHmSvg {
        width: 31px;
        height: 28px;
        margin-top: 0px;
    }

    .widget-head .widget-title span.podHmSvg svg {
        width: 31px;
        height: 28px;
        fill: #1d3560;
    }

    .related-radios-inner.list0 {
        display: none;
    }

    @media (max-width: 767px) {
        .radio-player-section {
            margin-bottom: 15px;
        }

        .radio-player {
            padding: 0px 10px;
            margin-bottom: 10px;
        }
    }
}

/*sunil ji podcast css (s3) overwrite*/
.img-audio {
    border: none !important
}

.img-audio img {
    border: 1px solid #d1d1d1;
}
</style>
<style>
    :root {
        --dark-bodybg: #1b1b1b;
        --dark-secondbodybg: #2c2c2c;
        --dark-thirdbg: #353535;
        --dark-forthbg: #232323;
        --dark-fifthbg: #242526;
        --dark-bgtransparent: transparent;
        --dark-nav-bg: #002765;
        --dark-active-bg: #830000;
        --dark-primarytext: #fff;
        --dark-textcolor: #ccc;
        --dark-bordercolor: #535353;
        --dark-border-white: #fff;
        --dark-thirdlayer-bordercolor: #535353;
        --dark-last-bodercolor-none: none;
        --dark-imgboderclor: #535353;
        --dark-svgcolor: #a2a2a2;
        --dark-svg-active-color: #fff;
    }

    .darkmode-coachmark {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 999
    }

    .dm-cls {
        position: absolute;
        right: 117px;
        top: 119px;
        text-align: center;
        z-index: 10;
    }

    .dm-cls-btn {
        cursor: pointer;
    }

    .dm-cls-btn svg {
        fill: #fff
    }

    .dm-menu-text {
        position: absolute;
        top: 103px;
        right: calc((100vw - 1270px) / 2 + 110px);
    }

    .dm-menutext-mob, .burger_icon {
        display: none;
    }

    .burger_icon {
        position: absolute;
        top: -16px;
        left: 0px;
        width: 42px;
        height: 37px;
        background-color: #002866;
        align-items: center;
        justify-content: center;
    }

    .burger_icon svg {
        width: 22px;
        height: 20px;
    }

    .dm-cls-txt {
        font-size: 16px;
        color: #fff;
        margin-top: -2px;
    }

    .theme-toggle {
        margin: 0 auto
    }

    .theme-toggle input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden
    }

    .theme-toggle label, #menulist li label {
        cursor: pointer;
        text-indent: -9999px;
        width: 112px;
        height: 37px;
        line-height: 35px;
        background: #fff;
        float: left;
        left: 75px;
        border-radius: 100px;
        border: 1px solid #7d7c7c;
        position: relative
    }

    .theme-toggle label:after, #menulist li label:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        border-radius: 90px;
        transition: .3s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-size: 18px
    }

    .theme-toggle input:checked + label {
        background: #000
    }

    .theme-toggle input:checked + label:after {
        right: 4px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        background-size: 20px
    }

    .theme-toggle label:active:after {
        width: 70px
    }

    .theme-toggle label:before, #menulist li label:before {
        content: "Light Mode";
        position: absolute;
        top: 0;
        color: #000;
        font-family: 'Noto Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-indent: 0;
        left: 0;
        padding-right: 8px;
        width: 100%;
        white-space: nowrap;
        text-align: right;
    }

    .theme-toggle input:checked + label:before {
        content: "Dark Mode";
        color: #fff;
        text-align: left;
        padding-right: 0;
        padding-left: 8px;
        left: 0px;
    }

    #menulist li:last-child, li.dark-menu:last-child {
        padding-bottom: 22px;
        position: relative;
        padding-top: 8px;
        text-align: right
    }

    #menulist li:last-child::before, li.dark-menu:last-child::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -20px;
        width: calc(100% + 40px);
        height: 1px;
        background-color: #2f598e
    }

    #menulist li label, li.dark-menu label {
        text-indent: 0;
        height: auto;
        background: none;
        border: none;
        border-radius: 0;
        left: 0;
        float: none;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        font-weight: 400
    }

    #menulist li label span, li.dark-menu label span {
        pointer-events: none
    }

    html[data-theme='dark'] #menulist li label, html[data-theme='dark'] li.dark-menu label {
        background: none
    }

    #menulist li label:before, li.dark-menu label:before {
        content: '';
        top: 27px;
        background-color: #fff;
        height: 16px;
        width: 36px;
        left: auto;
        right: 0;
        border-radius: 22px;
        position: absolute;
    }

    html[data-theme='dark'] #menulist li label:before, html[data-theme='dark'] li.dark-menu label:before {
        content: '';
        top: 27px;
        left: auto;
        right: 0;
    }

    #menulist li label:after, li.dark-menu label:after {
        content: '';
        height: 22px;
        width: 22px;
        top: 24px;
        background-size: 12px;
        left: auto;
        right: 15px;
        position: absolute;
        border-radius: 50%;
        transition: .3s;
    }

    @media (max-width: 1024px) {
        .navigation-at nav ul.at-menu > li {
            order: 2
        }

        .navigation-at nav ul.at-menu > li.dark-menu {
            order: 1;
            border-bottom: 1px solid #1a3e76
        }

        #menulist li:last-child, li.dark-menu:last-child {
            text-align: left
        }

        #menulist li label, li.dark-menu label {
            width: auto;
            padding: 16px 10px;
            display: block;
            margin: 0 -10px
        }

        #menulist li label:before, li.dark-menu label:before, html[data-theme='dark'] #menulist li label:before, html[data-theme='dark'] li.dark-menu label:before {
            top: 15px
        }

        #menulist li label:after, li.dark-menu label:after {
            top: 12px;
            right: 15px;
        }

        html[data-theme='dark'] #menulist li label:after, html[data-theme='dark'] li.dark-menu label:after {
            right: 0px
        }

        #menulist li:last-child::before, li.dark-menu:last-child::before {
            display: none
        }

        .dm-menu-text {
            top: 63px;
            right: auto;
            left: 9px;
        }

        .dm-menu-text > img:first-child {
            display: none;
        }

        .dm-menutext-mob {
            display: block;
        }

        .burger_icon {
            display: flex;
        }

        .dm-cls {
            top: 47px;
            right: 17px
        }
    }

    @media (min-width: 479px) and (max-width:767px), (min-width:800px) and (max-width:991px) {
        .dm-cls {
            height: 97px
        }

        .dm-center {
            top: calc(50% + 40px);
        }

        .dm-cls {
            top: 47px;
            right: 17px
        }

        .dm-menutext-mob {
            width: 220px;
        }
    }

    @media (max-width: 767px) {
        .burger_icon {
            top:-20px;
            left: -10px;
        }

        html[data-theme='dark'] .table-data .at-table-border .row-data, html[data-theme='dark'] .table-data .per-at-m-right-table-col .row-data {
            color: #000000;
        }
    }

    @media (max-width: 479px) {
        .dm-center {
            top:calc(50% + 60px);
        }
    }

    html[data-theme='dark'] body, html[data-theme='dark'] .sectionMargin.sectionContainerBox, html[data-theme='dark'] .accordion-section-content.open {
        color: var(--dark-textcolor);
        background: var(--dark-bodybg)
    }

    html[data-theme='dark'] .photo-pagenation ul li ul.tree-ul-li {
        background: var(--dark-bodybg);
        border: none;
        border-color: var(--dark-bodybg);
        border-right: 1px solid #353637;
    }

    html[data-theme='dark'] img {
        filter: brightness(0.8) contrast(1.2)
    }

    html[data-theme='dark'] .top-hed-menu ul li.active a, html[data-theme='dark'] ul.widget-life-body-dharm .title h3, html[data-theme='dark'] .top-hed-menu ul li:nth-child(1) a, html[data-theme='dark'] .hhm-stoy-left-body a .des h2, html[data-theme='dark'] .home-single-story > h3 a, html[data-theme='dark'] .home-single-story > h3 a, html[data-theme='dark'] ul.rhs-area li h3 a, html[data-theme='dark'] .tab_nav ul li.active, html[data-theme='dark'] .widget-title h2 a, html[data-theme='dark'] .panel-body-sec h3, html[data-theme='dark'] ul.widget-body-rajwar .title h3, html[data-theme='dark'] .small4-1big-body .LHS-main .big-img-text ul li a .title-big h3, html[data-theme='dark'] .bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-cap h3, html[data-theme='dark'] .widget-more a, html[data-theme='dark'] .khel-widget-rhs-body ul li a, /*========= for stroy page ========= */
    html[data-theme='dark'] .story-heading h1, html[data-theme='dark'] ul.highLightList li, html[data-theme='dark'] .bradcum ul li:last-child a, /*========= for story fact check page ========= */
    html[data-theme='dark'] .fact-check .header-sec h2, /*========= for Photo landing page ========= */
    html[data-theme='dark'] .photo-Detail-LHS-Heading h1, html[data-theme='dark'] .tegand-social-main h1, html[data-theme='dark'] .cap-two h2, html[data-theme='dark'] .relatved-video ul li .title h2, html[data-theme='dark'] .tranding-topics-main span, /*========= for delhi page ========= */
    html[data-theme='dark'] .widget-listing-content-section h2 a, /*========= for fact-check page ========= */
    html[data-theme='dark'] .errorpage .latestkhabre h2, /*========= for archive page ========= */
    html[data-theme='dark'] .calender-filter-container .arLHS span, html[data-theme='dark'] .calender-filter-container .arRHS ul li.active a, html[data-theme='dark'] .tab-live-nav ul li.active, /*========= for rate card page ========= */
    html[data-theme='dark'] .rate-list-section ul li h5, html[data-theme='dark'] .complaintsArea h2, html[data-theme='dark'] .category-menu h1, html[data-theme='dark'] .breaking-news h3, html[data-theme='dark'] .breaking-news h2, html[data-theme='dark'] .blogcontent-area .blog-desc .blogcontent h2, html[data-theme='dark'] .el_top-sec h1 > a, html[data-theme='dark'] .el_top-sec h1, html[data-theme='dark'] .videoCube a, html[data-theme='dark'] .story-heading h1, html[data-theme='dark'] .phto-heading, html[data-theme='dark'] .thumbs-feed-01-b .videoCube .video-label-box .video-title, html[data-theme='dark'] .readMOree, html[data-theme='dark'] .tab_nav ul li:hover, html[data-theme='dark'] .anchor-body-detial h2, html[data-theme='dark'] .complaintsArea .fact-check-team p span, html[data-theme='dark'] .foryou_main_menu > ul li.sectionitem.active, html[data-theme='dark'] .detail .section-cat-name {
        color: var(--dark-primarytext)
    }

    html[data-theme='dark'] .player-slider-rr ul li, html[data-theme='dark'] .video-section-widget, html[data-theme='dark'] .pto-glry-hm-ble::before, html[data-theme='dark'] .widget-gallery-photo, html[data-theme='dark'] .widget-container.H-bg.H-gry-Bg .widget-body, /*========= for stroy page ========= */
    html[data-theme='dark'] .main-img, html[data-theme='dark'] .box-gry, /*========= for story fact check page ========= */
    html[data-theme='dark'] .fact-check .header-sec, /*========= for Photo Detail page ========= */
    html[data-theme='dark'] .relatved-video, html[data-theme='dark'] .pre-page a:hover, html[data-theme='dark'] .next-page a:hover, /*========= for auto page ========= */
    html[data-theme='dark'] .tranding-container, /*========= for entertainment page ========= */
    html[data-theme='dark'] .gry-manoranjan::before, /*========= for tez page ========= */
    html[data-theme='dark'] .tez-video-container::before, html[data-theme='dark'] .tez-video-container, html[data-theme='dark'] .bg-drkblue, html[data-theme='dark'] .gry-widget-imgText .thumbnail-grid.grid-pad20 li, /*========= for programmes page ========= */
    html[data-theme='dark'] .leadStory-style3::before, html[data-theme='dark'] .leadStory-style3, /*========= for india today hindi page ========= */
    html[data-theme='dark'] .bgbg-gry, /*========= for delhi page ========= */
    html[data-theme='dark'] .widget-listing:nth-child(even), /*========= for archive page ========= */
    html[data-theme='dark'] .calender-filter-body, /*========= for livetv page ========= */
    html[data-theme='dark'] .tab-live-nav select, /*========= for rate card page ========= */
    html[data-theme='dark'] .rate-list-section ul li, /*========= for woman page ========= */
    html[data-theme='dark'] .pinkclor::before, html[data-theme='dark'] .pinkclor, html[data-theme='dark'] .blog-pg-Body .blogsidebar .sidebar .showcase .content, html[data-theme='dark'] .blogcontent-area .maincontent-area, html[data-theme='dark'] .grydk, html[data-theme='dark'] .grydk::before, html[data-theme='dark'] .widget-video-gallery, html[data-theme='dark'] .widget-video-gallery::before, html[data-theme='dark'] .notification, html[data-theme='dark'] .anchor-container-detail, html[data-theme='dark'] .aapKeAnchor .aapachor-desc .text-area, html[data-theme='dark'] .anchor-container ul li, html[data-theme='dark'] .lu-inner, html[data-theme='dark'] .vivadit-panel-slider .content-panel-el, html[data-theme='dark'] .foryou_main_menu, html[data-theme='dark'] .category-submit input.recom-submit, html[data-theme='dark'] .foryou-listing .list-card .container-card, html[data-theme='dark'] .bottomSliderSwipe {
        background: var(--dark-secondbodybg)
    }

    html[data-theme='dark'] .faq_area, html[data-theme='dark'] .factArea .accordion-section-title {
        background-color: var(--dark-fifthbg)
    }

    html[data-theme='dark'] .player-slider-rr ul li {
        background: var(--dark-secondbodybg);
        border: 1px solid var(--dark-bordercolor)
    }

    html[data-theme='dark'] .panel-body-sec .img-panl, html[data-theme='dark'] .small4-1big-body .LHS-main .sthumb ul, html[data-theme='dark'] .small4-1big-body .RHS-main .sthumb ul li, html[data-theme='dark'] .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li, html[data-theme='dark'] .HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li, html[data-theme='dark'] .HlifeSty-main, html[data-theme='dark'] .ipad-mob-link ul li, /*========= for bhart page ========= */
    html[data-theme='dark'] .bdrb, /*========= for dharm page ========= */
    html[data-theme='dark'] .bg-yellow.leadStory-style1 .ls_right .ls_right-samll-story ul li, html[data-theme='dark'] .six-story-body-widget ul li, html[data-theme='dark'] ul.video-ply li, html[data-theme='dark'] .sportpg-gallery.widget-gallery-photo .widget-gallery-photo-container .photo-gallery-thum ul li, html[data-theme='dark'] .ls-bottom-story-2 li, html[data-theme='dark'] .ls_right-samll-story ul li, /*========= for india today hindi page ========= */
    html[data-theme='dark'] .sm-thumb-listing.sm_thumb-grid3 li a, /*========= for india delhi page ========= */
    html[data-theme='dark'] .widget-listing-body, html[data-theme='dark'] .blogcontent-area .mainblog-img, html[data-theme='dark'] .blogcontent-area .blog-desc .blogcontent ul.social, {
        border-bottom: 1px solid var(--dark-bordercolor)
    }

    html[data-theme='dark'] .navigation-at nav ul.at-menu li {
        border-color: #1a3e76;
    }

    html[data-theme='dark'] .khel-widget-hhm ul li, html[data-theme='dark'] .pto-glry-hm-ble .photo-gallery-thum ul li {
        border-bottom: 1px solid var(--dark-thirdlayer-bordercolor)
    }

    html[data-theme='dark'] .HlifeSty .fv_right-sec .sm-thumb-listing-4 li:last-child, html[data-theme='dark'] ul.video-ply li:last-child {
        border-bottom: 1px solid var(--dark-last-bodercolor-none)
    }

    html[data-theme='dark'] .big-story-text h2, html[data-theme='dark'] .story-related-video ul li .thmb-detail-main .text-detial, html[data-theme='dark'] .home-story-slider .des h3, html[data-theme='dark'] .home-story-slider .des p, html[data-theme='dark'] .home-single-story > h3, html[data-theme='dark'] .story-listing li h3, html[data-theme='dark'] .sm-thumb-listing .title h3, html[data-theme='dark'] .badikhbre-widget ul li a, html[data-theme='dark'] .live-list-group p, html[data-theme='dark'] ul.md-thumb-listing li a .title h3, html[data-theme='dark'] .khel-widget-hhm ul li a, html[data-theme='dark'] ul.widget-life-body-listing .title h3, html[data-theme='dark'] ul.rhs-area li h3, html[data-theme='dark'] ul.sm-thumb-listing-4 li a .title h3, html[data-theme='dark'] .four-first-story .fv-cap h4, html[data-theme='dark'] .right-Player .left-sec .sm-thumb-listing .title.title-bold h3, html[data-theme='dark'] .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing ul li .title h3, html[data-theme='dark'] .hhm-stoy-left-body a .des p, html[data-theme='dark'] .widget-container.H-bg .fv_left-sec .fv-first-story ul.md-thumb-listing li a .title h3, html[data-theme='dark'] .widget-container.H-bg .fv_right-sec ul.md-thumb-listing li .title h3, html[data-theme='dark'] .HlifeSty .fv_left-sec .four-first-story .fv-cap h3, html[data-theme='dark'] .HlifeSty .fv_right-sec .sm-thumb-listing-4 li .title h3, html[data-theme='dark'] .rashi-body-inner h4, html[data-theme='dark'] .rashi-body-inner p, html[data-theme='dark'] .tab_nav ul li, html[data-theme='dark'] .small4-1big-body .LHS-main .sthumb ul li a .sstitle-listing h3, html[data-theme='dark'] .small4-1big-body .RHS-main .sthumb ul li a .sstitle-listing h3, html[data-theme='dark'] .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .title h3, html[data-theme='dark'] .RHSIndEng .widget-body .sm-thumb-listing .title h3, html[data-theme='dark'] .widget-lifestyle-container ul.sm-thumb-listing li .title h3, html[data-theme='dark'] .widget-gallery-bottom-sec ul li .abt-detail, html[data-theme='dark'] .hp-poll h3, html[data-theme='dark'] .ipad-mob-link ul li .navlogo-in-main .nav-login a, html[data-theme='dark'] .navigation-at nav ul.at-menu li a, /*========= for stroy page ========= */
    html[data-theme='dark'] .sab-head-tranlate-sec p, html[data-theme='dark'] .brand-detial-main h4, html[data-theme='dark'] .brand-detial-main ul li, html[data-theme='dark'] .story-with-main-sec p, html[data-theme='dark'] .sidebar .sidebar-rhs .sm-thumb-listing .title h3, html[data-theme='dark'] .apptext, html[data-theme='dark'] .bradcum ul li:first-child a, html[data-theme='dark'] .bradcum ul li:nth-child(2):before, html[data-theme='dark'] .story-with-main-sec h6, html[data-theme='dark'] .moviereview, html[data-theme='dark'] .review-lis ul li, html[data-theme='dark'] .bradcum ul li:nth-child(3):before, html[data-theme='dark'] .bradcum ul li a, /*========= for story fact check page ========= */
    html[data-theme='dark'] .fact-heading h3, html[data-theme='dark'] .fact-inner-body h4, html[data-theme='dark'] .fact-point ul li, html[data-theme='dark'] .story-with-main-sec div, /*========= for Photo landing page ========= */
    html[data-theme='dark'] .cap-two h6, html[data-theme='dark'] .relatved-video ul li a .title h5, html[data-theme='dark'] .thumbnail-grid li .title, html[data-theme='dark'] .thumbnail-grid li .text-area .total-photo, /*========= for Photo Detail page ========= */
    html[data-theme='dark'] .photo-detail-text div, html[data-theme='dark'] .pre-page a, html[data-theme='dark'] .next-page a, /*========= for video landing page ========= */
    html[data-theme='dark'] .first-bg-video .cap h2, /*========= for video detail page ========= */
    html[data-theme='dark'] .common-area p, /*========= for world page ========= */
    html[data-theme='dark'] .ls-bottom-story li .ls-title, /*========= for tez page ========= */
    html[data-theme='dark'] .related-rigth-video-inner ul li .title, /*========= for dharm page ========= */
    html[data-theme='dark'] .bg-yellow.leadStory-style1 .ls_right .ls_right-samll-story ul li h4, html[data-theme='dark'] .big-bottom-li ul li h2, html[data-theme='dark'] .rashi-sub-panel h3, html[data-theme='dark'] .rashi-read-more a, html[data-theme='dark'] .six-story-body-widget ul li .title h3, html[data-theme='dark'] .photo-thum-container h4, html[data-theme='dark'] ul.video-ply li a .title h3, /*========= for programm page ========= */
    html[data-theme='dark'] .program-ls-rhs.ls-inner-right ul.md-thumb-listing li .title h2, html[data-theme='dark'] .leadStory-style1 .ls-inner .ls_right ul li h3, /*========= for programmes page ========= */
    html[data-theme='dark'] .load-more a, /*========= for sport page ========= */
    html[data-theme='dark'] .ls-s3-otherStory .ls3-title h3, /*========= for lifestyle page ========= */
    html[data-theme='dark'] .ls-bottom-story-2 li .ls-title, html[data-theme='dark'] .ls_right-samll-story ul li h4, html[data-theme='dark'] .widget-listing-content-section p, html[data-theme='dark'] .widget-listing-content-section h5, html[data-theme='dark'] .widget-listing-content-section div, html[data-theme='dark'] .errorpage .latestkhabre ul li a .contentarea, /*========= for error page ========= */
    html[data-theme='dark'] .errorpage .explorekare h2, html[data-theme='dark'] .errorpage .explorekare ul li a, /*========= for videos page ========= */
    html[data-theme='dark'] .relatved-video ul li a .title h2, /*========= for archive page ========= */
    html[data-theme='dark'] .calender-filter-container .arRHS ul li a, /*========= for live tv page ========= */
    html[data-theme='dark'] .tab-live-nav ul li, html[data-theme='dark'] .tab-live-nav select, /*========= for rate card page ========= */
    html[data-theme='dark'] .rate-list-section h4, html[data-theme='dark'] .rate-list-section ul li h3, /*========= for woman page ========= */
    html[data-theme='dark'] .SST-Right ul li a h3, html[data-theme='dark'] .big-bottom-SST-story li .ls-title, /*========= taboola ========= */
    html[data-theme='dark'] .thumbs-feed-01-b .syndicatedItem .video-title, html[data-theme='dark'] .organic-thumbs-feed-01-c .video-title, html[data-theme='dark'] .thumbs-feed-01-a .syndicatedItem .video-title, html[data-theme='dark'] .complaintsArea p, html[data-theme='dark'] .category-menu .category-list p, html[data-theme='dark'] .breaking-news ul li .content p, html[data-theme='dark'] .breaking-news ul li .leftarea span, html[data-theme='dark'] .blogcontent-area .maincontent-area .blg-kick, html[data-theme='dark'] .blogcontent-area .maincontent-area h3, html[data-theme='dark'] .fact-check-sub-menu ul li:not(.active) a, html[data-theme='dark'] .ets-title a, html[data-theme='dark'] .wpv-title h4, html[data-theme='dark'] .election-swiper .el-l-text, html[data-theme='dark'] .alternating-thumbnails-rr .syndicatedItem .video-title, html[data-theme='dark'] .subscribe-form .form-lable, html[data-theme='dark'] .sab-head-tranlate-sec h2, html[data-theme='dark'] .alternating-thumbnails-rr .video-title, html[data-theme='dark'] .alternating-thumbnails-rr .logoDiv a span, html[data-theme='dark'] .thumbnails-b .syndicatedItem .video-title, html[data-theme='dark'] .thumbnails-b .logoDiv a span, html[data-theme='dark'] .thumbnails-b .trc_rbox_header, html[data-theme='dark'] .thumbs-feed-01 .syndicatedItem .video-title, html[data-theme='dark'] .organic-thumbs-feed-01 .video-description, html[data-theme='dark'] .noti-left h4, html[data-theme='dark'] .noti-date, html[data-theme='dark'] .StoryLhsMain .StoryLhsbody ul li, html[data-theme='dark'] .corona-coutner h3, html[data-theme='dark'] .corona-coutner .crna-title, html[data-theme='dark'] .H-Air-Bg-des a h2, html[data-theme='dark'] .VideoListingSec .rightTxt p a, html[data-theme='dark'] #tab-link-wrapper-plugin ul li a, html[data-theme='dark'] .newcon-main_innner_sec ul li, html[data-theme='dark'] .all-result, html[data-theme='dark'] .live-update-time, html[data-theme='dark'] .vivadit-panel-slider .hel-text, html[data-theme='dark'] .category-submit input.recom-submit, html[data-theme='dark'] .foryou_main_menu > ul li, html[data-theme='dark'] .foryou_main_menu > ul li a, html[data-theme='dark'] .foryou_main_menu > ul li.sectionitem.active, html[data-theme='dark'] .foryou-listing .list-card .container-card h2 a, html[data-theme='dark'] .mainBorromSliderSec .swiper-container .recengine-wrapper li p a, html[data-theme='dark'] .rhs-thumb-shadow-container ul.sm-thumb-listing .title h3, html[data-theme='dark'] .moviereview .start-body span span.rating-fnt, html[data-theme='dark'] .moviereview .start-body span, html[data-theme='dark'] .noti-lext-area p, html[data-theme='dark'] .it_top10-story a {
        color: var(--dark-textcolor)
    }

    html[data-theme='dark'] .story-related-video ul li .thmb-detail-main .thumb-icon, html[data-theme='dark'] .big-story-video, html[data-theme='dark'] .single_str .thumb, html[data-theme='dark'] .sm-thumb-listing .thumb, html[data-theme='dark'] .home-story-slider, html[data-theme='dark'] .story-listing li, html[data-theme='dark'] .badikhbre-widget ul li, html[data-theme='dark'] .fv-first-story .fv-first-thumb, html[data-theme='dark'] ul.md-thumb-listing li a .thumb, html[data-theme='dark'] ul.md-thumb-listing li, html[data-theme='dark'] .rhs-thumb-shadow-body-img, html[data-theme='dark'] .sm-thumb-listing.bb1 li, html[data-theme='dark'] ul.widget-life-body-listing li, html[data-theme='dark'] ul.widget-life-body-listing .thumb, html[data-theme='dark'] ul.widget-body-rajwar .thumb, html[data-theme='dark'] ul.widget-life-body-dharm .thumb, html[data-theme='dark'] .four-first-story .fv-first-thumb, html[data-theme='dark'] ul.sm-thumb-listing-4 li, html[data-theme='dark'] .widget-container.H-bg .fv_right-sec ul.md-thumb-listing li, html[data-theme='dark'] .rashi-inner, html[data-theme='dark'] .RHSIndEng .widget-body .sm-thumb-listing.bb1 li, /*========= for stroy page ========= */
    html[data-theme='dark'] .sidebar .sidebar-rhs .sm-thumb-listing.bb1 li, html[data-theme='dark'] .userdetail-share-main, html[data-theme='dark'] .top-head-body, html[data-theme='dark'] .review-lis ul li, html[data-theme='dark'] .moviereview, html[data-theme='dark'] .share-social-icons, /*========= for Photo landing page ========= */
    html[data-theme='dark'] .tegand-social-main, html[data-theme='dark'] .photo-landing, /*========= for Photo Detail page ========= */
    html[data-theme='dark'] .parent-big-photo, /*========= for Photo Detail page ========= */
    html[data-theme='dark'] .bhttpgfiv .widget-body .fv_left-sec .fv-first-story .fv-first-thumb, /*========= for world page ========= */
    html[data-theme='dark'] .big-img-shadow-area, html[data-theme='dark'] .ls-bottom-story li .ls-thumb, html[data-theme='dark'] .mano-ranj-bottom ul li .ls-thumb, /*========= for dharm page ========= */
    html[data-theme='dark'] .big-btm-img, html[data-theme='dark'] .bg-yellow.leadStory-style1 .ls_right .ls_right-samll-story ul li .small-img, html[data-theme='dark'] .six-story-body-widget ul li .thumb, html[data-theme='dark'] .widget-play-video, html[data-theme='dark'] ul.video-ply li a .thumb, html[data-theme='dark'] .leadStory-style1 .ls-inner .ls_right ul li .ls-thumb, html[data-theme='dark'] .ls_s3-thumb, html[data-theme='dark'] .ls-s3-otherStory .ls3-thumb, /*========= for lifestyle page ========= */
    html[data-theme='dark'] .lifestyle-big-photo ul li .ls-thumb, html[data-theme='dark'] .ls-bottom-story-2 li .ls-thumb, html[data-theme='dark'] .ls_right-samll-story ul li .small-img, html[data-theme='dark'] .widget-listing-thumb, html[data-theme='dark'] .errorpage .latestkhabre ul li .imgarea img, /*========= for photo detail page ========= */
    html[data-theme='dark'] .sidebar .sidebar-rhs .sm-thumb-listing .thumb, /*========= for live tv page ========= */
    html[data-theme='dark'] .livetv-nav-sec, html[data-theme='dark'] .tab-live-nav select, /*========= for rate card page ========= */
    html[data-theme='dark'] .rate-list-section ul li, /*========= for woman page ========= */
    html[data-theme='dark'] .big-img-SST, html[data-theme='dark'] .SST-Right ul li a .thumb-img, html[data-theme='dark'] .big-bottom-SST-story li .ls-thumb, html[data-theme='dark'] .blogcontent-area .maincontent-area, html[data-theme='dark'] .blog-pg-Body .blogsidebar .sidebar .showcase .content, html[data-theme='dark'] .fact-check-sub-menu, html[data-theme='dark'] .right-Player .left-sec .sm-thumb-listing li, html[data-theme='dark'] .hhm-stoy-left-body, html[data-theme='dark'] .home-single-story, html[data-theme='dark'] .el-top-story, html[data-theme='dark'] .el-top-story .ets-item, html[data-theme='dark'] .akbk-widget, html[data-theme='dark'] .election-photo-5-gallery, html[data-theme='dark'] .widget-video-gallery ul.video-ply li, html[data-theme='dark'] .top_dharm.bg-yellow.leadStory-style1 .ls_right .ls_right-samll-story ul li, html[data-theme='dark'] .top_dharm_lifestyle .ls-bottom-story-2 li, html[data-theme='dark'] .top_dharm_lifestyle .ls_right-samll-story ul li, html[data-theme='dark'] .photo-gallery-thum ul li, html[data-theme='dark'] .six-story-body-widget ul li, html[data-theme='dark'] .notification, html[data-theme='dark'] .HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li, html[data-theme='dark'] .small4-1big-body .RHS-main .sthumb ul li, html[data-theme='dark'] .HlifeSty-main, html[data-theme='dark'] .small4-1big-body .LHS-main .sthumb ul, html[data-theme='dark'] .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li, html[data-theme='dark'] .home-pg-dsk.sidebar .sidebar-body .mian-thmb-sec .sm-thumb-listing li, html[data-theme='dark'] .panel-body-sec .img-panl, html[data-theme='dark'] .StoryLhsMain .StoryLhsbody ul li, html[data-theme='dark'] .corona-coutner ul, html[data-theme='dark'] .corona-anya-khabre, html[data-theme='dark'] .crn_ft-item, html[data-theme='dark'] .br-bottom, html[data-theme='dark'] .partent-new-sec ul li, html[data-theme='dark'] .newimg, html[data-theme='dark'] .aapKeAnchor .aapachor-desc, html[data-theme='dark'] .anchor-img, html[data-theme='dark'] .aapKeAnchor .aapachor-desc .thumb, html[data-theme='dark'] .factArea .accordion-section, html[data-theme='dark'] .fact-check-team, html[data-theme='dark'] .sm-thumb-listing.sm_thumb-grid3 li a, html[data-theme='dark'] .lu-inner, html[data-theme='dark'] .lu-inner li, html[data-theme='dark'] .photo-widget, html[data-theme='dark'] .vivadit-panel-slider .content-panel-el, html[data-theme='dark'] .corona-listing li, html[data-theme='dark'] .main-category::before, html[data-theme='dark'] .main-category::after, html[data-theme='dark'] .noti-body ul li, html[data-theme='dark'] .rhs-thumb-shadow-container ul.sm-thumb-listing.bb1 li {
        border-color: var(--dark-bordercolor)
    }

    html[data-theme='dark'] .second-panel .swiper-slide-new.active {
        border-color: var(--dark-border-white)
    }

    html[data-theme='dark'] .widget-container.gray-bg .widget-body, html[data-theme='dark'] .widget-container .widget-body, html[data-theme='dark'] .big1_1right_3bottom, html[data-theme='dark'] .big1_1right_3bottom .mano-ranj-bottom ul li, html[data-theme='dark'] .StoryLhsMain .StoryLhsHeading {
        background-color: var(--dark-secondbodybg)
    }

    html[data-theme='dark'] .widget-title h2, html[data-theme='dark'] .live-list-group h4, html[data-theme='dark'] .big1_1right_3bottom .mano-ranj-bottom ul li a h2.ls-title, html[data-theme='dark'] .big1_1right_3bottom .mano-ranj-rhs ul li h2, html[data-theme='dark'] .khabreSection h2 a, html[data-theme='dark'] .corona-anya-khabre h2, html[data-theme='dark'] .StoryLhsMain .StoryLhsHeading, html[data-theme='dark'] .story-with-main-sec .at-quotes p, html[data-theme='dark'] .story-with-main-sec p strong, html[data-theme='dark'] #tab-link-wrapper-plugin .heading-text, html[data-theme='dark'] .partent-new-sec h2, html[data-theme='dark'] .all-result span, html[data-theme='dark'] .follow span, html[data-theme='dark'] .brand-detial-main h4 a, html[data-theme='dark'] .story-with-main-sec p b, html[data-theme='dark'] ul.rhs-area li p, html[data-theme='dark'] .blog-pg-Body .blogsidebar .sidebar .live-update-body ul li .live-list-group h4, html[data-theme='dark'] .blog-pg-Body .blogsidebar .sidebar .live-update-body ul li .live-list-group p, html[data-theme='dark'] div[class*=' thumbs-feed'] .syndicatedItem .video-label, html[data-theme='dark'] .it_top10-story h3 {
        color: var(--dark-primarytext)
    }

    html[data-theme='dark'] .lv-row .live-update-container .content, html[data-theme='dark'] .live-update-container .content {
        background: var(--dark-secondbodybg);
        border-color: var(--dark-bordercolor)
    }

    html[data-theme='dark'] .live-update-body ul li, html[data-theme='dark'] .blog-pg-Body .blogsidebar .sidebar .live-update-body ul li {
        background-color: var(--dark-thirdbg);
        border-color: var(--dark-bordercolor)
    }

    html[data-theme='dark'] .khel-widget-body, html[data-theme='dark'] .pto-glry-hm-ble-dk, html[data-theme='dark'] .hp-poll, /*========= for stroy page ========= */
    html[data-theme='dark'] ul.socialnewtwork, html[data-theme='dark'] .fact-check-section, html[data-theme='dark'] div.light-gry, /*========= for world page ========= */
    html[data-theme='dark'] .mano-ranj-bottom ul li, /*========= for sports page ========= */
    html[data-theme='dark'] .ls-s3-otherStory .ls3-title, html[data-theme='dark'] .ls_s3-first-story a .ls_s3-title, html[data-theme='dark'] .form-ctrl, html[data-theme='dark'] .foryou_main_menu > ul li:hover, html[data-theme='dark'] .mainBorromSliderSec .bottomSliderSwipe .recengine-button-prev, html[data-theme='dark'] .mainBorromSliderSec .bottomSliderSwipe .recengine-button-next {
        background-color: var(--dark-thirdbg)
    }

    html[data-theme='dark'] .social-widget {
        background-color: var(--dark-forthbg)
    }

    html[data-theme='dark'] .sidebar .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #121212
    }

    html[data-theme='dark'] .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, html[data-theme='dark'] .content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, html[data-theme='dark'] .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: #e6e6e6 !important
    }

    html[data-theme='dark'] .rashiphal .swiper-slide svg, /*========= for dharm page ========= */
    html[data-theme='dark'] .second-panel .swiper-slide-new svg, html[data-theme='dark'] .rashi-read-more a svg, html[data-theme='dark'] .calender-filter-container .arLHS .input-group span svg, html[data-theme='dark'] .shreCard svg, html[data-theme='dark'] .st0, html[data-theme='dark'] .aapKeAnchor .swiper-button-prev svg, html[data-theme='dark'] .aapKeAnchor .swiper-button-next svg {
        fill: var(--dark-svgcolor)
    }

    html[data-theme='dark'] .aapKeAnchor .swiper-button-prev.swiper-button-disabled svg, html[data-theme='dark'] .aapKeAnchor .swiper-button-next.swiper-button-disabled svg {
        fill: var(--dark-secondbodybg)
    }

    html[data-theme='dark'] .second-panel .rashi-body-inner span svg, html[data-theme='dark'] .second-panel .swiper-slide-new.active svg {
        fill: var(--dark-svg-active-color)
    }

    html[data-theme='dark'] .tbl-next-up-closeBtn svg {
        fill: var(--dark-primarytext)
    }

    html[data-theme='dark'] .second-panel .swiper-slide-new.active {
        background: #232323;
        background: -moz-linear-gradient(top, #232323 0%, #323232 100%);
        background: -webkit-linear-gradient(top, #232323 0%, #323232 100%);
        background: linear-gradient(to bottom, #232323 0%, #323232 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#323232', GradientType=0)
    }

    html[data-theme='dark'] .tab-inner-body-inside {
        background-color: #444;
        background: -moz-linear-gradient(top, #444 0%, #444 100%);
        background: -webkit-linear-gradient(top, #444 0%, #444 100%);
        background: linear-gradient(to bottom, #444 0%, #444 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#444', GradientType=0)
    }

    html[data-theme='dark'] .bg-yellow, html[data-theme='dark'] .gredienclr, html[data-theme='dark'] .gradient-purpal {
        background: #2c2c2c;
        background: -moz-linear-gradient(top, rgba(44, 44, 44, 1) 1%, rgba(44, 44, 44, 1) 60%, rgba(44, 44, 44, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(44, 44, 44, 1) 1%, rgba(44, 44, 44, 1) 60%, rgba(44, 44, 44, 1) 100%);
        background: linear-gradient(to bottom, rgba(44, 44, 44, 1) 1%, rgba(44, 44, 44, 1) 60%, rgba(44, 44, 44, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#2c2c2c', GradientType=0)
    }

    html[data-theme='dark'] ul.socialnewtwork {
        box-shadow: 0 2px 8px #2c2c2c
    }

    html[data-theme='dark'] .fedback-sec, html[data-theme='dark'] .cmload-comment-btn {
        border-color: #999
    }

    html[data-theme='dark'] .fedback-sec svg, .foryou_main_menu > ul li a svg {
        fill: #fff
    }

    html[data-theme='dark'] .hscorecard iframe {
        background-color: #eee
    }

    html[data-theme='dark'] .tabcontent, html[data-theme='dark'] .hhm-stoy-left-body a .thumb, html[data-theme='dark'] .right-Player .left-sec .sm-thumb-listing .thumb, html[data-theme='dark'] .hhm-stoy-left-body a .thumb, html[data-theme='dark'] .single_str .thumb, html[data-theme='dark'] .player-slider-rr ul li, html[data-theme='dark'] ul.md-thumb-listing li a .thumb, html[data-theme='dark'] .khel-widget-rhs-body-img, html[data-theme='dark'] .HlifeSty .fv_left-sec .four-first-story .fv-first-thumb, html[data-theme='dark'] ul.widget-life-body-dharm .thumb, html[data-theme='dark'] .widget-lifestyle-container ul.sm-thumb-listing .thumb, html[data-theme='dark'] ul.rhs-area li .state-img, html[data-theme='dark'] ul.widget-body-rajwar .thumb, html[data-theme='dark'] .small4-1big-body .LHS-main .big-img-text ul li a .thmbbig, html[data-theme='dark'] .small4-1big-body .LHS-main .sthumb ul li a .ssthumb-listing, html[data-theme='dark'] .small4-1big-body .RHS-main .sthumb ul li a .ssthumb-listing, html[data-theme='dark'] .H-bg.H-gry-Bg .widget-body .fv_left-sec .fv-first-story .fv-first-thumb, html[data-theme='dark'] .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .thumb, html[data-theme='dark'] .bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-first-thumb, html[data-theme='dark'] .rhs-thumb-shadow-body-img, html[data-theme='dark'] .rhs-thumb-shadow-container ul.sm-thumb-listing .thumb, html[data-theme='dark'] .RHSIndEng .widget-body .sm-thumb-listing .thumb, html[data-theme='dark'] .widget-container.H-bg .fv_left-sec .fv-first-story a .fv-first-thumb, html[data-theme='dark'] .video-lhs-are ul li .vido__img, /*========= for stroy page ========= */
    html[data-theme='dark'] .main-img img, html[data-theme='dark'] .aapsection, html[data-theme='dark'] ul.socialnewtwork, /*========= for story fact check page ========= */
    html[data-theme='dark'] .fact-check, html[data-theme='dark'] .fact-check-section, /*========= for Photo landing page ========= */
    html[data-theme='dark'] .first-bg-video, html[data-theme='dark'] .relatved-video ul li .thumb, html[data-theme='dark'] .thumbnail-grid li .thumb, html[data-theme='dark'] .big-photo, /*========= for Photo detail page ========= */
    html[data-theme='dark'] .pre-page a, html[data-theme='dark'] .next-page a, /*========= for auto page ========= */
    html[data-theme='dark'] .tranding-inner-rhs-listdiv ul li .ls-first-story .ls-thumb, html[data-theme='dark'] .ls-first-story .ls-thumb, html[data-theme='dark'] .tranding-inner-section .main-img-sec .ls-first-story a .ls-thumb, /*========= for tez page ========= */
    html[data-theme='dark'] .img-video-main, html[data-theme='dark'] .related-rigth-video-inner ul li .thumb, /*========= for programmes page ========= */
    html[data-theme='dark'] .load-more a {
        border: 1px solid var(--dark-imgboderclor)
    }

    html[data-theme='dark'] .navigation-container, html[data-theme='dark'] .ipad-mob-link, html[data-theme='dark'] #menulist, html[data-theme='dark'] .search-section, html[data-theme='dark'] .navigation-at nav ul.at-menu, {
        background: var(--dark-nav-bg)
    }

    html[data-theme='dark'] .notification > .noti-heading, html[data-theme='dark'] .noti-footer, html[data-theme='dark'] .noti-body {
        background-color: #000000;
    }

    html[data-theme='dark'] .noti-body ul li {
        background-color: #2C2C2C;
    }

    html[data-theme='dark'] .noti-body ul li.read {
        background-color: #000000;
    }

    html[data-theme='dark'] .noti-body ul li:hover {
        background: #000000;
        box-shadow: 0px 30px 40px #00000008;
    }

    html[data-theme='dark'] .noti-body ul::-webkit-scrollbar-track {
        background-color: #000000;
    }

    html[data-theme='dark'] .st0 {
        fill: #E2436D;
    }

    html[data-theme='dark'] .tab_nav ul {
        background-color: #002765
    }

    html[data-theme='dark'] .notification {
        border-top-color: #d71920;
        box-shadow: none
    }

    html[data-theme='dark'] .load-more a:hover, html[data-theme='dark'] .cmload-comment-btn:hover {
        background-color: #d71920;
        border-color: #d71920
    }

    html[data-theme='dark'] .tranding-topics-main ul li a, html[data-theme='dark'] .story-with-main-sec div a {
        color: #d71920;
    }

    html[data-theme='dark'] .tab_nav ul li.active {
        background: var(--dark-active-bg)
    }

    html[data-theme='dark'] .vidoe__middel__widget {
        border-left: 1px solid #535353
    }

    html[data-theme='dark'] .vidoe__middel__widget, html[data-theme='dark'] .livetv-nav-sec ul li {
        border-right: 1px solid #535353
    }

    html[data-theme='dark'] .navigation-container {
        border-top: 1px solid #002765
    }

    html[data-theme='dark'] .fixed-nav .navigation-container {
        border-bottom: 1px solid #939393
    }

    html[data-theme='dark'] .manoranjan-widget {
        border-bottom: 9px solid #535353
    }

    html[data-theme='dark'] .video-lhs-are ul li {
        border-bottom: 1px solid var(--dark-blue-border)
    }

    html[data-theme='dark'] .vidoe__middel__widget__inner, html[data-theme='dark'] .vido__img, html[data-theme='dark'] .photo-gallery-big-inner-img, html[data-theme='dark'] .photo-gallery-thum ul li .photo-thum-container .photo-thum-img, html[data-theme='dark'] .widget-gallery-bottom-sec ul li .img-thmb {
        border: 1px solid var(--dark-img-blue-border)
    }

    html[data-theme='dark'] .widget-container.H-bg .widget-body, html[data-theme='dark'] .RHSIndEng .widget-body, /*========= for Photo landing page ========= */
    html[data-theme='dark'] .widget-body.phot-landing-widget, html[data-theme='dark'] .sidebar .sidebar-rhs .widget-container .widget-body, /*========= for bhart page ========= */
    html[data-theme='dark'] .widget-container.bharat-five.bhttpgfiv .widget-body, html[data-theme='dark'] .six-widget-story.bbnone-mob .widget-container .widget-body, /*========= for programme page ========= */
    html[data-theme='dark'] .widget-container.delhi-pg .widget-body-main.mrbb10.imgedge .widget-body, html[data-theme='dark'] .category-submit {
        background: var(--dark-bgtransparent)
    }

    html[data-theme='dark'] .category-menu .category-list .caption img {
        filter: brightness(1.1)
    }

    html[data-theme='dark'] .widget-container .widget-body.videoListing, html[data-theme='dark'] .widget-container .widget-body.pto-listing-bbnone, html[data-theme='dark'] .searchArea .scc_inGssHomeSbOnly.web, html[data-theme='dark'] .it_top10-story .it_top10-story-inner {
        background-color: transparent
    }

    html[data-theme='dark'] [data-feed-main-container-id="taboola-below-category-thumbnails"].tbl-feed-frame-DIVIDER .tbl-feed-card, html[data-theme='dark'] [data-feed-main-container-id="taboola-below-article-thumbnails"].tbl-feed-frame-DIVIDER .tbl-feed-card, html[data-theme='dark'] [data-feed-main-container-id="taboola-below-homepage-thumbnails"].tbl-feed-frame-DIVIDER .tbl-feed-card {
        box-shadow: 0 1px #535353
    }

    html[data-theme='dark'] .trc_multi_widget_container, html[data-theme='dark'] .thumbs-feed-01-a-2x1 .syndicatedItem .video-label-box, html[data-theme='dark'] .thumbs-feed-01-b .syndicatedItem .video-label-box, html[data-theme='dark'] .rec-reel-sc2 .videoCube .video-label-box, html[data-theme='dark'] .organic-thumbs-feed-01-c .videoCube .video-label-box, html[data-theme='dark'] .thumbs-hero-01 .videoCube.syndicatedItem .video-label-box, html[data-theme='dark'] .organic-thumbs-feed-01-mp .videoCube .video-label-box {
        background-color: var(--dark-secondbodybg) !important
    }

    html[data-theme='dark'] .thumbs-hero-01-a .videoCube.syndicatedItem {
        border-color: var(--dark-bordercolor)
    }

    html[data-theme='dark'] .syndicatedItem .video-title, html[data-theme='dark'] .rec-reel-sc2 .videoCube .video-label-box .video-title, html[data-theme='dark'] .organic-thumbs-feed-01-mp .videoCube .video-label-box .video-title, html[data-theme='dark'] .thumbs-feed-01-b .video-title, html[data-theme='dark'] .thumbs-feed-01-a-2x1 .video-title, {
        color: var(--dark-textcolor) !important
    }

    html[data-theme='dark'] .sponsoredText, html[data-theme='dark'] .hp-poll #already_voted span {
        color: #fc3b43
    }

    html[data-theme='dark'] .single_str .title h3, html[data-theme='dark'] .photo-detail-text p, html[data-theme='dark'] .main-img span, html[data-theme='dark'] .anchor-body-detial p, html[data-theme='dark'] .aapKeAnchor .aapachor-desc .text-area h2, html[data-theme='dark'] .factArea .accordion-section-title, html[data-theme='dark'] .crn_ft-sol, html[data-theme='dark'] .anchor-container ul li .anchor-body h2, html[data-theme='dark'] .lu-inner p, html[data-theme='dark'] .election-photo-gallery .el-l-text, html[data-theme='dark'] .vivadit-panel-slider .el-biv-text, html[data-theme='dark'] .vivadit-panel-slider .su-text, html[data-theme='dark'] .key-candidate p, html[data-theme='dark'] .big-fight p, html[data-theme='dark'] .corona-listing li h3 a, html[data-theme='dark'] .fedback-sec a p, html[data-theme='dark'] .cmload-comment-btn {
        color: #eaeaea
    }

    html[data-theme='dark'] .vivadit-panel-slider .img-panel > div {
        border-color: #eaeaea
    }

    html[data-theme='dark'] .topRightInfo .searchArea input[type=text] {
        background-color: #c3c3c3
    }

    html[data-theme='dark'] .next-page a:hover, html[data-theme='dark'] .pre-page a:hover {
        background-color: #c5322c
    }

    html[data-theme='dark'] .complaintsArea p a {
        color: #c5322c !important
    }

    html[data-theme='dark'] .complaintsArea p a:hover {
        color: #fff !important
    }

    html[data-theme='dark'] .category-submit input.recom-submit {
        border-color: var(--dark-secondbodybg)
    }

    /*-- for budget 2021 css convert to dark mode --*/
    html[data-theme='dark'] .el-vidhansabha-txt h2 {
        color: #fff;
    }

    html[data-theme='dark'] .el-vidhansabha-txt p {
        color: #ccc;
    }

    html[data-theme='dark'] .mid-header .tagline {
        color: #fff;
    }

    html[data-theme='dark'] .el-vidhansabha-txt p a {
        color: #5e5e5e;
    }

    /*-- for home page radio player dark mode css --*/
    html[data-theme='dark'] .widget-head .widget-title span.podHmSvg svg {
        fill: #fff;
    }

    html[data-theme='dark'] .radio-player-section {
        border: 1px solid #535353;
    }

    html[data-theme='dark'] .img-audio img {
        border: 1px solid #535353;
    }

    html[data-theme='dark'] .related-radios-content-thumb img {
        border: 1px solid #535353;
    }

    html[data-theme='dark'] .controls__container > div svg > circle.st0 {
        fill: #E2436D !important;
    }

    @media (max-width: 767px) {
        html[data-theme='dark'] .player-slider-rr ul li {
            border-left:none;
            border-right: none;
            border-top: none;
            background-color: transparent;
        }

        html[data-theme='dark'] .panel-body-sec h3 {
            color: var(--dark-textcolor)
        }

        html[data-theme='dark'] .corona-coutner, html[data-theme='dark'] .corona-coutner ul {
            background-color: transparent;
        }

        html[data-theme='dark'] .fact-check .share-icn ul {
            background-color: var(--dark-thirdbg);
            border-color: var(--dark-imgboderclor);
        }

        html[data-theme='dark'] .fact-check .mobile-social svg {
            fill: #676765;
        }

        html[data-theme='dark'] .imgedge.manoranjan-body + .widget-more {
            margin-top: -40px;
        }
    }

    html[data-theme='dark'] .teamProfileSection, html[data-theme='dark'] .pointTableNav, html[data-theme='dark'] .venuDetail {
        background-color: var(--dark-secondbodybg)
    }

    html[data-theme='dark'] .teamProfileWidgetInner ul li, html[data-theme='dark'] .pointTableNav ul li {
        background-color: var(--dark-thirdbg)
    }

    html[data-theme='dark'] .iPLHistory {
        background-color: #333333;
    }

    html[data-theme='dark'] .leftFiveStory_right-sec ul li {
        border-bottom: 1px solid #535353;
    }

    html[data-theme='dark'] .leftFiveStory-story a .fv-first-thumb img, html[data-theme='dark'] .leftFiveStory_right-sec ul li a .thumb img, html[data-theme='dark'] .more-ipl-news ul li a .thumb img, html[data-theme='dark'] .moreStory, html[data-theme='dark'] .VenuesWidgetInner ul li a .venuImg, html[data-theme='dark'] .venuDetail, html[data-theme='dark'] .teamProfileWidgetInner ul li a .teamImg, html[data-theme='dark'] .pointTableNav ul li {
        border: 1px solid var(--dark-bordercolor)
    }

    html[data-theme='dark'] .fiveStory-AddSection-main h2, html[data-theme='dark'] .more-ipl-news-main h2, html[data-theme='dark'] .moreStory, html[data-theme='dark'] .VenuesWidget .widget-head .widget-title h2 a, html[data-theme='dark'] .iPLPlyerProfileWidget h2, html[data-theme='dark'] .iPLHistoryWidget h2 {
        color: var(--dark-primarytext)
    }

    html[data-theme='dark'] .leftFiveStory-story a .fv-cap h3, html[data-theme='dark'] .leftFiveStory_right-sec ul li a .title h3, html[data-theme='dark'] .more-ipl-news ul li a .title h3, html[data-theme='dark'] .pointTableNav ul li a, html[data-theme='dark'] .teamProfileWidgetInner ul li a .teamName, html[data-theme='dark'] .venuDetail h3 {
        color: var(--dark-textcolor)
    }

    html[data-theme='dark'] .mainstory-area .main-contentarea p, html[data-theme='dark'] .mainstory-area .badi-khabre ul li a {
        color: var(--dark-textcolor)
    }

    html[data-theme='dark'] .mainstory-area .badi-khabre .widget-title h2 {
        color: var(--dark-primarytext)
    }

    html[data-theme='dark'] .main-img img {
        border: 1px solid var(--dark-imgboderclor)
    }

    html[data-theme='dark'] .mainstory-area .badi-khabre ul li span {
        border-bottom: 1px solid var(--dark-bordercolor)
    }

    /*========= bangal election dark mode css ========= */
    html[data-theme='dark'] .hp-election-tally h2, html[data-theme='dark'] .election_tally h2, html[data-theme='dark'] .exit-poll h2 {
        color: #fff;
    }

    html[data-theme='dark'] .hp-key-candidate iframe, .hp-big-fight iframe {
        border: 1px solid #000f27;
    }

    html[data-theme='dark'] .heding-at-body h1, html[data-theme='dark'] .sec-details h3 a, html[data-theme='dark'] .card__radio:not(.latest-bg) .card__titlesection a, html[data-theme='dark'] .story__content h1.pdcst-hline, html[data-theme='dark'] .live-update-Rhs-content h3 a, html[data-theme='dark'] .latest-listing-pG h1, html[data-theme='dark'] .latest-listing-pG-t-main h2, html[data-theme='dark'] .listing-detail-thum-rhs-sec ul li:nth-child(1) p, html[data-theme='dark'] .listing-detail-thum-rhs-sec ul li:nth-child(1) p a {
        color: #fff;
    }

    html[data-theme='dark'] .heding-at-body h3, html[data-theme='dark'] .sec-details h5, html[data-theme='dark'] .sec-details p, html[data-theme='dark'] .card__radio:not(.latest-bg) .card__titlesection span.author__time, html[data-theme='dark'] .story__content .story__author, html[data-theme='dark'] .story__content p, html[data-theme='dark'] .live-update-Rhs-content h5, html[data-theme='dark'] .latest-listing-pG-t-main p, html[data-theme='dark'] .listing-detail-thum-rhs-sec > ul > li:nth-child(3), html[data-theme='dark'] .listing-detail-thum-rhs-sec > ul > li:nth-child(4) {
        color: #ccc;
    }

    html[data-theme='dark'] .gradbgDin, html[data-theme='dark'] .editChoic-bg, html[data-theme='dark'] .slider-detil-pG {
        background: #2c2c2c;
    }

    html[data-theme='dark'] .latest-carosal .swiper-slide:hover, html[data-theme='dark'] .Rhs__section, html[data-theme='dark'] .detail970X90, html[data-theme='dark'] .p__landing_din_container .p__landing_din_rhs .live-update-body, html[data-theme='dark'] .activebg.listing-detail-section-continer {
        background: #353535;
    }

    html[data-theme='dark'] .story__details .story__mosimg img, html[data-theme='dark'] .p__landing_din_container .p__landing_din_rhs .live-update-body, html[data-theme='dark'] .p__landing_din_container .p__landing_din_rhs .live-update-body > ul > li, html[data-theme='dark'] .live-update-body > ul > li .live-update-Lhs-img img, html[data-theme='dark'] .card__radio .card__topsection img, html[data-theme='dark'] .big-section .sec-logo img, html[data-theme='dark'] .latest-listing-pG-thum, html[data-theme='dark'] .listing-detail-section-continer, html[data-theme='dark'] .listing-detail-thum img {
        border-color: #535353;
    }

    html[data-theme='dark'] .swiper-button-prev svg path, html[data-theme='dark'] .swiper-button-next svg path, html[data-theme='dark'] .listing-detail-thum-rhs-sec > ul > li:nth-child(2) span svg, html[data-theme='dark'] .activebg.listing-detail-section-continer .listing-detail-thum-rhs-sec > ul > li:nth-child(2) span svg {
        fill: #a2a2a2;
    }

    html[data-theme='dark'] .story__shere-detail {
        background-color: transparent;
    }

    html[data-theme='dark'] .card__radio .card__titlesection ul.tree-ul-li, html[data-theme='dark'] .tree-ul-li {
        background-color: #353535;
        box-shadow: 2px 4px 6px #1b1b1b;
        border-color: #4c4c4c
    }

    html[data-theme='dark'] .live-update-Rhs .ekminslider-shere-audio .player-bulatin span {
        width: 32px;
        height: 32px;
        opacity: 0.7;
    }

    html[data-theme='dark'] .listing-detail-thum-rhs-sec .card__topsection {
        opacity: 0.7;
    }

    html[data-theme='dark'] .user_box ul li.active a {
        color: #1561d6;
    }

    html[data-theme='dark'] .user_box ul li a {
        color: #fff;
    }

    html[data-theme='dark'] .olampicNewsRhs .widget-body .thumbnail-grid ul li .text-area .title, html[data-theme='dark'] .tokyo-detail p, html[data-theme='dark'] .otherslinksbottom ul li a {
        color: var(--dark-textcolor)
    }

    html[data-theme='dark'] .olampicNewsRhs .widget-body .thumbnail-grid ul li .thumb, html[data-theme='dark'] .olympicsFixedMain, html[data-theme='dark'] .olampicBlackBG ul.sm-thumb-listing-4 li a .thumb, html[data-theme='dark'] .bt-sp, html[data-theme='dark'] .inditodayBg, html[data-theme='dark'] .tokyo-detail, html[data-theme='dark'] .otherslinksbottom ul li, html[data-theme='dark'] .olm-player-widget {
        border: 1px solid var(--dark-imgboderclor)
    }

    html[data-theme='dark'] .olampicBlackBG .widget-container .widget-body {
        background-color: var( --dark-bgtransparent)
    }

    html[data-theme='dark'] .itemNav.dkMode label:after, html[data-theme='dark'] .itemNav.dkMode label:after {
        background-size: 14px;
        left: 15px;
        ; }

    html[data-theme='dark'] .bottomNav {
        background-color: #404040;
    }

    html[data-theme='dark'] .bottomNav ul li a svg {
        fill: #fff;
    }

    html[data-theme='dark'] .bottomNav ul li a svg .vsvg {
        stroke: #fff;
    }

    html[data-theme='dark'] .bottomNav ul li a svg .vvsvg {
        stroke: #fff;
    }

    html[data-theme='dark'] .bottomNav ul li a p {
        color: #fff;
    }

    html[data-theme='dark'] .bottomNav ul li.active a p {
        color: #d6112b;
    }

    html[data-theme='dark'] .bottomNav ul li:not(.active) a svg g {
        stroke: #fff;
    }

    html[data-theme='dark'] .bottomNav ul li:not(.active) a svg path {
        stroke: #fff;
    }

    html[data-theme='dark'] #Rectangle_9790 {
        fill: #fff
    }

    html[data-theme='dark'] .ad__sticky {
        background-color: #2c2c2c;
    }

    html[data-theme='dark'] #Rectangle_14,html[data-theme='dark'] #Rectangle_15 {
        fill: #fff;
    }

    html[data-theme='dark'] h1.topic-name-title {
        color: #fff;
    }

    html[data-theme='dark'] .all-result h2 {
        color: #fff;
    }

    html[data-theme='dark'] .newcon-main h3 {
        color: #ccc;
    }

    html[data-theme='dark'] .partent-new-sec ul li a {
        color: #ccc;
    }

    /*shopping widget*/
    html[data-theme='dark'] .rtl-shopping li .lftbox p {
        color: #b4b7b6;
    }

    html[data-theme='dark'] .rtl-shopping li .lftbox .shoppingimg img {
        filter: brightness(0.99);
    }

    html[data-theme='dark'] .story-with-main-sec h2 {
        color: #dbdbdb;
    }

    html[data-theme='dark'] .rlt-item {
        background: #2c2c2c;
    }

    html[data-theme='dark'] .tbl-read-more-box {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 10%, #000 60%, #3a3939 100%);
    }

    html[data-theme='dark'] .pointer-section .listicle-title {
        color: #fff;
    }

    html[data-theme='dark'] .pointer-section ul li {
        border: 1px solid #424242;
        box-shadow: none;
        background-color: #626262;
    }

    html[data-theme='dark'] .pointer-section ul li span {
        box-shadow: none;
    }

    html[data-theme='dark'] .pointer-section ul li h4 {
        color: #fff;
    }

    html[data-theme='dark'] .story-with-main-sec .pointer-section ul li p a {
        color: #ff9a9a;
    }

    html[data-theme='dark'] .quiz_title h1 {
        color: #fff
    }

    html[data-theme='dark'] .quiz_short_dis p {
        color: #fff
    }

    html[data-theme='dark'] .moreQuiz_Hd h2 {
        color: #fff
    }

    html[data-theme='dark'] .bradcum ul li:not(:last-child):after {
        color: #d9d9d9;
    }

    html[data-theme='dark'] .yellowClr {
        background: none;
        border: 1px solid #707070;
        box-shadow: 3px 3px 3px #444;
    }

    html[data-theme='dark'] .pinkClr {
        background: none;
        border: 1px solid #707070;
        box-shadow: 3px 3px 3px #444;
    }

    html[data-theme='dark'] .greenClr {
        background: none;
        border: 1px solid #707070;
        box-shadow: 3px 3px 3px #444;
    }

    html[data-theme='dark'] .blueClr {
        background: none;
        border: 1px solid #707070;
        box-shadow: 3px 3px 3px #444;
    }

    html[data-theme='dark'] .question_self h2 {
        color: #fff;
    }

    html[data-theme='dark'] .widget-container_Quize ul li .text-area h2 {
        color: #fff;
    }

    html[data-theme='dark'] .widget-container_Quize ul li .text-area p {
        color: #aba7a7;
    }

    html[data-theme='dark'] .quiz-bottom-description p {
        color: #fff
    }

    html[data-theme='dark'] .moreQuiz_Hd h1 {
        color: #fff;
    }

    html[data-theme='dark'] .widget-container_Quize ul li .text-area h2 {
        color: #fff;
    }

    html[data-theme='dark'] .widget-container_Quize ul li .text-area p {
        color: #cfcfcf;
    }

    html[data-theme='dark'] .moreQuiz_Hd h1 {
        color: #fff;
    }

    html[data-theme='dark'] .trinityAudioPlaceholder.trinity-player-iframe-wrapper {
        min-height: 70px;
        z-index: 1;
        background: #727272;
        width: 100%;
        border-radius: 5px;
        margin-top: 8px;
        border: 1px solid #8f8f8f;
    }

    html[data-theme='dark'] .ipLVideo ul li a .text-area h2, html[data-theme='dark'] .iplPhotoWidget ul li a .text-area h2, html[data-theme='dark'] .iplPhotoWidget ul li a .text-area h5 {
        color: #fff;
    }

    html[data-theme='dark'] .fedback-sec {
        border-color: #fff;
        background-color: inherit;
    }

    html[data-theme='dark'] .fedback-sec:hover {
        background-color: #d71920;
    }

    html[data-theme='dark'] .fedback-sec svg {
        fill: #fff;
    }

    html[data-theme='dark'] .fedback-sec a p {
        color: #fff;
    }

    html[data-theme='dark'] .v_story_detila_el h4 {
        color: #ff1029;
    }

    html[data-theme='dark'] .v_story_detila_el h2 {
        color: #cfcfcf;
    }

    html[data-theme='dark'] .v_story_detila_el p {
        color: #cdcbcb;
    }

    html[data-theme='dark'] .v_el_categories_widget h2 {
        color: #cdcbcb;
    }

    html[data-theme='dark'] .heading_ele_widget h2 {
        color: #2d7af3;
    }

    html[data-theme='dark'] .yr_wise_state_widget ul li .yr_thumb span {
        color: #2d7af3;
    }

    html[data-theme='dark'] .tital {
        color: #a5a5a5;
    }

    html[data-theme='dark'] .gMenuOpen {
        background-color: #1b1b1b;
    }

    html[data-theme='dark'] .gMenuOpen.openGnav {
        border-bottom: 1px solid #5e5e5e;
    }

    html[data-theme='dark'] .rest_arrow svg {
        fill: #ffffff;
    }

    html[data-theme='dark'] .top-hed-menu ul .gMenuOpen .container ul li a {
        color: #878282
    }

    html[data-theme='dark'] .rest_arrow {
        background-color: #5e5e5e;
    }

    html[data-theme='dark'] .visual_story {
        padding: 20px 7px 16px;
        background: #1b1b1b;
    }

    html[data-theme='dark'] .visual_story h3 {
        color: #ffffff;
    }

    html[data-theme='dark'] .story__items__wrapper {
        background: #2c2c2c 0% 0% no-repeat padding-box;
        border: 1px solid #5a5a5a;
    }

    html[data-theme='dark'] .story-cell {
        border: 1px solid #5a5a5a;
        background: #353535;
    }

    html[data-theme='dark'] .story-cell p {
        color: #f9f9f9;
        background: #353535;
    }

    html[data-theme='dark'] .visual_story .swiper-button-next, .visual_story .swiper-button-prev {
        border: 2px solid #9b9b9b;
    }

    html[data-theme='dark'] .story-user-section .share-social-icons ul.social_update li.msgicon svg, html[data-theme='dark'] .share-social-icons ul.social_update li.msgicon svg {
        fill: #fff;
    }

    html[data-theme='dark'] .story-user-section .share-social-icons ul.social_update li.shareNewicon svg, html[data-theme='dark'] .share-social-icons ul.social_update li.shareNewicon svg {
        fill: #fff;
    }

    html[data-theme='dark'] .story-user-section .share-social-icons ul.social_update li.shareSocial svg, html[data-theme='dark'] .share-social-icons ul.social_update li.shareSocial svg {
        fill: #fff;
    }

    html[data-theme='dark'] .shareSocailIcons {
        box-shadow: none;
    }

    html[data-theme='dark'] .shareOpenicon {
        box-shadow: none;
    }

    html[data-theme='dark'] .story-with-main-sec h3 {
        color: #fff;
    }

    html[data-theme='dark'] .exam__result_dec h1, html[data-theme='dark'] .exam__result_dec p, html[data-theme='dark'] ul.exam__results li .title a, html[data-theme='dark'] ul.exam__results li .exam__results_detial p a, html[data-theme='dark'] ul.exam__results li .pc-item-date {
        color: #fff;
    }

    html[data-theme='dark'] .story-with-main-sec .custom-docs a {
        color: #007bff;
    }

    html[data-theme='dark'] .at-m-f-heading, html[data-theme='dark'] .at-comp-head, html[data-theme='dark'] .stk_sum_val {
        color: #ffffff
    }

    html[data-theme='dark'] #compareCompany {
        color: #ffffff;
        background-color: #1b1b1b;
    }

    html[data-theme='dark'] .at-comp-head a, html[data-theme='dark'] .at-comp-sub, html[data-theme='dark'] .at-comp-amount {
        color: #fff
    }

    html[data-theme='dark'] .table-data .row-data {
        color: #000000;
    }

    html[data-theme='dark'] .bar_rhs, html[data-theme='dark'] .cmp_dtl_wrp.mrk_wdg_box, html[data-theme='dark'] .bar_rhs_add {
        background: #242222;
    }

    html[data-theme='dark'] .stk_sum_lbl, html[data-theme='dark'] .at-m-abs-heading {
        color: #cccccc;
    }

    html[data-theme='dark'] .barsplit_wraper, html[data-theme='dark'] .pc-cal {
        background: #ffffff
    }

    html[data-theme='dark'] .factCheck_hedingSocal_body h1, html[data-theme='dark'] .fact-check-services ul li a, html[data-theme='dark'] .widget-story-thumbnail-grid li .title a, html[data-theme='dark'] .pc-item-date {
        color: #ccc;
    }

    html[data-theme='dark'] .pc-share-icon svg {
        fill: #ccc;
    }

    html[data-theme='dark'] .tab_nav ul li:hover, html[data-theme='dark'] .tab_nav ul li, html[data-theme='dark'] .datepicker-panel > ul > li {
        color: #000
    }

    html[data-theme='dark'] .tab_nav ul li.active:hover {
        color: #fff
    }

    html[data-theme='dark'] .fact-check-services ul li::after {
        background-color: #ccc;
    }

    html[data-theme='dark'] .pc-cal .form-ctrl {
        background-color: unset
    }

    html[data-theme='dark'] .datepicker-panel > ul > li.disabled {
        color: #ccc;
        cursor: default;
    }

    html[data-theme='dark'] .author-tabsection .authortab ul li a, html[data-theme='dark'] .author-story-listing .author-listing-row .contentarea h2 a {
        color: #ffffff;
    }

    html[data-theme='dark'] .author-story-listing .author-listing-row .contentarea h3, html[data-theme='dark'] .author-story-listing .author-listing-row .contentarea p {
        color: #ccc;
    }

    html[data-theme='dark'] .adtext {
        color: var(--dark-textcolor);
    }

    html[data-theme='dark'] .top-add-section, html[data-theme='dark'] .main-add-sec.itgdAdsPlaceholder, html[data-theme='dark'] .add-center-div.itgdAdsPlaceholder, html[data-theme='dark'] .stoybday-ad.itgdAdsPlaceholder, html[data-theme='dark'] .inner-ad-section.itgdAdsPlaceholder, html[data-theme='dark'] div[id^='v-aajtak-in-'], html[data-theme='dark'] div.sidebar-rhs .ad-300X250-body, html[data-theme='dark'] .add-center-div.itgdAdsPlaceholder, html[data-theme='dark'] .ad-300X250-rhs.itgdAdsPlaceholder, html[data-theme='dark'] .ad-300X250.itgdAdsPlaceholder, html[data-theme='dark'] .ad-300X250-body.itgdAdsPlaceholder {
        background-color: #272727;
    }

    html[data-theme='dark'] div.teads-expand div.teads-ui-components-label, data-theme='dark'] div.teads-inread div.teads-ui-components-label {
        color: var(--dark-textcolor);
    }

    html[data-theme='dark'] .mobi_thumVisibleContent h3 a {
        color: #fff;
    }





    .content-area > div{
    width: 100%;
}
@media (max-width:767px){
     div.sm-thumb-listing li:last-child{
        margin-bottom: 0px;
    }
}
/*** ====================================================================big video section with blue bg home page====================================================================***/
.video-section-widget {
    width: 100%;
    height: auto;
    background-color: #000000;
    padding: 10px 0px 15px;
    position: relative;
    margin-bottom: 20px;
}

.video-section-widget .widget-title h2 {
    color: #fff;
}

.video-section-widget .widget-title h2 a {
    color: #fff;
}

.video-section-widget .widget-more a {
    color: #fff;
}

.video-section-widget .widget-head {
    margin-bottom: 18px;
}

.video-inner-body {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.video-inner-body-lhs {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    margin-right: 35px;
}

.video-lhs-are {
    width: 100%;
    height: auto;
}

.video-section-widget .container {
    position: relative;
}

.video-section-widget .container .widget-more .more-icon svg {
    height: 16px;
    width: 16px;
    fill: #fff;
}

.video-lhs-are ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.video-lhs-are ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #1a3e76;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.video-lhs-are ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.video-lhs-are ul li .vidoe__img__content {
    width: 100%;
    height: auto;
}

.video-lhs-are ul li .vido__img {
    border: 1px solid #d1d1d1;
    position: relative;
}

.video-lhs-are ul li .vido__img img {
       width: 100%;
    height: 185px;
    display: block;
    object-fit: cover;
	
}

.video-lhs-are ul li .vido__img a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
}

.video-lhs-are ul li .vido__img a .v-duration {
    bottom: 0;
    left: 0;
}

.video-inner-body .video-inner-body-lhs:last-child {
    margin-right: 0px;
    margin-left: 35px;
}

.vidoe__img__content h3 {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    line-height: 22px;
}

.vidoe__img__content h3 a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    line-height: 24px;
}

.vidoe__middel__widget {
    width: 100%;
    -ms-flex: 0 0 54.19%;
    flex: 0 0 54.19%;
    max-width: 58.19%;
    padding: 0px 38px 0 39px;
    border-left: 1px solid #1a3e76;
    border-right: 1px solid #1a3e76;
    padding-top: 10px;
}

.vidoe__middel__widget__inner {
    width: 100%;
    border: 1px solid #d1d1d1;
    position: relative;
}

.vidoe__middel__widget__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.vidoe__middel__widget a {
    position: relative;
    display: block;
    width: 100%;
}

.fvcop_video_icon {
    position: absolute;
    bottom: 10px;
    display: flex;
    width: 100%;
}

.fvcop_video_icon .v-icon {
    width: 50px;
}

.fvcop_video_icon .v-icon .v-icon svg {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    fill: #ED2224;
}

.v-icon .v-dur {
    font: 700 12px/16px 'Noto Sans', sans-serif;
    color: #adaaa5;
}

.fvcop_video_icon .v-icon .v-dur {
    text-align: center;
}

.vidoe__middel__widget .fvcop_video_icon .fv-cap {
    width: calc(100% - 85px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 10px;
    margin-right: 15px;
    position: relative;
}

.vidoe__middel__widget .fvcop_video_icon .fv-cap:after {
    content: '';
    position: absolute;
    width: 2px;
    right: 0px;
    top: 0px;
    background: #33435c;
    height: 100%;
}

.vidoe__middel__widget .fv-cap h3 {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
}

.vidoe__middel__widget__inner img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 1199px) {
    .video-inner-body-lhs {
        width: 235px;
        margin-right: 10px;
    }

    .vidoe__img__content h3 {
        margin-top: 8px;
    }

    .video-lhs-are ul li {
        margin-bottom: 10px;
    }

    .video-inner-body .video-inner-body-lhs:last-child {
        margin-left: 10px;
    }

    .vidoe__middel__widget {
        width: calc(1290px - 580px);
        padding: 0px 10px;
    }

    .vidoe__middel__widget .fv-cap h3 {
        color: #fff;
        width: 100%;
        margin-bottom: 0;
        text-align: left;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        line-height: 28px;
    }

    .vidoe__middel__widget .fvcop_video_icon .fv-cap {
        align-items: center;
    }

    .v-icon .v-dur {
        text-align: center;
    }

    .fvcop_video_icon .v-icon {
        width: 45px;
    }

    .fvcop_video_icon .v-icon svg {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .video-inner-body-lhs {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }

    .vidoe__img__content h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .vidoe__middel__widget {
        -ms-flex: 0 0 58.5%;
        flex: 0 0 58.5%;
        max-width: 58.5%;
        display: flex;
        align-items: center;
    }

    .video-section-widget .widget-more {
        right: 20px;
        top: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .video-inner-body {
        flex-wrap: wrap;
    }

    .vidoe__middel__widget {
        width: 100%;
        padding: 0px 10px;
    }

    .video-inner-body-lhs {
        width: 100%;
        height: auto;
        -webkit-box-flex: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .video-lhs-are ul {
        display: flex;
        flex-wrap: wrap;
    }

    .video-lhs-are ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px;
        border-bottom: 1px solid #1a3e76;
        padding-bottom: 15px;
    }

    .video-inner-body-lhs:last-child ul li {
        padding-bottom: 10px;
    }

    .vidoe__middel__widget {
        -ms-flex: 0 0 calc(100% + 20px);
        flex: 0 0 calc(100% + 20px);
        max-width: calc(100% + 20px);
        margin-bottom: 20px;
        order: -1;
        border-left: none;
        border-right: none;
        padding: 0px;
        margin-left: -10px;
    }

    .video-section-widget {
        padding-bottom: 30px;
    }

    .video-inner-body .video-inner-body-lhs:last-child {
        margin-left: 0px;
    }

    .vidoe__middel__widget .fvcop_video_icon .fv-cap {
        width: calc(100% - 75px);
        margin-right: 15px;
    }

    .fvcop_video_icon {
        position: static;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px 0px;
    }

    .vidoe__middel__widget .fv-cap h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .video-inner-body-lhs.videoRMob .video-lhs-are ul li {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .video-inner-body-lhs.videoRMob .video-lhs-are ul li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }
}

/*** ====================================================================manorjan widget home page with gry background====================================================================***/
.bhttpgfiv.bharat-five.widget-container {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    position: relative;
}

.widget-container .widget-body {
    background-color: #f4f4f4;
    padding: 10px;
    width: 100%;
    height: auto;
}

.five-story-widget {
    margin: 0px;
    display: flex;
    flex-wrap: wrap
}

.gray-bg .five-story-widget .fv_left-sec {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 485px);
    flex: 0 0 calc(100% - 485px);
    max-width: calc(100% - 485px);
    margin-right: 20px;
    padding: 0px;
}

.fv-first-story a {
    position: relative;
    display: block;
    width: 100%
}

.bhttpgfiv .widget-body .fv_left-sec .fv-first-story .fv-first-thumb {
    border: 1px solid #d1d1d1;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.fv-first-story .fv-first-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0)
}

.fv-first-story .fv-first-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.fv-first-story .fv-cap {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px;
}

.five-story-widget .fv_left-sec .fv-first-story .fv-cap h3 {
    font-size: 22px;
    line-height: 30px;
    line-height: 30px;
    color: #fff;
}

ul.md-thumb-listing {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.md-thumb-listing li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.md-thumb-listing li:last-child {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.md-thumb-listing li a {
    width: 100%;
    text-decoration: none;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

ul.md-thumb-listing li a .thumb {
    width: 100%;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    border: 1px solid #d1d1d1;
    position: relative;
}

ul.md-thumb-listing li a .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

ul.md-thumb-listing li a .title {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    margin-left: 20px;
}

.bhttpgfiv ul.md-thumb-listing li .title h3 {
    line-height: 28px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding: 0px;
}

.gray-bg .five-story-widget .fv_right-sec {
    width: 100%;
    -ms-flex: 0 0 465px;
    flex: 0 0 465px;
    max-width: 465px;
}

@media only screen and (max-width: 1199px) {
    .widget-container .widget-body {
        width: 100%;
        margin-left: 0px;
        padding: 20px;
        background-color: #f6f6f6;
    }

    .gray-bg.widget-container .five-story-widget .fv_left-sec {
        width: 100%;
        -ms-flex: 0 0 calc(100% - 385px);
        flex: 0 0 calc(100% - 385px);
        max-width: calc(100% - 385px);
        padding: 0px;
        margin-right: 20px;
    }

    .bharat-five .five-story-widget .fv_left-sec .fv-first-story {
        width: 100%;
    }

    .five-story-widget .fv_left-sec:first-child .fv-first-thumb img {
        width: 100%;
        height: auto;
        display: block;
        max-height: none;
    }

    ul.md-thumb-listing li a .thumb {
        width: 100%;
        -ms-flex: 0 0 135px;
        flex: 0 0 135px;
        max-width: 135px;
        border: 1px solid #d1d1d1;
        position: relative;
    }

    ul.md-thumb-listing li a .title {
        width: 100%;
        -ms-flex: 0 0 calc(100% - 160px);
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px);
        margin-left: 20px;
    }

    .bhttpgfiv ul.md-thumb-listing li .title h3 {
        line-height: 24px;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        padding: 0px;
    }

    .gray-bg.widget-container .five-story-widget .fv_right-sec {
        width: 100%;
        -ms-flex: 0 0 365px;
        flex: 0 0 365px;
        max-width: 365px;
        padding: 0px;
    }

    .five-story-widget .fv_right-sec ul li .thumb {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .bhttpgfiv.bharat-five.widget-container {
        margin-bottom: 38px;
    }

    .widget-head .widget-title span {
        width: 12px;
        height: 12px;
        margin-right: 7px;
    }

    .widget-head .widget-title .referesh-icon {
        width: 12px;
        height: 12px;
        margin-right: 7px;
        left: auto;
        right: 0;
    }

    .widget-container .widget-body {
        background-color: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
        padding-top: 10px;
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 10px;
    }

    .bharat-five .five-story-widget .fv_left-sec:first-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .widget-container .widget-body .fv_left-sec .fv-cap h3 {
        line-height: 26px;
        font-size: 18px;
        color: #fff;
    }

    ul.md-thumb-listing li:last-child {
        margin-bottom: 15px;
    }

    .five-story-widget .fv_left-sec .fv-first-story ul.md-thumb-listing li a .thumb {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 0px;
    }

    .five-story-widget .fv_left-sec .fv-first-story ul.md-thumb-listing li a .title {
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px);
        margin-left: 20px;
    }

    .gray-bg.widget-container .five-story-widget .fv_right-sec {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .five-story-widget .fv_right-sec ul li .thumb {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }

    .five-story-widget .fv_right-sec ul li a .title {
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        max-width: calc(100% - 120px);
    }
}

/*** ====================================================================widthout bg widget 1-bg 1-bottom 3-right====================================================================***/
.widget-container.H-bg {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    position: relative;
}

.widget-container.H-bg .widget-body {
    background-color: transparent;
    padding: 0px;
    width: 100%;
    height: auto;
}

.widget-container.H-bg .fv_left-sec {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 485px);
    flex: 0 0 calc(100% - 485px);
    max-width: calc(100% - 485px);
    margin-right: 20px;
    padding: 0px;
}

.widget-container.H-bg .fv_left-sec .fv-first-story a {
    margin-bottom: 15px;
}

.widget-container.H-bg .fv_left-sec .fv-first-story a .fv-cap h3 {
    font-size: 22px;
    line-height: 30px;
    line-height: 30px;
    color: #fff;
}

.widget-container.H-bg .fv_left-sec .fv-first-story ul.md-thumb-listing {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-container.H-bg .fv_left-sec .fv-first-story ul.md-thumb-listing li a .title h3 {
    line-height: 28px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding: 0px;
}

.widget-container.H-bg .fv_right-sec {
    width: 100%;
    -ms-flex: 0 0 465px;
    flex: 0 0 465px;
    max-width: 465px;
}

.widget-container.H-bg .fv_right-sec ul.md-thumb-listing {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-container.H-bg .fv_right-sec ul.md-thumb-listing li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 17px;
    margin-bottom: 16px;
}

.widget-container.H-bg .fv_right-sec ul.md-thumb-listing li .title h3 {
    line-height: 28px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    padding: 0px;
}

@media only screen and (max-width: 1199px) {
    .widget-container.H-bg .fv_left-sec {
        width: 100%;
        -ms-flex: 0 0 calc(100% - 385px);
        flex: 0 0 calc(100% - 385px);
        max-width: calc(100% - 385px);
        padding: 0px;
        margin-right: 20px;
    }

    .widget-container.H-bg .fv_right-sec {
        width: 100%;
        -ms-flex: 0 0 365px;
        flex: 0 0 365px;
        max-width: 365px;
        padding: 0px;
    }

    .widget-container.H-bg .fv_left-sec .fv-first-story ul.md-thumb-listing li a .title h3 {
        line-height: 24px;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        padding: 0px;
    }
    .widget-container.H-bg .fv_right-sec ul.md-thumb-listing li{padding-bottom: 12px;
    margin-bottom: 12px;}
    .widget-container.H-bg .fv_right-sec ul.md-thumb-listing li:last-child{margin-bottom: 0px;}

    .widget-container.H-bg .fv_right-sec ul.md-thumb-listing li .title h3 {
        line-height: 24px;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .widget-container.H-bg .widget-body {
        margin-left: 0px;
    }

    .widget-container.H-bg .fv_left-sec .fv-first-story a {
        margin-bottom: 15px;
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .widget-container.H-bg .fv_left-sec .fv-first-story a .fv-cap h3 {
        line-height: 26px;
        font-size: 18px;
        color: #fff;
    }

    .widget-container.H-bg .fv_left-sec .fv-first-story ul.md-thumb-listing li a {
        width: 100%;
        margin-left: 0px;
    }

    .widget-container.H-bg .fv_left-sec {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        margin-right: 0px;
    }

    .widget-container.H-bg .fv_right-sec {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }

    .widget-container.H-bg .fv_right-sec ul.md-thumb-listing li:last-child {
        margin-bottom: 0px;
    }

    .widget-container.H-bg {
        margin-bottom: 45px;
    }
}

/*** ====================================================================with bg widget 1-bg 1-bottom 3-right====================================================================***/
.H-gry-Bg.widget-container.H-bg .widget-body {
    background-color: #f4f4f4;
    padding: 10px;
    width: 100%;
    height: auto;
}

.H-gry-Bg.widget-container.H-bg .widget-body .fv_left-sec .fv-cap h4 {
    font-size: 22px;
    line-height: 30px;
    line-height: 30px;
    color: #fff;
}

.H-gry-Bg.widget-container.H-bg .widget-body .fv_right-sec ul.md-thumb-listing li{
    padding-bottom: 16px;
    margin-bottom: 16px;
}




@media only screen and (max-width: 767px) {
    .widget-container.H-bg.H-gry-Bg {
        margin-bottom: 15px;
    }

    .H-gry-Bg.widget-container.H-bg .widget-body {
        background-color: #f4f4f4;
        width: calc(100% + 20px);
        height: auto;
        margin-left: -10px;
        padding-bottom: 40px;
    }

.widget-container.H-bg.H-gry-Bg .widget-more{margin-top: -45px;}


}

/*** ====================================================================Photo gallery home page widget====================================================================***/
.widget-gallery-photo {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 20px 20px;
    margin-bottom: 20px;
    background-color: #002866;
}

.pto-glry-hm-ble::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: calc((100vw - 1265px) / 2);
    background-color: #002866;
}

.widget-gallery-photo .widget-head .widget-title h2 {
    color: #fff;
}

.widget-gallery-photo .widget-head .widget-title h2 a {
    color: #fff;
}

.widget-gallery-photo-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.home-photo.widget-gallery-photo.pto-glry-hm-ble .widget-gallery-photo-container .photo-gallery-big-outer {
    margin-bottom: 20px;
    width: calc(100% - 240px);
    height: 100%;
    margin-right: 20px;
}

.pto-glry-hm-ble-dk {
    background-color: #001433;
    width: 100%;
    height: auto;
}

.photo-gallery-big-inner-img {
    width: 100%;
    height: auto;
    border: 1px solid #d1d1d1;
}

.photo-gallery-big-inner-img img {
    width: 100%;
    height: auto;
    display: block;
}

.photoname-slide-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 15px;
}

.photoname-slide-container h3 {
    font-weight: bold;
    color: #fff;
    width: calc(100% - 94px);
    margin-right: 0;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    padding-right: 15px;
}

.photoname-slide-container h3:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #494949;
    right: 0px;
    top: 0px;
}

.photoname-slide-container .img-slide {
    width: 94px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    align-items: center;
    padding-left: 23px;
}

.img-imgs-slid {
    width: 39px;
    height: auto;
}

.img-slide span {
    color: #7c7c7c;
    font-size: 18px;
    padding-left: 12px;
    margin-top: -3px;
}

.photo-gallery-thum {
    width: 220px;
    height: 100%;
    margin-bottom: 20px;
}

.photo-gallery-thum ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pto-glry-hm-ble .photo-gallery-thum ul li {
    border-bottom: 1px solid #335385;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 25px;
}

.photo-gallery-thum ul li .photo-thum-container {
    width: 100%;
}

.photo-gallery-thum ul li .photo-thum-container .photo-thum-img {
    width: 100%;
    border: 1px solid #626262;
}

.photo-gallery-thum ul li .photo-thum-container .photo-thum-img img {
    width: 100%;
    height: auto;
    display: block;
}

.photo-thum-container h4 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.photo-gallery-thum ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.widget-gallery-bottom-sec {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

.widget-gallery-bottom-sec ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.widget-gallery-bottom-sec ul li {
    width: 50%;
    margin-right: 20px;
}

.widget-gallery-bottom-sec ul li a {
    display: flex;
    flex-wrap: wrap;
}

.widget-gallery-bottom-sec ul li .img-thmb {
    width: 148px;
    border: 1px solid #d1d1d1;
}

.widget-gallery-bottom-sec ul li .img-thmb img {
    width: 100%;
    height: auto;
    display: block;
}

.widget-gallery-bottom-sec ul li .abt-detail {
    width: calc(100% - 168px);
    margin-left: 20px;
    color: #d1dce4;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
}

.widget-gallery-bottom-sec ul li:last-child {
    margin-right: 0px;
}

.widget-gallery-photo .widget-more {
    top: 17px;
    right: 18px;
}

.widget-gallery-photo .widget-more a {
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .widget-gallery-photo {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 20px;
    }

    .widget-gallery-photo-container {
        padding-bottom: 0px;
    }

    .photoname-slide-container {
        padding: 8px;
    }

    .photoname-slide-container h3 {
        font-size: 24px;
        line-height: 32px;
        width: calc(100% - 94px);
    }

    .photoname-slide-container .img-slide {
        padding-left: 18px;
        width: 78px;
    }

    .img-imgs-slid {
        width: 31px;
        height: auto;
    }

    .img-imgs-slid img {
        width: 100%;
        height: auto;
    }

    .img-slide span {
        padding-left: 6px;
    }

    .photo-gallery-thum {
        width: 220px;
        height: auto;
    }

    .photo-thum-container h4 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .photo-gallery-thum ul li:last-child {
        margin-bottom: 0px;
    }

    .widget-gallery-bottom-sec {
        margin: 0px 0 5px;
        margin-bottom: 0px;
    }

    .widget-gallery-bottom-sec ul li .img-thmb {
        width: 117px;
    }

    .widget-gallery-bottom-sec ul li .abt-detail {
        font: bold 15px/20px 'Noto Sans', sans-serif;
        margin-left: 16px;
        width: calc(100% - 134px);
    }
}

@media only screen and (max-width: 767px) {
    .widget-gallery-photo {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 10px 10px;
        padding-bottom: 35px;
        margin-bottom: 15px;
        margin-top: 43px;
    }

    .home-photo.widget-gallery-photo .widget-gallery-photo-container {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .home-photo.widget-gallery-photo.pto-glry-hm-ble .widget-gallery-photo-container .photo-gallery-big-outer {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0px;
    }

    .photo-gallery-big-inner-img img {
        height: auto;
    }

    .photoname-slide-container h3 {
        font-size: 20px;
        line-height: 28px;
        width: calc(100% - 60px);
    }

    .photoname-slide-container .img-slide {
        width: 50px;
        padding-left: 0px;
        height: 100%;
        margin-top: 0;
        padding-left: 0px;
        margin-left: 0px;
        margin: 0 auto;
        margin-top: 15px;
        margin-left: 10px;
    }

    .img-imgs-slid {
        width: 28px;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    .img-imgs-slid img {
        width: 100%;
        height: auto;
        display: block;
    }

    .img-slide span {
        padding-left: 0px;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .photo-gallery-thum {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .photo-gallery-thum ul {
        display: flex;
        flex-wrap: wrap;
    }

    .pto-glry-hm-ble .photo-gallery-thum ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 0px;
    }

    .photo-gallery-thum ul li .photo-thum-container {
        margin-top: 10px;
    }

    .photo-thum-container h4,
    .widget-gallery-bottom-sec ul li a {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }

    .pto-glry-hm-ble .photo-gallery-thum ul li:last-child {
        width: 48%;
        margin-left: 2%;
        margin-right: 0px;
        border-bottom: 1px solid #335385;
    }

    .widget-gallery-bottom-sec {
        margin-top: 0px;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .widget-gallery-bottom-sec ul {
        display: flex;
        flex-wrap: wrap;
    }

    .widget-gallery-bottom-sec ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .widget-gallery-bottom-sec ul li a {
        align-items: flex-start;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }

    .widget-gallery-bottom-sec ul li:last-child {
        margin-bottom: 0px;
    }
}

/*** ====================================================================Khel Widget Home Page====================================================================***/
.khel-widget-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.khel-widget-body {
    width: 100%;
    border: 10px solid #424242;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.khel-widget-lhs {
    width: 100%;
    margin-right: 20px;
    flex: 0 0 34.6%;
    max-width: 34.6%;
}

.khel-widget-hhm {
    width: 100%;
    width: 100%;
    height: auto;
}

.khel-widget-hhm ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.khel-widget-hhm ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px 5px 14px;
    margin-bottom: 16px;
    line-height: 18px;
}

.khel-widget-hhm ul li:last-child {
    margin-bottom: 0px;
}

.khel-widget-hhm ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
}

.khel-widget-rhs {
    width: 100%;
    flex: 0 0 63.18%;
    max-width: 63.18%;
}

.khel-widget-rhs-body {
    width: 100%;
}

.khel-widget-rhs-body ul {
    margin: 0px -10px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.khel-widget-rhs-body ul li {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 10px;
}

.khel-widget-rhs-body-img {
    width: 100%;
    height: auto;
    border: 1px solid #d1d1d1;
    margin-bottom: 6px;
}

.khel-widget-rhs-body-img img {
    width: 100%;
    height: auto;
    display: block;
}

.khel-widget-rhs-body ul li a {
    font: bold 17px/24px 'Noto Sans', sans-serif;
    color: #000;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .khel-widget-body {
        padding: 12px;
    }

    .khel-widget-lhs {
        margin-right: 20px;
        flex: 0 0 34.51%;
        max-width: 34.51%;
    }

    .khel-widget-rhs {
        flex: 0 0 62.568%;
        max-width: 62.568%;
    }

    .khel-widget-hhm ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    .khel-widget-rhs-body ul {
        margin: 0 -6px;
    }

    .khel-widget-rhs-body ul li {
        padding: 0 6px;
    }

    .khel-widget-rhs-body ul li a {
        font-size: 20px;
        line-height: 28px;
    }

    .khel-widget-hhm ul li a {
        line-height: 24px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
.khel-widget-lhs {
    margin-right: 0px;
    flex: 0 0 100%;
    max-width: 100%;
}
.khel-widget-hhm ul li:last-child {
    margin-bottom: 15px;
}


    .khel-widget-body {
        padding: 10px;
        border-left: 0px;
        border-right: 0px;
        flex-wrap: wrap;
        margin-bottom: 10px;
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .khel-widget-container {
        margin-bottom: 30px;
    }
    .khel-widget-rhs{flex: 0 0 100%;
    max-width: 100%;}
    .khel-widget-rhs-body ul{ width: 100%; margin: 0px;}
.khel-widget-rhs-body ul li {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}
}

@media only screen and (max-width: 480px) {

    .khel-widget-lhs,
    .khel-widget-rhs,
    .khel-widget-rhs-body ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .khel-widget-lhs {
        margin-right: 0px;
    }

    .khel-widget-rhs-body-img {
        margin-left: -10px;
        width: calc(100% + 20px);
        margin-bottom: 7px;
    }

    .khel-widget-hhm {
        margin-bottom: 10px;
    }

    .khel-widget-rhs-body ul {
        margin: 0px;
    }

    .khel-widget-rhs-body ul li {
        padding: 0px;
        margin-bottom: 15px;
    }

    .khel-widget-rhs-body ul li:last-child {
        margin-bottom: 0px;
    }
}

/*** ====================================================================life style widget====================================================================***/
.HlifeSty-main {
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.HlifeSty-main .widget-container {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

.HlifeSty .fv_left-sec .fv-cap h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.HlifeSty .fv_left-sec .four-first-story .fv-cap h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}

.HlifeSty .fv_right-sec .sm-thumb-listing-4 li .thumb {
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    max-width: 118px;
}

.HlifeSty.widget-body {
    width: 100%;
    height: auto;
}

.HlifeSty.widget-body .five-story-widget {
    margin: 0px;
    display: flex;
    flex-wrap: wrap
}

.HlifeSty .fv_left-sec {
    -ms-flex: 0 0 calc(100% - 485px);
    flex: 0 0 calc(100% - 485px);
    max-width: calc(100% - 485px);
    padding: 0px;
    margin-right: 20px;
}

.HlifeSty .fv_left-sec .four-first-story {
    position: relative;
    line-height: 0;
}

.HlifeSty .fv_left-sec .four-first-story a {
    display: block;
    width: 100%;
}

.HlifeSty .fv_left-sec .four-first-story .fv-first-thumb {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
}

.HlifeSty .fv_left-sec .four-first-story .fv-first-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.HlifeSty .fv_left-sec .four-first-story .fv-cap {
    width: 100%;
    height: auto;
    display: block;
}

.HlifeSty .fv_left-sec .four-first-story .fv-cap h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}

.HlifeSty .fv_right-sec {
    -ms-flex: 0 0 465px;
    flex: 0 0 465px;
    max-width: 465px;
}

.HlifeSty .fv_right-sec ul.sm-thumb-listing-4 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li a {
    width: 100%;
    text-decoration: none;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.HlifeSty .fv_right-sec .sm-thumb-listing-4 li .thumb {
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    max-width: 118px;
}

.HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li a .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li .title {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 138px);
    flex: 0 0 calc(100% - 138px);
    max-width: calc(100% - 138px);
}

.HlifeSty .fv_right-sec .sm-thumb-listing-4 li .title h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
}

.HlifeSty .fv_right-sec .sm-thumb-listing-4 li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.HlifeSty .fv_right-sec .sm-thumb-listing-4 li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.HlifeSty .fv_right-sec .sm-thumb-listing-4 li .title {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 138px);
    flex: 0 0 calc(100% - 138px);
    max-width: calc(100% - 138px);
}

.HlifeSty .fv_right-sec .sm-thumb-listing-4 li .title h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
}

@media only screen and (max-width: 1199px) {
    .HlifeSty .fv_left-sec {
        -ms-flex: 0 0 calc(100% - 373px);
        flex: 0 0 calc(100% - 373px);
        max-width: calc(100% - 373px);
        padding: 0px;
    }

    .HlifeSty .fv_right-sec {
        -ms-flex: 0 0 353px;
        flex: 0 0 353px;
        max-width: 353px;
    }

    .HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li {
    padding-bottom: 15px;
    margin-bottom: 15px;}


}

@media only screen and (max-width: 767px) {
    .HlifeSty-main {
        margin-bottom: 50px;
        padding-bottom: 0px;
        border-bottom: 0px;
    }

    .HlifeSty-main .fv_left-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        margin-right: 0px;
    }

    .HlifeSty-main .widget-container .widget-body {
    background-color: #f4f4f4;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding-bottom: 50px;
    margin-bottom: -35px;
}

    .HlifeSty .fv_left-sec .four-first-story .fv-first-thumb {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .HlifeSty .fv_left-sec .four-first-story .fv-cap h3 {
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .HlifeSty .fv_left-sec .four-first-story .fv-cap h3 {
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .HlifeSty .fv_right-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li .title {
        width: 100%;
        -ms-flex: 0 0 calc(100% - 118px);
        flex: 0 0 calc(100% - 118px);
        max-width: calc(100% - 118px);
    }

    .HlifeSty .fv_right-sec .sm-thumb-listing-4 li .title h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .HlifeSty .fv_right-sec ul.sm-thumb-listing-4 li:last-child {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
}

/*** ====================================================================Dharm Widget Home Page ====================================================================***/
.widget-lifestyle-dharm {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.widget-main-dhrm-rasifal-body {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.widget-lifestyle-dharm .home-pg-life.widget-lifestyle-container {
    width: 48.5%;
    margin-right: 10px;
    position: relative;
}

.widget-lifestyle-dharm .widget-body {
    width: 100%;
    height: auto;
}

ul.widget-life-body-dharm {
    margin-bottom: 9px;
    width: 100%;
}

ul.widget-life-body-dharm li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

ul.widget-life-body-dharm li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

ul.widget-life-body-dharm .thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
    border: 1px solid #d1d1d1;
    position: relative;
}

ul.widget-life-body-dharm .thumb img {
    width: 100%;
    display: block;
    height: auto;
}

ul.widget-life-body-dharm .title {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 230px);
    flex: 0 0 calc(100% - 230px);
    max-width: calc(100% - 230px);
}

ul.widget-life-body-dharm .title h3 {
    font: 700 22px/30px 'Noto Sans', sans-serif;
    color: #000;
    font-weight: bold;
}

.widget-lifestyle-container ul {
    width: 100%;
}

.widget-lifestyle-container ul.sm-thumb-listing li {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 5px;
}

.widget-lifestyle-container ul.sm-thumb-listing li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.widget-lifestyle-container ul.sm-thumb-listing .thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: 1px solid #d1d1d1;
    position: relative;
}

.widget-lifestyle-container ul.sm-thumb-listing .thumb img {
    width: 100%;
    display: block;
    height: auto;
}

.widget-lifestyle-container ul.sm-thumb-listing .title {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.widget-lifestyle-container ul.sm-thumb-listing .title h3 {
    font: 400 16px/23px 'Noto Sans', sans-serif;
    color: #000;
}

.widget-lifestyle-container ul.sm-thumb-listing li:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    ul.widget-life-body-dharm .thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        max-width: 170px;
    }

    ul.widget-life-body-dharm .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 170px);
        flex: 0 0 calc(100% - 170px);
        max-width: calc(100% - 170px);
    }

    ul.widget-life-body-dharm .title h3 {
        font: 700 17px/22px 'Noto Sans', sans-serif;
        color: #000;
        margin-top: -3px;
        font-weight: bold;
    }

    .widget-lifestyle-container ul.sm-thumb-listing .thumb {
        -ms-flex: 0 0 82px;
        flex: 0 0 82px;
        max-width: 82px;
    }

    .widget-lifestyle-container ul.sm-thumb-listing .title {
        -ms-flex: 0 0 calc(100% - 82px);
        flex: 0 0 calc(100% - 82px);
        max-width: calc(100% - 82px);
        padding-left: 15px;
    }

    .widget-lifestyle-container ul.sm-thumb-listing li .title h3 {
        font: 400 16px/24px 'Noto Sans', sans-serif;
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    .widget-lifestyle-dharm {
        flex-wrap: wrap;
        margin-bottom: 34px;
    }

    .widget-main-dhrm-rasifal-body {
        margin-left: -10px;
        width: calc(100% + 20px);
    }

    .widget-lifestyle-dharm .home-pg-life.widget-lifestyle-container {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 0px 10px;
    }

    .home-pg-life.widget-lifestyle-container .bnone.widget-body {
        margin-bottom: 15px;
    }

    .bnone {
        border: none;
    }

    ul.widget-life-body-dharm .thumb {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.widget-life-body-dharm .thumb img {
        width: 100%;
        display: block;
        height: auto;
    }

    ul.widget-life-body-dharm .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }

    ul.widget-life-body-dharm .title h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .widget-lifestyle-container ul.sm-thumb-listing .thumb {
        -ms-flex: 0 0 98px;
        flex: 0 0 98px;
        max-width: 98px;
    }

    .widget-lifestyle-container ul.sm-thumb-listing .thumb img {
        width: 100%;
        display: block;
        height: auto;
    }

    .widget-lifestyle-container ul.sm-thumb-listing .title {
        -ms-flex: 0 0 calc(100% - 98px);
        flex: 0 0 calc(100% - 98px);
        max-width: calc(100% - 98px);
        padding-left: 20px;
    }

    .widget-lifestyle-container ul.sm-thumb-listing li .title h3 {
        font: 400 16px/24px 'Noto Sans', sans-serif;
        font-weight: bold;
    }
}

/*** ====================================================================rashifal Widget Home Page }====================================================================***/
.widget-rashifal {
    width: 49.3%;
    margin-left: 10px;
    height: auto;
    overflow: hidden;
}

.rasifal-img {
    width: 470px;
    height: 470px;
    display: block;
    background: url(https://akm-img-a-in.tosshub.com/aajtak/resource/img/rashiphal_circle1.png) center center no-repeat;
    margin-top: -25px;
    background-size: cover;
    padding: 10px;
}

.rashi-inner {
    border-radius: 3px;
    height: 355px;
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 11px;
}

.rashi-nav {
    width: 100%;
    height: auto;
    position: relative;
}

/*.rashi-nav::before {
    position: absolute;
    height: 46px;
    width: 30px;
    left: 0px;
    top: 0px;
    content: '';
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(0, 24, 62, 1) 0%, rgba(0, 24, 62, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 24, 62, 1) 0%, rgba(0, 24, 62, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(0, 24, 62, 1) 0%, rgba(0, 24, 62, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00183e', endColorstr='#00ffffff', GradientType=1);
}*/


.rashiphal {width: 100%;
    height: 360px;
    position: relative;
    background-color: #042c61;
    overflow: hidden;
    outline: 1px solid #fff;
    outline-offset: -10px;
}

.rashiphal .swiper-wrapper {
    padding-bottom: 17px;
}

.rashiphal .swiper-slide {
    background: #1a344d;
    background: -moz-linear-gradient(top, #1a344d 0%, #00111e 100%);
    background: -webkit-linear-gradient(top, #1a344d 0%, #00111e 100%);
    background: linear-gradient(to bottom, #1a344d 0%, #00111e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a344d', endColorstr='#00111e', GradientType=0);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 70px;
    cursor: pointer;
}

.rashiphal .swiper-slide span {
    line-height: 0;
}

.rashiphal .swiper-slide svg {
    height: 33px;
    width: 33px;
    fill: #fff;
}

.rashiphal .swiper-slide-active {
    max-width: 83px;
    height: 63px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.5);
}

.rashiphal .swiper-slide-active svg path {
    fill: #ffe600;
}

/*
.rashi-nav::after {
    position: absolute;
    height: 46px;
    width: 30px;
    right: 0px;
    top: 0px;
    content: '';
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 24, 62, 0.99) 99%, rgba(0, 24, 62, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 24, 62, 0.99) 99%, rgba(0, 24, 62, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 24, 62, 0.99) 99%, rgba(0, 24, 62, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00183e', GradientType=1);
}
*/

.rashi-tab-content {
    padding: 15px;
    margin-top: -14px;
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0 auto;
    margin-top: -14px;
    width: 100%;
}

.rashi-tab-content.active {
    display: inline-block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    border: none;
}

.rashi-body-inner {
    text-align: center;
    margin-top: 45px;
}

.rashi-body-inner h4 {
    font: 700 32px/34px 'Noto Sans', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.rashi-body-inner p {
    font: 400 20px/28px 'Noto Sans', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.rashi-read-more a {
    font: 400 15px/20px 'Noto Sans', sans-serif;
    color: #ffe600;
}

.rashi-read-more a svg {
    fill: #ffe600;
    position: relative;
    top: -1px;
    height: 9px;
    width: 9px;
}

.rashi-nav .swiper-button-next, .rashi-nav .swiper-button-prev {
    top: 0px;
    margin-top: 0px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 0;
    background-color: rgb(0,0,0,.9);
    padding-top: 2px;
}
.rashi-nav .swiper-button-next {
    right: 0px;
    border-left: 1px solid #0f3261;
}
.rashi-nav .swiper-button-prev {
    left: 0px;
    border-right: 1px solid #0f3261;
}
.rashi-nav .swiper-button-prev svg, .rashi-nav .swiper-button-next svg {
    height: 40px;
    width: 40px;
    fill: #ffe600;
}
.rashi-nav .swiper-button-next.swiper-button-disabled, .rashi-nav .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}
.rashi-nav .swiper-button-prev:hover, .rashi-nav .swiper-button-next:hover {
    background-color: rgb(0,0,0,.9);
}

@media only screen and (max-width: 1199px) {
    .rashiphal{height: auto;}

    .widget-rashifal {
        width: 48.5%;
        margin-left: 10px;
        height: auto;
    }

    .rasifal-img {
        height: 315px;
        width: 100%;
        display: block;
        background-size: cover;
        margin-top: -30px;
    }
    .rashi-body-inner{margin-top: 25px;}
    .rashi-inner {
        height: 290px;
    }

    .rashi-nav.swiper-container {
        margin: inherit;
        width: 100%;
    }

    .rashiphal .swiper-slide {
        height: 40px;
    }

    .rashiphal .swiper-slide svg {
        width: 26px;
        line-height: 26px;
    }

    .rashiphal .swiper-slide-active {
        height: 53px;
    }

    .rashiphal .swiper-slide-active svg {
        height: 36px;
        width: 36px;
        line-height: 26px;
    }

    .rashi-body-inner h4 {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 7px;
    }

    .rashi-body-inner p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .rashi-nav .swiper-button-next, .rashi-nav .swiper-button-prev {
        display: block;
        width: 40px;
        height: 40px;
        padding-top: 0px;
    }

    .widget-rashifal {
        width: 100%;
        margin-left: 0px;
    }

    .rashi-nav.swiper-container {
        max-width: 100%;
    }

    .widget-rashifal .widget-head {
        padding: 0px 10px;}

.widget-lifestyle-dharm .widget-more {margin-top: 10px;}
.rasifal-img {background-size: 320px; height: 335px; margin-top: 0px;}
.rashi-tab-content {margin-top: 16px;}
.rashi-inner {height: 335px;}


}

/*** ====================================================================rajwar khabre Widget Home Page ====================================================================***/
.tab-section-home {
    width: 100%;
    height: auto;
    position: relative;
}

.tab-section-home .widget-container {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    position: relative;
}

.widget-tab-body {
    width: 100%;
    height: auto;
}

.tab-cont {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tab-section {
    float: left;
    width: 100%;
    position: relative;
}

.tab-section::before,
.tab-section::after {
    content: '';
    position: absolute;
    top: 0px;
    /* width: 15px; */
    height: 38px;
    background-color: #002866;
    z-index: 2;
}

.tab-section::before {
    left: 0px;
}

.tab-section::after {
    right: 0px;
}

.tab-heading {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 15px 0px;
}

.tab_nav {
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
}

.tab_nav select {
    display: none;
    width: 100%;
    padding: 10px;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    color: #9b9b9b;
    padding-left: 5px;
}

.tab_nav ul {
    margin: 0px;
    padding: 0px 15px;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
    background-color: #002866;
    /*width: 1500px;*/
    width: 100%;
}

.tab_nav ul li {
    margin-right: 3px;
    padding: 6px 8px;
    background-color: transparent;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    text-align: center;
    flex-grow: 1;
    max-width: 100px;
    color: #ffffff;
    font-size: 15px;
}

.tab_nav ul li.active {
    background-color: #f80101 !important;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 4px;
    line-height: 24px;
}

.tab_nav ul li:hover {
    background-color: #f80101;
    margin-top: 3px;
    padding-bottom: 0px;
    line-height: 19px;
}

.nav-content {
    float: left;
    width: 100%;
    height: auto;
    display: none;
    border: none;
}

.nav-content.active {
    display: block;
}

.tab-inner-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tab-inner-body-inside {
    background: rgb(234, 232, 232);
    background: -moz-linear-gradient(top, rgba(234, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(234, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(234, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eae8e8', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: 100%;
    padding: 19px 10px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.tab-inner-body-lhs {
    width: 185px;
    height: auto;
    margin-right: 10px;
}

.tab-inner-body-lhs img {
    width: 100%;
    height: auto;
    display: block;
}

.tab-inner-body-rhs {
    width: calc(100% - 205px);
    margin-left: 10px;
}

ul.rhs-area {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

ul.rhs-area li {
    width: 50.6%;
    margin-right: 10px;
}

ul.rhs-area li:last-child {
    width: 48.4%;
    margin-right: 0px;
    margin-left: 10px;
}

ul.rhs-area li .state-img {
    width: 100%;
    border: 1px solid #d1d1d1;
}

ul.rhs-area li .state-img img {
    width: 100%;
    height: auto;
    display: block;
}

ul.rhs-area li h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

ul.rhs-area li h3 a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 32px;
}

ul.rhs-area li p {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px;
}

ul.rhs-area li div {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0px;
}

.tab-inner-body-rhs ul li iframe {
    width: 100%;
    height: auto;
    display: block;
}

.tab_nav::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.tab_nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(121, 121, 121);
}

.tab_nav::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid #d2d2d2;
    border-radius: 16px;
}

@media only screen and (max-width: 1199px) {

    ul.rhs-area li h3,
    ul.rhs-area li h3 a {
        font-size: 19px;
        line-height: 24px;
    }

    ul.rhs-area li p {
        margin-bottom: 0px;
    }

    .tab-inner-body-rhs ul li p {
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
    }

    .tab-inner-body-rhs ul li div {
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
    }

.tab_nav ul li:hover{background-color:transparent;}


}

@media only screen and (max-width: 992px) {
    .tab_nav {
        overflow-x: scroll;
    }

    .tab_nav ul {
        min-width: 690px;
    }

    .tab-inner-body-lhs {
        margin-right: 8px;
        width: 141px;
    }

    .tab-inner-body-rhs {
        margin-left: 8px;
        width: calc(100% - 157px);
    }

    ul.rhs-area li {
        width: 51.6%;
        margin-right: 7px;
    }

    ul.rhs-area li:last-child {
        width: 48.4â€¬%;
        margin-right: 0px;
        margin-left: 7px
    }
}

@media only screen and (max-width: 767px) {
    .tab_nav ul {
        padding-right: 0px;
    }

    .widget-tab-body {
        width: calc(100% + 20px);
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
    }

    .tab-inner-body-lhs {
        display: none;
    }

    .tab-inner-body-rhs {
        width: 100%;
        margin-left: 0px;
    }

    ul.rhs-area {
        flex-wrap: wrap;
    }

    ul.rhs-area li {
        width: 100%;
        margin-right: 0px;
    }

    ul.rhs-area li .state-img {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

    .tab-inner-body-rhs ul.rhs-area li:last-child {
        width: 100%;
        margin-left: 0px;
    }

    .tab-inner-body {
        padding: 0px;
        padding-top: 0px;
    }

    .tab-inner-body-rhs ul.rhs-area li h3 {
        margin-top: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    ul.widget-body-rajwar li {
        width: 100%;
    }

    .nav-content {
        box-shadow: none;
        border: 0px solid #ddd;
    }

    ul.rhs-area li p {
        margin-bottom: 21px;
    }

    .tab-mob-home .widget-container {
        margin-bottom: 0px;
    }

    ul.rhs-area li h3,
    ul.rhs-area li h3 a {
        font-size: 20px;
        line-height: 26px;
    }

    .tab-inner-body-inside {
        padding-top: 0px;
    }

    .tab-section-home .widget-more {
        margin-bottom: 20px;
        padding-top: 0px;
    }

    .tab-inner-body-rhs ul.rhs-area li p {
        line-height: 24px;
    }
}

/*** ====================================================================rajwar khabre Widget bottom 4 thumb story====================================================================***/
.widget-rajwar-container-bb {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

ul.widget-body-rajwar {
    margin-bottom:0px;
    display: flex;
    flex-wrap: wrap;
}

ul.widget-body-rajwar li {
    margin-bottom: 20px;
    margin-right: 10px;
    width: 48.5%;
}

ul.widget-body-rajwar li:nth-child(2n) {
    margin-right: 0px;
    margin-left: 15px;
}

ul.widget-body-rajwar li:nth-child(2) {
    margin-bottom: 0px;
}

ul.widget-body-rajwar li:last-child {
    margin-bottom: 0px;
}

ul.widget-body-rajwar li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

ul.widget-body-rajwar .thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    border: 1px solid #d1d1d1;
    position: relative;
}

ul.widget-body-rajwar .thumb img {
    width: 100%;
    display: block;
    height: auto;
}

ul.widget-body-rajwar .title {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
}

ul.widget-body-rajwar .title h3 {
    font: 700 18px/25px 'Noto Sans', sans-serif;
    color: #000;
    font-weight: bold;
}

@media only screen and (max-width: 1199px) {
    .widget-rajwar-container-bb {
        margin-top: 8px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar li {
        margin-bottom: 20px;
        margin-right: 5px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar li:nth-child(2n) {
        margin-left: 5px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar .title h3 {
        font: 700 15px/22px 'Noto Sans', sans-serif;
        color: #000;
        font-weight: bold;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar .thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
        flex: 0 0 135px;
        max-width: 135px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar .title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 135px);
        flex: 0 0 calc(100% - 135px);
        max-width: calc(100% - 135px);
    }

    .widget-rashifal {
        width: 48.5%;
        margin-left: 10px;
        height: auto;
    }

    .widget-rashifal .widget-title {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 767px) {
    .widget-rajwar-container-bb {
        margin-top: 0px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar li {
        margin-right: 0px;
        width: 100%;
    }

    ul.widget-body-rajwar {
        padding: 0px 10px;
        margin-bottom: 0px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar li:nth-child(2n) {
        margin-left: 0px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar li:last-child {
        margin-bottom: 0px;
    }

    .widget-rashifal {
        width: 100%;
        margin-left: 0px;
    }

    .widget-rashifal .widget-head {
        padding: 0px 10px;
    }

    .widget-rajwar-container-bb ul.widget-body-rajwar .title h3 {
        font: 700 16px/24px 'Noto Sans', sans-serif;
    }
}

/*** ====================================================================Technology OR Auto Widget in Home Page====================================================================***/
.small4-1big-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.small4-1big-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.small4-1big-body .LHS-main {
    width: 48.5%;
    margin-right: 10px;
}

.small4-1big-body .LHS-main .big-img-text {
    width: 100%;
    margin-bottom: 20px;
}

.small4-1big-body .LHS-main .big-img-text ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.small4-1big-body .LHS-main .big-img-text ul li {
    width: 100%;
}

.small4-1big-body .LHS-main .big-img-text ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.small4-1big-body .LHS-main .big-img-text ul li a .thmbbig {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 227px;
    flex: 0 0 227px;
    max-width: 227px;
    border: 1px solid #d1d1d1;
    position: relative;
}

.small4-1big-body .LHS-main .big-img-text ul li a .thmbbig img {
    width: 100%;
    display: block;
    height: auto;
}

.small4-1big-body .LHS-main .big-img-text ul li a .title-big {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 227px);
    flex: 0 0 calc(100% - 227px);
    max-width: calc(100% - 227px);
    font: 700 22px/30px 'Noto Sans', sans-serif;
    color: #000;
    font-weight: bold;
}

.small4-1big-body .LHS-main .big-img-text ul li a .title-big h3 {
    font: 700 22px/30px 'Noto Sans', sans-serif;
    color: #000;
    font-weight: bold;
}

.small4-1big-body .LHS-main .sthumb {
    width: 100%;
}

.small4-1big-body .LHS-main .sthumb ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #d1d1d1;
}

.small4-1big-body .LHS-main .sthumb ul li {
    width: 100%;
    margin-bottom: 15px;
}

.small4-1big-body .LHS-main .sthumb ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.small4-1big-body .LHS-main .sthumb ul li a .ssthumb-listing {
    idth: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: 1px solid #d1d1d1;
    position: relative;
    height: 100%;
}

.small4-1big-body .LHS-main .sthumb ul li a .ssthumb-listing img {
    width: 100%;
    display: block;
    height: auto;
}

.small4-1big-body .LHS-main .sthumb ul li a .sstitle-listing {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    font: 400 16px/23px 'Noto Sans', sans-serif;
    color: #000;
}

.small4-1big-body .LHS-main .sthumb ul li a .sstitle-listing h3 {
    font: 400 16px/23px 'Noto Sans', sans-serif;
    color: #000;
}

.small4-1big-body .RHS-main {
    width: 48.5%;
    margin-left: 10px;
}

.small4-1big-body .RHS-main ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.small4-1big-body .RHS-main .sthumb ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #d1d1d1;
}

.small4-1big-body .RHS-main .sthumb ul li:last-child {
    margin-bottom: 0px;
}

.small4-1big-body .RHS-main .sthumb ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.small4-1big-body .RHS-main .sthumb ul li a .ssthumb-listing {
    idth: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: 1px solid #d1d1d1;
    position: relative;
}

.small4-1big-body .RHS-main .sthumb ul li a .ssthumb-listing img {
    width: 100%;
    display: block;
    height: auto;
}

.small4-1big-body .RHS-main .sthumb ul li a .sstitle-listing {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    font: 400 16px/23px 'Noto Sans', sans-serif;
    color: #000;
}

.small4-1big-body .RHS-main .sthumb ul li a .sstitle-listing h3 {
    font: 400 16px/23px 'Noto Sans', sans-serif;
    color: #000;
}

@media only screen and (max-width:1199px) {
    .small4-1big-body .LHS-main {
        width: 48.6%;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .small4-1big-body .RHS-main {
        width: 48.6%;
        margin-left: 10px;
    }

    .small4-1big-body .LHS-main .big-img-text {
        margin-bottom: 25px;
    }

    .small4-1big-body .LHS-main .sthumb ul li {
        margin-bottom: 35px;
    }

    .small4-1big-body .LHS-main .big-img-text ul li a .thmbbig {
        -ms-flex: 0 0 175px;
        flex: 0 0 175px;
        max-width: 175px;
        height: 100%;
    }

    .small4-1big-body .LHS-main .big-img-text ul li a .title-big {
        -ms-flex: 0 0 calc(100% - 175px);
        flex: 0 0 calc(100% - 175px);
        max-width: calc(100% - 175px);
    }

    .small4-1big-body .LHS-main .big-img-text ul li a .title-big,
    .small4-1big-body .LHS-main .sthumb ul li a .sstitle-listing,
    .small4-1big-body .RHS-main .sthumb ul li a .sstitle-listing {
        padding-left: 16px;
    }

    .small4-1big-body .LHS-main .big-img-text ul li a .title-big h3 {
        font: 700 20px/26px 'Noto Sans', sans-serif;
    }

    .small4-1big-body .LHS-main .sthumb ul li a .sstitle-listing h3 {
        font: 400 16px/22px 'Noto Sans', sans-serif;
    }
}

@media only screen and (max-width:767px) {
    .small4-1big-body .LHS-main .big-img-text ul li a .thmbbig {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .small4-1big-body .LHS-main .big-img-text ul li a .title-big {
        padding-left: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .small4-1big-body .LHS-main .big-img-text ul li a .title-big h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .small4-1big-body .LHS-main .sthumb ul li a .sstitle-listing h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    .small4-1big-body .RHS-main .sthumb ul li a .sstitle-listing h3 {font-weight: bold}


    .video-lhs-are ul li:last-child {
        border-bottom: 1px solid #1a3e76;
        margin-bottom: 20px;
        margin-right: 0%;
        margin-left: 6px;
    }

    .small4-1big-body .LHS-main {
        width: 100%;
        margin-right: 0px;
    }

    .small4-1big-body .RHS-main {
        width: 100%;
        margin-left: 0px;
    }

    .small4-1big-container {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }

    .small4-1big-container .widget-more {
        margin-top: 0px;
    }

    .small4-1big-body .LHS-main .big-img-text {
        margin-bottom: 15px;
    }

    .small4-1big-body .RHS-main .sthumb ul li:last-child {
        margin-bottom: 10px;
    }
}

/*** ====================================================================business Widget in Home Page====================================================================***/
.bussiness-main-C {
    width: 100%;
    height: auto;
}

.bussiness-main-C .widget-container {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    position: relative;
}

.bussiness-main-C .widget-body {
    width: 100%;
    height: auto;
}

.bussiness-main-C .widget-body .five-story-widget {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.bussiness-main-C .widget-body .five-story-widget .fv_left-sec {
    -ms-flex: 0 0 calc(100% - 485px);
    flex: 0 0 calc(100% - 485px);
    max-width: calc(100% - 485px);
    padding: 0px;
    margin-right: 20px;
}

.bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story {
    position: relative;
    line-height: 0;
}

.bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story a {
    display: block;
    width: 100%;
}

.bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-first-thumb {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
}

.bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-first-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-cap {
    bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px;
}

.bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-cap h3 {
    line-height: 32px;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    width: 100%;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec {
    -ms-flex: 0 0 465px;
    flex: 0 0 465px;
    max-width: 465px;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a {
    width: 100%;
    text-decoration: none;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .thumb {
    width: 100%;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    max-width: 98px;
    border: 1px solid #d3d3d3;
    position: relative;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .title {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 98px);
    flex: 0 0 calc(100% - 98px);
    max-width: calc(100% - 98px);
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .title h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    padding-left: 20px;
}

.bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .bussiness-main-C {
        margin-bottom: 20px;
    }

    .bussiness-main-C .widget-container {
        margin-bottom: 0px;
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_left-sec {
        -ms-flex: 0 0 calc(100% - 373px);
        flex: 0 0 calc(100% - 373px);
        max-width: calc(100% - 373px);
        padding: 0px;
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_left-sec:first-child .fv-first-thumb img {
        max-height: none;
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_right-sec {
        -ms-flex: 0 0 353px;
        flex: 0 0 353px;
        max-width: 353px;
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .thumb {
        width: 100%;
        -ms-flex: 0 0 98px;
        flex: 0 0 98px;
        max-width: 98px;
        margin-right: 20px;
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .title {
        width: 100%;
        -ms-flex: 0 0 calc(100% - 118px);
        flex: 0 0 calc(100% - 118px);
        max-width: calc(100% - 118px);
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .title h3 {
        font-size: 16px;
        line-height: 24px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .bussiness-main-C .widget-body {
        width: 100%;
        height: auto;
    }

    .bussiness-main-C .widget-body.hm-business {
        padding: 0px;
        background-color: #f4f4f4;
        padding-bottom: 30px;
        margin-bottom: -30px;
        margin-left: -10px;
        width: calc(100% + 20px);
    }

.bussiness-main-C .widget-container .widget-more {padding-right: 10px;}


    .bussiness-main-C .widget-body .five-story-widget .fv_left-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        margin-right: 0px;
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-first-thumb {
/*        margin-left: -10px;
        width: calc(100% + 20px);*/
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-cap h3 {
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .bussiness-main-C .widget-body .five-story-widget .fv_right-sec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 10px;
    }
    .bussiness-main-C .widget-body .five-story-widget .fv_left-sec .four-first-story .fv-cap{padding: 0px 10px;}

    .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li:last-child {
        margin-bottom: 15px;
    }

    .bussiness-main-C {
        margin-bottom: 50px;}

 .bussiness-main-C .widget-body .five-story-widget .fv_right-sec ul.sm-thumb-listing-4 li a .title h3 { font-weight: bold;}


}

/*** ====================================================================business Widget in Home Page====================================================================***/
.hscorecard {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.hscorecard iframe {
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 1;
}

@media only screen and (max-width: 1199px) {
    .hscorecard iframe {
        height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .hscorecard {
        margin-bottom: 10px;
    }
}

/*** ====================================================================caarrer and sahitya Widget RHS in Home Page====================================================================***/
.common-rhs-main-sec {
    width: 100%;
    height: auto;
    display: flex; flex-wrap: wrap;
}

.rhs-thumb-shadow-container {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.rhs-thumb-shadow-body {
    width: 100%;
    height: auto;
}

.rhs-thumb-shadow-body-img {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
}

.rhs-thumb-shadow-body-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.rhs-thumb-shadow-body-img img {
    width: 100%;
    height: auto;
    display: block;
}

.rhs-thumb-shadow-body-img .fv-cap {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 10px;
}

.rhs-thumb-shadow-body-img .fv-cap h3 {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

.rhs-thumb-shadow-container ul.sm-thumb-listing {
    margin-bottom: 0px;
}

.rhs-thumb-shadow-container ul.sm-thumb-listing.bb1 li {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.rhs-thumb-shadow-container ul.sm-thumb-listing li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.rhs-thumb-shadow-container ul.sm-thumb-listing .thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: 1px solid #d1d1d1;
    position: relative;
}

.rhs-thumb-shadow-container ul.sm-thumb-listing .thumb img {
    width: 100%;
    display: block;
    height: auto;
}

.rhs-thumb-shadow-container ul.sm-thumb-listing .title {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.rhs-thumb-shadow-container ul.sm-thumb-listing .title h3 {
    font: 400 16px/23px 'Noto Sans', sans-serif;
    color: #000;
}

.rhs-thumb-shadow-container ul.sm-thumb-listing li:last-child {
    margin-bottom: 0px;
}

.common-rhs-main-sec .sahitya-rhs-section {
    width: 100%;
    margin-left: 0px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
}

.subscribe-banner {
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    .common-rhs-main-sec {
        display: flex;
        margin: 0 -10px;
        width: auto;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }

    .rhs-thumb-shadow-container {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 0px;
    }

    .rhs-thumb-shadow-body-img .fv-cap h3 {
        line-height: 26px;
        font-size: 20px;
    }

    .rhs-thumb-shadow-container ul.sm-thumb-listing .thumb {
        -ms-flex: 0 0 82px;
        flex: 0 0 82px;
        max-width: 82px;
    }

    .rhs-thumb-shadow-container ul.sm-thumb-listing .title {
        -ms-flex: 0 0 calc(100% - 82px);
        flex: 0 0 calc(100% - 82px);
        max-width: calc(100% - 82px);
        padding-left: 15px;
    }

    .common-rhs-main-sec .sahitya-rhs-section {
        width: 100%;
        margin-left: 0px;
        padding: 0 10px;
    }

    .sahitya-rhs-section .khel-widget-hhm ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    .sahitya-rhs-section .khel-widget-hhm ul li a {
        line-height: 24px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }

.subscribe-banner {
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    }

}

@media only screen and (max-width: 767px) {
    .common-rhs-main-sec {
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .common-rhs-main-sec .rhs-thumb-shadow-container {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .rhs-thumb-shadow-container ul.sm-thumb-listing .thumb {
        -ms-flex: 0 0 98px;
        flex: 0 0 98px;
        max-width: 98px;
    }

    .rhs-thumb-shadow-container ul.sm-thumb-listing .title {
        -ms-flex: 0 0 calc(100% - 98px);
        flex: 0 0 calc(100% - 98px);
        max-width: calc(100% - 98px);
        padding-left: 20px;
    }

    .rhs-thumb-shadow-container ul.sm-thumb-listing {
        margin-bottom: 20px;
    }

    .sahitya-rhs-section .khel-widget-hhm {
        margin-bottom: 10px;
    }

    .common-rhs-main-sec .sahitya-rhs-section {
        margin-bottom: 0px;
    }

    .sidebar .common-rhs-main-sec:last-child{margin-bottom: 17px;}

.khel-widget-hhm ul li a {
font-weight: bold;}


.rhs-thumb-shadow-container ul.sm-thumb-listing .title h3 {
font-weight: bold;}

.rhs-thumb-shadow-container ul.sm-thumb-listing .title h3 {
font-weight: bold;}
}

/*** ====================================================================Vote Poll Widget RHS in Home Page====================================================================***/
.hp-poll-outer {
    width: 100%;
    margin-right: 0px;
}

.hp-poll {
    margin-bottom: 20px;
}

.hp-poll h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.poll-row {
    margin-bottom: 10px;
}

span.voteCount {
    float: right;
}

.hp-poll [type="radio"]:checked,
.hp-poll [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    cursor: pointer;
}

.hp-poll [type="radio"]:checked + label,
.hp-poll [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #000;
}

.hp-poll [type="radio"]:checked + label:before,
.hp-poll [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.hp-poll [type="radio"]:checked + label:after,
.hp-poll [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #d71920;
    position: absolute;
    top: 4px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hp-poll [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.hp-poll [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hp-poll {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hp-poll .progress-strip {
    background: #e2e1e1;
    height: 26px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.hp-poll .progress-strip > span.radiobut {
    margin-right: 10px;
    z-index: 1;
}

.hp-poll .progress-strip > span.progress-bar:before {
    content: attr(data-vote)"%";
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.hp-poll .progress-strip > span.progress-bar {
    flex: 1 0 0;
    height: 100%;
}

.hp-poll .progress-strip > span.progress-bar > div {
    height: 100%;
    background: #b3c3d0;
    transition: width 1.5s linear;
    border-radius: 26px;
    position: absolute;
    left: 0;
}

.hp-poll #already_voted span {
    color: #d7192c;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .hp-poll-outer {
        width: 100%;
        padding: 0 10px;
    }

    .dialy-news-form-container {
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px;
    }

    .hp-poll {
        justify-content: flex-start;
        height: calc(100% - 35px);
        margin-bottom: 0px;
        padding: 15px;
    }

    .dialy-news-form-body iframe {
    }
}

@media only screen and (max-width: 767px) {
.hp-poll {height: auto;}

.hp-poll-outer {
        height: auto;
        margin-bottom: 20px;
    }

    .dialy-news-form-container {
        width: 100%;
        margin-left: 0%;
        padding: 0px;
    }

    .dialy-news-form-body {
        height: 342px;
    }

    .dialy-news-form-body iframe {
        height: 342px;
    }
}

/*** ====================================================================India Todat English Widget RHS in Home Page====================================================================***/

.dialy-news-form-container{
    margin-bottom: 20px;
    line-height: 0;
    width: 100%;
    height: auto;
}

.RHSIndEng {
    margin-bottom: 15px;
}

.RHSIndEng .widget-container {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    position: relative;
}

.RHSIndEng .widget-body {
    width: 100%;
    height: auto;
}

.RHSIndEng .widget-container .widget-body {
    background-color: transparent;
    padding: 0px;
}

.RHSIndEng .widget-body .sm-thumb-listing {
    margin-bottom: 0px;
}

.RHSIndEng .widget-body .sm-thumb-listing.bb1 li {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.RHSIndEng .widget-body .sm-thumb-listing li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.RHSIndEng .widget-body .sm-thumb-listing .thumb {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: 1px solid #d1d1d1;
    position: relative;
}

.RHSIndEng .widget-body .sm-thumb-listing .thumb img {
    width: 100%;
    display: block;
    height: auto;
}

.RHSIndEng .widget-body .sm-thumb-listing .thumb .v-duration {
    bottom: 0;
    left: 0;
}

.RHSIndEng .widget-body .sm-thumb-listing .title {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.RHSIndEng .widget-body .sm-thumb-listing .title h3 {
    font: 400 16px/23px 'Noto Sans', sans-serif;
    color: #000;
}

.RHSIndEng .widget-body .sm-thumb-listing li:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .RHSIndEng {
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px;
        margin-bottom: 0px;
    }

    .RHSIndEng .widget-body .sm-thumb-listing .thumb {
        -ms-flex: 0 0 82px;
        flex: 0 0 82px;
        max-width: 82px;
    }

    .RHSIndEng .widget-body .sm-thumb-listing .title {
        -ms-flex: 0 0 calc(100% - 82px);
        flex: 0 0 calc(100% - 82px);
        max-width: calc(100% - 82px);
        padding-left: 15px;
    }

    .RHSIndEng .widget-body .sm-thumb-listing .title h3 {
        font: 400 16px/24px 'Noto Sans', sans-serif;
    }
    .dialy-news-form-container{
    margin-bottom: 0px;}

}

@media only screen and (max-width: 767px) {
    .RHSIndEng .widget-body .sm-thumb-listing .thumb {
        -ms-flex: 0 0 98px;
        flex: 0 0 98px;
        max-width: 98px;
    }

    .RHSIndEng .widget-body .sm-thumb-listing .title {
        -ms-flex: 0 0 calc(100% - 98px);
        flex: 0 0 calc(100% - 98px);
        max-width: calc(100% - 98px);
        padding-left: 20px;
    }

    .RHSIndEng .widget-body {
        margin-bottom: 15px;
        margin-right: 0px;
        width: calc(100% + 20px);
    }

    .RHSIndEng {
        margin-bottom: 0px;
    }
      .common-rhs-main-sec .dialy-news-form-container{
    margin-bottom: 20px;}


.RHSIndEng .widget-container .widget-body {
    background-color: transparent;
    padding: 0px 10px;}

    .common-rhs-main-sec .RHSIndEng + .RHSIndEng{ margin-top: 10px;}

.RHSIndEng .widget-body .sm-thumb-listing .title h3 {
font-weight: bold;}


}

/*** ====================================================================India Todat English Widget RHS in Home Page====================================================================***/
.common-rhs-main-sec .add-center-div {
    width: 100%;
}

.sidebar .common-rhs-main-sec .add-section {
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 250px;
}


@media only screen and (max-width: 1199px) {
    .common-rhs-main-sec .widget-container:nth-child(1) {
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}
.sidebar-body {
    width: 100%;
    height: auto;
}

#badi_khabar_1{
    /*height: 830px;*/
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
	
}


@media only screen and (max-width: 767px) {
	
	
	
	#badi_khabar_1{
    height: auto;
    width: 100%;
    }
	.livetv{
		display:block;
		
	}
	
	.ik {
    width: 100px;
    margin-right: 15px;
    margin-top: 15px;
    height: 50px!important;

}

    .w-200px {
        width: 170px !important;
        margin-top: 2px;
        padding: 1px;
    }


.livetv {
    background: #fd0100;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px;
}

}
