:root {
    --clr_acnt: #002e7b;
    --clr_acnt_secondary: #f31c1f;
    --clr_bg: #f9f9f9;
    --clr_bg_grey_tint: #e5e5e5;
    --clr_txt_active: #7c7c7c;
    --clr_txt_muted: #afafaf;
    --clr_txt_sepration: #fff;
    --clr_txt: #4e4e4e;
    --light-text: #fff;
    --gradient-1: #1ea8e7;
    --gradient-2: #21aff0;
    --gradient-3: #23b3f4;
    --gradient-1-lighter: #2abdff;
    --gradient-1-darker: #1fa5e2;
    --font_size_heading_section: clamp(1.5rem, 2vw, 2rem) !important;
    --font_size_heading_sml: clamp(1.1rem, 1.3vw, 1.2rem) !important;
    --font_size_heading_xsml: calc(var(--font_size_heading_sml) - .1rem);
    --top_banner_carousel_height: 27vw !important;
    --top_banner_carousel_min_height: 275px !important;
    --top_banner_carousel_max_height: 600px !important;
    --top_banner_recent_max_height: 250px !important;
    --border_radius_lg: .5rem;
    --border_radius_md: .35rem;
    --border_radius_sml: .25rem;
    --shadow: 0 4px 10px rgba(0, 0, 0, .20) !important;
    --shadow_more: 8px 8px 14px #818181 !important;
    --transform_translate_center: translate(-50%, -50%);
    --bg_gradiant_carousel: linear-gradient(to right, #414345, #232526)
}

body {
    background-color: var(--light-text) !important;
    font-family: NotoSansDevanagariUI-Medium, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    overflow: visible !important
}

* {
    box-sizing: border-box;
    margin: 0;
    text-decoration: none !important
}

::selection {
    background-color: #4285f4;
    color: #fff;
    text-shadow: none !important
}

*::selection {
    background-color: #4285f4;
    color: #fff;
    text-shadow: none !important
}

body {
    max-width: 1920px;
    margin: 0 auto
}

main {
    margin: 0 0
}

html {
    scrollbar-color: var(--clr_acnt) var(--clr_bg) !important;
    scrollbar-width: auto !important;
    scroll-behavior: smooth !important
}

::-webkit-scrollbar {
    width: .5rem;
    height: .5rem
}

textarea::-webkit-scrollbar {
    width: .35rem;
    height: .35rem
}

::-webkit-scrollbar-track {
    background: var(--clr_txt_muted);
    border-radius: var(--border_radius_md)
}

::-webkit-scrollbar-thumb {
    background: var(--clr_acnt);
    border-radius: var(--border_radius_md)
}

.nav_wrapper {
    background-color: #1d3f7d;
    border-top: 4px solid #fbc80a !important;
    padding: .4rem 0 !important
}

.nav_bar a {
    padding: 0 !important;
    color: #fff !important;
    text-decoration: none !important
}

.navwrap {
    max-width: 100%;
    margin: 0;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    background: #1d3f7d;
    padding: 0 2vw;
    /* padding-bottom: 14px; */
}

.navwrap::-webkit-scrollbar {
    display: none;
}

.nav {
    display: table;
    /*white-space fix*/
    width: 100%;
    text-align: center;
    word-spacing: -9em;
    /*white-space fix*/
}

.nav li {
    display: inline-block;
    text-align: left;
    word-spacing: normal;
    /*white-space fix*/
}

.nav li>a {
    position: relative;
}

.nav li:hover,
.nav>li>a:hover {
    z-index: 105;
}

.nav li li {
    display: block;
}

.nav a {
    display: block;
    padding: 7px 10px;
    background: #1d3f7d;
    color: #fff;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

.nav li:hover>a,
.nav a:hover {
    background: #000;
}

.nav.nav-tabs a:hover {
    background: #bfbfbf;
}

.nav ul {
    position: absolute;
    z-index: 104;
    left: -999em;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
}

.nav li:hover>ul {
    left: auto;
    top: auto;
    opacity: 1;
    transition: opacity 0.5s linear, top 0.5s;
}

.nav ul ul {
    transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
    z-index: 103;
}

.nav li li:hover ul {
    top: auto;
    margin-left: 100%;
    opacity: 1;
    transition: opacity 0.5s linear, margin 0.5s;
}

/* arrows */
.nav li a:first-child:not(:last-child) {
    padding-right: 20px;
    /* make space for arrows*/
}

.nav li a:first-child:not(:last-child):after {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid yellow;
}

.nav>li>a:first-child:not(:last-child):after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid yellow;
    border-bottom: none;
    margin-top: -3px;
}

.nav li:hover a:first-child:not(:last-child):after {
    border-left-color: #fff;
}

.nav>li:hover>a:first-child:not(:last-child):after {
    border-left-color: transparent;
    border-top-color: #fff;
}

/* allow touch to play */
.nav .touch-only {
    display: none;
    left: -10px;
}

.touch-device .nav .touch-only {
    display: inline-block;
}

.touch-device .nav .touch-only a {
    background: #000;
    color: #fff;
}


.live_icons_navbar {
    font-size: var(--responsive_font_head) !important;
    position: relative !important;
    padding: 0 !important;
    fill: #e80c13 !important;
}

.live_icons_navbar img {
    width: 45px;
    height: 45px;
    margin: 0 .5rem;
    color: var(--acnt_clr);
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.live_icons_navbar:hover {
    background-color: transparent !important;
    cursor: pointer !important;
}

.bottom_nav_bar img {
    width: 45px;
    height: 45px;
    margin: 0 .5rem;
}

@keyframes liveicon {
    0% {
        fill: var(--acnt_clr)
    }

    25% {
        fill: #fff
    }

    50% {
        fill: #fff
    }

    100% {
        fill: var(--acnt_clr)
    }
}

.submenu {
    margin-top: 1.2rem !important
}

.ucnbanner {
    height: 170px;
    margin: 0 auto
}

.news_card {
    margin: .5rem 0;
    position: relative;
    padding: 0 .5rem !important;
    /* border-radius: .5rem */
}

.news_card_content * {
    margin-top: 1rem
}

.card_img {
    width: 100%;
    margin: .5rem 0 !important;
    border-radius: .4rem
}

.card_sr1 {
    background: linear-gradient(rgba(141, 141, 141, .164), rgba(141, 141, 141, .164), #9a4743d5, #9a4843, #9a4843);
    padding: var(--card_padding);
    border: 1px solid #9a4843;
    border-top: .5rem solid #9a4843 !important;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    height: 80vh
}

.card_srng1::before {
    content: url("https://img-mm.manoramaonline.com/content/dam/mm/mo/news/just-in/images/2021/9/1/petrol-diesel-lpg.jpg");
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: -2
}

.card_srsprts1::before {
    content: url("https://images.indianexpress.com/2021/10/ipl-awards.jpg");
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: -2
}

.continuereadbtn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block
}

.continuereadbtn button {
    padding: .5rem 1rem;
    background-color: #fff;
    color: #9a4843;
    border: 0;
    margin: 1.5rem 1rem;
    font-weight: 700;
    cursor: pointer
}

.slidecontent {
    position: absolute;
    left: 1rem;
    bottom: 8rem;
    height: 23%;
    transition: transform .5s ease-in-out
}

.slidecontent .cstm_para {
    color: transparent;
    transition: color .5s ease-in-out
}

.card_sr1:hover .slidecontent {
    transform: translate(0, -65%)
}

.card_sr1:hover .slidecontent .cstm_para {
    color: #fff
}

.card_srgd1::before {
    content: url("https://img-mm.manoramaonline.com/content/dam/mm/mo/news/just-in/images/2021/9/1/petrol-diesel-lpg.jpg");
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: -2
}

@media screen and (max-width:450px) {
    .slidecontent {
        height: 32%
    }

    .card_sr1:hover .slidecontent {
        transform: translate(0, -105%)
    }
}

@media screen and (min-width:1200px) {
    .card_srng1::before {
        transform: scale(1.5)
    }

    .card_srsprts1::before {
        top: 0;
        transform: scale(1.5)
    }

    .card_srgd1::before {
        transform: scale(1.5)
    }
}

.lg_head {
    font-size: var(--responsive_font_head);
    color: #fff;
    font-weight: bolder
}

.lg_headbnr {
    font-size: var(--responsive_font_headbnr);
    color: #fff;
    font-weight: bolder
}

.news_card_loct {
    padding: .2rem .5rem;
    background-color: var(--acnt_clr);
    color: #fff;
    margin: .5rem 0 !important
}

.news_card_posttime {
    font-size: var(--responsive_card_font_grayedout);
    color: var(--drktxt_clr);
    background-color: #fff
}

.lg_para {
    font-size: var(--responsive_card_font_paragraph);
    color: #fff;
    font-weight: 700;
    margin: .5rem 0 !important
}

.sm_head {
    font-size: var(--responsive_card_font_smhead);
    color: var(--drktxt_clr);
    font-weight: bolder;
    margin: 1rem 0 !important
}

.sm_para {
    font-size: var(--responsive_card_font_paragraph);
    color: var(--drktxt_clr; ) font-weight: bold
}

.continue_read_btn {
    padding: .5rem 1rem;
    background-color: #fff;
    color: #9a4843;
    border: 0;
    font-weight: 700;
    border: 1px solid #000;
    cursor: pointer
}

.smcrdgrd_1 {
    padding: var(--card_padding);
    border: 2px solid #9a4843;
    border-top: .5rem solid #9a4843 !important;
    border-radius: .5rem;
    margin: 1rem 0
}

.bnrads {
    width: 100%
}

.paddingdivi {
    height: 1rem;
    border-top: 1px solid #000
}

.flex_news_cards {
    margin: 1rem 0
}

.flexsm_card {
    min-width: 300px;
    max-width: 500px
}

.flex_news_card_img {
    border-radius: .5rem;
    display: block;
    width: 100%
}

.flex_news_card_bgimg {
    border-radius: .5rem;
    display: block;
    width: 100%
}

.flex_news_card_head {
    font-size: 1.3rem;
    display: block;
    font-weight: bolder;
    margin-top: .5rem
}

.newslist_adssect {
    margin: 1rem 0 !important
}

.newslist_adssect a {
    cursor: pointer
}

.newslist_img {
    height: 100px;
    width: 170px;
    border-radius: .5rem;
    align-self: center
}

.newslist_items>.d-flex {
    margin: .5rem 0
}

.newslist_items {
    height: 110vh;
    overflow-y: auto
}

.newslist_adssect>.col-lg-3 {
    display: flex;
    justify-content: center
}

.newslist_adssect>.col-lg-3 img {
    align-self: center
}

.newslist_itemscn>.d-flex {
    margin: .5rem 0
}

.video_srclinklive {
    width: 100%;
    aspect-ratio: 16/9
}

.live_darshan_stream {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column
}

.live_darshan_stream h3 {
    font-size: var(--responsive_font_head);
    margin: .5rem 0
}

.carousel_sect {
    overflow-y: hidden
}

.carousel_sect_ent .carousel-item img {
    filter: grayscale(0%) !important
}

.carousel_sect_ent .carousel-caption {
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0), rgba(5, 5, 5, .438), rgba(119, 48, 48, .753), rgba(173, 69, 69, .884));
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute
}

