/* jsScrollpane css */
.jspContainer{overflow:hidden;position:relative}.jspHorizontalBar,.jspPane,.jspVerticalBar{position:absolute}.jspVerticalBar{top:0;right:0;width:16px;height:100%;background:red}.jspHorizontalBar{bottom:0;left:0;width:100%;height:16px;background:red}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*
.featured-videos-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.featured-videos-slider.finally-loaded {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body, html {
    overflow-y: scroll;
}

body {
    font-family: 'Roboto-Regular';
    background: white;
}

body.page-template-page-home, body.cricket-live-score, body.category-featured-videos, body.single-post, body.page-template-page-live-streaming-hub{
    background: #E6E7E8;
} 

.page-live-streaming #horizontal-livescores {
    height: 185px;
}

div#um_view_photo + span {
    display: none;
}

header {
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.head-nav-main-menu > div:nth-child(1) {
    width: 77%!important;
    float: left!important;
}

nav ul.head-nav-ul {
    max-width: unset;
}

#loadmore-other-category-inner {
    display: none;
}

.mCSB_dragger_bar {
    background-color: #af0000!important;
}

.main-inner #horizontal-livescores-new {
    display: block;
    border: none;
    max-width: none;
    width: 97%;
    margin: 0 auto;
    height: 180px;
}

#horizontal-livescores-new {
    display: block;
    border: none;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    height: 1800px;
}

