/* **************************** Main Banner Section Stylesheet Start **************************** */
.wc_container .main_banner_wrapper .inner_wrap {
    display: flex;
    justify-content: space-between;
}

.wc_container .main_banner_wrapper .lhs_wrap {
    max-width: 38%;
}

.wc_container .main_banner_wrapper .rhs_wrap {
    max-width: 406px;
    position: relative;
}

.wc_container .main_banner_wrapper .player_img_wrap {
    min-height: 650px;
    position: absolute;
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
}

.main_banner_wrapper .story_img_box {
    position: relative;
    width: 1180px;
    height: 650px;
    overflow: hidden;
}

.main_banner_wrapper .story_img_box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 47%;
    top: 0;
    right: 0px;
    box-shadow: inset -510px 8px 109px -106px #7b111c;
    z-index: 2;
}

.main_banner_wrapper .story_img_box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 47%;
    top: 0;
    left: 0px;
    box-shadow: inset 510px 8px 109px -106px #0e0f34;
    z-index: 2;
}

.wc_container .main_banner_wrapper .player_img_wrap .story_img_box img {
    min-height: 651px;
    width: 100%;
    /* box-shadow: 12px 0 15px -4px rgba(255, 255, 0, 0.8), -12px 0 8px -4px rgba(255, 255, 0, 0.8);
    box-shadow: 42px 0 55px 28px rgba(5, 16, 92, 0.8), -42px 0 55px 28px rgba(5, 16, 92, 0.8); */
}

.wc_container .main_banner_wrapper .h1_heading {
    color: #EE61FD;
    font-size: 20px;
    padding: 0px 0px 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 28px;
}

.wc_container .main_banner_wrapper .title {
    font-size: 42px;
    line-height: 54px;
    color: var(--whtColor);
    font-weight: 900;
    position: relative;
    z-index: 1;
    text-shadow: 2px 3px 5px var(--textShadowCol);
}

.wc_container .main_banner_wrapper .title a {
    color: var(--whtColor);
}

.wc_container .main_banner_wrapper title a {
    color: var(--whtColor);
}

.wc_container .main_banner_wrapper .banner_pText {
    font-size: 20px;
    line-height: 32px;
    color: var(--whtColor);
    font-weight: 600;
    padding: 30px 0px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 3px 5px var(--textShadowCol);
    border-bottom: 1px solid var(--whtColor);
}

.wc_container .main_banner_wrapper .banner_pText a {
    color: var(--whtColor);
}

/* .wc_container .main_banner_wrapper .lhs_wrap h2:nth-last-child(2){
   padding-top: 40px;
   border-bottom: 1px solid var(--whtColor);
} */
.wc_container .main_banner_wrapper .lhs_wrap h2:nth-last-child(2) {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: none;
}

.wc_container .main_banner_wrapper .cont_icon {
    position: absolute;
    left: 0px;
    top: 10px;
}

.wc_container .main_banner_wrapper .cont_icon.play_cont_icon {
    top: 43px;
}

.wc_container .main_banner_wrapper .cont_icon.vs_cont_icon {
    top: 38px;
}

.wc_container .main_banner_wrapper .countdown_text {
    font-size: 20px;
    color: var(--lblBgCol);
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    text-shadow: 2px 3px 5px var(--textShadowCol);
}

.wc_container .main_banner_wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
}

.wc_container .main_banner_wrapper ul li {
    margin-right: 28px;
    line-height: 37px;
}

.wc_container .main_banner_wrapper li span {
    font-size: 68px;
    font-weight: 900;
    color: var(--whtColor);
    position: relative;
    display: block;
    line-height: 1;
    text-shadow: 2px 3px 5px var(--textShadowCol);
}

.wc_container .main_banner_wrapper li span.seconds {
    width: 83px;
    text-align: center;
}

.wc_container .main_banner_wrapper li span:after {
    content: ":";
    position: absolute;
    right: -18px;
    font-size: 30px;
    top: 25px;
}

.wc_container .main_banner_wrapper li:last-child span {
    font-weight: 300;
    line-height: 66px;
    font-size: 63px;
}

.wc_container .main_banner_wrapper li:last-child span:after {
    content: "";
}

.wc_container .main_banner_wrapper li:last-child {
    font-weight: 300;
    margin-right: 0px;
}

.wc_container .main_banner_wrapper li .timer_label {
    font-size: 16px;
    line-height: 25px;
    display: block;
    color: var(--whtColor);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 3px 5px var(--textShadowCol);
}

.wc_container .main_banner_wrapper .points_table_wrap {
    margin-top: 15px;
    background-color: var(--whtColor);
    border: 1px solid var(--borderCol);
    padding: 15px 25px;
    min-width: 406px;
    border-radius: 5px;
    box-shadow: 0px 0px 16px var(--cardBoxShadowCol);
    position: absolute;
    right: 0;
}

.wc_container .main_banner_wrapper .title_wrap {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wc_container .main_banner_wrapper h2 {
    font-size: 26px;
    color: var(--titleTxtCol);
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
}

/* .wc_container .main_banner_wrapper h2:after{
    content: "";
    width: 81px;
    height: 6px;
    background: var(--titleTxtCol);
    position: absolute;
    bottom: 0;
    left: 0;
} */
.wc_container .main_banner_wrapper .tab_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -5px;
}

.wc_container .main_banner_wrapper .divider {
    height: 15px;
    width: 2px;
    background: var(--blkCol);
    margin: 0px 12px;
}

.wc_container .main_banner_wrapper .tab_wrap .tab {
    font-size: 15px;
    font-weight: 500;
    color: var(--blkCol);
    text-transform: uppercase;
    cursor: pointer;
}

.wc_container .main_banner_wrapper .tab_wrap .tab.active {
    font-weight: 700;
    color: var(--activeLblCol);
}

.wc_container .main_banner_wrapper table {
    width: 100%;
}

.wc_container .main_banner_wrapper table tr th {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    min-width: 22px;
    text-align: center;
}

.wc_container .main_banner_wrapper table tr th:first-child {
    padding-left: 10px;
}

.wc_container .main_banner_wrapper table tr td {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-align: center;
}

.wc_container .main_banner_wrapper table tr td {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.wc_container .main_banner_wrapper table tr td:first-child {
    width: 25px;
}

/* .wc_container .main_banner_wrapper table tr td:first-child img{
    margin-top: 5px;
 } */
.wc_container .main_banner_wrapper table tr td:nth-child(2) {
    font-size: 16px;
    color: #666666;
    font-weight: 700;
    text-transform: uppercase;
}

.main_banner_wrapper .pt_tab_content {
    margin-top: 20px;
}

.custom__scorecaRhs {
    /* background-color: #2e58b9; */
    padding: 0 10px;
    text-align: center;
    /* border: 1px solid#143b9d; */
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    min-height: 140px;
    margin-bottom: 0px;
}

.wc_container .inn_wra-t20 .lhs_wrap .btn_wrap {
    padding: 10px 0px 20px;
}

/* **************************** Main Banner Section Stylesheet End **************************** */


/* ****************************Fixtures Section Stylesheet Start **************************** */
.wc_fixtures_container .fixturesSwiper .swiper-wrapper {
    width: calc(100% - 100px);
    margin-inline: auto;
}

.wc_fixtures_container {
    margin-top: 150px;
}

.wc_fixtures_container .slider_width {
    width: 280px;
    padding-right: 50px;
}

.wc_fixtures_container .slider_width:nth-last-child(1) {
    padding-right: 0px;
}

.wc_fixtures_container .slider_width .carousel_card {
    width: 280px;
}

.wc_fixtures_container .teams_wrap {
    margin: 30px 0px 15px;
    display: flex;
    grid-gap: 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 15px;
    text-align: center;
    width: calc(100% - 50px);
}

.wc_fixtures_container .wc_team span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: var(--blkCol);
    font-weight: 700;
}