.movie_name_rate {
    font-size: var(--responsive_card_font_smhead);
    margin: .5rem 0 0 .5rem
}

.moviebnr {
    width: 100px
}

.movie_titles .d-flex {
    margin: .5rem 0
}

.smsideadvert {
    margin: 1rem 0
}

.viewmorebtn {
    border: 0;
    background-color: var(--acnt_clr);
    width: 100%;
    max-width: 350px;
    padding: .1rem 2rem;
    display: block;
    margin: .5rem auto
}

.remaing_sect .col-lg-3 img {
    width: 100%
}

.ent_cards {
    padding: 1rem;
    display: flex;
    flex-direction: column
}

.ent_cards h3 {
    font-size: var(--responsive_card_font_smhead);
    margin: 0;
    padding: .5rem 0;
    background-color: rgba(190, 190, 190, .548);
    text-align: center
}

.ent_cards>div {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.ent_cards img {
    width: 100%
}

.statistics {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem
}

.statistics .statisticsbox {
    width: 400px;
    height: 400px;
    background-color: #433f3f;
    position: relative;
    border-radius: 1rem;
    transition: .5s;
    transition-delay: .2s;
    display: flex
}

.statistics .statisticsbox .content {
    transform: scale(0);
    transition: .5s;
    transition-delay: .3s
}

.statistics .statisticsbox .icon {
    background-color: #433f3f;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.statistics .statisticsbox .icon ion-icon {
    font-size: 6rem;
    color: var(--acnt_clr);
    text-shadow: 0 0 20px #000;
    transition: .5s
}

.statistics .statisticsbox .asset {
    text-align: right;
    align-self: flex-end
}

.statistics .statisticsbox .asset .asset_labels {
    height: 40px;
    font-weight: 700
}

.statistics .statisticsbox .asset .green {
    color: #4dd172
}

.statistics .statisticsbox .asset .red {
    color: #e80d12
}

.statistics .statisticsbox .asset {
    font-size: 1.1rem;
    width: 100%;
    color: #fff
}

.statistics .statisticsbox .asset .assetname span {
    margin-left: .5rem;
    color: #888
}

.statistics .statisticsbox .asset h3 {
    color: #fff;
    text-align: center;
    margin: 2rem 0
}

.statistics .statisticsbox .asset ion-icon {
    font-size: 1.5rem
}

.statistics .statisticsbox .asset .asset_labels ion-icon {
    margin-left: .5rem
}

.statistics .statisticsbox:hover .content {
    transform: scale(1)
}

.statistics .statisticsbox:hover .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 20px;
    left: calc(50% - 50px);
    background-color: var(--acnt_clr);
    transition: .5s;
    transition-delay: .2s
}