.featured-videos-slider-container-pseudo-element-left {
    content: "";
    z-index: 1;
    /* display: none; */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 33px;
    height: 270px;
    background: transparent linear-gradient(90deg, #E6E7E8 0%, #E6E7E8 74%, #E6E7E800 100%) 0% 0% no-repeat padding-box;
}

.featured-videos-slider-outer-container {
    position: relative;
}

.featured-videos-slider-container {
    position: relative;
    width: 97%;
    margin: 0 auto;
}

.featured-videos-slider-container-pseudo-element-right {
    content: "";
    z-index: 1;
    /* display: none; */
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 270px;
    background: transparent linear-gradient(270deg, #E6E7E8 0%, #E6E7E8 74%, #E6E7E800 100%) 0% 0% no-repeat padding-box;
}

/* .featured-cricket-videos-slider, .featured-football-videos-slider, .featured-kabaddi-videos-slider, .featured-kho-kho-videos-slider {
    display: flex;
    flex-wrap: wrap;
} */

.main-inner-2 .featured-videos-slider-container > div {
    display: flex;
    flex-wrap: wrap;
}

.social-inner {
    width: 43%;
}

.cricket-live-score-container {
    width: 67%!important;
}

.author-bio-section {
    background: #E6E7E8;
}

.author-headshot {
    margin-bottom: 25px;
}

.sidebar-content > div, .sidebar-content img {
    max-width: 100%;
}

.sidebar-content img {
    max-width: 100%;
}

.author-page .sidebar-content {
    padding-top: 20px;
}

nav div.head-search-icon {
    width: 120px;
    line-height: 30px;
    margin: 5px 0px;
    top: -3px;
    right: 0px!important;
    border-left: 1px solid #e6e7e861;
    color: #E6E7E8;
}

header div.head-search-wrapper {
    width: 340px;
    height: auto;
    float: right;
    position: absolute;
    right: 180px;
    background: #373737;
    margin-top: 1px;
    border-radius: 5px;
}

.current-menu-item.menu-item-home a {
    color: #FFE000!important;
}

.search-icon:before {
    content: none;
}

.settings-icon, .settings-icon-active {
    margin-left: 15px;
    float: left;
    width: 18px;
    height: 19px;
}

.head-search-wrapper form .search-input {
    text-transform: capitalize;
    border-bottom: 0.5px solid #F1F1F180;
    left: 25px;
    position: relative;
    font-size: 14px;
    width: 77%;
    color: #F1F1F180;
    margin-top: 10px;
}

nav div.head-search-icon:hover{
	font-size: 16px;
    /* color: #FFE000; */
}

.text-settings:hover{
	font-size: 16px;
    color: #FFE000;
    cursor: pointer;
}

.head-search-wrapper form .search-input::placeholder {
    font-size: 14px!important;
}

.text-settings {
    font-size: 16px;
}

.search-icon, .search-icon-active {
    display: inline-block;
    margin-right: 5px;
    width: 23px;
    height: 23px;
}

.text-search {
    display: inline-block;
}

.head-settings-dropdown {
    height: 80px;
    width: 180px;
    background: #373737;
    position: absolute;
    right: 0px;
    /* margin-top: 5px; */
}

.language-wrap-icon, .language-wrap-icon-active {
    float: left;
    position: relative;
    left: 12px;
    width: 26px;
    height: 30px;
}

.lang-wrap {
    width: 100%;
    height: 40%;
    position: relative;
    margin: 5px 0;
}

.language-wrap-text {
    display: inline-block;
    color: #E6E7E8;
}

.language-wrap-text:hover {
    color: #FFE000;
}

.lang-trigger {
    width: 45px;
    height: 40px;
    margin: 15px 0px;
    /* margin: 0; */
    background-color: transparent;
    /* padding: 0; */
    /* left: -10px; */
}

.lang-trigger .lang-sprt.arw-lang {
    top: 13px;
    right: -7px;
}

.lang-trigger .lang-sprt.in, .lang-trigger .lang-sprt.en, .lang-trigger .lang-sprt.gh, .lang-trigger .lang-sprt.ke, .lang-trigger .lang-sprt.id, .lang-trigger .lang-sprt.kr, .lang-trigger .lang-sprt.th, .lang-trigger .lang-sprt.vn {
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
}

.lang-trigger .lang-sprt.in {
    background: url(img/flags-sprite-big.png) no-repeat -791px -321px;
}

.lang-select {
    background: #373737;
    right: 55px;
    float: right;
    left: unset;
    position: absolute;
    top: 70px;
    z-index: 1;
    width: 140px;
}

.lang-select li a:hover {
    background-color: #FFE000;
    color: #000;
}

.head-right-nav {
    width: 320px!important;
    max-height: 30px;
    padding: 0px 12px;
    left: 0px;
    bottom: 0px!important;
}

nav.head-nav{
	background: #373737;
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    position: relative;
    border-top: none;
    /* border-bottom: 1px solid #e6e7e869; */
}

.head-logo-content{
	width: 100%;
	max-width:1740px;
	margin: 0 auto;
	min-height: 120px;
    padding: 0px;
    height: 80px;
    min-height: 80px;
    box-sizing: border-box;
}

.head-logo-wrapper .logo-inner img {
    max-width: 275px;
}

.head-logo-wrapper .row {
    height: 100%;
}

.tpl-social-media {
    display: none;
}

/* login button */
.header-login-wrap {
    width: 125px;
    margin: 25px auto;
    height: 31px;
    position: relative;
    display: inline-block;
}

.right-header-container {
    width: 200px;
    float: right;
    display: flex;
    align-items: center;
}

.header-account-wrap {
    width: 130px;
}

.header-login-btn {
    background-color: #FFE000;
    display: inline-block!important;
    cursor: pointer;
    color: #000000;
    padding: 7px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: .2pt;
    min-width: 66px;
    min-height: 31px;
    border: none;
    font-size: 16px;
    text-align: center;
    line-height: 13pt;
    margin: 0 3px;
    font-family: 'Roboto-Bold', 'Helvetica', 'Arial', sans-serif;
    font-weight: 800;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    right: 0;
}

nav .head-nav-main-menu {
    max-width: 1740px;
    width: 100%;
}

.main-inner {
    width: 100%;
    max-width: 1740px;
    margin: 20px auto;
    padding: 0;
}

.matches-title, .featured-videos-title, .live-streaming-hub-title, .upcoming-stream-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    margin: 0;
    color: black;
    text-transform: uppercase;
}

.featured-videos-title a hr {
    width: 86%;
    margin-left: 10px;
    background: #37373742;
    height: 2.5px;
    border-top: unset;
}

.matches-title a, .featured-videos-title a, .live-streaming-hub-title a, .upcoming-stream-title a {
    width: 100%;
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}

.live-streaming-hub-title a hr {
    width: 88%;
    margin-left: 10px;
    background: #37373742;
    height: 2.5px;
    border-top: unset;
}

.upcoming-stream-title a hr {
    width: 85%;
    margin-left: 10px;
    background: #37373742;
    height: 1.5px;
    border-top: unset;
}

.matches-title a hr {
    width: 90%;
    margin-left: 10px;
    background: #37373742;
    height: 1.5px;
    border-top: unset;
}

.social-content-container {
    width: 45px;
    height: 45px;
    float: right;
    margin: 0px 10px;
    cursor: pointer;
    display: none;
}

.head-settings-icon {
    width: 175px;
    display: inline-block;
    float: right;
    color: #E6E7E8;
    line-height: 30px;
    margin: 5px 0px;
    top: -8px;
    position: relative;
    border-left: 1px solid #e6e7e861;
    text-align: center;
}

nav ul.head-nav-ul > li {
    line-height: 32px;
    padding: 0px 12px;
}

nav span.menu-arrow {
    top: -3px;
    font-size: 17px;
    right: 20px;
}

.news-menu-container .head-news-nav-ul li:nth-child(4) span.menu-arrow {
    color: #fff;
    left: 10px;
    position: relative;
}

.news-menu-container .head-news-nav-ul li:nth-child(4) .submenu-wrapper {
    position: absolute;
    z-index: 100;
    background: #373737 0% 0% no-repeat padding-box;
    width: 150px;
    border-radius: 5px;
}

.news-menu-container .head-news-nav-ul li:nth-child(4) .submenu-wrapper li {
    text-align: right;  
    margin: 10px 0px;
}

.news-menu-container .head-news-nav-ul li:nth-child(4) .submenu-wrapper li a {
    padding-right: 10px;
}

nav a, nav a:hover {
    color: #E6E7E8;
}

.slick-prev, .slick-next {
    width: 33px;
    height: 33px;
}

.slick-next:before {
    content: '→';
    font-size: 33px!important;
    color: #fff!important;
}

.slick-prev:before {
    content: '←';
    font-size: 33px!important;
    color: #fff!important;
}

.slick-prev:before, .slick-next:before {
    font-size: 33px!important;
}

nav ul.head-nav-ul > li > a {
    text-transform: capitalize;
    font-size: 16px;
}

nav ul.head-nav-ul > li.menu-item-has-children {
    padding-right: 23px;
}

.current-menu-item a {
    color: #FFE000;
}

nav ul.head-nav-ul > li > ul {
    background: #373737;
    top: 35px;
}

nav ul.head-nav-ul > li > ul li a {
    color: #E6E7E8!important;
}

nav ul.head-nav-ul > li > ul li a:hover {
    background: none;
    color: #FFE000;
}

#menu-news-menu li a:hover {
    background: none;
    color: #FFE000;
    text-decoration: none;
}