.wc_fixtures_container .match_title {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    font-weight: 500;
}

.wc_fixtures_container .team_name {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    display: flex;
}

.wc_fixtures_container .team_name span:first-of-type {
    min-width: 60px !important;
}

.wc_fixtures_container .team_name span {
    color: #666666;
    font-weight: 600;
}

.wc_fixtures_container .scorecard_link {
    margin-top: 10px;
}

.wc_fixtures_container .scorecard_link a {
    font-size: 14px;
    line-height: 21px;
    color: var(--activeLblCol);
    font-weight: 600;
}

.stats_container.t20_fixtures_container {
    margin-top: -21px;
}

.fixtures_tabs_wrap .tab .live_anchr {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    color: #fff;
}


/* ****************************Fixtures Section Stylesheet End **************************** */



/* ****************************News Section Stylesheet Start **************************** */
.wc_news_container {
    margin: 20px 0px 40px;
    position: relative;
}

.wc_news_container .news_content_wrap {
    margin-top: 22px;
}

.wc_news_container ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 35px;
}

.wc_news_container ul li .card {
    border-radius: 4px;
    width: 288px;
    min-height: 340px;
    border: 1px solid var(--cardBorderCol);
}

.wc_news_container ul li .img_box {
    height: 161px;
    overflow: hidden;
}

.wc_news_container ul li .img_caption {
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    color: var(--blkCol);
    padding: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 170px;
}

.wc_news_container ul li .img_box img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0px 0px;
}

.wc_news_container ul li:first-child {
    display: flex;
}

.wc_news_container ul li:first-child .img_box {
    height: 340px;
    width: 340px;
    overflow: hidden;
}

.wc_news_container ul li:first-child .img_box img {
    width: 100%;
    height: auto;
    border-radius: 3px 0px 0px 3px;
    border-right: 1px solid var(--whtColor);
}

.wc_news_container ul li:first-child .content_wrap {
    width: 274px;
    background-color: #3A1A4B;
    border-radius: 0px 3px 3px 0px;
    padding: 15px;
}

.wc_news_container ul li:first-child .content_wrap .title {
    font-size: 24px;
    line-height: 36px;
    color: var(--whtColor);
    font-weight: 700;
}