.statistics .statisticsbox:hover .icon ion-icon {
    font-size: 3.5rem;
    color: #fff
}

.sportsstats {
    color: #fff;
    min-height: 350px;
    background: grey;
    justify-content: space-between;
    align-items: center
}

.sportsstats .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    background: #d41515;
    min-height: 350px
}

.sportsstats .content_sect {
    height: 350px;
    overflow-x: hidden
}

.sportsstats .content_sect .content_wrapper {
    width: 200%;
    display: flex;
    gap: 10px
}

.sportsstats .content_sect .content_wrapper .content {
    min-width: 350px;
    width: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
    animation: slide 10s infinite ease;
    animation-delay: 5s
}

@keyframes slide {
    0% {
        transform: translate(0, 0)
    }

    10% {
        transform: translate(-100%, 0)
    }

    30% {
        transform: translate(-100%, 0)
    }

    45% {
        transform: translate(-100%, 0)
    }

    55% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.sportsstats .heading {
    color: #fff
}

.sportsstats .icon ion-icon {
    font-size: 10rem
}

.header-info-left,
.header-info-right {
    width: auto !important
}

.pagination-area nav {
    margin-top: 2rem
}

.trand-right-img img {
    max-width: 150px
}

.trend-bottom-img-ad img {
    width: 100%
}

.weekly-img img {
    height: 100%
}

.container_navbar {
    max-width: 100vw;
    display: flex
}

.nav_link_styles {
    font-size: clamp(1.1rem, 1.2vw, 1.2rem) !important;
    transition: .4s all ease
}

.nav_link_styles:hover {
    color: #ffc501;
    font-weight: 600;
    border-bottom: 2px solid
}

.top_navbar_header.row>div {
    padding: .5rem .25rem
}

.top_navbar_header .header-social {
    max-width: 180px
}

.top_navbar_header ul li a {
    color: #000
}

@media screen and (max-width:785px) {
    .breakpoint_responsive.header-mid {
        max-height: 120px !important;
        min-height: 75px !important
    }

}

#top_banner_news_carousel {
    aspect-ratio: 16/9 !important;
    overflow: hidden !important;
    max-height: var(--top_banner_carousel_max_height);
    min-height: var(--top_banner_carousel_min_height);
    height: var(--top_banner_carousel_height);
    width: 100%;
    border-radius: var(--border_radius_lg);
    box-shadow: var(--shadow)
}