nav ul.head-nav-ul > li > ul li:hover {
    background: none!important;
    color: none!important;
}

nav ul.head-nav-ul > li > ul li a:hover {
    color: #ffe000 !important;
}

nav ul.head-nav-ul > li > ul li.active {
    background: #373737!important;
}

nav ul.head-nav-ul > li > ul li > ul li > a {
    background: #373737;
}

nav ul.head-nav-ul > li > a, nav ul.head-nav-ul > li > ul > li > a {
    font-family: 'Roboto-Regular';
    font-weight: 100;
}

nav ul.head-nav-ul > li > ul > li > a, nav ul.head-nav-ul > li > ul li > ul li > a {
    font-size: 16px;
}

#menu-main-menu-1 li:nth-child(4) {
    border-right: 1px solid #e6e7e861;
}

.head-social-content {
    display: none;
}

.menu-item-icon, .menu-item-icon-active {
    float: left;
    padding-right: 12px;
    padding-top: 2px;
    width: 40px;
}

.overlay {
    background: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 1620px;
    margin: 0 auto;
    height: 400px!important;
    z-index: 300;
    overflow: unset;
}

.overlay-register {
    background-color: rgba(0, 0, 0, .9);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%!important;
    z-index: 0;
    overflow: unset;
    right: 0px;
    display: flex;
    align-items: center;
}

.overlay-register .close:before, .overlay-register .close:after {
    background-color: black;
    height: 20px;
    width: 3px;
}

.lbox.lbox-register {
    height: 625px;
}

.overlay-register .close {
    right: 15px;
    top: 15px;
}

.lbox-register.lbox-register-outer-container {
    margin: 2.5% auto 1% auto;
    position: relative;
}

.lbox.lbox-login {
    width: 340px;
    float: right;
    height: 100%;
    margin: 0;
}

.login-join-now-btn-wrapper {
    position: relative;
    bottom: 10px;
    display: block!important;
}

.lbox-login header {
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: unset;
}

.lbox {
    border-radius: 5px;
}

.logo-inner {
    padding-top: 5px;
}

.lbox-login header img {
    width: 145px;
    position: absolute;
    left: 15px;
}

.lbox-login .item-label {
    font-size: 14px !important;
    top: -20px !important;
}

.lbox-login form#login {
    padding-top: 20px;
}

[type="checkbox"] + span:not(.lever) {
    color: black;
    padding-left: 25px !important;
}

.login-submit-button {
    width: 112px;
    height: 31px;
    font-size: 16px;
    line-height: 18pt;
}

.login-join-now-btn {
    width: 153px;
    height: 31px;
    line-height: 23px;
    font-size: 16px;
}

.close {
    right: 15px;
    z-index: 30;
    top: 8px;
    border: none;
}

.overlay-single-article-video .close {
    right: 0px;
    z-index: 30;
    top: 0px;
    border: none;
    width: 40px;
    height: 40px;
}

.overlay-single-article-video .close:before, .overlay-single-article-video .close:after {
    height: 40px;
    width: 5px;
}

.lbox-login .row {
    width: 75%;
}

.main-inner-2 {
    display: flex;
}

.single-article .col-lg-9 {
    width: 100%!important;
    max-width: 1140px;
}

.author-page .col-lg-9 {
    width: 70%!important;
}

.post-title {
    font-size: 30px;
    font-family: 'Roboto-Bold';
}

.single-article-pub {
    font-size: 24px;
}

article p {
    font-size: 22px;
    margin: 20px 0px;
    font-family: 'Roboto-Regular';
}

.related-posts-inner-container {
    flex-direction: column;
    display: flex;
}

.related-posts-wrapper {
    width: 100%;
    height: 110px;
    margin-bottom: 20px;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 5px 5px 0px;
    padding: 0;
}

.related-posts-inner-wrapper {
    width: 378px;
    margin-left: 10px;
}

.related-posts-date {
    text-align: left;
}