.wc_news_container ul li:first-child .content_wrap .img_storie_text {
    font-size: 16px;
    line-height: 28px;
    color: var(--whtColor);
    font-weight: 500;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ****************************News Section Stylesheet End **************************** */




/* ****************************Videos Section Stylesheet Start **************************** */
.wc_video_container {
    /* background-image: url("https://akm-img-a-in.tosshub.com/sites/test/world-cup-2023/assets/images/video_bg.png"); */
    background: linear-gradient(135deg, #0e0f34 25%, #7b111c 65%, #7b111c 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
    padding: 25px 0px 0px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.wc_video_container .video_row {
    display: flex;
    grid-gap: 40px;
    margin-top: 25px;
}

.wc_video_container .video_col:first-child {
    width: 775px;
}

.wc_video_container .video_col:first-child h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    color: var(--whtColor);
    padding: 20px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
}

.wc_video_container .video_col:first-child .video_img_box {
    width: 775px;
    height: 436px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

div.points_table_wrap h2:after {
    width: 50%;
}

.wc_video_container .video_col:first-child .play_icon,
.wc_video_container .video_col:last-child .play_icon {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
}

.wc_video_container .video_col:first-child .play_icon img {
    height: 95px;
    width: 95px;
}

.wc_video_container .video_col:last-child .play_icon img {
    height: 51px;
    width: 51px;
}

.wc_video_container .video_img_box img {
    width: 100%;
    height: auto;
}

.wc_video_container .video_img_box {
    width: 455px;
    height: 255px;
    overflow: hidden;
}

.wc_video_container .video_col:last-child .video_img_box {
    position: relative;
    border-radius: 4px;
}

.wc_video_container .video_col:last-child .video_img_box a:before {
    box-shadow: inset 0px -145px 100px -60px var(--blkCol);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wc_video_container .video_col:last-child .video_img_box h3 {
    position: absolute;
    bottom: 12px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--whtColor);
    line-height: 32px;
    padding: 15px 15px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 78px;
}

.wc_video_container .video_col:last-child .video_img_box:last-child {
    margin-top: 36px;
}

/* ****************************Videos Section Stylesheet End **************************** */



/* ****************************Photos and Visual Stories Section Stylesheet Start **************************** */
.photos_vs_container {
    margin-top: 0px;
}

.photos_vs_container .inner_wrapper {
    display: flex;
    grid-gap: 40px;
}

.wc_photos_wrapper {
    width: 338px;
}

.photosSwiper {
    min-height: 394px;
    border: 1px solid var(--cardBorderCol);
    border-radius: 3px;
    background-color: var(--whtColor);
}

.photos_vs_container .photosSwiper .swiper-pagination {
    bottom: 20px;
}

.wc_photos_wrapper .photo_card .video_img_box {
    width: 338px;
    height: 190px;
    overflow: hidden;
    position: relative;
}

.wc_photos_wrapper .photo_batch {
    background-color: #D71821;
    font-size: 14px;
    font-weight: 500;
    color: var(--whtColor);
    position: absolute;
    padding: 5px;
    bottom: 0px;
    left: 0;
}

.wc_photos_wrapper .photo_card .video_img_box img {
    width: 100%;
    height: auto;
}

.wc_photos_wrapper h3 {
    font-size: 22px;
    line-height: 34px;
    color: var(--blkCol);
    font-weight: 600;
    padding: 12px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 81px;
}

.wc_photos_wrapper p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
}

.wc_photos_wrapper .photosSwiper,
.wc_vs_wrapper .vs_slider {
    margin-top: 7px;
}

.wc_vs_wrapper {
    width: 100%;
    position: relative;
}

.wc_vs_wrapper .vs_slider {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}

.wc_vs_wrapper .vs_slider li .vs_card {
    width: 296px;
    height: 394px;
    position: relative;
}

.wc_vs_wrapper .vs_slider li .vs_card img {
    width: 100%;
    height: 394px;
}

.wc_vs_wrapper .vs_slider li {
    margin-right: 1px;
}

.wc_vs_wrapper .vs_slider li:last-child {
    margin-right: 0px;
}

.wc_vs_wrapper .vs_slider li .vs_card .img_caption {
    position: absolute;
    bottom: 15px;
    padding: 15px 15px 0px;
    font-size: 20px;
    line-height: 32px;
    color: var(--whtColor);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 140px;
}

.wc_vs_wrapper .vs_slider li .vs_card a:before {
    box-shadow: inset 0px -190px 120px -68px var(--blkCol);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wc_vs_wrapper .vs_slider li .vs_card figure {
    position: relative;
    line-height: 0;
}

.wc_vs_wrapper .vs_slider li .vs_card figure::before {
    z-index: 9999;
    top: 8px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, #A5A5A5 80%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-repeat: repeat-x, repeat-y;
    background-size: 16.6px 2px, 1px 10px;
    width: calc(100% - 20px);
    height: 2px;
    left: 10px;
    right: 10px;
}

.wc_vs_wrapper .wc_sec_header,
.wc_photos_wrapper .wc_sec_header {
    padding-top: 5px;
}

/* ****************************Photos and Visual Stories Section Stylesheet End **************************** */



/* ****************************Short Videos Section Stylesheet Start **************************** */
.wc_shortVideos_container {
    position: relative;
    margin: 40px 0;
}

.wc_sv_wrapper {
    background-color: #333333;
    padding: 25px 0px 15px;
    margin-top: 7px;
    position: relative;
}

.svSwiper .swiper-wrapper {
    width: 100%;
}

.swiper.svSwiper {
    padding: 0 40px;
}

.svSwiper .nxt_btn_container {
    position: absolute;
    right: 0;
    top: -55px;
    bottom: 0;
}

.svSwiper .prev_btn_container {
    position: absolute;
    left: 0;
    top: -55px;
    bottom: 0;
}

.svSwiper .slider_width {
    width: 250px;
    margin-right: 25px;
}

.svSwiper .sv_img_box {
    width: 250px;
    height: 417px;
    position: relative;
    overflow: hidden;
}

.svSwiper a:before {
    box-shadow: inset 0px -275px 195px -120px var(--blkCol);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.svSwiper .sv_img_box img {
    border-radius: 5px;
}

.svSwiper .sv_img_box .play_icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    width: 100%;
}

.svSwiper .sv_img_box .play_icon img {
    width: 60px;
    height: 60px;
}

.svSwiper .sv_img_box h3 {
    position: absolute;
    bottom: 15px;
    padding: 15px 15px 0px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--whtColor);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 145px;
}

/* ****************************Short Videos Section Stylesheet End **************************** */



/* ****************************Timeline Section Stylesheet Start **************************** */
.wc_timeline_container {
    margin-top: 40px;
}

.wc_timeline_container .timeline_wrapper {
    background-image: url("https://akm-img-a-in.tosshub.com/sites/test/world-cup-2023/assets/images/timeline_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 428px;
    margin-top: 20px;
}

.timelineSwiper .slider_width {
    width: 160px;
}

.wc_container .wc_timeline_container .timelineSwiper .swiper-wrapper {
    padding-bottom: 20px;
}

.timelineSwiper .slider_width:first-child {
    padding-left: 60px;
    width: 220px;
}

.wc_timeline_container .timelineSwiper {
    width: calc(100% - 50px);
}

/* .timeline_nxt_btn .swiper-button-next, .timeline_prev_btn .swiper-button-prev{
    display: none;
} */
.timeline_nxt_btn .swiper-button-next:after {
    content: "";
    position: absolute;
    background-image: url("https://akm-img-a-in.tosshub.com/sites/test/world-cup-2023/assets/images/next_arrow.png");
    background-repeat: no-repeat;
    height: 28px;
    width: 32px;
}

.timeline_prev_btn .swiper-button-prev:after {
    content: "";
    position: absolute;
    background-image: url("https://akm-img-a-in.tosshub.com/sites/test/world-cup-2023/assets/images/next_arrow.png");
    background-repeat: no-repeat;
    height: 28px;
    width: 32px;
    transform: rotate(180deg);
    top: 5px;
}

.timeline {
    margin: 0px;
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.timeline li {
    transition: all 200ms ease-in;
}

.timestamp {
    display: flex;
}

.timeline_status {
    border-top: 2px solid #D5D5D5;
    position: relative;
    margin-top: 20px;
}

.ts_activator {
    border: 1px solid var(--blkCol);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    position: absolute;
    top: -18px;
}

.timeline_status span:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--activeLblCol);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
    transition: all 200ms ease-in;
}

.timeline_date {
    line-height: 54px;
    font-size: 32px;
    font-weight: 700;
    color: #D5D5D5;
    margin-left: -30px;
}

.active_ts .timeline_date {
    color: var(--blkCol);
    margin-left: -22px;
}

.timeline_status.active_ts .ts_activator span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--blkCol);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

.timeline_status.active_ts .ts_activator span:after {
    content: "";
    height: 46px;
    background: var(--blkCol);
    border: 1px solid var(--blkCol);
    position: absolute;
    left: 15px;
    top: 26px;
}

.active_ts .timeline_content {
    width: 320px;
    text-align: left;
    background-color: #F5F7F8;
    box-shadow: 0px 6px 12px #DDEDF9;
    margin-top: 53px;
    margin-left: -145px;
    border-radius: 25px;
    padding: 15px;
}

.year_between_status {
    position: relative;
}

.timeline_status.year_between_status:before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--blkCol);
    position: absolute;
    top: -12px;
}

.timeline_status.year_between_status:after {
    content: "";
    height: 46px;
    background: var(--blkCol);
    border: 1px solid var(--blkCol);
    position: absolute;
    left: 90px;
    top: 8px;
}

.year_between_status .timeline_content {
    background-color: #EDE5FA;
    border-radius: 25px;
    box-shadow: 0px 6px 12px var(--cardBoxShadowCol);
    padding: 15px;
    width: 280px;
    margin-top: 53px;
    margin-left: -48px;
    font-size: 16px;
    line-height: 28px;
}

.active_ts .timeline_content p.timeline_alt_bgCol {
    background-color: #EDE5FA;
}

/* ****************************Timeline Section Stylesheet End **************************** */



/* ****************************Preview Section Stylesheet Start **************************** */
.wc_preview_container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 35px;
}

.wc_preview_container .previewSwiper {
    margin-top: 25px;
}

.wc_preview_container .previewSwiper .swiper-wrapper {
    width: calc(100% - 100px);
    margin-inline: auto;
}

.wc_preview_container .previewSwiper .slider_width {
    width: 340px;
    margin-right: 40px;
}

.wc_preview_container .prev_card {
    min-height: 417px;
    border: 1px solid var(--cardBorderCol);
    border-radius: 3px;
}

.wc_preview_container .prev_card .img_box {
    width: 338px;
    height: 190px;
    overflow: hidden;
}

.wc_preview_container .prev_card .img_box img {
    width: 100%;
    height: auto;
}

.wc_preview_container h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--blkCol);
    padding: 15px;
}