#top_banner_news_carousel .carousel-inner {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important
}

#top_banner_news_carousel .carousel-inner .carousel-item {
    height: var(--top_banner_carousel_height);
    min-height: var(--top_banner_carousel_min_height);
    max-height: var(--top_banner_carousel_max_height);
    background: var(--bg_gradiant_carousel);
    z-index: 1;
}

#top_banner_news_carousel .carousel-inner .carousel-item img {
    max-height: calc(var(--top_banner_carousel_max_height) - 5rem);
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 40;
    left: 50%;
    top: 50%;
    height: var(--top_banner_carousel_height);
    min-height: calc(var(--top_banner_carousel_min_height) - 5rem);
    transform: var(--transform_translate_center)
}

#top_banner_news_carousel .carousel-inner .carousel-item video {
    max-height: calc(var(--top_banner_carousel_max_height) - 8rem);
    position: absolute;
    left: 50%;
    top: 50%;
    height: var(--top_banner_carousel_height);
    min-height: calc(var(--top_banner_carousel_min_height) - 8rem);
    transform: var(--transform_translate_center);
    padding: 0 8%
}

#top_banner_news_carousel .carousel-inner .carousel-item .carousel-caption {
    background: #404040e3;
    border-radius: var(--border_radius_sml);
    left: 50%;
    height: fit-content;
    padding: .5rem 1rem;
    width: 80%;
    transform: translate(-50%, 0);
    z-index: 40;
}

#top_banner_news_carousel .carousel-inner .carousel-item .carousel-caption h5,
#top_banner_news_carousel .carousel-inner .carousel-item .carousel-caption p {
    margin: 0;
    padding: .25rem
}

.carousel-control-next,
.carousel-control-prev {
    width: 6%;
    z-index: 45;
}

#top_banner_news_carousel a:hover {
    color: #fff;
    text-decoration: underline
}


.top_treanding_recent .each_item,
.top_weekly .each_item {
    height: var(--top_banner_recent_max_height);
    text-align: center;
    position: relative;
    background: var(--bg_gradiant_carousel);
    box-shadow: var(--shadow);
    border-radius: var(--border_radius_md)
}

.top_treanding_recent .each_item .content {
    border-radius: var(--border_radius_md);
    background: var(--clr_bg);
    z-index: 30;
    position: absolute;
    width: 80%;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    padding: .2rem
}

.top_treanding_recent .each_item .content h4 {
    margin-bottom: .1rem;
    padding: .25rem 0
}

.top_treanding_recent .each_item .content h4 {
    font-size: var(--font_size_heading_sml);
    color: #000
}

/* 
.top_treanding_recent.owl-carousel .owl-stage-outer,
.top_weekly.owl-carousel .owl-stage-outer {
    min-height: calc(var(--top_banner_recent_max_height) + 2.5rem)
} */

/* .top_treanding_recent.owl-carousel .owl-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 2.5s all ease-in-out;
    transform: var(--transform_translate_center)
} */

.top_treanding_recent .each_item .img_container,
.top_weekly .each_item .img_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--border_radius_md)
}

.top_treanding_recent .each_item:hover .img_container img {
    transform: var(--transform_translate_center) scale(1.3)
}

.top_weekly .each_item .content {
    border-radius: var(--border_radius_md);
    background: var(--clr_bg);
    z-index: 30;
    position: absolute;
    width: 80%;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    padding: .2rem;
    transition: .4s all ease-in-out;
    opacity: 1
}

.top_weekly .each_item {
    height: calc(var(--top_banner_recent_max_height) + 2rem)
}

.top_weekly .each_item:hover .content {
    bottom: 20px;
    opacity: 1
}

.top_weekly button.owl-dot {
    background: #d6d6d6;
    width: 8px;
    height: 8px;
    margin-right: .2rem;
    border-radius: 50%;
    transition: .4s all ease-in-out;
}

.top_weekly button.owl-dot.active {
    background-color: var(--clr_acnt);
    width: 15px;
    border-radius: 5rem
}

