html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Regular"), url(../fonts/ProductSans-Regular.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Italic";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Italic"), url(../fonts/ProductSans-Italic.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Thin Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Thin Regular"), url(../fonts/ProductSans-Thin.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Light Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Light Regular"), url(../fonts/ProductSans-Light.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Medium Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Medium Regular"), url(../fonts/ProductSans-Medium.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Black Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Black Regular"), url(../fonts/ProductSans-Black.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Thin Italic";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Thin Italic"), url(../fonts/ProductSans-ThinItalic.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Light Italic";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Light Italic"), url(../fonts/ProductSans-LightItalic.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Medium Italic";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Medium Italic"), url(../fonts/ProductSans-MediumItalic.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Bold";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Bold"), url(../fonts/ProductSans-Bold.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Bold Italic";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Bold Italic"), url(../fonts/ProductSans-BoldItalic.woff) format("woff");
}
@font-face {
    font-family: "Product Sans Black Italic";
    font-style: normal;
    font-weight: 400;
    src: local("Product Sans Black Italic"), url(../fonts/ProductSans-BlackItalic.woff) format("woff");
}
body {
    font-family: "Product Sans Regular";
    line-height: 1.4;
    background: #f8f9fa;
}
.content-sec {
    min-height: 80vh;
}
dl,
ol,
ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}
a {
    text-decoration: none;
}
.bg-black {
    background: #000;
}
.news-title {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 27px;
}
.news-title a {
    color: #000;
}
.header {
    transition: all 0.5s ease-in-out;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}
.header.sticky .bottom-menu.primary-nav {
    display: none;
}
.header.sticky .top-events {
    display: none;
}
.email-link {color: #fff}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
.top-events {
    background: #fff;
}
.top-events .event-name {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}
.myalert {
    position: fixed;
    top: 5px;
    right: 5px;
    padding: 5px;
    color: #fff;
    z-index: 99;
}
.myalert.error {
    background: red;
}
.myalert.success {
    background: #32cd32;
}
.main-nav {
    background-color: #000;
}
.nba-info {
    text-align: center;
}
.nba-info p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    margin: 0;
}
.match-info {
    background-color: #e5e5e5;
    font-size: 11px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}