.wc_preview_container p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #333333;
    padding: 0px 15px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 82px;
}

.wc_container .wc_preview_container .previewSwiper .swiper-button-next,
.wc_container .wc_preview_container .previewSwiper .swiper-button-prev {
    margin-top: -55px;
}

/* ****************************Preview Section Stylesheet End **************************** */



/* ****************************Interactives Section Stylesheet Start **************************** */
.wc_interactive_container {
    background-color: var(--cardThemeBgCol);
    padding: 25px 0px 20px;
    margin-top: 40px;
    position: relative;
}

.interactiveSwiper {
    margin-top: 22px;
}

.interactiveSwiper .swiper-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.interactiveSwiper .slider_width {
    width: 310px;
    margin-right: 10px;
    position: relative;
}

.interactiveSwiper .img_box {
    width: 310px;
    height: 388px;
    overflow: hidden;
    position: relative;
}

.interactiveSwiper .img_box img {
    width: 100%;
    height: auto;
}

.interactiveSwiper .img_box_content {
    position: absolute;
    bottom: 0;
    padding: 15px;
}

.interactiveSwiper .label_tab {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 15px;
    background-color: var(--labelTabBgCol);
    border-radius: 25px;
}

.interactiveSwiper h3 {
    font-size: 22px;
    line-height: 34px;
    color: var(--whtColor);
    font-weight: 600;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 66px;
}

.interactiveSwiper .img_box a:before {
    position: relative;
}