.top_weekly .owl-dots {
    position: absolute;
    top: -14%;
    right: 0
}

.section_heading {
    font-size: var(--font_size_heading_section);
    font-weight: 600;
    margin: .8rem 0 .4rem;
}

.section_heading span {
    color: var(--clr_acnt_secondary)
}

.top_whats_new.row {
    padding: 0;
    margin: 0
}

.top_whats_new.row>.col-12 {
    padding: 0;
    margin: 0
}

.top_whats_new.row .nav-item.nav-link {
    color: #000;
    font-size: clamp(.9rem, 2vw, 1.1rem)
}

.top_whats_new.row .nav-item.nav-link.active {
    color: var(--clr_acnt);
    font-weight: 600
}

.top_whats_new.row .nav.nav-tabs {
    justify-content: end;
    background: linear-gradient(to right, #f9f9f9, #bfbfbf);
    border-radius: var(--border_radius_md)
}

/* .top_whats_new .tab-pane .each_item_wrapper {
    margin-bottom: 4rem
} */

/* .top_whats_new .tab-pane .each_item_wrapper:last-child {
    margin-bottom: 2rem
} */

.top_whats_new .tab-pane .each_item {
    border-radius: var(--border_radius_md);
    box-shadow: var(--shadow);
    position: relative;
    min-height: 180px;
    max-height: 220px;
    background: var(--bg_gradiant_carousel)
}

.top_whats_new .tab-pane .each_item .img_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.top_whats_new .tab-pane .each_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 350px;
    border-radius: var(--border_radius_md)
}

.top_whats_new .tab-pane .each_item .content {
    padding: .25rem;
    border-radius: var(--border_radius_md);
    background: var(--clr_bg);
    z-index: 2;
    position: absolute;
    width: 80%;
    bottom: -15%;
    left: 42%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: var(--shadow);
    padding: .2rem;
    transition: .4s all ease-in-out
}

.top_whats_new .tab-pane .each_item:hover .content {
    bottom: -20%
}

.top_weekly_contaniner {
    margin-top: 0
}

.videogalary_wrapper {
    background-color: var(--clr_bg_grey_tint);
    padding: .5rem 0;
    border-radius: var(--border_radius_md);
    box-shadow: var(--shadow);
    margin: 0 0 .5rem
}

.crnt_playing {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: var(--border_radius_md);
    box-shadow: 0px 4px 8px 1px rgb(56 56 56 / 30%);
}

.videolistitem {
    margin: 0rem 0 .25rem;
    background-color: transparent;
    cursor: pointer;
    align-items: center;
    border: 1px solid #afafaf;
    padding-right: .25rem;
    border-radius: .35rem;
    overflow: hidden;
    font-size: var(--font_size_heading_sml);
    display: flex;
    flex-direction: column;
    max-width: 250px;
}

.videolistitem.active {
    border: 2px solid #ff6565;
    box-shadow: 5px 5px 26px #b3b3b3
}

.videolistitem.active .video_title {
    color: #000
}

.video_thumbnail_contaniner {
    aspect-ratio: 16/9;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.video_thumbnail {
    display: none
}

.video_title {
    font-size: .9rem;
    /* margin-left: 1rem; */
    padding: .15rem.25rem;
    margin: 0 !important;
}

.videolistsection {
    position: relative;
    padding: 0 !important;
}

/* 
.videolistsection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    height: 30%;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to top, 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);
} */

/* .videolistsection::after {
    z-index: 30;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    height: 12%;
    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);
} */

.videolistsection::-webkit-scrollbar {
    width: .5rem;
    height: .5rem
}

.videolistsect {
    height: 400px;
    min-height: 400px;
    overflow-y: scroll;
    position: relative;
    margin: 1.5rem 0;
    scrollbar-width: none;

}

.videolistsect::-webkit-scrollbar {
    display: none;
}

.videolistsect>div:nth-child(1),
.videolistsect>div:nth-child(2),
.videolistsect>div:nth-child(3) {
    margin: 3rem 0 0;
}

.current_video_stats {
    /* margin: 1rem .5rem 0; */
    border-top: 2px solid var(--clr_acnt_secondary);
    padding: .5rem 0 0;
    z-index: 33;
    color: #fff;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(10px);
    box-shadow: rgb(76 19 19) 0px -1px 1px inset;
    background-color: rgb(41 10 10 / 72%);
}

.current_video_stats .video_title {
    font-size: 1rem;
    margin-left: .5rem !important;
    padding: 0 !important;
    /* font-weight: bold; */
}

.youtube_go_to span {
    font-size: var(--font_size_heading_sml)
}

.current_video_stats .youtube_go_to {
    background-color: var(--clr_acnt_secondary);
    padding: 0 1rem;
    border-radius: var(--border_radius_sml);
    margin: .5rem 0 0;
    display: inline-block;
    transition: .4s all ease-in-out;
    max-width: fit-content
}

.current_video_stats .youtube_go_to:hover {
    color: #fff;
    box-shadow: var(--shadow_more)
}

.current_video_stats .youtube_go_to i {
    font-size: calc(var(--font_size_heading_sml) + .1.2rem)
}

.current_video_stats .youtube_go_to span {
    font-size: calc(var(--font_size_heading_sml) + .1rem);
    vertical-align: text-bottom
}

.current_video_stats .upload_date {
    font-size: .8rem;
    margin-left: .5rem
}

.bottom_nav_bar {
    position: fixed;
    bottom: -.2rem;
    left: 0;
    background-color: #003179;
    width: 100%;
    min-height: 50px;
    z-index: 55;
    transition: .4s ease-in-out;
    display: none !important;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 0;
    border-radius: var(--border_radius_lg) var(--border_radius_lg) 0 0;
    box-shadow: 0 -4px 10px rgb(0 0 0 / 20%) !important
}

.bottom_nav_bar .inner_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 250px;
    max-width: 600px;
    width: 100%
}