.related-posts-title {
    border-bottom: unset;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    margin: 0;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.related-posts-title hr {
    width: 64%;
    background: #3737374f;
    height: 1.5px;
    margin: 0px;
}

.related-posts-title h2 {
    background: unset;
    color: black;
    font-family: 'Roboto-Bold';
    margin: 0;
}

.single-article-image img {
    height: 510px;
}

.related-posts-container {
    margin-top: 30px;
}

.main-single-page .main-inner-2 .sidebar-content {
    margin-top: 20px;
    max-width: 30%!important;
}

.main-page .category-wrapper .sidebar-content {
    margin-top: 50px;
    max-width: 560px!important;
    width: 30%!important;
    padding: 0;
}

.related-posts-wrapper h2 {
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left;
    font-family: 'Roboto-Bold';
}

.related-posts-wrapper img {
    width: 182px;
    height: 100%;
}

.main-inner-2 .sidebar-content {
    width: 100%!important;
}

.featured-videos-sub-page .main-inner-2 .sidebar-content {
    margin-top: 35px;
    padding: 0;
    width: 30%!important;
    max-width: 100%;
}

/* .featured-videos-slider-container .featured-football-videos-slider .home-cat-b-sub-wrapper-small, .featured-videos-slider-container .featured-cricket-videos-slider .home-cat-b-sub-wrapper-small, .featured-videos-slider-container .featured-kabaddi-videos-slider .home-cat-b-sub-wrapper-small, .featured-videos-slider-container .featured-kho-kho-videos-slider .home-cat-b-sub-wrapper-small {
    width: 270px!important;
    height: auto!important;
} */

.main-inner-2 .featured-videos-slider-container .home-cat-b-sub-wrapper-small {
    width: 270px!important;
    height: auto!important;
}

.main-inner-2-wrapper {
    width: 70%;
}

.featured-videos-slider-container .home-cat-b-sub-wrapper-small .img-effect-wrapper img {
    width: 250px!important;
    height: 137px!important;
}

/* .featured-videos-slider-container .featured-football-videos-slider .home-cat-b-sub-wrapper-small h3 a, .featured-videos-slider-container .featured-cricket-videos-slider .home-cat-b-sub-wrapper-small h3 a, .featured-videos-slider-container .featured-kabaddi-videos-slider .home-cat-b-sub-wrapper-small h3 a, .featured-videos-slider-container .featured-kho-kho-videos-slider .home-cat-b-sub-wrapper-small h3 a {
    font-size: 14px;
} */

.main-inner-2 .featured-videos-slider-container .home-cat-b-sub-wrapper-small h3 a {
    font-size: 14px;
}

.featured-videos-slider-container .home-cat-b-sub-wrapper-small .home-cat-date {
    font-size: 12px;
}

/* Video Overlay */

.overlay-single-article-video {
    background: #000000BF 0% 0% no-repeat padding-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    display: none;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.overlay-single-article-video .single-article-video {
    width: 1150px;
    height: 670px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    position: relative;
    transform: translateY(-50%);
    display: flex;
    align-items: end;
}

.single-article-video iframe {
    width: 100%;
    height: 610px;
}

.popup-banner-img.desktop, .popup-banner-img.mobile {
    width: unset!important;
}

.popup-banner-lbox.desktop {
    margin: 5% auto 0 auto;
    width: max-content;
}

.popup-banner-overlay.mobile {
    height: 100%!important;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-banner-lbox.mobile {
    margin: 25% auto 0 auto;
}

.popup-banner-lbox.desktop a, .popup-banner-lbox.mobile a {
    position: relative;
}

.popup-banner-close.desktop, .popup-banner-close.mobile {
    position: absolute;
    right: -9px;
    top: -15px;
}

/* Glider */

.featured-videos-slider-container .home-cat-a-sub-wrapper, .featured-videos-slider-container .home-cat-b-sub-wrapper {
    width: 309px!important;
    height: auto!important;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-right: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 3px #00000026;
    border: 2.05px solid #7070703b;
    border-radius: 5px;
    cursor: pointer;
}

.featured-videos-slider-container .home-cat-a-sub-wrapper .img-effect-wrapper, .featured-videos-slider-container .home-cat-b-sub-wrapper .img-effect-wrapper {
    display: flex;
    justify-content: center;
}

.featured-videos-slider-container .home-cat-a-sub-wrapper .img-effect-wrapper img, .featured-videos-slider-container .home-cat-b-sub-wrapper .img-effect-wrapper img {
    width: 290px;
    height: 160px;
    border-radius: 5px;
}

.featured-videos-slider-container .home-cat-a-sub-wrapper .post-title, .featured-videos-slider-container .home-cat-b-sub-wrapper .post-title {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 10px;
    text-align: left;
}

.featured-videos-slider-container .home-cat-a-sub-wrapper .home-cat-date, .featured-videos-slider-container .home-cat-b-sub-wrapper .home-cat-date {
    margin: 0;
    margin-left: 10px;
    margin-top: 5px;
    text-align: left;
}

/* .featured-videos-sub-page .featured-videos-slider-container .glider-prev, .featured-videos-sub-page .featured-videos-slider-container .glider-next {
    top: 315px!important;
} */

/* .featured-videos-sub-page .featured-videos-slider-container-pseudo-element-left, .featured-videos-sub-page .featured-videos-slider-container-pseudo-element-right {
    top: 170px;
} */

.featured-videos-sub-page {
    margin-top: 10px;
}

.featured-videos-slider-container .home-cat-b-sub-wrapper h3 a {
    font-size: 15px;
    color: black;
    font-family: 'Roboto-Bold';
}

.featured-videos-slider-container .home-cat-b-sub-wrapper h3 p {
    font-size: 15px;
    color: black;
    font-family: 'Roboto-Bold';
    text-transform: initial;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

.featured-videos-slider-container .home-cat-a-sub-wrapper .post-title p {
    font-size: 15px;
    color: black;
    font-family: 'Roboto-Bold';
    text-transform: initial;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

.featured-videos-slider-container .home-cat-b-sub-wrapper .col-sm-5, .featured-videos-slider-container .home-cat-b-sub-wrapper .col-sm-7 {
    width: 100%;
}

.main-inner .container.category-wrapper, .container.single-article {
    padding: 0;
}

.featured-videos-slider-container .home-cat-b-sub-wrapper .img-effect-wrapper img {
    min-height: unset;
}

.featured-videos-slider-container .glider-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: 450px!important; */
    /* left: 60px!important; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 3px #00000080;
    border-radius: 14px;
    width: 33px;
    height: 33px;
}

.featured-videos-slider-container .glider-next {
    display: flex;
    justify-content: center;
    align-items: center;
    /* top: 450px!important; */
    /* right: 60px!important; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 3px #00000080;
    border-radius: 14px;
    width: 33px;
    height: 33px;
}

.featured-videos-slider-container .glider-next span, .featured-videos-slider-container .glider-prev span {
    position: relative;
    bottom: 5px;
    color: #373737;
}

.fixed-header {
    position: fixed;
    top: 120px;
    z-index: 1;
    left: 0;
    width: 100%; 
}

.news-menu-container {
    /* overflow: hidden; */
    /* margin: 20px 0px; */
    width: 100%;
    height: 90px;
    background: #373737 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#menu-news-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    height: 32px;
}

#news-menu-title {
    margin: 0;
    height: 33px;
    display: flex;
    color: white;
    justify-content: center;
    font-size: 25px;
    font-family: 'Roboto-Regular';
    color: #E6E7E8;
}

#news-menu-title hr {
    width: 45%;
    margin: 15px 0px;
    border: 1px solid #e6e7e89c;
}

#news-menu-title hr:nth-child(1) {
    margin-right: 15px;
}