.match-info p {
    margin-bottom: 5px;
}
.match-schedule .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.match-schedule .owl-carousel .owl-item img {
    width: auto;
}
.match-info p {
    text-align: center;
}
.match-schedule .item .match-info img {
    display: inline-block;
    margin-right: 5px;
    max-height: 20px;
}
.schedule-block {
    width: 68px;
    margin: 0 auto;
}
.match-info .schedule-block {
    width: 85px;
}
.match-schedule .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
    height: 14px;
    width: 8px;
    margin: auto;
    z-index: 1;
    transform: rotate(180deg);
    background-image: url(../../images/event-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    border: 0;
    line-height: 0 !important;
    outline: none;
}
.match-schedule .owl-theme.owl-carousel .owl-nav [class*="owl-"] span {
    margin-top: -2px;
    display: none;
}
.match-schedule .owl-theme.owl-carousel .owl-nav button.owl-next {
    transform: rotate(0deg);
}
.match-schedule .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    left: -15px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.match-schedule .owl-theme.owl-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -15px;
}
.match-schedule .owl-theme .owl-nav {
    margin-top: 0;
}
.match-schedule .owl-next.disabled,
.match-schedule .owl-prev.disabled {
    display: none !important;
}
.menu-block {
    margin-right: 15px;
}
.menu-block a {
    margin-left: 15px;
    margin-right: 15px;
}
.app-btn {
    color: #000000 !important;
    background-color: #0d6efd !important;
    font-size: 12px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 1.2rem;
    text-decoration: none;
}
.app-btn:hover {
    color: #fff;
}
.fixed-button {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 50%;
    transform: translate(29%, -50%) rotate(270deg);
    border: none;
    background: #000;
    padding: 10px;
    color: #fff;
}
.fixed-button:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
}
.nav-bar .nav-item .dropdown-menu {
    will-change: filter;
    display: none;
    border: 0;
    box-shadow: 0 2px 13px rgb(0 0 0 / 12%);
    border-radius: 0;
    margin-top: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    top: 102%;
    transition: all 0.1s ease-in-out;
    z-index: 5000;
    position: absolute;
    background-color: #000;
}
.nav-bar .nav-item .dropdown-menu ul li {
    margin: 0;
}
.nav-bar .nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 22px 20px;
}
.nav-bar .navbar-nav.user-ac .nav-link {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 15px;
}
.nav-bar .navbar-nav .lan-dropdown .nav-link {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
.nav-bar .nav-link.active {
    background-color: #000;
}
.nav-bar .nav-link img {
    padding-left: 6px;
    margin-top: -2px;
}
.nav-bar .language-dropdown {
    left: auto;
    right: 0;
}
.nav-bar .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
}
.nav-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-bar .navbar {
    padding: 0;
}
.nav-bar .navbar-nav {
    flex-direction: row;
}
.language-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 4px 0;
}
.language-dropdown ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
}
.language-dropdown ul li a:hover {
    background-color: #000;
}
.detail-video iframe {
    width: 100%;
}
.nav-bar .nav-item .dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 10px 12px;
    position: absolute;
    top: -12px;
    left: 0.75rem;
    display: none;
}
.nav-bar .language-dropdown::before {
    left: auto !important;
    right: 1rem;
}
.p-tb {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-t {
    padding-top: 40px;
}
.p-b {
    padding-bottom: 40px;
}
h2 {
    font-weight: 800;
    font-size: 35px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.home-banner {
    position: relative;
}
.home-banner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(357.13deg, rgba(58, 34, 92, 0.9) 1.79%, rgba(58, 34, 92, 0.9) 16.85%, rgba(58, 34, 92, 0.819) 20.74%, rgba(58, 34, 92, 0.18) 57.14%);
}
.home-banner-block {
    margin-top: 158px;
}
.banner-block,
.banner-remove-pad {
    width: 100%;
    position: relative;
}
.banner-block .inner-banner {
    width: 100%;
    position: relative;
}
.banner-block .inner-banner img {
    height: 300px;
    object-fit: cover;
}
.banner-text {
    position: absolute;
    left: 0;
    bottom: 74px;
    width: 100%;
    right: 0;
}
.primary-nav .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.primary-nav .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0d6efd;
}
.primary-nav .navbar-light .navbar-nav .dropdown:hover .dropdown-toggle {
    color: #0d6efd;
}
.primary-nav .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.primary-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding: 22px 15px;
    padding-bottom: 1.5rem;
}
.primary-nav .navbar-expand-lg .navbar-nav .cursor-text {
    cursor: text;
    padding-right: 0;
}
.primary-nav .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    display: none;
}
.primary-nav .navbar-expand-lg .navbar-nav .dropdown-item {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    transition: all 0.5s ease 0s;
    padding: 10px 15px;
}
.primary-nav .navbar-expand-lg .navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}
.icons__sprite {
    background-image: url(../images/sprite.png);
    width: 30px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
}
.sprt-icon1 {
    background-position: 0 4px;
}
.sprt-icon2 {
    background-position: -30px 4px;
}
.sprt-icon3 {
    background-position: -60px 4px;
}
.sprt-icon4 {
    background-position: -90px 4px;
}
.sprt-icon5 {
    background-position: -120px 4px;
}
.sprt-icon6 {
    background-position: -150px 4px;
}
.sprt-icon7 {
    background-position: -180px 4px;
}
.sprt-icon8 {
    background-position: -210px 4px;
}
.sprt-icon9 {
    background-position: -240px 4px;
}
.sprt-icon10 {
    background-position: -270px 4px;
}
.primary-nav .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #ececec;
}
.primary-nav .navbar-nav .dropdown-menu li:last-child {
    border-bottom: 0;
}
.cate-box ul {
    list-style-type: none;
    margin: 0;
}
.cate-box li {
    padding: 5px 15px;
    margin: 5px 5px 5px 0;
    display: inline-block;
    border: 1px solid #fff;
}
.cate-box li a {
    color: #fff;
}
@media (min-width: 992px) {
    .primary-nav .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }
    .primary-nav .navbar-nav .dropdown-menu.wd-30 {
        min-width: 30rem;
    }
    .primary-nav .navbar-nav .dropdown-menu.wd-30 li {
        display: inline-block;
        width: 43%;
    }
    .primary-nav .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 66px;
        right: 0;
    }
    .primary-nav .navbar-nav .dropdown-menu::before {
        content: "";
        width: 0;
        height: 0;
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 10px 16px;
        position: absolute;
        top: -16px;
        right: 2.2rem;
    }
}
.primary-nav .navbar-nav .dropdown-menu.about-dropdown {
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
    border: 0;
}
.text-block,
.banner-block .carousel .carousel-item .carousel-caption .text-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.text-block h1,
.banner-block .carousel .carousel-item .carousel-caption .text-block h1 {
    font-weight: 800;
    font-size: 42px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 80px;
}
.play-btn,
.banner-block .carousel .carousel-item .carousel-caption .text-block .play-btn {
    width: 5%;
    padding-top: 8px;
}
.match-title,
.banner-block .carousel .carousel-item .carousel-caption .text-block .match-title {
    width: 60%;
}
.match-point {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.match-point:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    background-color: #fff;
    height: 2px;
    width: 260px;
}
.match-point:hover:before {
    background-color: #0d6efd;
}
.recommended-slider .item {
    box-shadow: 0 0.978361px 7.82689px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.recommended-slider figure,
.tours-slider figure {
    margin: 0;
    position: relative;
}
.recommended-slider figure .vicon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
}
.recommended-slider figcaption {
    background-color: #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    color: #fff;
}
.recommended-slider figcaption p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px;
    min-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 100%;
}
.recommended-slider .item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.recommended-slider figcaption h2,
.recommended-slider figcaption h2 a {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.6rem;
    margin-bottom: 0;
    align-items: center;
}
.sport a {
    font-size: 13px;
    color: #0d6efd;
    text-transform: uppercase;
}
.vmin {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.view-all {
    color: #0d6efd;
    font-size: 20px;
    font-weight: 600;
    margin-left: 40px;
    text-decoration: none;
    background-image: url(../../images/yellow-arrow.svg);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 84px 5px;
    transition: all 0.2s ease-in-out;
}
.view-all:hover {
    color: #0d6efd;
    background-position: 88px 5px;
}
.vplay {
    position: absolute;
    left: 20px;
    top: -30px;
    width: auto !important;
}
.recommended-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.tours-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.sports-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.scores-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.events-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
    height: 36px;
    width: 36px;
    margin: 5px;
    transform: rotate(180deg);
    background-image: url(../../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    border: 0;
    line-height: 0 !important;
    text-shadow: 1px 1px #000;
    outline: none;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
}
.recommended-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] span,
.tours-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] span,
.sports-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] span,
.scores-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] span,
.events-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] span {
    display: none;
}
.recommended-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.tours-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.sports-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.scores-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.events-slider .owl-theme.owl-carousel .owl-nav button.owl-next {
    transform: rotate(0deg);
}
.recommended-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.tours-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.sports-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.scores-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
.events-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    right: 50px;
    top: -66px;
    z-index: 1;
    background-color: #0d6efd;
}
.recommended-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.tours-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.sports-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.scores-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
.events-slider .owl-theme.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.recommended-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover,
.tours-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover,
.sports-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover,
.scores-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover,
.events-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #1d1c1c;
}
.tours-slider .item img {
    border-radius: 10px;
}
.tours-slider .item {
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}
.tours-slider .item figure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(357.13deg, rgba(58, 34, 92, 0.9) 1.79%, rgba(58, 34, 92, 0.9) 16.85%, rgba(58, 34, 92, 0.819) 20.74%, rgba(58, 34, 92, 0.18) 57.14%);
    border-radius: 10px;
}
.tours-slider .item figcaption {
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.tours-slider .item figcaption p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 100%;
    min-height: 48px;
}
.flex-end {
    justify-content: flex-end !important;
}
.recommended-slider .item,
.tours-slider .item {
    transform: translateY(0);
    transition: transform 0.3s ease 0s;
    margin-top: 10px;
}
.recommended-slider .item:hover,
.tours-slider .item:hover {
    transform: translateY(-10px);
}
.sports-slider .item {
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.sports-slider .item img {
    width: auto;
    display: inline-block;
}
.sports-slider .item figure {
    border: 1px solid #000;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
}
.sports-slider .item figure:hover {
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
}
.sports-slider figcaption {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.sports-slider {
    padding-bottom: 80px;
}
.match-result {
    background-color: #f0eff0;
    border-radius: 8px;
    padding: 20px 17px;
}
.match-result .result {
    font-size: 16px;
    font-weight: 600;
    color: #0d6efd;
}
.match-result .result.live-match {
    color: #ff0026;
}
.match-result .result.completed-match {
    color: #00b300;
}
.match-result .date {
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}
.match-result {
    min-height: 220px;
    position: relative;
    padding: 10px 10px 50px;
}
.match-result .won {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    padding: 0 10px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.match-result ul.list-unstyled.flexbox.mt-3 {
    margin-top: 8px !important;
}
.match-result p {
    line-height: 18px;
}
.match-result p.game-info {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}
.match-result ul.list-unstyled.flexbox.mt-0.mb-3 {
    margin-bottom: 10px !important;
}
.t-20 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}
.match-result li.team {
    display: flex;
    align-items: center;
}
.won {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}
.team {
    font-size: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    line-height: 22px;
}
.score {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
}
.match-result img {
    display: inline-block;
    width: auto;
    vertical-align: sub;
    margin-right: 5px;
}
.v-btn {
    text-align: right;
}
.v-btn a {
    background: #0d6efd;
    border-radius: 59.5877px;
    color: #f0eff0;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    padding: 8px 24px;
    display: inline-block;
}
.v-btn a:hover {
    background-color: #1d1c1c;
    color: #f0eff0;
}
.event-name {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
footer {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
footer .copyright {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.social-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    list-style-type: none;
}
.social-menu li.hin {
    display: none;
}
.hindi.social-menu li.hin {
    display: block;
}
.hindi.social-menu li.eng {
    display: none;
}
.social-menu li {
    margin-left: 10px;
}
.social-menu li img {
    transition: all 0.3s ease-in-out;
}
.social-menu li img:hover {
    background-color: #0d6efd;
    border-radius: 50%;
}
.social-menu li:first-child {
    margin-left: 0;
}
footer .copyright a {
    margin: 0 5px;
}
footer .copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-menu {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
}
.footer-menu li {
    margin: 0 15px;
}
.footer-menu li a {
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
    font-weight: 500;
    font-size: 16px;
}
.footer-menu li a:hover {
    color: #0d6efd;
}
.footer-menu.new {
    display: block;
    margin: 0;
}
.footer-menu.new li {
    list-style: circle;
    margin-left: 15px;
}
ul.action.social.new {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 100%;
    display: block;
    margin-top: 15px;
    border-top: 1px solid #fff;
    padding-top: 15px;
}
ul.action.social.new:hover li {
    margin-right: 5px;
}
ul.action.social.new li {
    margin-right: 5px;
}
.app-link {
    text-align: right;
}
.app-link .app-btn {
    font-size: 17px;
    font-weight: 600;
    border-radius: 1.4rem;
    padding: 0.7rem 2.2rem;
    transition: all 0.2s ease-in-out;
}
.app-link .app-btn:hover {
    background-color: #000;
}
.header-inner .main-nav {
    background: #000;
}
.header-inner .main-nav.nav-nd {
    background: #1e1e1e;
}
.header-inner .bottom-menu {
    background: #000;
    max-width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: static;
}
.post-date {
    font-size: 27px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.post-date span {
    display: block;
}
.inner-post .text-block h1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 128.53%;
    letter-spacing: 0.01em;
    font-weight: 700;
}
.category > a {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #0d6efd;
    text-decoration: none;
}
.events-slider .item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.events-slider figcaption {
    background-color: #000;
    padding: 10px 35px 10px 15px;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}
.dots {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
}
.events-slider .item {
    background: #000;
    box-shadow: 0 1.43921px 11.5137px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
.events-slider .item figure {
    margin: 0;
    position: relative;
}
.events-slider figcaption p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px;
    min-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 100%;
}
.events-slider .flexbox {
    margin-top: 10px;
}
.events-slider .post-date {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}
.recommended-slider .item .news-box,
.tours-slider .item .news-box {
    margin-bottom: 10px;
}
.news-block .post-date {
    font-size: 22px;
    margin-bottom: 0;
    color: #e5e5e5;
}
.news-box {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    overflow: hidden;
    margin-bottom: 30px;
}
.news-box .news-image {
    height: 175px;
    display: inline-block;
    width: 100%;
}
.news-box .news-image img {
    height: 175px;
    display: inline-block;
    object-fit: cover;
}
.news-text {
    padding: 15px 15px 40px 15px;
    position: relative;
    height: 173px;
}
.news-text .post-time {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.news-text h2 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 27px;
}
.news-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-text .post-time {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: lowercase;
    color: #0d6efd;
}
.news-text .author {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #0d6efd;
    float: right;
}
.bottom-news .title {
    justify-content: space-between;
}
.block-story .title h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 128.53%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000;
}
.content-box blockquote {
    border: 1px solid;
    border-left: 5px solid;
    padding: 5px 15px 0;
}
.content-box p {
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 30px;
    color: #212529;
}
.english .content-box p {
    color: #000;
}
.content-box ul,
.content-box ol {
    margin-bottom: 20px;
}
.content-box ul li,
.content-box ol li {
    font-size: 16px !important;
    line-height: 30px;
    color: #212529;
}
.mt-128 {
    margin-top: 128px;
}
.content-box.about-content .font-inc {
    font-size: 20px !important;
}
.sports-category {
    width: 108px;
    line-height: 108px;
    height: 108px;
    border: 1px solid #0d6efd;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: all linear 0.3s;
}
.sports-box h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin: 0;
}
.sports-box.active .sports-category,
.sports-box:hover .sports-category {
    background: #0d6efd;
}
.video-box {
    width: calc(100% - 60px);
    padding-top: 56.25%;
    height: 0;
    position: relative;
    margin: 0 auto 30px;
}
.video-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.video-content h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 125.03%;
    color: #000;
}
.video-content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    color: #727272;
}
.video-content ul > li {
    display: inline-block;
}
.video-content ul > li > a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
}
.video-content ul > li:not(:last-child) {
    margin-right: 30px;
}
.video-time {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8.61539px;
    padding: 9px 16px;
    color: #fff;
}
.video-content ul > li > a > i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background: #0d6efd;
    vertical-align: middle;
}
.live-tv .home-banner:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.98) 25.55%, rgba(255, 255, 255, 0) 40.21%);
}
.live-tv .inner-post .text-block h1 {
    color: #000;
    margin: 0;
    font-weight: 800;
}
.live {
    display: inline-block;
    background: #cf122e;
    padding: 4px 12px;
    font-weight: 600;
    font-size: 16.9873px;
    color: #fff;
    margin-bottom: 15px;
}
.live::before {
    width: 7px;
    height: 7px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    content: "";
    border-radius: 50%;
    margin-right: 10px;
}
.live-sbox {
    background: #f4f4f4;
    border: 1px solid #c1b2b2;
    box-sizing: border-box;
    border-radius: 6.75532px;
    display: flex;
    padding: 25px 15px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.category {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 300;
    font-size: 10px;
    color: #727272;
}
.live-sbox > div {
    flex: 0 0 25%;
    max-width: 25%;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #727272;
    position: relative;
    padding: 0 5px;
}
.live-sbox > div:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 66px;
    background: #c1b2b2;
    display: block;
    position: absolute;
    right: 0;
}
.live-sbox > .live-time::before {
    top: -22px;
}
.live-sbox > .live-content::before {
    top: 20px;
}
.live-sbox > div.live-content {
    flex: 0 0 45%;
    max-width: 45%;
}
.live-image {
    text-align: right;
}
.title2 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    color: #0d6efd;
    position: relative;
    background: #fff;
    z-index: 1;
    margin-bottom: 30px;
}
.title2 h2::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.title2 h2::after {
    content: "";
    width: 253px;
    height: 33px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.title2 p {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
}
.title2 p i {
    margin-right: 10px;
}
.liveslider .owl-item.active.center .live-sbox {
    border: 2px solid #0d6efd;
}
.liveslider .owl-item.active.center .live-time {
    color: #0d6efd;
}
.live-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 600;
    font-size: 9.62406px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #cf122e;
    padding: 3px 10px;
}
.live-match ul > li {
    font-weight: 600;
    font-size: 11.9564px;
    line-height: 15px;
    color: #000;
}
.live-match ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.owl-carousel .owl-item .live-match ul > li > img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: left;
}
.menu-block .user-dropdown > a {
    padding: 20px 0;
}
.menu-block .user-dropdown:hover .user-dropdown-menu {
    display: block;
}
.menu-block .user-dropdown .user-dropdown-menu {
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 6px 8px rgb(0 0 0 / 40%);
    border: 0;
    top: 44px;
    right: -16px;
    padding: 20px;
    min-width: 180px;
}
.menu-block .user-dropdown .user-dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 16px;
    position: absolute;
    top: -16px;
    right: 2.2rem;
}
.menu-block .user-dropdown .user-dropdown-menu .welcome {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #ececec;
    line-height: 30px;
}
.menu-block .user-dropdown:hover .user-dropdown-menu .login {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.page-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.left-menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 252px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-bottom: 60px;
}
.left-menu .page-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
    padding: 0 40px;
}
.left-menu .navbar-left {
    width: 100%;
    padding: 0;
    margin: 0;
    height: calc(100% - 160px);
    overflow: auto;
}
.left-menu .navbar-left .nav-item {
    width: 100%;
}
.left-menu .navbar-left .nav-item .nav-link {
    padding: 0 40px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.502222px;
    color: #757575;
    border-left: 4px solid #fff;
}
.left-menu .navbar-left .nav-item .nav-link img.active {
    display: none;
}
.left-menu .navbar-left .nav-item .nav-link img {
    padding-right: 20px;
}
.left-menu .navbar-left .nav-item .nav-link:hover img.active,
.page-area .left-menu .navbar-left .nav-item.active .nav-link img.active {
    display: block;
}
.left-menu .navbar-left .nav-item .nav-link:hover img.inactive,
.page-area .left-menu .navbar-left .nav-item.active .nav-link img.inactive {
    display: none;
}
.left-menu .navbar-left .nav-item .nav-link:hover,
.page-area .left-menu .navbar-left .nav-item.active .nav-link {
    color: #000;
    border-color: #000;
}
.left-menu .navbar-left .nav-item .dropdown-menu {
    width: 100%;
    border: 0;
    padding: 0 40px 0 68px;
    position: static !important;
    transform: inherit !important;
    margin: -10px 0 15px !important;
}
.left-menu .navbar-left .nav-item .dropdown-menu li a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.502222px;
    color: #757575;
}
.left-menu .navbar-left .nav-item .dropdown-menu li a:hover,
.page-area .left-menu .navbar-left .nav-item .dropdown-menu li a.active {
    color: #000;
    background-color: transparent;
}
.left-menu .logout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 40px;
}
.left-menu .logout a {
    letter-spacing: 0.502222px;
    color: #0d6efd;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}
.left-menu .logout a img {
    padding-right: 20px;
}
.page-working-area {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 252px);
    border-radius: 0;
    overflow: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #e5e5e5;
    padding: 40px;
}
.dashboard-cards {
    width: 100%;
    padding-right: 150px;
    position: relative;
}
.dashboard-cards .top-cards {
    width: 100%;
    display: inline-block;
}
.dashboard-cards .top-cards .cards {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
}
.dashboard-cards .top-cards .cards .count {
    width: 100%;
    letter-spacing: 0.502222px;
    color: #2a2a2a;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 0;
    display: inline-block;
}
.dashboard-cards .top-cards .cards .name {
    width: 100%;
    letter-spacing: 0.502222px;
    color: #757575;
    font-weight: 600;
    font-size: 16px;
}
.dashboard-cards .user-details {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dashboard-cards .user-details .user-photo img {
    border: 1px solid #000;
    border-radius: 50%;
}
.dashboard-cards .user-details .details {
    width: 100%;
    text-align: center;
}
.dashboard-cards .user-details .details .user-name {
    letter-spacing: 0.502222px;
    color: #2a2a2a;
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
}
.dashboard-cards .user-details .details .user-profile {
    letter-spacing: 0.502222px;
    color: #757575;
    font-weight: 400;
    font-size: 14px;
}
.dashboard-cards .navbar-toggler {
    display: none;
}
.dashboard-cards .navbar-toggler .bar1,
.dashboard-cards .navbar-toggler .bar2,
.dashboard-cards .navbar-toggler .bar3 {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 7px 0;
    transition: 0.4s;
}
.dashboard-cards .navbar-toggler.cross .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}
.dashboard-cards .navbar-toggler.cross .bar2 {
    opacity: 0;
}
.dashboard-cards .navbar-toggler.cross .bar3 {
    -webkit-transform: rotate(45deg) translate(-2px, -10px);
    transform: rotate(45deg) translate(-6px, -10px);
}
.sport-list {
    width: 100%;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 12px;
    margin: 22px 0 0;
}
.sport-list .sport-item {
    width: 100%;
    padding: 20px 0 0;
}
.sport-list .sport-item .item-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
    padding-bottom: 15px;
}
.sport-list .sport-item .item-header:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 100%;
    height: 0.15px;
    background-color: #1e1130;
}
.sport-list .sport-item .item-header .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000;
    background-color: #fff;
    z-index: 1;
    padding-right: 20px;
}
.sport-list .sport-item .item-header .view {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #0d6efd;
    background-color: #fff;
    z-index: 1;
    padding-left: 20px;
    min-width: 90px;
}
.sport-list .sport-item .item-body {
    width: 100%;
}
.sport-list .sport-item .item-body .list-inner {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.sport-list .sport-item .item-body .list-inner li {
    width: 100%;
    list-style: none;
}
.sport-list .sport-item .item-body .list-inner li .detail {
    width: auto;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0.25px solid #1e1130;
}
.sport-list .sport-item .item-body .list-inner li img {
    padding-right: 10px;
}
.sport-list .sport-item .item-body .list-inner li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #000;
    padding-right: 50px;
}
.sport-list .sport-item .item-body .col-xxl-4:first-child .list-inner {
    text-align: left;
}
.sport-list .sport-item .item-body .col-xxl-4:last-child .list-inner {
    text-align: right;
}
.page-area .btn {
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    min-width: 110px;
    padding: 5px 20px;
    border-radius: 180px;
}
.page-area .btn:hover {
    color: #fff !important;
    background: #0d6efd;
}
.page-area .btn-theme {
    color: #fff !important;
    background: #0d6efd;
}
.page-area .btn-theme:hover {
    color: #0d6efd !important;
    background: #fff;
    border-color: #0d6efd;
}
.page-area .border-theme {
    border: 1px solid #0d6efd;
    color: #0d6efd !important;
}
.login-modal {
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: 20px;
}
.login-modal .modal-body {
    padding: 0 0 0 315px;
    width: 100%;
    position: relative;
}
.login-modal .modal-body .login-left {
    width: 315px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
}
.login-modal .modal-body .login-right {
    width: 100%;
    position: relative;
    padding: 50px;
}
.login-modal .modal-body .login-right .logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 0 20px;
}
.login-modal .modal-body .login-right form {
    width: 100%;
    display: inline-block;
}
.login-modal .modal-body .login-right form .mb-3 {
    margin: 2rem 0 15px !important;
}
.field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.login-modal .modal-body .form-control {
    outline: none !important;
    border-radius: 0;
    padding: 14px 15px 14px 0;
    border: none;
    border-bottom: 1px solid #5f6060;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 300;
    color: #5f6060;
    line-height: 1.4;
}
.login-modal .modal-body .login-right form .input-group input[type="password"] {
    padding-right: 30px;
}
.login-modal .modal-body .login-right form .input-group .password-icon {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.login-modal .modal-body .login-right form .forgot-password {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}
.login-modal .modal-body .login-right form .forgot-password a {
    text-decoration: underline !important;
    text-transform: capitalize;
    color: #5f6060;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.login-modal .modal-body .login-right form .login-bottom {
    width: 100%;
    text-align: center;
}
.login-modal .modal-body .login-right form .login-bottom .btn {
    width: 120px;
    margin: auto;
    display: block;
    padding: 10px 20px;
}
.login-modal .modal-body .login-right form .login-bottom span {
    text-transform: capitalize;
    color: #5f6060;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
}
.login-modal .modal-body .login-right .social-bottom {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 0 0;
}
.login-modal .modal-body .login-right .social-bottom .btn-fb {
    background: #4268b3;
    border-radius: 180px;
    padding: 10px 40px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.login-modal .modal-body .login-right .social-bottom .btn-google {
    background: #fff;
    border-radius: 180px;
    padding: 10px 40px;
    position: relative;
    color: #5f6060 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #5f6060;
}
.login-modal .modal-body .login-right .social-bottom .btn {
    width: 300px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.login-modal .modal-body .login-right .social-bottom .btn img {
    position: absolute;
    left: 15px;
}
.login-modal .modal-body .login-right .btn-close {
    position: absolute;
    border: 0;
    box-shadow: none;
    outline: none;
    right: 20px;
    top: 20px;
}
.login-modal .modal-body .login-right form .login-bottom .btn-theme {
    color: #fff !important;
    background: #0d6efd;
}
.login-modal .modal-body .login-right form .login-bottom .border-theme {
    border: 1px solid #0d6efd;
    color: #0d6efd !important;
}
.login-modal .modal-body .login-right form .login-bottom .btn {
    box-shadow: none !important;
    outline: none !important;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    min-width: 110px;
    padding: 8px 24px;
    border-radius: 180px;
}
.login-modal .modal-body .login-right form .login-bottom .btn-theme:hover {
    background-color: #1d1c1c;
    color: #f0eff0;
}
.login-modal .modal-body .login-right form .login-bottom .border-theme:hover {
    border: 1px solid #1d1c1c;
    color: #1d1c1c !important;
}
.login-modal .modal-body .login-right.signup-right .login-bottom {
    margin-top: 50px;
}
.video-detail-banner {
    position: relative;
    width: 100%;
    margin-top: 129px;
}
.video-detail-banner .video-frame {
    width: 100%;
    padding: 0 0 25px;
}
.video-detail-banner .video-frame iframe {
    border-radius: 10px;
    width: 750px;
    height: 500px;
    max-width: 100%;
}
.video-detail-banner .video-content {
    width: 100%;
}
.video-detail-banner .video-content .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 12px;
}
.video-detail-banner .video-content .description {
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 30px;
    color: #212529;
}
.video-detail-banner .video-content .action {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.video-detail-banner .video-content .action li {
    list-style: none;
    margin-right: 30px;
}
.video-detail-banner .video-content .action li .time {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: lowercase;
    color: #fff;
    padding: 11px;
}
.video-detail-banner .video-content .action li .icon {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.video-detail-banner .video-content .action li .icon span {
    width: 40px;
    height: 40px;
    background: #0d6efd;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 40px;
}
.home-banner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.banner-block .carousel .carousel-item .carousel-caption .text-block .play-btn a img {
    height: auto;
}
.banner-block .carousel .carousel-item img {
    height: 550px;
    object-fit: cover;
}
.banner-block .carousel .carousel-item .carousel-caption {
    position: absolute;
    left: 0;
    bottom: 74px;
    width: 100%;
    right: 0;
    text-align: left;
}
.banner-block .carousel .carousel-indicators {
    width: 100%;
    margin: 0;
    bottom: 40px;
    padding: 0 30px;
}
.banner-block .carousel .carousel-indicators button {
    width: 100%;
    opacity: 1;
    max-width: 260px;
    margin: 0 10px;
    text-align: center;
    box-sizing: border-box;
    height: auto;
    background-color: transparent;
    text-indent: inherit;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    border-top: 0;
}
.banner-block .carousel .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(357.13deg, rgba(58, 34, 92, 0.9) 1.79%, rgba(58, 34, 92, 0.9) 16.85%, rgba(58, 34, 92, 0.819) 20.74%, rgba(58, 34, 92, 0.18) 57.14%);
}
.banner-block .carousel .carousel-indicators button.active {
    color: #0d6efd;
    border-color: #0d6efd;
}
.inner-post .text-block h1 a {
    color: #fff;
}
.news-text h2 a {
    color: #000;
}
.contact-us-page {
    width: 100%;
    padding: 50px 0;
    background: #c2c2c2;
}
.contact-us-page .contact-us-inner {
    width: 100%;
    text-align: center;
}
.contact-us-page .contact-us-inner .contact-us-form {
    width: 632px;
    max-width: 100%;
    display: inline-block;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 21px 6px rgba(252, 252, 252, 0.25);
    position: relative;
}
.contact-us-page .contact-us-inner .contact-us-form .title {
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.contact-us-page .contact-us-inner .contact-us-form .subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #5f6060;
    margin-bottom: 30px;
}
.contact-us-page .contact-us-inner .contact-us-form .action {
    width: 100%;
    text-align: right;
}
.contact-us-page .contact-us-inner .contact-us-form .action .btn-theme {
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding: 0.6rem 30px;
    font-weight: 600;
    display: inline-block;
    border-radius: 180px;
    text-decoration: none;
}
.btn-theme {
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding: 0.6rem 30px;
    font-weight: 600;
    display: inline-block;
    border-radius: 180px;
    text-decoration: none;
}
.form-theme .mb-3 {
    margin-bottom: 30px !important;
}
.form-theme .form-label {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #727272;
    text-align: left;
}
.form-theme .form-control {
    border: 1px solid #727272;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 15px;
    height: 50px;
    border-radius: 0;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    line-height: 15px;
    color: #727272;
}
.form-theme textarea.form-control {
    min-height: 100px;
    padding: 15px;
}
.faq-list.sport-list .sport-item .item-header:after {
    display: none;
}
.faq-list .accordion-item {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}
.faq-list .accordion-item .accordion-button {
    background-color: #fff;
    padding: 20px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    color: #757575;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
}
.faq-list .accordion-item:last-child .accordion-button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.faq-list .accordion-item .accordion-body {
    border: 0;
    padding: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #757575;
}
.faq-list .accordion-item .accordion-button:after {
    filter: brightness(0.1);
    width: 15px;
    height: 15px;
    background-size: 15px;
}
.page-working-area.profile-page .dashboard-cards {
    padding: 0;
}
.page-working-area.profile-page .dashboard-cards .user-details {
    position: relative;
}
.dashboard-cards .user-details .details .user-profile a {
    color: #0d6efd;
}
.admin-form-theme {
    width: 100%;
    padding: 25px 15px;
}
.admin-form-theme .form-label {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    color: #5f6060;
    width: 100%;
    display: inline-block;
}
.admin-form-theme .form-control {
    font-family: "Product Sans Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #5f6060;
    border: 0;
    display: inline-block;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
    outline: none;
}
.admin-form-theme .form-control:focus {
    border-color: #0d6efd;
}
.admin-form-theme .form-check-group {
    display: flex;
    align-items: center;
}
.admin-form-theme .form-check-group .form-check {
    width: 100%;
}
.admin-form-theme .form-check .form-check-input:checked {
    background-image: none;
}
.admin-form-theme .form-check .form-check-input {
    border-color: #5f6060;
    background-color: #fff;
    position: relative;
    outline: none;
    box-shadow: none;
}
.admin-form-theme .form-check .form-check-input:checked:after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #5f6060;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 50%;
}
.admin-form-theme .action {
    width: 100%;
    text-align: right;
    padding-top: 50px;
}
.search-box {
    position: relative;
    display: inline-block;
    width: 100%;
}
.search-box .form-control {
    outline: none !important;
    padding: 14px 15px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: rgb(0 0 0 / 3%);
    border-color: rgb(0 0 0 / 26%);
    padding-right: 70px;
    color: rgba(0, 0, 0, 0.7);
}
.search-box .icon-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent !important;
    min-width: auto;
    color: rgba(0, 0, 0, 0.7);
    padding: 13px 20px;
    border: 0;
    box-shadow: none;
    outline: none;
}
.page-pagination {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 50px 0;
}
.page-pagination:before {
    position: absolute;
    content: "";
    top: 19px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0d6efd;
}
.page-pagination .pagination-center {
    max-width: 350px;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    position: relative;
}
.page-pagination .pagination-center .paginate {
    color: #fff;
    background-color: #0d6efd;
    font-size: 14px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 1.2rem;
    text-decoration: none;
}
.page-pagination .pagination-center .paginate.disable {
    cursor: default;
    background-color: rgb(253 197 44 / 53%);
}
.page-pagination .pagination-center .paginate:hover {
    background-color: #1d1c1c;
}
.events-slider figcaption p a {
    color: #fff;
}
.article-section {
    width: 100%;
    position: relative;
}
.article-section .article-inner {
    width: 100%;
}
.article-section .article-inner .article-img {
    margin: 0;
    position: relative;
    height: 400px;
    display: inline-block;
    width: 100%;
}
.article-section .article-inner .article-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
}
.article-section .article-inner .article-content-detail {
    background-color: #000;
    padding: 14px 30px 50px 30px;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    height: 200px;
}
.article-section .article-inner .article-content-detail .article-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article-section .article-inner .article-content-detail .article-content {
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    color: #f3f3f3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 66px;
    line-height: 24px;
}
.article-section .article-inner .article-content-detail .flexbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 14px;
    padding: 0 30px;
    margin: 0;
}
.article-section .article-inner.article-item {
    width: 100%;
    position: relative;
    padding-left: 142px;
    height: 142px;
    margin-bottom: 10px;
}
.article-section .article-inner.article-item .article-img {
    position: absolute;
    left: 0;
    width: 142px;
    height: 142px;
}
.article-section .article-inner.article-item .article-img img {
    border-radius: 10px 0 0 10px;
    height: 142px !important;
    object-fit: cover;
}
.article-section .article-inner.article-item .article-content-detail {
    padding: 10px 15px 35px 15px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    position: relative;
    min-height: inherit;
}
.article-section .article-inner.article-item .article-content-detail .article-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}
.article-section .article-inner.article-item .article-content-detail .article-content {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 44px;
    padding: 5px 0 0;
}
.article-section .article-inner.article-item .article-content-detail .flexbox {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 0;
    padding: 0 15px;
}
img {
    max-width: 100%;
    height: auto;
}
.article-section .article-inner.article-item .article-content-detail .flexbox li {
    font-size: 13px;
}
.content-box img {
    max-width: 100% !important;
    height: auto !important;
}
.content-box,
.content-box div,
.content-box,
.content-box span {
    font-size: 16px;
    line-height: 30px;
    color: #212529;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
    font-weight: 800;
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #ffffff !important;
    background-color: #0d6efd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    z-index: 9;
}
.back-top:hover {
    background-color: #000;
}
.breadcrumb {
    margin: 0;
    padding: 0 0 20px;
}
.breadcrumb .breadcrumb-item {
    line-height: 27px;
    color: #646464;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.breadcrumb .breadcrumb-item a {
    color: #646464;
}
.breadcrumb .breadcrumb-item a:hover {
    color: #0d6efd !important;
}
.breadcrumb .breadcrumb-item.active {
    color: #0d6efd !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f101";
    color: #646464;
    padding-right: 10px;
    font-family: FontAwesome;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
}
.recent-post-list h2 {
    width: 100%;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 15px !important;
}
.recent-post-list .recent-post-item {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.recent-post-list .recent-post-item .article-content-detail {
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}
.recent-post-list .recent-post-item .article-content-detail .article-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.recent-post-list .recent-post-item .article-content-detail .flexbox {
    margin: 0;
}
.recent-post-list .tabs-list {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0 1.43921px 11.5137px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
}
.recent-post-list .tabs-list li.tags {
    display: inline-block;
    list-style: none;
}
.recent-post-list .tabs-list li.tags a {
    padding: 5px 10px;
    border-radius: 180px;
    display: inline-block;
    font-size: 13px;
    margin: 2px;
    background-color: #0d6efd;
    color: #fff;
}
.nodata-display {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    position: relative;
    color: rgb(40, 59, 83);
    font-size: 18px;
}
.nodata-display img {
    max-width: 300px;
    margin: 20px 0 20px;
}
.nodata-display p {
    width: 100%;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 30px;
    margin: 0;
}
.error {
    text-align: right;
    font-size: 13px;
    color: hsl(0deg 100% 50%);
}
ul.action {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
}
.contact-form {
    display: inline-block !important;
    margin-top: 30px;
    text-align: center !important;
}
.contact-form li {
    display: inline-block;
    margin-bottom: 15px !important;
}
footer ul.action li a {
    background: #fff;
    color: #000;
}
ul.action li a {
    padding: 5px 16px;
    border-radius: 180px;
    display: inline-block;
    font-size: 13px;
    margin: 2px;
    background-color: #000;
    color: #fff;
    line-height: 24px;
}
ul.action li {
    margin: 0 5px 5px 0;
}
ul.action li a.desktop-hide {
    display: none;
}
ul.action.social {
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: auto;
    display: inline;
}
ul.action.social li {
    display: inline-block;
    margin-right: -84px;
}
ul.action li:nth-last-child(1) {
    margin-right: 15px;
}
ul.action.social:hover li {
    margin-right: 5px;
    transition: all 0.6s ease;
}
.score-board-page {
    width: 100%;
}
.score-board-page .series-detail {
    color: #212529;
    font-size: 16px;
    margin-bottom: 20px;
}
.score-board-page .scoretitle {
    font-size: 22px;
    line-height: 30px;
    color: #212529;
    font-weight: 700;
    margin: 0;
}
.score-board-page .match-status {
    font-size: 18px;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    background: #f0eff0;
    border-radius: 4px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
.score-board-page .cb-ltst-wgt-hdr {
    font-size: 14px;
    padding: 8px 10px;
    margin: 0;
    width: 100%;
}
.score-board-page .cb-ltst-wgt-hdr tr.cb-scrd-hdr-rw {
    background-color: #000;
    color: #fff;
}
.score-board-page .cb-ltst-wgt-hdr tr.cb-scrd-hdr-rw th {
    font-size: 15px;
    color: #fff;
    padding: 8px 10px;
}
.score-board-page .cb-ltst-wgt-hdr tr.cb-scrd-hdr-rw th.align-right {
    text-align: right;
}
.score-board-page .cb-ltst-wgt-hdr tr.sy-scrd-sub-hdr.sy-bg-gray {
    background-color: #4a4a4a;
    color: #fff;
}
.score-board-page .cb-ltst-wgt-hdr tr th,
.score-board-page .cb-ltst-wgt-hdr tr td {
    font-size: 14px;
    padding: 8px 11px;
}
.score-board-page .cb-ltst-wgt-hdr tr td {
    color: #212529;
    border-bottom: 0.5px solid #f0eff0;
}
.score-board-page .cb-ltst-wgt-hdr tr th:last-child,
.score-board-page .cb-ltst-wgt-hdr tr td:last-child {
    text-align: right;
}
.score-board-page .cb-ltst-wgt-hdr tr th:only-child,
.score-board-page .cb-ltst-wgt-hdr tr td:only-child {
    text-align: left;
}
.score-board-page .cb-ltst-wgt-hdr tr.info td:last-child {
    text-align: left;
}
.score-board-page .cb-ltst-wgt-hdr tr th.eq-width,
.score-board-page .cb-ltst-wgt-hdr tr td.eq-width {
    max-width: 60px;
    width: 60px;
}
.score-board-page .cb-ltst-wgt-hdr tr th:first-child,
.score-board-page .cb-ltst-wgt-hdr tr td:first-child {
    width: 100%;
}
.score-board-page .cb-ltst-wgt-hdr tr td.eq-name {
    white-space: nowrap;
}
.score-board-page .cb-ltst-wgt-hdr tr th.name,
.score-board-page .cb-ltst-wgt-hdr tr td.name {
    white-space: nowrap;
}
.score-board-page .cb-ltst-wgt-hdr tr.cb-scrd-itms.info td {
    width: auto;
}
.team-card {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.team-card .team-head {
    width: 100%;
    display: flex;
    align-items: center;
}
.team-card .team-head h6 {
    width: 100%;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    padding-left: 15px;
}
.team-card h5 {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #000;
}
.team-card .team-head img {
    max-width: 60px;
}
.score-board-page .cb-ltst-wgt-hdr tr.batsman-out td {
    padding: 5px 10px;
    border-bottom: 0.5px solid #000;
}
.score-board-page .cb-ltst-wgt-hdr tr.batsman-out {
    background-color: #f6f6f6;
}
.score-board-page .cb-ltst-wgt-hdr tr td.name {
    color: #000;
    font-weight: 700;
}
.score-board-page .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.score-board-page .cb-ltst-wgt-hdr.mobile-table {
    display: none;
}
.top-content {
    width: 100%;
    position: relative;
}
.top-content .content h1 {
    font-weight: 800;
    font-size: 35px;
    line-height: 128.53%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000;
}
.top-content .content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.top-content .content p {
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 28px;
    color: #000;
    text-align: justify;
}
.row.live-score {
    margin-bottom: 20px;
}
.row.live-score h2,
.row.complete-score h2 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
}
.hindi .article-section .article-inner .article-content-detail .article-title {
    font-size: 22px;
    line-height: 36px;
}
.hindi .article-section .article-inner.article-item .article-content-detail .article-title {
    font-size: 17px;
    line-height: 28px;
    max-height: 50px;
}
.hindi .article-section .article-inner .article-content-detail .article-content {
    line-height: 26px;
}
.hindi .article-section .article-inner.article-item .article-content-detail .article-content {
    line-height: 24px;
}
.hindi .article-section .article-inner.article-item {
    height: 148px;
}
.hindi .article-section .article-inner.article-item .article-img,
.hindi .article-section .article-inner.article-item .article-img img {
    height: 148px !important;
}
.hindi .news-text h2 {
    line-height: 24px;
    font-size: 17px;
}
.hindi .news-text p {
    font-size: 14px;
}
.hindi .block-story .title h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
}
.hindi .content-box h1,
.hindi .content-box h2,
.hindi .content-box h3,
.hindi .content-box h4,
.hindi .content-box h5,
.hindi .content-box h6 {
    line-height: 38px;
}
.hindi .article-section .article-inner .article-content-detail {
    height: 225px;
}
.hindi .article-section .article-inner.article-item .article-content-detail {
    height: 148px;
}
.hindi .view-all {
    padding-right: 26px;
}
.hindi .view-all:hover {
    padding-right: 30px;
}
.team-img {
    height: 300px;
    text-align: center;
    margin-bottom: 15px;
}
.team-img img {
    height: 100%;
}
.team-box {
    text-align: center;
    padding: 15px;
    height: 100%;
}
.store-btn {
    width: 100%;
    position: relative;
    padding: 6px 0 25px;
    display: flex;
    align-items: center;
}
.store-btn a {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.store-btn a img {
    max-width: 150px;
}
.top-content .content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000;
}
.welcome-screen-design .point-list {
    padding-left: 20px;
    margin-bottom: 20px;
}
.welcome-screen-design .point-list li {
    list-style: disc;
    font-size: 16px !important;
    line-height: 28px;
    color: #000;
}
.get-app-screen {
    background: #eee;
}
.get-app-screen .get-app-carousel .owl-nav [class*="owl-"] {
    height: 36px;
    width: 36px;
    margin: 5px;
    transform: rotate(180deg);
    background-image: url(../../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    border: 0;
    line-height: 0 !important;
    text-shadow: 1px 1px #000;
    outline: none;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
}
.get-app-screen .get-app-carousel .owl-prev {
    background-color: #0d6efd !important;
}
.get-app-screen .get-app-carousel .owl-nav .owl-next {
    background-color: #0d6efd !important;
    transform: rotate(0deg);
}
.get-app-screen .get-app-carousel .owl-nav button span {
    display: none;
}
.get-app-screen .download-app {
    text-align: center;
    padding-top: 50px;
}
.get-app-screen .download-app h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000;
}
.get-app-screen .download-app .store-btn {
    padding: 6px 0 0;
    justify-content: center;
}
.tooltip-inner {
    background-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #000;
}
@media all and (min-width: 1366px) {
    .container {
        max-width: 1320px;
    }
}
@media all and (max-width: 1366px) {
    .video-box iframe,
    .video-detail-banner .video-frame iframe {
        height: 450px;
    }
    .login-modal .modal-body .login-right {
        padding: 30px 50px;
    }
    .login-modal .modal-body .login-right form .mb-3 {
        margin: 1rem 0 15px !important;
    }
    .login-modal .modal-body .login-right .social-bottom {
        padding: 0;
    }
    .login-modal .modal-body .login-right .social-bottom .btn {
        padding: 6px 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .header .container {
        max-width: 100%;
    }
    .top-events {
        padding: 0 10px;
    }

    .cat-nav .nav-link {padding: 22px 15px;}
    .cat-nav .nav-link {justify-content: center;}
    .cat-nav .navbar-nav { flex-direction: row !important;}
    .cat-nav {justify-content: center !important;}
}
@media only screen and (max-width: 991px) {
    ul.action li a.desktop-hide {
        display: block;
    }
    ul.action li a.mobile-hide {
        display: none;
    }
    .primary-nav .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .top-events {
        padding: 0 0;
    }
    .block-story .title h1,
    .hindi .block-story .title h1,
    .top-content .content h1 {
        font-size: 24px;
        line-height: 31px;
    }
    .content-box h1,
    .content-box h2,
    .content-box h3,
    .content-box h4,
    .content-box h5,
    .content-box h6 {
        font-size: 18px;
        line-height: 30px;
    }
    .menu-block {
        margin-right: 0;
    }
    .nav-bar .navbar {
        background-color: #1e1e1e;
        padding: 5px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        filter: brightness(0) invert(1);
        z-index: 99;
        margin-left: 0;
        padding: 0 5px;
    }
    .bottom-menu .navbar {
        justify-content: flex-end;
    }
    .text-block h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .match-title,
    .banner-block .carousel .carousel-item .carousel-caption .text-block .match-title {
        width: 100%;
    }
    footer {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    footer .logo {
        margin-bottom: 5px;
        width: 15%;
    }
    .footer-menu {
        margin: 0;
        justify-content: center;
    }
    .app-link {
        text-align: center;
        margin-top: 15px;
    }
    .social-menu {
        justify-content: center;
        margin: 30px 0 0;
    }
    .copyright {
        margin-top: 15px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        right: -310px;
        top: 0;
        bottom: 0;
        width: 310px;
        height: 100%;
        min-height: 100vh;
        z-index: 9;
        background-color: #1e1e1e;
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        padding: 70px 15px;
        overflow: hidden;
        overflow-y: hidden;
        overflow-y: auto;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../../images/close.svg);
    }
    .primary-nav .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px 15px;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .match-point:before {
        width: 100%;
    }
    .live-tv .inner-post .text-block h1 br {
        display: none;
    }
    .primary-nav {
        background: #000;
        max-width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .top-events {
        display: none;
    }
    .navbar-brand {
        padding: 0;
    }
    .live-tv .text-block {
        align-items: flex-end;
    }
    .login-modal .modal-body {
        padding: 0;
    }
    .login-modal .modal-body .login-left {
        width: 100%;
        border-radius: 20px;
        opacity: 0.19;
    }
    .login-modal .modal-body .login-right {
        padding: 20px 20px;
    }
    .video-detail-banner .video-frame {
        padding: 0 0 25px;
    }
    .video-detail-banner .video-content .title {
        font-size: 22px;
        line-height: 30px;
    }
    .video-detail-banner .video-content .description {
        font-size: 16px;
        line-height: 26px;
    }
    .dashboard-cards .navbar-toggler {
        display: block;
        border: 0;
        box-shadow: none;
        outline: none;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .dashboard-cards .user-details {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
    }
    .page-area .left-menu {
        left: -252px;
    }
    .page-working-area {
        width: 100%;
        padding: 20px;
    }
    .page-area.active .left-menu {
        left: 0;
        z-index: 2;
    }
    .recommended-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .tours-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .sports-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .scores-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .events-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
        right: 45px;
    }
    .recommended-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .tours-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .sports-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .scores-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .events-slider .owl-theme.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .nav-bar .navbar-nav {
        flex-direction: column;
    }
    .nav-bar .navbar-nav.user-ac {
        flex-direction: row;
    }
    .home-banner-block {
        margin-top: 65px;
    }
    .article-section .article-inner {
        margin-bottom: 10px;
    }
    .menu-block .app-btn {
        display: none;
    }
    .nav-bar .navbar-nav .lan-dropdown .nav-link {
        padding: 22px 10px;
    }
    .menu-block a {
        margin: 0 10px;
    }
    .nav-bar {
        flex-direction: row-reverse;
        justify-content: end;
    }
    .nav-bar .nav-item .dropdown-menu {
        background-color: #fff;
    }
    .primary-nav .navbar-expand-lg .navbar-nav .dropdown-item {
        color: #212529 !important;
    }
    .nav-bar .lan-dropdown .language-dropdown {
        background-color: #000;
    }
    .article-section .article-inner .article-img {
        height: inherit;
    }
    .article-section .article-inner .article-content-detail {
        padding: 15px 15px 50px 15px;
    }
    .article-section .article-inner .article-content-detail .flexbox {
        padding: 0 15px;
    }
    .score-board-page .cb-ltst-wgt-hdr tr td.eq-name {
        white-space: inherit;
    }
    .score-board-page .cb-ltst-wgt-hdr tr th:first-child,
    .score-board-page .cb-ltst-wgt-hdr tr td:first-child {
        width: inherit;
    }
    .score-board-page .cb-ltst-wgt-hdr tr th.name,
    .score-board-page .cb-ltst-wgt-hdr tr td.name {
        white-space: inherit;
    }
    .score-board-page {
        margin-bottom: 50px;
    }
    .score-board-page .cb-ltst-wgt-hdr.desktop-table {
        display: none;
    }
    .score-board-page .cb-ltst-wgt-hdr.mobile-table {
        display: block;
    }
    .footer-menu-wrapper {
        margin-top: 15px;
    }
    ul.action.social {
        position: inherit;
        display: block;
        margin-top: 15px;
    }
    ul.action.social li {
        margin-right: 5px;
    }
    .footer-menu.new li {
        list-style: none;
        margin-left: 0;
    }
    .add-section {
        margin-top: 15px;
    }
}
.dashboard-page {
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
}
.dashboard-page .dashboard-inner {
    width: 100%;
    padding-left: 300px;
    position: relative;
    display: inline-block;
}
.dashboard-page .dashboard-inner .dashboard-right {
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 20px;
    min-height: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dashboard-page .dashboard-inner .dashboard-left {
    width: 270px;
    margin-left: -300px;
    float: left;
    background: #fff;
    border: 1px solid #aaa;
}
.dashboard-page .dashboard-inner .dashboard-left .show-hide-menu {
    display: none;
}
.dashboard-page .dashboard-inner .dashboard-left .list {
    width: 100%;
    margin: 0;
}
.dashboard-page .dashboard-inner .dashboard-left .list li {
    width: 100%;
    padding: 15px;
    list-style: none;
    border-bottom: 1px solid #aaa;
}
.dashboard-page .dashboard-inner .dashboard-left .list li:last-child {
    border: none;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.profile {
    background: #e9e3e3;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.profile .profile-detail {
    display: flex;
    align-items: center;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.profile .profile-detail img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #ed1c24;
    border-radius: 50%;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.profile .profile-detail img.no-image {
    background: #000;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.profile .profile-detail span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding-left: 15px;
}
.dashboard-page .dashboard-inner .dashboard-left .list li a {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.dashboard-page .dashboard-inner .dashboard-left .list li a i {
    color: #9b9b9b;
}
.dashboard-page .dashboard-inner .dashboard-left .list li a span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding-left: 15px;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.active {
    border-left: 4px solid #ed1c24;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.active a i,
.dashboard-page .dashboard-inner .dashboard-left .list li:hover a i {
    color: #ed1c24;
}
.dashboard-page .dashboard-inner .dashboard-left .list li.active a span,
.dashboard-page .dashboard-inner .dashboard-left .list li:hover a span {
    color: #ed1c24;
}
.dashboard-page .dashboard-inner .dashboard-right .profile-detail {
    width: 100%;
    position: relative;
}
.dashboard-page .dashboard-inner .dashboard-right .top-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.dashboard-page .dashboard-inner .dashboard-right .top-detail h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #9b9b9b;
    margin: 0;
}
.dashboard-page .dashboard-inner .dashboard-right .top-detail .edit {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #ed1c24;
    padding-left: 20px;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail {
    width: 100%;
    position: relative;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .img-upload {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .img-upload .upload {
    width: 130px;
    height: 130px;
    display: inline-block;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .img-upload .upload img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #ed1c24;
    object-fit: cover;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .img-upload .upload img.no-image {
    background: #000;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .img-upload .upload .fileupload {
    position: absolute;
    width: 40px;
    bottom: -13px;
    left: 50%;
    margin-left: -20px;
    top: initial;
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    padding: 0;
    height: 40px;
    background: #ed1c24;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .img-upload .upload .fileupload input {
    position: absolute;
    top: -6px;
    right: -2px;
    margin: 0;
    opacity: 0;
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .user-detail {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .user-detail label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .user-detail .value {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 0 0 10px;
    border-bottom: 1px solid#AAAAAA;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .user-detail:last-child {
    margin: 0;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .user-detail .desc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    flex-wrap: wrap;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .user-detail .desc span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9b9b9b;
}
.dashboard-page .dashboard-inner .dashboard-right .edit-profile {
    width: 100%;
    position: relative;
}
.dashboard-page .dashboard-inner .dashboard-right .edit-profile {
    display: none;
}
.dashboard-page .dashboard-inner .dashboard-right.active .profile-detail {
    display: none;
}
.dashboard-page .dashboard-inner .dashboard-right.active .edit-profile {
    display: block;
}
.dashboard-page .dashboard-inner .dashboard-right .bottom-detail .form-theme .action {
    width: 100%;
    text-align: center;
}
.dashboard-page .dashboard-inner .dashboard-right .address {
    margin: 0;
}
.dashboard-page .dashboard-inner .dashboard-right .header-detail {
    border-bottom: 1px solid #aaa;
    padding: 10px 20px;
    margin-bottom: 0;
}
.dashboard-page .dashboard-inner .dashboard-right .header-detail h2 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    margin: 0;
}
.dashboard-page .dashboard-inner .dashboard-right .address .address-inner {
    width: 100%;
    padding: 20px 20px 0;
}
.address .address-list.add {
    position: relative;
    min-height: 200px;
}
.address .address-list.add .add-address {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #ed1c24;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.address .address-list.add .add-address span {
    font-size: 48px;
    line-height: 50px;
}
.dashboard-page .dashboard-inner .dashboard-right .address-edit,
.dashboard-page .dashboard-inner .dashboard-right .address-add {
    width: 100%;
    display: none;
}
.dashboard-page .dashboard-inner .dashboard-right .show-body {
    display: block;
}
.dashboard-page .dashboard-inner .dashboard-right .hide-body {
    display: none;
}
.dashboard-page .dashboard-inner .dashboard-right .address-edit .form-theme,
.dashboard-page .dashboard-inner .dashboard-right .address-add .form-theme,
.dashboard-page .dashboard-inner .dashboard-right.change-password .form-theme {
    padding: 20px;
}
.dashboard-page .dashboard-inner .dashboard-right .form-theme .action {
    text-align: center;
}
.dashboard-page .dashboard-inner .dashboard-right.page-wishlist .cataloge-item-list {
    padding: 10px;
}
.page-wishlist .cataloge-item-list {
    width: 100%;
    display: block;
}
.dashboard-page .dashboard-inner .dashboard-right.my-order-detail .order-detail .order-list {
    padding-bottom: 10px;
}
.dashboard-page .dashboard-inner .dashboard-right.my-order-detail .order-detail .order-list .detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
}
.dashboard-page .dashboard-inner .dashboard-right.my-order-detail .order-detail .order-list .detail .price {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-weight: 800;
        font-size: 26px;
    }
    .footer-menu li a {
        font-size: 15px;
    }
    .footer-menu li {
        margin: 0 5px;
    }
    .match-schedule .owl-theme.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .match-schedule .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
        left: 0;
    }
    .title {
        display: block;
    }
    .view-all {
        margin: 10px 0 0;
        display: inline-block;
    }
    .recommended-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .tours-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .sports-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .scores-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .events-slider .owl-theme.owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    .recommended-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .tours-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .sports-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .scores-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .events-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
        right: 60px;
    }
    .banner-text {
        bottom: auto;
        bottom: 28px;
    }
    .text-block h1,
    .text-block h1,
    .banner-block .carousel .carousel-item .carousel-caption .text-block h1 {
        font-size: 28px;
        margin-bottom: 0;
        line-height: 1;
    }
    .banner-block .carousel .carousel-item .carousel-caption {
        bottom: 140px;
    }
    .banner-text .col-md-3,
    .video-content h1 br,
    .video-content p br {
        display: none;
    }
    .play-btn img {
        width: 100%;
    }
    .inner-post .text-block h1 {
        font-size: 18px;
    }
    .video-box {
        width: 100%;
    }
    .video-content ul > li:not(:last-child) {
        margin-right: 10px;
    }
    .live {
        padding: 4px 8px;
        font-size: 12.9873px;
        margin-bottom: 0;
    }
    .recommended-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .tours-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .sports-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .scores-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"],
    .events-slider .owl-theme.owl-carousel .owl-nav [class*="owl-"] {
        right: 50px;
    }
    .recommended-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .tours-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .sports-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .scores-slider .owl-theme.owl-carousel .owl-nav button.owl-next,
    .events-slider .owl-theme.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .team-card {
        position: relative;
        padding: 10px 10px;
        background-color: #f0eff0;
        border-radius: 8px;
    }
    .top-content .content p {
        text-align: inherit;
    }
    .top-content .content h4 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .dashboard-page .container {
        padding: 0;
    }
    .dashboard-page .dashboard-inner {
        padding: 0;
    }
    .dashboard-page .dashboard-inner .dashboard-left {
        width: 160px;
        padding-top: 40px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin: 0;
    }
    .dashboard-page .dashboard-inner .dashboard-right {
        float: right;
        height: 100%;
        width: calc(100% - 42px);
        position: relative;
    }
    .dashboard-page .dashboard-inner.active .dashboard-left {
        z-index: 1;
    }
    .dashboard-page .dashboard-inner .dashboard-left .list li {
        padding: 10px 9px 10px 0;
    }
    .dashboard-page .dashboard-inner .dashboard-left .list li a i {
        width: 42px;
        text-align: center;
    }
    .dashboard-page .dashboard-inner .dashboard-left .list li a span {
        padding: 0;
        font-size: 14px;
        line-height: 19px;
    }
    .dashboard-page .dashboard-inner .dashboard-left .show-hide-menu {
        display: block;
        position: absolute;
        left: 10px;
        top: 15px;
        padding: 0;
        border-radius: 180px;
        float: left;
        height: 25px;
        width: 25px;
        text-align: center;
    }
    .dashboard-page .dashboard-inner .dashboard-left .show-hide-menu .fas {
        position: absolute;
        line-height: 23px;
        width: 25px;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 22px;
        color: #eb1829;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #eb1829;
        background-color: #fff;
    }
    .dashboard-page .dashboard-inner.active .dashboard-left .show-hide-menu {
        transform: rotate(-180deg);
    }
    .dashboard-page .dashboard-inner .dashboard-left .list li.profile {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .video-detail-banner .video-frame iframe {
        height: 300px;
    }
    .contact-us-page .contact-us-inner .contact-us-form {
        padding: 20px;
    }
    .contact-us-page .contact-us-inner .contact-us-form .title {
        font-size: 26px;
        line-height: 30px;
    }
    .contact-us-page .contact-us-inner .contact-us-form .subtitle {
        font-size: 18px;
    }
    .article-section .article-inner.article-item {
        padding-left: 120px;
    }
    .article-section .article-inner.article-item .article-img {
        width: 120px;
    }
    .nav-bar .navbar-nav .lan-dropdown .nav-link {
        padding: 22px 8px;
    }
    .hindi .news-text h2,
    .news-text h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .founder-img {
        margin-bottom: 20px;
    }
    .content-box.about-content .font-inc {
        font-size: 18px !important;
    }
    .dashboard-page .dashboard-inner .dashboard-right .header-detail h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .dashboard-page .dashboard-inner .dashboard-right,
    .dashboard-page .dashboard-inner .dashboard-right .header-detail,
    .dashboard-page .dashboard-inner .dashboard-right .address .address-inner,
    .dashboard-page .dashboard-inner .dashboard-right .address-edit .form-theme,
    .dashboard-page .dashboard-inner .dashboard-right .address-add .form-theme,
    .dashboard-page .dashboard-inner .dashboard-right.change-password .form-theme,
    .order-detail .order-list,
    .page-dispatch,
    .page-dispatch .dispatch-steps .updates p {
        padding: 10px;
    }
    .dashboard-page .dashboard-inner .dashboard-right .bottom-detail .user-detail .value {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 5px;
    }

    .nav-bar.cat-nav .navbar-nav {
    	display: flow-root;
    }
    .nav-bar.cat-nav .navbar-nav  .nav-item {
	    display: inline-block;
	}
	.cat-nav .nav-link {
	    padding: 10px 15px;
	}
}
@media only screen and (max-width: 480px) {
	.logo {
	    width: 100% !important;
	}
    .match-result {
        height: auto;
        padding-bottom: 20px;
    }
    .match-result .won {
        position: static;
        left: inherit;
        bottom: inherit;
        width: 100%;
        padding: 0;
    }
}

.question {
    background: #e7e6e6 !important;
    padding: 15px;
    margin-bottom: 15px;
}
.question1 {
    background: #e7e6e6 !important;
    padding: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    position: relative;
}
.question1::before {
    content: "";
    height: 26px;
    width: 1px;
    background: #000;
    top: -10%;
    right: 50%;
    z-index: -1;
    position: absolute;
    transform: translate(-50%, -50%);
}
.comment-btn {
    cursor: pointer;
}
#answer-comment-form {
    display: none;
}
#question-comment-form {
    display: none;
}
.tags {
    background: #c3c2c2;
    border-radius: 3px 0 0 3px;
    color: #242424;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tags::before {
    background: #e7e6e6;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tags::after {
    background: #fff;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #c3c2c2;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.tags:hover {
    background-color: #000;
    color: #fff;
}
.tags:hover::after {
    border-left-color: #000;
}
.votebox {
    background: #000;
    padding: 5px 15px;
    color: #fff !important;
}
.comment-form {
    font-size: 12px !important;
}

ul.search-data {
    list-style-type: none;
    padding: 10px;
    margin: 0;
    background: #000;
    position: absolute;
    z-index: 99;
}
.search-data li {
    color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}
.search-data li a {color: #fff}