.bottom_nav_bar .inner_container a {
    color: var(--clr_txt_active);
    font-weight: 400;
    font-size: calc(var(--font_size_heading_xsml) - .25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.bottom_nav_bar .inner_container ion-icon {
    font-size: 1.7rem;
    color: var(--clr_acnt) !important;
    height: 35px;
}

.bottom_nav_bar .inner_container a span.material-icons-outlined {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    color: var(--clr_acnt) !important
}

.header-bottom.header-sticky.nav_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.header-bottom.header-sticky.nav_wrapper.vidharbha_dropdown_active {
    overflow-x: visible;
    overflow-y: hidden
}

.header-bottom.header-sticky.nav_wrapper::-webkit-scrollbar {
    display: none
}

.menu_bottom_nav_bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background: var(--clr_bg);
    padding: 2vw 6vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 4rem;
    transform: translate(0, 200%);
    transition: .4s ease-in-out
}

.menu_bottom_nav_bar.active {
    background: var(--clr_bg);
    transform: translate(0, 0)
}

.menu_bottom_nav_bar a {
    display: flex;
    font-size: clamp(1.2rem, 1.8vw, 1.3rem);
    color: #000;
    font-weight: bold;
}

.menu_bottom_nav_bar button {
    font-size: clamp(1.2rem, 1.8vw, 1.3rem);
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0
}

.menu_bottom_nav_bar .dropdown-btn.active {
    background-color: var(--clr_txt_active)
}

.menu_bottom_nav_bar .dropdown-btn:hover {
    color: #000
}

.menu_bottom_nav_bar .dropdown-container {
    background-color: var(--clr_txt_sepration);
    border-radius: var(--border_radius_sml)
}

.menu_bottom_nav_bar .dropdown-container a {
    margin-left: .5rem
}

.menu_bottom_nav_bar .nav_items {
    padding: 2vw 8vw;
    border-radius: var(--border_radius_sml);
    box-shadow: var(--shadow)
}

.bottom_nav_bar .menu_btn.active,
.bottom_nav_bar .menu_btn.active span,
.bottom_nav_bar a.current {
    color: var(--clr_acnt) !important
}

.container_navbar_inner .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--clr_acnt);
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.container_navbar_inner .dropdown:hover+.dropdown-content {
    display: block
}

.menu_bottom_nav_bar .logo {
    padding: 2rem;
    background-color: var(--clr_txt_muted);
    margin-bottom: 2rem;
    border-radius: var(--border_radius_md);
    min-height: 100px;
    max-height: 125px;
    position: relative;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 61%) inset !important
}

.menu_bottom_nav_bar .logo img {
    height: 100%
}

.carousel-caption h5 {
    font-size: var(--font_size_heading_sml)
}

.carousel-caption p {
    font-size: calc(var(--font_size_heading_sml) - .1rem)
}

.no_data_found {
    color: #000;
    font-size: 1rem;
    font-weight: 600
}

.scroll_up_button {
    position: fixed;
    right: 25px;
    bottom: 75px;
    font-size: 2.5rem;
    color: var(--clr_acnt);
    background: #fff;
    border-radius: 50%;
    padding: .25rem;
    z-index: 80;
    box-shadow: 1px 4px 12px 0 #2a2a2a8f !important;
    display: none;
    cursor: pointer;
    transition: .2s all ease-in-out
}

.scroll_up_button:hover {
    transform: scale(1.15);
    box-shadow: 4px 8px 15px 0 #2a2a2a8f !important
}

.news_card {
    max-width: 400px;
    /* border-radius: 8px; */
    overflow: hidden;
    max-height: 400px;
    aspect-ratio: 4/3;
    box-shadow: 5px 6px 5px rgb(159 159 159 / 35%);
    position: relative;
    padding: 0 !important;
    background-position: center;
    background-size: cover;
}

.news_card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 50%, rgba(0, 0, 0, 1) 95%, 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) 95%, 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) 95%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.news_card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: max-content;
    padding: 0 .25rem;
    text-align: center;
    z-index: 5;
}

.news_card img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: 100% !important;
    margin: 0 auto;
}

.news_card .content sup.tag {
    background-color: red;
    padding: .15rem .25rem;
    /* border-radius: .2rem; */
    color: #fff;
}