#news-menu-title hr:nth-child(2) {
    margin-left: 15px;
}

#menu-news-menu li a {
    font-size: 20px;
    color: #E6E7E8;
    font-family: 'Roboto-Regular';
    text-decoration: none;
}

#menu-news-menu li.active > a {
    color: #FFE000;
}

.main-inner .container {
    width: 100%!important;
    padding: 0;
}

.home-main-left {
    width: 100%!important;
    padding: 0;
}

.home-main-content {
    padding: 0;
}

.home-cat-a-wrapper {
    background: #E6E7E8 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 5px 5px;
    height: 400px;
    width: 560px;
    margin-bottom: 20px;
}

.home-cat-a-wrapper h3 {
    font-size: 18px;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 10px;
}

.home-cat-a-wrapper h3 a {
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

.page-template-page-home .home-cat-content, .category-featured-videos .home-cat-content, .main-single-page .home-cat-content {
    display: none;
}

.home-cat-date {
    margin-left: 10px;
    line-height: unset;
    font-size: 14px;
}

.home-main-wrapper .home-main-content {
    width: 100%!important;
}

.football-container .home-cat-a-sub-wrapper, .cricket-container .home-cat-a-sub-wrapper, .kabaddi-container .home-cat-a-sub-wrapper {
    width: 100%;
    height: 112px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 5px 5px 0px;
    padding: 0;
}

.glider-next.disabled, .glider-prev.disabled {
    opacity: 1!important;
}

.football-container .home-cat-a-sub-wrapper .img-effect-wrapper img, .cricket-container .home-cat-a-sub-wrapper .img-effect-wrapper img, .kabaddi-container .home-cat-a-sub-wrapper .img-effect-wrapper img {
    width: 182px;
    height: 110px;
}

.football-container .home-cat-a-sub-wrapper div, .cricket-container .home-cat-a-sub-wrapper div, .kabaddi-container .home-cat-a-sub-wrapper div {
    display: flex;
}

.football-container .home-cat-a-sub-wrapper div div:nth-child(2), .cricket-container .home-cat-a-sub-wrapper div div:nth-child(2), .kabaddi-container .home-cat-a-sub-wrapper div div:nth-child(2) {
    width: 378px;
    display: flex;
    flex-direction: column;
}

.home-cat-a-sub-wrapper h3 a, .home-cat-b-sub-wrapper h3 a {
    font-family: 'Roboto-Bold';
}

.home-cat-a-sub-wrapper h3, .home-cat-b-sub-wrapper h3 {
    margin-top: 10px;
    margin-left: 10px;
    line-height: 0;
}

.row.first-row-content {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
}

.main-inner #horizontal-livescores {
    max-width: none!important;
    width: 97%;
}