.interactiveSwiper .img_box a:before {
    box-shadow: inset 0px -145px 100px -60px var(--blkCol);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wc_interactive_container .swiper-button-next,
.wc_interactive_container .swiper-button-prev {
    margin-top: -55px;
}

/* ****************************Interactives Section Stylesheet End **************************** */



/*****************************Quiz & Poll Section Stylesheet Start **************************** */
.wc_quizPoll_container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wc_quizPoll_container .quizPoll_inner_wrap {
    display: flex;
}

.wc_quizPoll_container .quiz_wrapper,
.wc_quizPoll_container .poll_wrapper {
    width: 100%;
}

.wc_quizPoll_container .poll_wrapper {
    margin-left: 40px;
}

.wc_quizPoll_container .quiz_wrapper .content_wrap {
    background-image: url("https://akm-img-a-in.tosshub.com/sites/test/world-cup-2023/assets/images/quiz_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 403px;
    margin-top: 22px;
    padding: 0px 34px;
}

.wc_quizPoll_container .quiz_wrapper .ques_title {
    font-size: 48px;
    line-height: 98px;
    font-weight: 900;
    color: #FFDD20;
    padding: 25px 0px 0px;
}

.wc_quizPoll_container .quiz_wrapper .ques_text {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: var(--whtColor);
    margin-top: -8px;
}

.wc_quizPoll_container .quiz_wrapper .quiz_btn {
    padding: 16px 45px;
    border-radius: 5px;
    background-color: #E201E6;
    color: var(--whtColor);
    font-size: 20px;
    font-weight: 600;
    max-width: 183px;
    margin: 25px 0px;
    cursor: pointer;
}

.wc_quizPoll_container .quiz_wrapper .quiz_btn a {
    color: var(--whtColor);
}

.wc_quizPoll_container .quiz_wrapper .social_wrap {
    display: flex;
    align-items: center;
}

.wc_quizPoll_container .quiz_wrapper .social_wrap li {
    margin-right: 25px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.wc_quizPoll_container .quiz_wrapper .social_wrap li svg {
    margin-top: 7px;
}

.wc_quizPoll_container .quiz_wrapper .social_wrap li:last-child {
    margin-right: 0px;
}

.wc_quizPoll_container .quiz_wrapper .social_wrap li img {
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.wc_quizPoll_container .poll_wrapper .content_wrap {
    background-image: url("https://akm-img-a-in.tosshub.com/sites/test/world-cup-2023/assets/images/poll_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 403px;
    margin-top: 22px;
    padding: 30px 40px;
}

.wc_quizPoll_container .poll_wrapper .poll_title {
    font-size: 34px;
    line-height: 50px;
    color: var(--whtColor);
    font-weight: 600;
    margin-bottom: 36px;
}

.wc_quizPoll_container .radio_input_wrap input[type="radio"] {
    display: none;
}

.wc_quizPoll_container .radio_input_wrap label {
    width: 100%;
    padding: 9px 25px;
    background-color: var(--whtColor);
    border-radius: 5px;
    display: block;
    margin: 20px 0px;
    color: var(--blkCol);
    font-weight: 600;
    cursor: pointer;
}

/* .wc_quizPoll_container .radio_input_wrap input[type="radio"]:checked + label {
    background: var(--progressBarCor);
  } */
.wc_quizPoll_container .voted_text {
    font-size: 13px;
    line-height: 18px;
    color: #EAEAEA;
    font-weight: 400;
    margin: 15px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.wc_quizPoll_container .voted_text span:last-child {
    font-weight: 700;
}



.wc_quizPoll_container .radio_input {
    position: relative;
}

.wc_quizPoll_container .progress_bar {
    background-color: var(--progressBarCor);
    border-radius: 5px;
    display: block;
    margin: 20px 0px;
    color: var(--blkCol);
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: 0;
    height: 43px;
    display: none;
    animation: load .7s normal forwards;
}

.wc_quizPoll_container .progress_bar p {
    padding: 9px 25px;
    white-space: nowrap;
}

.wc_quizPoll_container .progress_value {
    position: absolute;
    right: 8px;
    top: 9px;
    display: none;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        max-width: 100%;
    }
}

/*****************************Quiz & Poll Section Stylesheet End **************************** */



/*****************************Teams Section Stylesheet Start **************************** */
.wc_teamSwiper_container {
    margin-top: 40px;
}

/* .teams_tab_content{
    display: none;
} */
.wc_teamSwiper_container .tab_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -5px;
    padding-right: 44%;
}

.wc_teamSwiper_container .divider {
    height: 15px;
    width: 2px;
    background: var(--blkCol);
    margin: 0px 12px;
}

.wc_teamSwiper_container .tab_wrap .teams_tab {
    font-size: 15px;
    font-weight: 500;
    color: var(--blkCol);
    text-transform: uppercase;
    cursor: pointer;
}

.wc_teamSwiper_container .tab_wrap .teams_tab.active {
    font-weight: 700;
    color: var(--activeLblCol);
}

.wc_teamSwiper_container .teamsSwiper .swiper-wrapper {
    width: calc(100% - 60px);
    margin-inline: auto;
}

.wc_teamSwiper_container .teamsSwiper .swiper-pagination {
    bottom: 22px;
}

.wc_teamSwiper_container .teamsSwiper .slider_width {
    width: 146px;
    min-height: 170px;
    margin-right: 25px;
    text-align: center;
}

.wc_teamSwiper_container .teamsSwiper .slider_width:last-child {
    margin-right: 0px;
}

.wc_teamSwiper_container .teamsSwiper,
.wc_teamSwiper_container .teamsSwiper_groupB {
    border: 1px solid var(--cardBorderCol);
    padding: 10px 18px 0px;
    margin-top: 7px;
    border-radius: 3px;
}

.wc_teamSwiper_container .teamsSwiper .img_box {
    position: relative;
    width: 146px;
    height: 106px;
    margin-top: 30px;
}

.teamsSwiper .img_box .img_layer {
    position: absolute;
    top: 0;
    width: calc(100% - 9px);
    height: 90px;
    left: 4px;
    border-radius: 5px;
    z-index: 0;
}

.teamsSwiper .img_box .img_layer.ind {
    background: rgba(9, 56, 164, .6);
}

.teamsSwiper .img_box .img_layer.aus {
    background: rgba(15, 100, 0, .6)
}

.wc_teamSwiper_container .teamsSwiper .logo_img {
    position: absolute;
    top: -28px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

/* .wc_teamSwiper_container .teamsSwiper .logo_img img{
    width: 68px;
    height: 68px;
    border: 5px solid var(--whtColor);
    border-radius: 50%;
} */
.wc_teamSwiper_container .teamsSwiper .logo_icon {
    position: absolute;
    top: 54px;
    width: 100%;
}

.wc_teamSwiper_container .teamsSwiper .logo_icon img {
    width: 28px;
    height: 28px;
    border: none;
}

.wc_teamSwiper_container .teamsSwiper .team_name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--titleTxtCol);
}

/*****************************Teams Section Stylesheet End **************************** */




/*****************************Venues Section Stylesheet Start **************************** */
.wc_venues_container {
    margin-top: 40px;
    position: relative;
}

.wc_venues_container .venuesSwiper {
    margin-top: 25px;
}

.wc_venues_container .venuesSwiper .swiper-wrapper {
    width: calc(100% - 114px);
    margin-inline: auto;
    padding-bottom: 60px;
}

.wc_venues_container .venuesSwiper .slider_width {
    width: 372px;
    margin-right: 20px;
    padding: 0px 0px;
}

.wc_venues_container .venuesSwiper .slider_width:last-child {
    margin-right: 0px;
}

.wc_venues_container .venuesSwiper .venue_card {
    min-height: 590px;
    /*    box-shadow: 0px 0px 16px #00000014;*/
    background: #fff;
}

.wc_venues_container .venuesSwiper .img_box {
    height: 236px;
}

.wc_venues_container .venuesSwiper img {
    width: 100%;
}

.wc_venues_container .venuesSwiper .card_content {
    padding: 20px 30px;
    border: 1px solid #D2D2D2;
    border-top: 0px;
    min-height: 351px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.wc_venues_container .venuesSwiper .label {
    font-size: 14px;
    color: #D71920;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wc_venues_container .venuesSwiper .title {
    font-size: 25px;
    color: #303336;
    line-height: 35px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 7px;
}

.wc_venues_container .venuesSwiper .label a {
    color: #D71920;
}

.wc_venues_container .venuesSwiper .content a {
    color: #7B8591;
}

.wc_venues_container .venuesSwiper .content {
    font-size: 16px;
    color: #7B8591;
    line-height: 22px;
    font-weight: 400;
    margin: 0px 0px 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.wc_venues_container .venuesSwiper p.content {
    margin: 0px 0px 0px;
}

.wc_venues_container .venuesSwiper p.content {
    margin-bottom: 56px;
}

.wc_venues_container .venuesSwiper .tag {
    margin-bottom: 20px;
    margin-top: auto;
}

.wc_venues_container .venuesSwiper .tag span {
    background: #FFC727;
    border-radius: 25px;
    padding: 4px 15px 4px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.wc_container .venuesSwiper .swiper-button-next:after,
.wc_container .venuesSwiper .swiper-button-prev:after {
    font-size: 47px;
}

.venuesSwiper .swiper-button-prev,
.venuesSwiper .swiper-rtl .swiper-button-next {
    left: -2px;
    right: auto;
}


.venuesSwiper .swiper-button-next,
.venuesSwiper .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}


/*****************************Venues Section Stylesheet End **************************** */



/*****************************Podcast Section Stylesheet Start **************************** */
.wc_podcast_container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wc_podcast_container ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
}

.wc_podcast_container ul li .card {
    border-radius: 3px;
    width: 288px;
    min-height: 340px;
    background-color: var(--cardThemeBgCol);
    border: 1px solid var(--cardBorderCol);
    position: relative;
    max-height: 340px;
}

.wc_podcast_container ul li {
    margin-right: 38px;
}

.wc_podcast_container ul li:last-child {
    margin-right: 0px;
}

.wc_podcast_container ul li .img_box {
    min-height: 161px;
    overflow: hidden;
}

.wc_podcast_container ul li .img_caption {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: var(--whtColor);
    padding: 10px 15px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 102px;
}

.wc_podcast_container ul li .img_box img {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0px 0px;
}

.wc_podcast_container ul li:first-child {
    display: flex;
    max-height: 340px;
    margin-right: 38px;
}

.wc_podcast_container ul li:first-child .img_box {
    min-height: 340px;
    width: 340px;
    overflow: hidden;
}

.wc_podcast_container ul li:first-child .img_box img {
    width: 100%;
    height: auto;
    border-radius: 3px 0px 0px 3px;
}

.wc_podcast_container ul li:first-child .content_wrap {
    width: 274px;
    border-radius: 0px 3px 3px 0px;
    padding: 15px;
    background-color: var(--cardThemeBgCol);
    position: relative;
    max-height: 340px;
}

.wc_podcast_container ul li:first-child .content_wrap .icon_wrap {
    width: calc(100% - 30px);
}

.wc_podcast_container ul li:first-child .content_wrap .title {
    font-size: 24px;
    line-height: 32px;
    color: var(--whtColor);
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wc_podcast_container ul li:first-child .content_wrap .img_storie_text {
    font-size: 16px;
    line-height: 28px;
    color: var(--whtColor);
    font-weight: 500;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wc_podcast_container .icon_wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.wc_podcast_container .icon_wrap img {
    max-width: 145px;
    height: auto;
}

/*****************************Podcast Section Stylesheet End **************************** */

.videotype::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAflJREFUSEu1lt0uA0EUx89skz6CZLloVZGKh3DjDVxxTeIVuBAXhERJKkKIj0hIfCQtLkgrofEGlFXxLTS01ahqfOx2zc52222NNVvtXm32/Of8zpwz58wiMHiEGkcDZKQ2ANQCCJqRDFWKXEbwBDKE8Ns+cJZ11/3l2W9uEM2gOs70YVu7UQA62zJwXD8N9AMg8LWdOLJJvNjC6FyTSXin3a7I1Yx+XQFA4G09WDRg0nGRXO51RW4GtY85QDbyab3a6qyDz/OLEnioS9sJAWRzflKcFkcwAEnfFsTGPGYhEq5Jk1ITFcDbl2gFVQDWeid8hM8gOjwCqZ2AGdCyK3LdgbLRh2krNYBmS3o3MMgNX7d3bCCOa0RGhS0GkB4QRYhhSHxiigEi92KA3Y+VrSw70GveD0MkbW97QSNQAAnV9gfclbxZgKZ/WVmD6JAbxMfHny4QRNApbxflX5qKliJaIJl0mqTteWauwIxPkFQWgOI1MbtAjrP0nMhBCOC/KXrd9kMcO34PHdNTVHqRjyA26oGUf/ePIhvMH1oNpFicpCIxv8h4TNXRzNRoytmPj42DUlSmR2k0llGR9G6SqE0OPnVUGA07m28VOx6Ht+ABU8A6UeGwU3dBLpqCcW3Wa15fNK41Q0UvnDykgldmDlLJS1+f93L8tnwDggsMSrtoiEIAAAAASUVORK5CYII=');
    content: "";
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.visualtype::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAARCAYAAADHeGwwAAAABHNCSVQICAgIfAhkiAAAAO5JREFUOE/tVLsOAVEQPbPUoiARvVJFdAo/oZH4BqFQaXQKIj5BovETCo1sVqPWK2h8AONcQrh7vdudanPnnDlzz90ZgSOWQE0hQ6ZSrrzjbCfQRgGY2DmxDxZAIg7Zf1jYgmmyCDxwJYA3ArRkkOyip8CKX+tfBMjPkZfn7dsXvvgUENa8hoyBY/cfAYXXYcP1W8VI4P6tzBtEFr38eyOL3g73E4u8KSevfGErpxCzfyb5AFQ8CLfBeVXMQ8vOBzIEbN626wRolsvugRsSMLwAaFK9/52Itlh8YHOcAgZE32Jps2A/iC29rQJ0JxwnD5GB4hN9NdgAAAAASUVORK5CYII=');
    content: "";
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.blogtype_v1::before {
    content: "";
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c00;
    -webkit-box-shadow: 0 0 0 rgba(204, 0, 0, .7);
    -moz-box-shadow: 0 0 0 rgba(204, 0, 0, .7);
    box-shadow: 0 0 0 rgba(204, 0, 0, .7);
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.blogtype {
    text-indent: 43px;
}

.blogtype {
    position: relative;
}

.blogtype::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 4px;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c00;
    -webkit-box-shadow: 0 0 0 rgba(204, 0, 0, .7);
    -moz-box-shadow: 0 0 0 rgba(204, 0, 0, .7);
    box-shadow: 0 0 0 rgba(204, 0, 0, .7);
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 2px 5px rgba(204, 0, 0, 0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 0, 0, 0);
    }
}

/* Small Devices Stylesheet Start */
@media (max-width:1024px) {
    .swiper.svSwiper {
        padding: 0px;
    }

    .wc_video_container .video_col:first-child .play_icon img {
        height: 51px;
        width: 51px;
    }

    .wc_inner_container .wc_sec_header {
        font-size: 22px;
        line-height: 28px;
        padding-right: 5px;
        /* max-width: 220px; */
    }

    /* **************************** Main Banner Section Stylesheet Start **************************** */
    .wc_container .main_banner_wrapper .inner_wrap {
        display: block;
    }

    .wc_container .main_banner_wrapper .lhs_wrap,
    .wc_container .main_banner_wrapper .rhs_wrap {
        max-width: 100%;
    }

    .wc_container .main_banner_wrapper .points_table_wrap {
        min-width: 100%;
    }

    .wc_container .main_banner_wrapper .player_img_wrap {
        min-height: 196px;
        position: static;
        margin: 20px 0px -10px;
    }

    .wc_container .main_banner_wrapper li:last-child {
        margin-right: 0px;
    }

    .main_banner_wrapper .story_img_box {
        width: 100%;
        height: auto;
    }

    .main_banner_wrapper .story_img_box::before {
        width: 130px;
        left: 0px;
        box-shadow: inset 374px 8px 66px -305px var(--themeCol);
        box-shadow: none;
    }

    .main_banner_wrapper .story_img_box::after {
        width: 130px;
        right: 0px;
        box-shadow: inset -374px 8px 66px -305px var(--themeCol);
        box-shadow: none;
    }

    .wc_container .main_banner_wrapper .cont_icon {
        left: 10px;
        top: 0;
    }

    .wc_container .main_banner_wrapper .cont_icon.play_cont_icon {
        top: 22px;
    }

    .wc_container .main_banner_wrapper .cont_icon.vs_cont_icon {
        top: 26px;
    }

    .wc_container .main_banner_wrapper .player_img_wrap .story_img_box img {
        min-height: 196px;
        height: auto;
    }

    .wc_container .main_banner_wrapper .h1_heading {
        padding: 25px 10px 10px;
    }

    .wc_container .main_banner_wrapper .title {
        font-size: 28px;
        line-height: 36px;
        padding: 0px 10px;
    }

    .wc_container .main_banner_wrapper .banner_pText {
        font-size: 16px;
        line-height: 30px;
        padding: 15px 10px;
    }

    .wc_container .main_banner_wrapper .countdown_text {
        margin-top: 25px;
    }

    .wc_container .main_banner_wrapper .banner_pText:first-of-type {
        padding-top: 20px;
        border-bottom: none;
        position: relative;
    }

    .wc_container .main_banner_wrapper .banner_pText:first-of-type:after {
        content: "";
        height: 1px;
        width: calc(100% - 20px);
        background-color: var(--whtColor);
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    .wc_container .main_banner_wrapper .points_table_wrap {
        position: static;
        margin-top: 0px;
        padding: 15px 10px;
    }

    .wc_container .main_banner_wrapper .ads_table_wrap {
        display: flex;
        flex-direction: column-reverse;
        background: var(--whtColor);
    }

    .wc_container .main_banner_wrapper .tab_wrap {
        justify-content: center;
        margin-top: 18px;
    }

    .blogtype {
        text-indent: 35px;
    }

    .blogtype::before {
        top: 16px;
        left: 12px;
    }

    /* **************************** Main Banner Section Stylesheet End **************************** */



    /* ****************************Fixtures Section Stylesheet Start **************************** */
    .wc_fixtures_container {
        margin-top: 30px;
        position: relative;
        padding-bottom: 30px;
        padding: 0px 0px 30px;
    }

    .wc_fixtures_container .fixturesSwiper {
        padding: 0px 10px 35px;
    }

    .wc_fixtures_container .fixturesSwiper .swiper-wrapper {
        width: calc(100% - 0px);
    }

    .fixturesSwiper .nxt_btn_container,
    .fixturesSwiper .prev_btn_container {
        display: none;
    }

    /* ****************************Fixtures Section Stylesheet End **************************** */



    /* ****************************News Section Stylesheet Start **************************** */
    .wc_news_container ul {
        grid-gap: 30px;
    }

    .wc_news_container ul a:first-child {
        width: 100%;
    }

    .wc_news_container ul li:first-child {
        display: block;
        width: 100%;
    }

    .wc_news_container ul li {
        display: block;
        width: 100%;
    }

    .wc_news_container ul li:first-child .img_box {
        width: 100%;
        height: auto;
        background-color: var(--activeLblCol);
    }

    .wc_news_container ul li:first-child .img_box img {
        border-radius: 0px;
        border-bottom: 1px solid var(--whtColor);
        border-right: none;
    }

    .wc_news_container ul li:first-child .content_wrap {
        width: 100%;
        border-radius: 0px;
        margin-top: -1px;
    }

    .wc_news_container ul li .card {
        width: 100%;
        min-height: auto;
        display: grid;
        border: none;
        padding: 0px 10px;
        grid-template-columns: 140px 1fr;
    }

    .wc_news_container ul li .img_box {
        height: 78.26px;
        width: 140px;
        overflow: hidden;
    }

    .wc_news_container ul li .img_caption {
        font-size: 16px;
        line-height: 28px;
        padding: 0px 0px 0px 10px;
        margin-top: -4px;
        font-weight: 600;
    }

    .wc_news_container .news_content_wrap {
        padding-bottom: 45px;
    }

    .wc_news_container ul li .img_box {
        height: auto;
    }

    .wc_news_container ul li .img_box img {
        border-radius: 4px;
    }

    /* ****************************News Section Stylesheet End **************************** */


    /* ****************************Videos Section Stylesheet Start **************************** */
    .wc_video_container {
        /* background-image: url("https://akm-img-a-in.tosshub.com/sites/test/world-cup-2023/assets/images/mob_video_bg.png"); */
        margin-top: 30px;
    }

    .wc_photos_wrapper .photosSwiper {
        margin: 22px 10px 0px;
        padding-bottom: 40px;
    }

    .wc_video_container .sec_header_btnWrap {
        bottom: 25px;
    }

    .wc_video_container .video_col:first-child .video_img_box {
        width: 100%;
        height: auto;
    }

    .wc_video_container .video_col:last-child {
        width: 100%;
        height: auto;
    }

    .wc_video_container .video_col:first-child h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        padding: 15px 10px 10px;
        max-height: 75px;
    }

    .wc_video_container .video_row {
        grid-gap: 30px;
        padding-bottom: 74px;
        flex-wrap: wrap;
    }

    .wc_video_container .video_img_box {
        width: 100%;
        height: auto;
    }

    .wc_video_container .video_col:first-child {
        width: 100%;
    }

    /* ****************************Videos Section Stylesheet End **************************** */



    /* ****************************Photos and Visual Stories Section Stylesheet Start **************************** */
    .wc_photos_vs_container {}

    .photos_vs_container .inner_wrapper {
        display: block;
    }

    .wc_photos_wrapper {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 50px;
    }

    .wc_photos_wrapper .photo_card .video_img_box {
        width: 100%;
        height: auto;
    }

    .wc_vs_wrapper .vs_slider {
        margin: 22px 0px 0px;
        max-width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .wc_vs_wrapper {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    .wc_vs_wrapper .sec_header_btnWrap {
        bottom: 0px;
    }

    .wc_photos_wrapper .photo_batch {
        bottom: 7px;
    }

    /* .wc_shortVideos_container .wc_divider{
    display: none;
} */
    .photosSwiper {
        min-height: 405px;
    }

    /* ****************************Photos and Visual Stories Section Stylesheet End **************************** */



    /* ****************************Short Videos Section Stylesheet Start **************************** */
    .wc_shortVideos_container {
        padding-bottom: 60px;
        margin-bottom: 0px;
    }

    .wc_shortVideos_container .svSwiper {
        padding-bottom: 35px;
    }

    .wc_sv_wrapper {
        padding-left: 10px;
    }

    .svSwiper .swiper-wrapper {
        width: 100%;
    }

    .svSwiper .nxt_btn_container,
    .svSwiper .prev_btn_container {
        display: none;
    }

    /* ****************************Short Videos Section Stylesheet End **************************** */



    /* ****************************Timeline Section Stylesheet Start **************************** */
    .wc_timeline_container .timelineSwiper {
        width: calc(100% - 20px);
        padding-bottom: 30px;
    }

    .wc_timeline_container .swiper_btn_wrap {
        max-width: 95px;
        margin: -20px auto 0px;
        position: relative;
    }

    .timeline {
        margin: 25px;
        list-style-type: none;
        display: flex;
        padding: 0;
        text-align: center;
    }

    /* ****************************Timeline Section Stylesheet End **************************** */



    /* ****************************Preview Section Stylesheet Start **************************** */
    .wc_preview_container {
        padding-bottom: 32px;
    }

    .wc_preview_container .previewSwiper {
        padding: 0px 10px 30px;
    }

    .wc_preview_container .previewSwiper .swiper-wrapper {
        width: calc(100% - 0px);
    }

    .wc_preview_container .previewSwiper .slider_width {
        margin-right: 20px;
    }

    .wc_preview_container .nxt_btn_container,
    .wc_preview_container .prev_btn_container {
        display: none;
    }

    /* ****************************Preview Section Stylesheet End **************************** */



    /* ****************************Interactives Section Stylesheet Start **************************** */
    .wc_interactive_container {
        padding-bottom: 60px;
    }

    .wc_interactive_container .interactiveSwiper {
        padding-left: 10px;
        padding-bottom: 30px;
    }

    .interactiveSwiper .swiper-wrapper {
        width: calc(100% - 0px);
    }

    .wc_interactive_container .sec_header_btn {
        bottom: 32px;
    }

    .interactiveSwiper .swiper-wrap {
        overflow: hidden;
        overflow-x: auto;
    }

    /*****************************Interactives Section Stylesheet End **************************** */



    /*****************************Quiz & Poll Section Stylesheet Start **************************** */
    .wc_quizPoll_container .quizPoll_inner_wrap {
        display: block;
    }

    .wc_quizPoll_container .quiz_wrapper .content_wrap {
        min-height: auto;
        padding: 0px 20px;
    }

    .wc_quizPoll_container .poll_wrapper .content_wrap {
        min-height: auto;
        padding: 30px 25px;
    }

    .wc_quizPoll_container .quiz_wrapper .ques_title {
        font-size: 34px;
        line-height: 60px;
        padding: 10px 0px 0px;
    }

    .wc_quizPoll_container .quiz_wrapper .ques_text {
        font-size: 22px;
        line-height: 32px;
        margin-top: -5px;
    }

    .wc_quizPoll_container .quiz_wrapper .social_wrap {
        padding-bottom: 8px;
    }

    .wc_quizPoll_container .quiz_wrapper .quiz_btn {
        padding: 6px 20px;
        font-size: 16px;
        max-width: 114px;
        margin: 15px 0px;
    }

    .wc_quizPoll_container .poll_wrapper {
        margin-left: 0px;
        margin-top: 30px;
    }

    .wc_quizPoll_container .poll_wrapper .poll_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    /*****************************Quiz & Poll Section Stylesheet End **************************** */



    /*****************************Teams Section Stylesheet Start **************************** */
    .wc_teamSwiper_container .teamsSwiper,
    .wc_teamSwiper_container .teamsSwiper_groupB {
        margin-top: 22px;
        padding-bottom: 35px;
    }

    .wc_teamSwiper_container .tab_wrap {
        padding-right: 0%;
    }

    .wc_teamSwiper_container .teamsSwiper .nxt_btn_container,
    .wc_teamSwiper_container .teamsSwiper .prev_btn_container,
    .wc_teamSwiper_container .teamsSwiper_groupB .nxt_btn_container,
    .wc_teamSwiper_container .teamsSwiper_groupB .prev_btn_container {
        display: none;
    }

    .wc_teamSwiper_container .teamsSwiper .swiper-wrapper {
        width: calc(100% - 0px);
    }

    .wc_teamSwiper_container .teams_tab_content {
        padding: 0px 10px;
    }

    /*****************************Teams Section Stylesheet End **************************** */



    /*****************************Venues Section Stylesheet Start **************************** */
    .wc_venues_container {
        padding-bottom: 40px;
    }

    .wc_venues_container .venuesSwiper .swiper-wrapper {
        width: calc(100% - 0px);

    }

    .wc_venues_container .venuesSwiper .nxt_btn_container,
    .wc_venues_container .venuesSwiper .prev_btn_container {
        display: none;
    }

    /*
.wc_venues_container .venuesSwiper .slider_width {
    max-width: 372px;
    margin-right: 20px;
    padding: 0px;
}
*/
    .wc_venues_container .venuesSwiper .title {
        font-size: 24px;
        line-height: 34px;
    }

    .wc_venues_container .venuesSwiper {
        padding-bottom: 0px;
    }

    .wc_venues_container .venuesSwiper .card_content {
        padding: 20px 20px;

    }

    .wc_venues_container .venuesSwiper .venue_card {
        min-height: 535px;
    }




    /*****************************Venues Section Stylesheet End **************************** */



    /*****************************Podcast Section Stylesheet Start **************************** */
    .wc_podcast_container ul li:first-child {
        display: block;
        max-height: 100%;
        background-color: var(--cardThemeBgCol);
        margin-right: 0px;
    }

    .wc_podcast_container ul li:first-child .img_box img {
        border-radius: 0px;
    }

    .wc_podcast_container ul li:first-child .content_wrap {
        width: 100%;
        border-radius: 0px;
        padding: 20px 10px;
    }

    .wc_podcast_container ul li:first-child .icon_wrap {
        margin: 15px auto -7px;
    }

    .wc_podcast_container .icon_wrap {
        margin: 15px auto 10px;
        position: static;
    }

    .wc_podcast_container ul {
        grid-gap: 20px;
        margin-top: 22px;
        display: block;
    }

    .wc_podcast_container ul li {
        max-height: 100%;
        width: 100%;
    }

    .wc_podcast_container ul li:first-child .img_box {
        width: 100%;
    }

    .wc_podcast_container ul li .card {
        border-radius: 0px;
        width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .wc_podcast_container ul li {
        margin-right: 0px;
        margin-top: 20px;
    }

    .videotype::before {
        position: relative;
        top: 5px;
    }

    /*****************************Podcast Section Stylesheet End **************************** */
}

@media (max-width:767px) {
    .wc_venues_container {
        padding-bottom: 0px;
    }
}


@media (max-width:375px) {
    .wc_preview_container .previewSwiper .slider_width {
        width: 100%;
    }

    .wc_preview_container .prev_card .img_box {
        width: 100%;
    }
}

/* Small Devices Stylesheet End */


/* For iPad Landscape Mode (1180px X 820px)*/
@media only screen and (min-width: 1025px) and (max-width: 1180px) and (orientation: landscape) {
    .t20__fixtures_wrap .fixtures_tabs_wrap {
        margin-left: 104px;
    }

    .wc_inner_container {
        max-width: 100%;
    }

    .wc_video_container {
        padding: 25px 10px 0px;
    }

    .wc_video_container .video_col:first-child {
        width: auto;
    }

    .wc_video_container .video_img_box {
        width: 376px;
        height: 248px;
    }

    .wc_video_container .video_col:last-child .video_img_box:last-child {
        margin-top: 8px;
    }

    .interactiveSwiper .swiper-wrap {
        overflow: hidden;
        overflow-x: auto;
    }

    .wc_vs_wrapper .vs_slider li .vs_card {
        width: 267px;
    }

    .wc_vs_wrapper {
        overflow: hidden;
    }

    .wc_interactive_container {
        padding: 25px 10px 20px;
    }

    .wc_podcast_container,
    .wc_venues_container,
    .wc_teamSwiper_container,
    .wc_quizPoll_container,
    .wc_preview_container,
    .wc_timeline_container,
    .wc_shortVideos_container,
    .photos_vs_container,
    .wc_news_container,
    .wc_fixtures_container,
    .main_banner_wrapper {
        padding: 0px 10px;
    }

    .photos_vs_container .inner_wrapper {
        grid-gap: 18px;
    }

    .wc_podcast_container ul li:first-child,
    .wc_podcast_container ul li {
        margin-right: 6px;
    }

    .wc_podcast_container ul li .card {
        width: 261px;
    }

    .wc_news_container ul {
        grid-gap: 15px 10px;
    }

    .wc_news_container ul li .card {
        width: 256px;
    }

    .header_wrapper .wc_inner_container .header_menu {
        margin-left: 60px;
        grid-gap: 25px;
    }

    .header_wrapper .wc_inner_container ul li a {
        white-space: nowrap;
    }

    .wc_video_container .video_col:first-child {
        width: 730px;
    }

    .wc_video_container .video_col:first-child .video_img_box {
        width: auto;
        height: auto;
    }

    /* .stats_container .wc_inner_container .stats_grid {
        grid-gap: 24px;
        grid-template-columns: 858px 278px;
        padding-left: 10px;
    } */
    .stats_container.t20_fixtures_container {
        margin-top: -114px;
    }

    .stats_container .stats_grid {
        display: block !important;
        padding: 0px 10px;
    }

    .section_lhs .stats_container .stats_header_wrap {
        min-height: 109px;
    }

    .match-widget-container .match-text-upper-container ul li {
        margin-left: 20px;
    }

    .wc_news_container ul li:first-child {
        width: 100%;
    }

    .wc_news_container ul li {
        width: 20%;
    }

    .wc_news_container ul li:first-child .img_box {
        min-height: 300px;
    }

    .wc_news_container ul li .card {
        width: auto;
    }
}


@media(max-width:767px) {

    .venuesSwiper .swiper-horizontal>.swiper-pagination-bullets,
    .venuesSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .venuesSwiper .swiper-pagination-custom,
    .venuesSwiper .swiper-pagination-fraction {
        bottom: 21px;
    }

}




@media(max-width:600px) {
    .wc_container .main_banner_wrapper .rhs_wrap .ads_table_wrap .ad_container {
        min-width: 100%;
        max-width: 100%;
    }
}

/* It will be removed when build send by Vikash Date: 28-09-2023 */
.sso_user_href,
.signOut {
    color: #000 !important;
}

.wc_container .no_live_match {
    box-sizing: border-box;
    box-shadow: 4px 4px 6px 0px #0000000D;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    position: relative;
    padding: 30px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
}