.vertical_news_card {
    max-width: 400px;
    /* border-radius: 8px; */
    overflow: hidden;
    max-height: 400px;
    aspect-ratio: 12/20;
    box-shadow: 0px 4px 8px 1px rgb(56 56 56 / 30%);
    position: relative;
    margin: .8rem 0;
}

.ad_rcnt_card {
    max-height: 400px;
    aspect-ratio: 12/20;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad_rcnt_card img {
    width: 100%;
}

/* .news_card::before {
    content: '';
    position: absolute;
    bottom: 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) 95%, 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) 95%, 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) 95%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
} */

.vertical_news_card .imgWrapper {
    aspect-ratio: 12/16;
    position: relative;
    padding: 0 !important;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item .imgWrapper {
    position: relative;
    padding: 0 !important;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 25;
}

.vertical_news_card .imgWrapper::before,
.carousel-item .imgWrapper::before {
    content: "";
    padding: .5rem 0 0;
    z-index: 33;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(4px);
    box-shadow: rgb(74 74 74) 0px -1px 1px inset;
    background-color: rgb(8 8 8 / 39%);
}

.vertical_news_card .imgWrapper img,
.vertical_news_card .imgWrapper video {
    width: 100%;
    position: absolute;
    z-index: 39;
}

.vertical_news_card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    height: max-content;
    padding: .2rem .25rem;
    text-align: center;
    z-index: 40;
    background-color: #fff;
    aspect-ratio: 12/5;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.vertical_news_card .content h6 {
    margin: .25rem 0 0;
    font-size: .9rem;
}

.vertical_news_card .content sup.tag {
    background-color: red;
    padding: .10rem .25rem;
    border-radius: .2rem;
    color: #fff;

}

/* 
.owl-carousel .owl-stage-outer {
    border-radius: 5px;
} */

/* .owl-carousel .owl-stage-outer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    z-index: 3;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 50%, rgb(0 0 0 / 35%) 95%, rgb(0 0 0 / 31%) 100%);
}

.owl-carousel .owl-stage-outer::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    z-index: 3;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 50%, rgb(0 0 0 / 35%) 95%, rgb(0 0 0 / 31%) 100%);
} */

.main_divider.row .col-md-9 {
    margin: 0 !important;
    padding: 0 !important;
}

/*.main_divider.row .col-md-9 .row {*/
/*    padding: 0 !important;*/

/*}*/

/* .main_divider.row>div {
    padding: 0 !important;
} */

.imageAdWdContainer,
.imageAdPtContainer,
.imageAdSqContainer {
    position: relative;
    padding: 0 !important;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: .5rem;
}

.imageAdSqContainer {
    aspect-ratio: 1/1;

}


.imageAdPtContainer {
    aspect-ratio: 10/18;
    height: 100%;

}

.ad_placer {
    max-height: 500px;
    display: flex;
    justify-content: center;
}

.imageAdWdContainer.row>div {
    position: relative;
    padding: 0 !important;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* margin-bottom: .5rem; */
    height: 180px;
}

.imageAdWdContainer {
    /*max-height: 185px;*/
    aspect-ratio: 22/3;
}



.imageAdPtContainer img,
.imageAdSqContainer img,
.imageAdWdContainer img {
    position: absolute;
}

.imageAdWdContainer::before,
.imageAdPtContainer::before,
.imageAdSqContainer::before {
    content: "";
    padding: .5rem 0 0;
    /* z-index: 33; */
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(4px);
    box-shadow: rgb(74 74 74) 0px -1px 1px inset;
    background-color: rgb(8 8 8 / 39%);
}

.opinion_wrapper .row>* {
    width: auto !important;
    padding: .25rem;
}

.opinion_wrapper .votes_count {
    font-size: .7rem;
    margin-left: .5rem;
}

.opinion_wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    max-width: 380px;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: .2s all ease;
    border: 1px solid #0f4ce4;
}

.opinion_wrapper header {
    font-size: 1rem;
    font-weight: 600;
}

.opinion_wrapper .poll-area {
    margin: 1rem 0;
}

.opinion_wrapper .column .text {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.opinion_wrapper .selected_poll {
    font-size: .75rem !important;
    /* display: flex; */
    padding: 0.25rem .5rem;
    background: #2fa732;
    color: #fff;
    border-radius: .25rem;
    margin: 0 .25rem 0 .5rem;
    display: none;
}

.opinion_wrapper .selected_poll.selected {
    display: inline-block;
}

.opinion_wrapper .poll-area.already_submited {
    pointer-events: none;
}

.opinion_wrapper .poll-area label {
    display: block;
    margin-bottom: .25rem;
    border-radius: 5px;
    padding: .25rem;
    border: 2px solid #e6e6e6;
    transition: all 0.2s ease;
}

.opinion_wrapper .poll-area label:hover {
    border-color: #ddd;
}

.opinion_wrapper label.selected {
    border-color: #0f4ce4 !important;
}

.opinion_wrapper label .row {
    display: flex;
    pointer-events: none;
    justify-content: space-between;
}

.opinion_wrapper label .row .column {
    display: flex;
    align-items: center;
}

.opinion_wrapper label .row .circle {
    height: 19px;
    width: 19px;
    display: block;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.opinion_wrapper label.selected .row .circle {
    border-color: #0f4ce4;
}

.opinion_wrapper label .row .circle::after {
    content: "";
    height: 11px;
    width: 11px;
    background: #0f4ce4;
    border-radius: inherit;
    position: absolute;
    left: 2px;
    top: 2px;
    display: none;
}

.opinion_wrapper .poll-area label:hover .row .circle::after {
    display: block;
    background: #e6e6e6;
}

.opinion_wrapper label.selected .row .circle::after {
    display: block;
    background: #0f4ce4 !important;
}

.opinion_wrapper label .row span {
    font-size: 1rem;
}

.opinion_wrapper label .row .percent {
    display: none;
}

.opinion_wrapper label .progress {
    height: 7px;
    width: 100%;
    position: relative;
    background: #f0f0f0;
    margin: 8px 0 3px 0;
    border-radius: 30px;
    display: none;
    pointer-events: none;
}

.opinion_wrapper label .progress:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ccc;
    width: calc(1% * var(--w));
    border-radius: inherit;
    transition: all 0.2s ease;
}

.opinion_wrapper label.selected .progress::after {
    background: #0f4ce4;
}

.opinion_wrapper label.selectall .progress,
.opinion_wrapper label.selectall .row .percent {
    display: block;
}

.opinion_wrapper label.selectall .row .percent {
    font-size: .8rem;
}

.opinion_wrapper label.selectall .row .percent span.smlTxt {
    font-size: .6rem;
}

.opinion_wrapper input[type="radio"],
.opinion_wrapper input[type="checkbox"] {
    display: none;
}



.user_reporter .row>div {
    display: flex;
    flex-direction: column;
    padding: .25rem;
}

.user_reporter .row>div label {
    font-weight: 500;
}

.user_reporter .row>div input,
.user_reporter .row>div select {
    padding: .25rem;
}

.user_reporter #newsDesc-eng,
.user_reporter #newsDesc-hindi {
    border: 1px solid grey;
}

.form_validations_container {
    background: #ff6868;
    padding: 0px 0rem;
    margin: 0 0rem;
    border-radius: 8px;
}

.form_validations {
    margin: 0rem;
    color: #fff;
    list-style: disc !important;
}

.form_validations li {
    list-style: disc !important;
    padding: .25rem .5rem;
}

.email_subscipton {
    padding: .5rem 1rem;
    color: #fff;
    font-weight: 400;
}

.email_subscipton form>div {
    margin: .25rem 0;
}

.email_subscipton form input {
    background: transparent;
    border: 1px solid #fff;
    padding: .25rem;
    /*margin-left: 1rem;*/
    color: #fff;
    width: 100%;
    max-width: 300px;
}

.email_subscipton form button {
    padding: .25rem .8rem;
    background: #fff;
    color: #000;
    border: 0;
    /*margin-left: 1rem;*/
}

.email_subscription_floating {
    width: 330px;
    position: fixed;
    bottom: 130px;
    left: 23px;
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: .5rem .3rem .5rem .5rem;
    z-index: 300;
    transform: translate(-500px, 0px);
    transition: .4s all ease-in-out;
    border-radius: 6px;
}

.email_subscription_floating * {
    margin-top: .2rem;
}

.email_subscription_floating input {
    background: #8080806b;
    border: 0;
    padding: .5rem;
    color: #000;
}

.email_subscription_floating button {
    padding: .25rem .8rem;
    background: var(--clr_acnt);
    color: white;
    border: 0;
    /*border: 1px solid var(--clr_acnt);*/
}

.email_subscription_floating .cross_btn {
    position: absolute;
    top: -3px;
    right: 0px;
    background: var(--clr_acnt);
    color: #fff;
    padding: 0 .5rem;
}




h1,
h2,
h3 {
    font-weight: 700 !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.newsContent {}

@media screen and (max-width:640px) {
    .top_weekly .each_item {
        height: calc(var(--top_banner_recent_max_height) + 1rem)
    }

    .email_subscription_floating {
        display: none;
    }

    .email_subscription_floating * {
        display: none;
    }

}

@media screen and (max-width:576px) {

    .videolistsect>div:nth-child(1),
    .videolistsect>div:nth-child(2) {
        margin: 3.5rem 0 0;
    }

    .videolistsect>div:nth-child(3) {
        margin: .5rem 0 0;
    }

}

/* @media screen and (min-width:640px) {
    .videogalary_wrapper {
        margin: 1rem 0 0 !important
    }
} */

@media screen and (max-width:785px) {
    .top_banner_sidebar {
        /* max-height: calc(var(--top_banner_carousel_height) + 15rem) */
    }

    .bottom_nav_bar {
        display: flex !important
    }

    .bannerNews .eachItemContainer .imgContainer {
        max-height: 400px;
        position: relative;
    }

    .bannerNews .eachItemContainer .imgContainer video {
        z-index: 45;
        max-height: 250px;
    }

    .top_banner_sidebar_each {

        border-bottom: none;
    }
}



.owl-carousel .owl-item img {
    width: auto !important;
}