.category-title {
    font-family: 'Roboto-Bold';
    color: black;
}

.banner-container img {
    height: 110px;
    width: 560px;
    object-fit: unset;
}

.main-inner .loadmore-btn {
    margin: 40px auto;
    border: none!important;
    background: #FFE000!important;
    color: black!important;
    width: 170px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Roboto-Bold';
}

.home-cat-a-wrapper .img-effect-wrapper img {
    height: 293px;
}

.home-cat-a-wrapper-inner {
    height: 106px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 5px 5px;
}

.home-cat-a-sub-wrapper .single-article-video, .home-cat-b-sub-wrapper .single-article-video {
    display: none;
}

/* Telegram Lightbox */

.telegram-lightbox-container {
    width: 1740px;
    height: 404px;
    position: fixed;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 80px;
    display: none;
}

.main-inner-2 .featured-videos-slider-container {
	width: 100%;
}

.telegram-lightbox {
    display: none;
    background: #AF0000;
    width: 327px;
    height: 404px;
    border: 0.25px solid #bf4964;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    right: 90px;
    float: right;
    right: 0;
}

.telegram-lightbox a:nth-of-type(1) img {
    width: 190px;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
    position: absolute;
}

.telegram-main-content {
    position: relative;
    top: 80px;
    text-align: center;
    height: 230px;
}

.telegram-main-content h2 {
    color: #FFE000;
    font-family: 'Roboto-Bold';
    font-size: 27px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.telegram-main-content p {
    font-size: 14px;
    color: #E6E7E8;
    font-family: 'Roboto-Regular';
    width: 75%;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.telegram-lightbox a:nth-of-type(2) img {
    width: 190px;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
    position: absolute;
}

/* Toggle button css */

.toggle input[type='checkbox'] {
    display: none;
}

.toggle {
    display: inline-block;
}

.toggle label {
    background-color: #272727;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all ease-in-out 0.3s;
    width: 31px;
    height: 14px;
    top: 0px;
    left: 10px;
    margin: 0;
}

.toggle label::after {
    background-color: white;
    border-radius: 50%;
    content: ' ';
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
}

.toggle input[type='checkbox']:checked ~ label {
    background-color: #FFE000;
}

.toggle input[type='checkbox']:checked ~ label::after {
    background-color: white;
    transform: translateX(50px);
    left: -33px;
    top: 0px;
}

/* dark theme */
body.dark-theme {
    background-color: #000;
}

body.page-template-page-home.dark-theme, body.cricket-live-score.dark-theme, body.category-featured-videos.dark-theme, body.single-post.dark-theme {
    background: #000;
} 

.home-cat-a-sub-wrapper.dark-theme, .home-cat-b-sub-wrapper.dark-theme {
    background: #373737!important;
    border: 0.25px solid #70707066!important;
}

.featured-videos-slider-container .home-cat-a-sub-wrapper .post-title p.dark-theme, .home-cat-a-sub-wrapper .post-title a.dark-theme, .home-cat-a-wrapper h3 a.dark-theme, .home-cat-b-sub-wrapper h3 p.dark-theme, .home-cat-b-sub-wrapper h3 a.dark-theme {
    color: #E6E7E8;
}

.home-cat-date.dark-theme {
    color: #AFAFAF;
}

.featured-videos-slider-container-pseudo-element-left.dark-theme {
    background: transparent linear-gradient(90deg, #000000 0%, #000000 74%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.featured-videos-slider-container-pseudo-element-right.dark-theme {
    background: transparent linear-gradient(270deg, #000000 0%, #000000 74%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.home-cat-a-wrapper.dark-theme, .home-cat-a-wrapper-inner.dark-theme {
    background: #373737!important;
    border: 0.25px solid #70707066!important;
}

.matches-title.dark-theme, .featured-videos-title.dark-theme {
    color: #E6E7E8;
}

.matches-title a hr.dark-theme, .featured-videos-title a hr.dark-theme {
    background: #E6E7E8;
}

.news-menu-container.dark-theme {
    background: #000;
    border-bottom: 2px solid #e6e7e89c;
}

.cricket-live-score-container .category-title.dark-theme {
    color: #E6E7E8!important;
}

.loadmore-videos-btn-link .loadmore-videos-btn.dark-theme {
    color: #E6E7E8;
    border: 1px solid #E6E7E8!important;
}

.loadmore-videos-btn-link .loadmore-videos-btn.dark-theme:hover {
    color: black;
}

.main-single-page #breadcrumbs a.dark-theme {
    color: #E6E7E8;
}

.category #breadcrumbs span span.dark-theme {
    color: #E6E7E8;
}

.main-single-page #breadcrumbs hr.dark-theme {
    width: 90%;
    margin-left: 10px;
    background: #E6E7E8;
    height: 1.5px;
    border-top: unset;
}

.category-intro.dark-theme {
    color: #E6E7E8;
}

.home-cat-b-sub-wrapper .row h2 a.dark-theme {
    color: #E6E7E8;
}

.dark-theme-wrap-icon, .dark-theme-wrap-icon-active {
    float: left;
    position: relative;
    left: 18px;
    width: 16px;
    height: 24px;
}

.dark-theme-toggle-container {
    height: 40%;
    width: 100%;
    margin: 5px 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dark-theme-wrap-text {
    display: inline-block;
}

.matches-title a.dark-theme, .featured-videos-title a.dark-theme {
    color: #E6E7E8;
}

.matches-title a hr.dark-theme, .featured-videos-title a hr.dark-theme {
    background: #E6E7E8;
}

.post-title.dark-theme {
    color: #E6E7E8;
}

article p.dark-theme {
    color: #E6E7E8;
}

.related-posts-wrapper.dark-theme {
    background: #373737 0% 0% no-repeat padding-box;
}

.related-posts-wrapper h2 a.dark-theme {
    color: #E6E7E8;
}

.related-posts-title h2.dark-theme {
    color: #E6E7E8;
}

.home-cat-content.dark-theme {
    color: #E6E7E8;
}

.pageof.dark-theme {
    color: #E6E7E8;
}

.category-title.dark-theme {
    color: #E6E7E8;
}

.live-streaming-hub-title a.dark-theme, .upcoming-stream-title a.dark-theme {
    color: white;
}
.live-streaming-hub-title a hr.dark-theme, .upcoming-stream-title a hr.dark-theme {
    background: #E6E7E8;
}
.streaming-link-text.dark-theme, .streaming-location-text.dark-theme, .number-of-streaming-available.dark-theme, .sports-label.dark-theme, .league-name-and-location.dark-theme {
    color: white;
}
.upcoming-stream-outer-container.dark-theme {
    background: #70707080 0% 0% no-repeat padding-box;
}
.upcoming-stream-container.dark-theme {
    border-bottom: 2px solid #ffffff24;
}

.loadmore-videos-btn-link {
    text-decoration: none!important;
    height: 58px;
    margin: 85px 65px;
    width: 104px!important;
}

.loadmore-videos-btn-link .loadmore-videos-btn {
    border: 1px solid #707070!important;
    background: transparent!important;
    font-size: 16px;
    width: 104px;
    height: 58px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: 'Roboto-Bold';
    cursor: pointer;
}

.loadmore-videos-btn-link .loadmore-videos-btn:hover {
    background: #FFE000!important;
}

.footer-nav.mobile-content{
    display: none;
}

.mobile-preloader-wrapper {
    display: none;
}

.head-search-wrapper form button.search-close {
    top: 12px;
}
span.recent-searches-clear {
    color: #9c9c9d;
    margin: 15px 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
}
span#recent-searches-text {
    color: #9c9c9d;
    margin: 15px 23px;
    position: absolute;
    left: 0;
}
.recent-searches {
    color: #ffffff;
    display: block;
    position: relative;
    margin: 45px 30px 0 30px;
}
.recent-searches li {
    padding-bottom: 12px;
    font-size: 14px;
    cursor: pointer;
    display: table;
}

.main-single-page #breadcrumbs {
    display: flex;
}

.main-single-page #breadcrumbs a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    color: black;
}

.main-single-page #breadcrumbs a span {
    font-size: 28px;
    margin-right: 5px;
    padding-bottom: 5px;
}

.main-single-page #breadcrumbs hr {
    width: 90%;
    margin-left: 10px;
    background: #37373742;
    height: 1.5px;
    border-top: unset;
}

/* Modified For News List Load More */
.news-list {
    display: flex;
    flex-wrap: wrap;
}
.home-cat-a-wrapper {
    flex-grow: 1;
    width: 30%;
    height: auto;
    margin: 0px 10px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}
.home-main-wrapper .home-main-content .home-cat-a-sub-wrapper {
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 5px 5px 0px;
    padding: 0;
    flex-grow: 1;
    max-width: 560px;
    width: 30%;
    margin-left: 15px;
    margin-right: 15px;
}
.home-main-wrapper .home-main-content .home-cat-a-sub-wrapper .img-effect-wrapper img {
    width: 182px;
    height: 110px;
}
.home-main-wrapper .home-main-content .home-cat-a-sub-wrapper div {
    display: flex;
}
.home-main-wrapper .home-main-content .home-cat-a-sub-wrapper div div:nth-child(2) {
    width: 378px;
    display: flex;
    flex-direction: column;
}
.main-inner .loadmore-btn {
    margin: 0px auto;
}
.loading-wrap {
    text-align: center;
    margin: 0 auto 0 auto;
    display: none;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #af0000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.category-featured-videos #loading-other-category.loading-wrap {
    margin: 40px auto 0 auto;
}
.category-featured-videos #loading-other-category .lds-ripple {
    width: 55px;
    height: 60px;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
  
#menu-news-menu.tabs{
    background-color: unset !important;
}

.category-featured-videos .other-category {
    display: none;
}

i.fa.fa-facebook,
i.fa.fa-twitter,
i.fa.fa-youtube-play,
i.fa.fa-instagram,
i.fa.fa-telegram,
i.fa.fa-paper-plane {
    font-size: 25px;
    width: 40px;
    text-align: center;
    line-height: 37px;
    background: #ffffff;
    color: #af0000;
    border-radius: 20px;
    height: 38px;
    margin: 0px 5px;
}

i.fa.fa-facebook:hover,
i.fa.fa-twitter:hover,
i.fa.fa-youtube-play:hover,
i.fa.fa-instagram:hover,
i.fa.fa-telegram:hover,
i.fa.fa-paper-plane:hover {
    background: #af0000;
    color: #ffffff;
}

.live-stream-box-outer-container {
    display: flex;
    justify-content: space-evenly;
    margin: 40px 0px;
}

.live-stream-box-container {
    width: 302px;
    height: 338px;
    background: #bfbfbf80 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
    position: relative;
}

.live-stream-box-container:hover{
    transform: scale(1.15);
}

.live-stream-box-icon {
    width: 30%!important;
    margin-bottom: 10px;
}

.live-stream-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.live-text {
    animation: blinker 1s linear infinite;
    color: #af0000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

.stream-offline-text {
    color: #373737;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

.streaming-link-text p {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.live-stream-flex-container p {
    margin: 0;
}

.free-text {
    font-size: 15px;
    color: #0080c1;
    font-weight: bold;
    margin-top: 10px!important;
}

.live-stream-box-container-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.play-button {
    position: absolute;
    z-index: 0;
    width: 66px;
    height: 66px;
    top: 45%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: none;
}

.live-stream-box-container-link:hover + .play-button {
    display: block;
}

.live-streaming-banners-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 80%;
    margin: 0px auto;
}

.live-streaming-banners-image {
    width: 500px;
    height: 90px;
    margin: 20px;
}

.upcoming-stream-outer-container {
    width: 80%;
    height: 335px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin: 40px auto;
}

.upcoming-stream-container {
    border-bottom: 2px solid #3737371f;
    display: flex;
    align-items: center;
    height: 67px;
    width: 97%;
    margin: 0 auto;
}

.sports-label, .league-name-and-location {
    margin-left: 10px;
    font-size: 16px;
}

.league-name-and-location {
    border-left: 2px solid black;
    padding-left: 10px;
}

.sports-label {
    font-weight: bold;
}

.location-and-time-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.upcoming-stream-link {
    margin: 0px 20px;
}

.upcoming-stream-link:hover {
    text-decoration: none;
}

.date-and-time {
    background: #D9D9D9 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.upcoming-stream-link p {
    color: #AF0000;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
}

/* livescores page */
.page-template-page-livescores .container.category-wrapper {
    padding: 0 5px;
}

.page-template-page-livescores .col.col-lg-9 {
    padding: 0;
    padding-top: 123px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* app download page */
.app-image-container {
    position: relative;
}
.app-img {
    width: 100%;
    height: auto;
}
.download-now-btn {
    font-family: 'Roboto-Bold', 'Helvetica', 'Arial', sans-serif;
    color: #000000;
    background-color: #eaeaea;
    font-size: 20px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 15px 20px;
    cursor: pointer;
    position: absolute;
    top: 70%;
    left: 3%;
    animation: blink 3s infinite ease-in-out;
}
.download-now-btn:hover {
    color: #ffffff;
    background-color: #b00002;
    border: 1px solid #b00002;
}
.download-now-btn.ios {
    left: 345px;
}
@keyframes blink {
    0%      {background:#b00002; color: #ffffff; border: 1px solid #b00002;}
    25%     {background:#eaeaea; color: #000000; border: 1px solid #eaeaea;}
    75%     {background:#eaeaea; color: #000000; border: 1px solid #eaeaea;}
    100%    {background:#b00002; color: #ffffff; border: 1px solid #b00002;}
}

/* social media share buttons */
.social-media-share-container {
    position: relative;
    margin: 15px 0;
}

.fb-share-btn-wrapper {
    display: inline-block;
}

.twitter-share-btn-wrapper {
    display: inline-block;
    position: absolute;
    padding: 0 10px;
}

/* live streaming bet now */
.ls-bet-now-btn {
    font-family: 'Roboto-Bold', 'Helvetica', 'Arial', sans-serif;
    background-color: #ffe000;
    border-radius: 28px;
    display: block;
    cursor: pointer;
    color: #ef0000;
    font-size: 1.8rem;
    padding: 15px 30px;
    animation: blink-bet-now 1.5s infinite;
    margin: 15px auto;
    text-align: center;
    width: 90%;
}
a.ls-bet-now-btn {
    text-decoration: none;
    color: #ef0000;
}
@keyframes blink-bet-now {
    0% {opacity: 0}
    49%{opacity: 0}
    50% {opacity: 1}
}