@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@media (min-width:576px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1760px;
    }
}

body {
    background: #0c0c0d;
}

/* body {
    background: #0A0A0F;
} */
img {
    max-width: 100%;
}

:root {
    --DM-Sans: "DM Sans", sans-serif;
    --Plus-Jakarta-Sans: "Plus Jakarta Sans", sans-serif;
    --orange-color: #FFD700;
    ;
}

header.custom-header {
    z-index: 99;
    position: relative;
    position: sticky;
    top: 0;
}

/* section.slider-banner {
    margin-top: -90px;
} */
.header-navbar.intro {
    background: #110908;
}
.header-topbar {
    background: #A624CD;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-topbar p {
    margin-bottom: 0;
    color: #fff;
}

.header-topbar a {
    font-family: var(--DM-Sans);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}

.header-topbar a:hover {
    text-decoration: none;
    color: var(--orange-color);
}

/* .header-navbar {
    background: #110908;
} */
.brand-logo img {
	height: 70px !important;
}

/* .header-navbar {
    background: #191B26;
} */

.custom-nav-menu .nav-item .nav-link {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: right;
    color: #fff;
}

.visitor-btn {
    border-radius: 5px;
    background: #FFD700;
    line-height: 100%;
    color: #0C0C0D !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    display: inline-block;
}

.visitor-btn span {
    font-weight: 300;
}

.custom-nav-menu .nav-item .nav-link:hover {
    color: var(--orange-color);
}

.custom-nav-menu .nav-item {
    margin-left: 25px;
}

.add-background {
    background: #110908;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.platform-content p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #92949f;
}

.about-width-widget {
    max-width: 1140px;
    margin: auto;
}

.about-section {
    padding-top: 80px;
    padding-bottom: 55px;
    background: #0C0C0D;
    /* padding-left: 16px;
    padding-right: 16px; */
}

.platform-heading {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 700;
    font-size: 53px;
    line-height: 82.81px;
    letter-spacing: -2.07px;
    color: #fff;
    margin-bottom: 0;
}

.platform-heading span {
    color: var(--orange-color);
}

.platform-title h4 {
    font-family: var(--DM-Sans);
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.platform-title h4 span {
    color: var(--orange-color);
}

.common-btn {
    background: var(--orange-color);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    color: #0C0C0D;
    font-family: var(--DM-Sans);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.3s all ease-in;
}

.common-btn:hover {
    background: #A624CD;
    color: #fff;
    text-decoration: none;
}

.explore-content p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #92949F;
    margin-bottom: 0;
}

.common-title {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 700;
    font-size: 53px;
    line-height: 63.59px;
    letter-spacing: -0.53px;
    color: #fff;
    margin-bottom: 15px;
}

.common-pera {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    color: #92949F;
}

.common-title span {
    color: var(--orange-color);
}

.explore-btn {
    text-align: right;
}

.explore-tips-spacing {
    padding-right: 80px;
}

.explore-tips-widget {
    background: radial-gradient(50% 203.45% at 50% 50%, #7217B6 0%, #21094E 100%);
    padding: 80px;
    border: 1px solid #4A4A4A;
    border-radius: 20px;
    padding-right: 20px;
}

.explore-tips-section {
    position: relative;
    z-index: 1;
    background: #191B26;
    /* padding-left: 16px;
    padding-right: 16px; */
}

.explore-tips-section:before {
    position: absolute;
    content: "";
    background: #0c0c0d;
    width: 100%;
    height: 200px;
    z-index: -1;
    left: 0;
    top: 0;
}

.explore-carousal-widget {
    margin-top: 70px;
}

.explore-item-box {
    border-radius: 20px;
    background: linear-gradient(180deg, #1D1F2C 0%, #07080D 100%);
    padding: 25px;
    border: 1px solid #FAFAFA33;
}

.explore-item-image img {
	border-radius: 10px;
	max-height: 200px;
	object-fit: cover;
	min-height: 200px;
	width: 100%;
	object-position: top;
}

.explore-meta {
    margin-top: 25px;
    margin-bottom: 15px;
}

.explore-meta p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    color: #fafafa;
    display: inline-block;
    margin-bottom: 0;
}

.explore-content h4 a {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #fafafa;
}

.explore-content h4 a:hover {
    color: var(--orange-color);
    text-decoration: none;
}

.explore-content h4 {
    margin-bottom: 13px;
}

.explore-content p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    color: #92949F;
}

.explore-meta p i {
    color: var(--orange-color);
    font-size: 16px;
    margin-right: 8px;
}

.live-score-section {
    background: #191b26;
    /* padding-top: 80px;
    padding-bottom: 80px; */
}

section.win-bets-section {
    background: #191B26;
    /* padding-left: 16px;
    padding-right: 16px; */
}

p.bets-pera {
    font-family: var(--DM-Sans);
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #92949f;
}

.win-bets-section .common-title {
    margin-bottom: 15px;
}

.win-bets-btn {
    margin-top: 30px;
}

.bets-card-logo img {
	max-height: 60px;
	width: auto !important;
	margin-bottom: 0px;
	padding: 5px;
	background: #000;
	border-radius: 4px;
}

.bets-card-logo p {
	font-family: var(--DM-Sans);
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #09084B;
	margin-bottom: 0;
}
.bets-card-button p a {
	font-family: var(--DM-Sans);
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: capitalize;
	color: #09084B;
	margin-bottom: 10px;
	background: transparent;
	padding: 0;
	margin: 0;
}
.bets-item-box {
    background: radial-gradient(50% 134.45% at 50% 50%, #ECF3F5 0%, #D6D7F9 100%);
    padding: 20px;
    border-radius: 16px;
}
.bets-card-button p {
	margin-bottom: 8px;
}
.bets-card-button a {
	font-family: var(--DM-Sans);
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	text-transform: capitalize;
	color: #FFD700;
	background: #120555;
	padding: 8px 16px;
	border-radius: 5px;
	display: inline-block;
	/* pointer-events: none; */
    text-align: left;
}

.bets-card-button a:hover {
    background: #A624CD;
    text-decoration: none;
    color: #fff;
}

.bets-card-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
    gap: 10px;
}

.bets-content {
    margin-top: 25px;
}

.bets-content {
	font-family: var(--DM-Sans);
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
}
.bets-content li {
	color: #5C567B;
	font-weight: 400;
}

.bets-content li {
    margin-bottom: 20px;
    display: flex;
}

.bets-content li i {
    margin-right: 10px;
}

.bets-content ul {
    padding: 0;
    /* margin-left: 20px; */
    list-style: none;
}

.win-prize-section {
    background: #191b26;
    padding-top: 80px;
    /* padding-left: 16px;
    padding-right: 16px; */
}

.explore-prize-widget {
    padding: 130px 80px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.win-prize-section .common-title {
    margin-bottom: 30px;
}

.common-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cricket-calender-section {
    background: #191b26;
}

.calender-tab-section {
    margin-top: 40px;
}

.custom-table thead {
    background: var(--orange-color);
}

.custom-table th {
    font-family: var(--DM-Sans);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.custom-table td {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    vertical-align: middle;
}

.custom-table td,
.custom-table th {
    border: none;
    border-right: 1px solid #000000;
}

.custom-table td:last-child,
.custom-table th:last-child {
    border-right: 0;
}

.calender-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #32343C;
}

.calender-tab-btn .nav-item .nav-link {
    font-family: var(--DM-Sans);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-align: center;
    text-transform: capitalize;
    padding: 17px 33px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
}

.calender-tab-btn .nav-item {
    margin-right: 40px;
    margin-bottom: 40px;
}

.calender-tab-btn .nav-item .nav-link:hover {
    background: var(--orange-color);
    color: #000;
    border: 1px solid var(--orange-color);
}

.calender-tab-btn .nav-item .nav-link.active {
    background: var(--orange-color);
    color: #000;
    border: 1px solid var(--orange-color);
}

.service-section {
    background: radial-gradient(50% 203.45% at 50% 50%, #7217B6 0%, #21094E 100%);
}

.service-section .common-heading {
    margin-bottom: 15px;
}

.service-card-section {
    margin-top: 40px;
}

.service-inner-box img {
    max-height: 36px;
    width: auto !important;
    margin-bottom: 20px;
}

.service-inner-box {
    background: linear-gradient(180deg, #1D1F2C 0%, #07080D 100%);
    padding: 30px;
    border: 1px solid #FFD700;
    border-radius: 10px;
}

.service-inner-box h5 {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #fff;
}

.service-inner-box p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.service-carousel-2 {
    margin-top: 30px;
    margin-left: auto;
    max-width: 1130px;
}

.ranking-section {
    background: #030304;
}

.ranking-section .common-heading {
    margin-bottom: 35px;
}

.ranking-heading h4 {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.48px;
    color: var(--orange-color);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 23px;
}

.ranking-heading h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #fff, #0B0C11);
}

.ranking-heading h4 a {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 25.21px;
    text-decoration: underline;
    color: #fff;
    /* pointer-events: none; */
}


table.custom-ranking-table th {
    font-family: var(--DM-Sans);
    font-weight: 700;
    font-size: 18px;
    line-height: 25.21px;
    color: var(--orange-color);
    padding-bottom: 10px;
    padding: 0 10px 0;
}


.ranking-table {
    padding-top: 20px;
}

.custom-ranking-table td {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 25.21px;
    color: #fff;
    padding-bottom: 10px;
}

.custom-ranking-table {
    width: 100%;
    text-align: center;
}

.custom-ranking-table th:first-child,
.custom-ranking-table td:first-child {
    text-align: left;
}

.custom-ranking-table th:last-child,
.custom-ranking-table td:last-child {
    text-align: center;
}

.ranking-box {
    border: 1px solid #45474F;
    padding: 30px;
    background: linear-gradient(180deg, #07080D 0%, #1D1F2C 100%);
    border-radius: 20px;
}

.matches-section {
    background: #030304;
}

.match-card-image img {
    border-radius: 16px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    min-height: 250px;
}

.match-card-image {
    margin-bottom: 32px;
}

.match-card-pera p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    color: #92949f;
}

.match-card-pera {
    margin-top: 32px;
}

.match-card-features p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    color: #fff;
    margin-bottom: 0;
}

.match-card-features p span {
    color: var(--orange-color);
}

.matches-card .ranking-heading h4 a {
    font-size: 18px;
    text-decoration: none;
    /* pointer-events: none; */
}

.matches-card {
    padding: 30px;
    border: 1px solid #45474F;
    background: linear-gradient(180deg, #07080D 0%, #1D1F2C 100%);
    border-radius: 20px;
}

.matches-card-widget {
    margin-top: 33px;
}

.knowledge-card-widget {
    margin-top: 33px;
}

.knowledge-section {
    background: radial-gradient(50% 203.45% at 50% 50%, #7217B6 0%, #21094E 100%);
}

.knowledge-card {
	border-radius: 20px;
	padding: 40px;
	display: inline-block;
	padding-bottom: 20px;
	padding-top: 120px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.knowledge-heading h4 {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #FAFAFA;
}

.knowledge-questions {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.knowledge-card:before {
    position: absolute;
    content: "";
    background: linear-gradient(201.08deg, rgba(0, 0, 0, 0) 31.03%, rgba(0, 0, 0, 0.8) 62.41%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.knowledge-questions span {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px rgba(255, 255, 255, 0.25);
    transition: all 0.5s ease;
    margin: 2px;
    cursor: pointer;
    float: left;
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 600;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    vertical-align: unset;
}

.knowledge-questions span:hover {
    background: #ffd700;
    color: #000;
}

.knowledge-heading {
    margin-bottom: 30px;
}

.right_ans {
    background: #0CB70C !important;
}

.wrong_ans {
    background: #FF0000 !important;
}

.ranking-heading h4 span b {
    color: #fff;
    font-weight: 600;
}

.custom-footer {
    background: #0C0C0D;
    padding-top: 60px;
    padding-bottom: 30px;

}

.copyright-text p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    text-align: center;
    color: #92949f;
    margin-bottom: 0;
}

.copyright-text p a {
    color: var(--orange-color);
}

.copyright-text p a:hover {
    color: #ffffff;
    text-decoration: none;
}

.copyright-text {
    border-top: 1px solid #92949f;
    padding-top: 30px;
    margin-top: 10px;
}

.footer-menu h4 {
    font-family: var(--Plus-Jakarta-Sans);
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    color: #fafafa;
    margin-bottom: 30px;
}

.footer-menu li a {
    font-family: var(--DM-Sans);
    font-weight: 500;
    font-size: 18px;
    line-height: 25.21px;
    color: #92949f;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.social-colum li {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    color: #92949f;
}

.social-colum li span {
    color: #FAFAFA;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.phone-tex a {
    font-size: 24px !important;
    color: #FFD700 !important;
}

.phone-tex a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: var(--orange-color);
    text-decoration: none;
}

.social-icon {
    display: flex;
    gap: 9px;
    margin-top: 20px;
    list-style: none;
    padding: 0px;
}

.copyright-text-inner-box h2 {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-style: 9pt Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25.21px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #92949F;
    margin-bottom: 0px;
}

.copyright-text-inner-box h2 span {
    color: var(--orange-color);
}

.copyright-text {
    display: flex;
    justify-content: space-between;
}

.copyright-text-inner-box span a {
    font-family: var(--DM-Sans);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 25.21px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #92949F
}

.copyright-text-inner-box {
    display: flex;
    gap: 16px;
}

.copyright-text-inner-box span a:hover {
    color: #92949F;
    text-decoration: none;
}

.footer-double {
    display: flex;
}

.footer-double ul {
    width: 50%;
}

.footer-logo-pera p {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 25.21px;
    color: #92949f;
}

.footer-logo-pera {
    margin-top: 24px;
}

.footer-logo img {
    max-height: 86px;
}

.footer-menu {
    padding-left: 75px;
    position: relative;
}

.footer-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 1.5px;
    background: linear-gradient(to bottom, #fff, #0B0C11);
    top: 0;
}

/* .footer-4 .footer-menu {
    padding-left: 0;
} */
.social-icon img {
    transition: 0.3s all ease-in;
    max-width: 40px;
}

.social-icon img:hover {
    transform: scale(1.1);
}

.custom-navbar-widget {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggler-icon i {
    color: #000000;
}

.navbar-toggler-icon {
    background: #ffd700;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tipspage-section {
    background: #191b26;
    padding-top: 40px;
    padding-bottom: 80px;
}

.tips-widget {
    background: radial-gradient(50% 203.45% at 50% 50%, #7217B6 0%, #21094E 100%);
    padding: 80px;
    border: 1px solid #4A4A4A;
    border-radius: 20px;
    padding-bottom: 50px;
}

.tips-top-margin {
    margin-top: 40px;
}

.tips-category {
    position: absolute;
    top: 13px;
    left: 13px;
}

.explore-item-image {
    position: relative;
}

.tips-category a {
    font-family: var(--DM-Sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #0c0c0d;
    background: var(--orange-color);
    border-radius: 5px;
    padding: 8px 15px;
    transition: 0.3s all ease-in;
}

.tips-category a:hover {
    background: #A624CD;
    color: #fff;
    text-decoration: none;
}

.tipspage-tabs .nav-item .nav-link {
    background: #fff !important;
    font-family: var(--DM-Sans);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-align: center;
    color: #0c0c0d !important;
    padding: 12px 30px;
}

.tipspage-tabs .nav-item {
    margin-left: 20px;
}

.tipspage-tabs .nav-item .nav-link.active {
    background: #FFD700 !important;
}

.tipspage-tabs .nav.nav-pills {
    justify-content: end;
}

.custom-tab-tips .explore-item-box {
    margin-bottom: 30px;
}

.tips-load-btn {
    text-align: center;
}

.sports-sec {
    padding: 80px 0px 0px;
    background: #191b26;
}

.sports-sec-row {
    margin-top: 33px;
}

.live-score-section-row .matches-card {
    padding: 33px;
}

.heading-ranking a {
    font-size: 16px !important;
}

.match-card-features {
    margin-top: 16px;
}

.live-score-section-inner-box p {
    font-family: var(--DM-Sans);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #FFD700;
}

.live-score-section-inner {
    display: flex;
    justify-content: space-between;
    border: 1px solid #FAFAFA;
    padding: 17px 20px;
    border-radius: 5px;
    margin-top: 16px;
    align-items: center;
}

.match-card-image.card-match-img {
    margin-bottom: 16px;
}

.live-score-section-inner-box h2 {
    font-family: var(--DM-Sans);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: right;
    margin-bottom: 0px;
    color: #ffff;
}

.live-score-section-inner-box.box-1 {
    width: 100% !important;
}

.leftrightgap {
    width: calc(100% - 130px);
    margin: 0px 65px;
}
.bets-card-logo a {
	text-decoration: none;
}
.padding_less {
	padding-right: 0;
}
.service-section {
	overflow: hidden;
}
.bets-last-link_third img {
    width: 36px !important;
    height: 36px;
}
.bets-last-link_fourth {
    display: flex;
    flex-direction: column;
}
.bets-last-link_fourth a {
	color: #5C567B;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0%;
    text-decoration: none;
}
.bets-last-link_second {
	display: flex;
	align-items: center;
	gap: 10px;
}
.bets-last-link {
	display: flex;
	align-items: start;
	/* justify-content: space-between; */
	gap: 10px;
	margin-top: 24px;
    flex-direction: column;
}
.bets-last-link_fourth a:hover {
	color: #7217b6;
}
.bets-card-button p a:hover {
    background: transparent;
    color: #7217b6;
}
.color_changes {
	color: #fff;
	text-decoration: none;
}
.color_changes:hover {
	color: #ffd700;
	text-decoration: none;
}
.recent-news-section-cate-subBox-content h2 {
	word-spacing: 4px;
}
.ranking-heading h4 a {
	word-spacing: 4px;
}
.trending-two-sec-right-vertical-subbox-content h4 a {
	word-spacing: 4px;
	line-height: 130%;
}
.ranking-heading.ranking-heading_update h4 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.ranking-heading.ranking-heading_update h4 span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-news-section_update {
	padding: 80px 0;
}

.btn-load-more{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.custom-nav-menu .nav-item.active .nav-link{
    color: var(--orange-color);
}
.fixed-all-icon-inner a img {
	width: auto;
	height: 40px;
	filter: brightness(0) invert(1);
}

.fixed-all-icon-inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	/* background-color: var(--orange-color); */
	position: fixed;
	bottom: 28%;
	left: 0%;
	z-index: 9999;
	padding: 10px 5px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #FE33CB;
	color: white;
}
.linktree-img {
	position: fixed;
	z-index: 9999;
	bottom: 4%;
	left: 15px;
}
.fixed-whatsappIcon {
	position: fixed;
	bottom: 4%;
	right: 15px;
    	z-index: 9999;
}
.fixed-whatsappIcon a img{
    width: auto;
    height:50px;
}
.fontInc {
	font-size: 21px !important;
}
.match-card-features.higlight-minheight p {
	min-height: 100px;
}
.left_social_icon a img {
	filter: brightness(0) invert(1);
}
.left_social_icon {
	display: flex;
	gap: 5px;
	background: #a624cd;
	flex-direction: column;
	position: fixed;
	top: 40%;
	z-index: 99;
	border-radius: 4px;
	padding: 5px 0;
}
.left_social_icon a {
	height: 48px;
	width: 48px;
	padding: 5px;
}
.left_social_whaticon {
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 99;
}
.linktree_icon {
	position: fixed;
    bottom: 50px;
	left: 10px;
	z-index: 99;
}
.left_social_whaticon img, .linktree_icon img {
    width: 60px;
    height: 60px;
}
.calender-tab-section_update .custom-table td, .calender-tab-section_update .custom-table th {
	min-width: 150px;
}
.explore-content.expoler-min p {
	min-height: 76px;
}
.ranking-heading.webkite-min h4 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.anchor-minHeight {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #f6cf01;
}
.matches-section.blog-section .matches-card-widget .ranking-heading h4 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.matches-section.blog-section .matches-card-widget .match-card-pera p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
img.banner-img {
    width: 100%;
    height: auto;
}


/* faq css */


    .accordian_mainsection {
        margin: 50px 0;
    }

    .accordian_mainsection .accordion .card {
        margin-bottom: 20px;
        border: 1px solid #45474F !important;
        border-radius: 8px !important;
        overflow: hidden;
    }

    .accordian_mainsection .accordion .card .card-header {
        border: 0;
        -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
        border-radius: 2px;
        padding: 0;
    }

   .accordian_mainsection .accordion .card .card-body {
        padding-top: 0;
        font-size: 18px;
        font-family: var(--DM-Sans);
        line-height: 150%;
    }

    .accordian_mainsection .accordion .card .card-header .btn-header-link {
        color: #fff;
        display: block;
        text-align: left;
        background: #ffd700;
        color: #0C0C0D;
        padding: 16px 36px 16px 20px;
        font-size: 20px;
        font-weight: 600;
        font-family: var(--Plus-Jakarta-Sans);
    }

    .accordian_mainsection .accordion .card .card-header .btn-header-link:after {
        content: "+";
        font-weight: 500;
        float: right;
        position: absolute;
        transform: rotate(45deg);
        right: 10px;
        top: 14px;
    }

    .accordian_mainsection .accordion .card .card-header .btn-header-link.collapsed {
        background: linear-gradient(180deg, #07080D 0%, #1D1F2C 100%);
        color: #fff;
    }

    .accordian_mainsection .accordion .card .card-header .btn-header-link.collapsed:after {
        content: "+";
        transform: rotate(0deg);
        font-weight: 500;
    }

    .accordian_mainsection .accordion .card .collapsing {
        background: #ffd700;
        line-height: 30px;
    }

    .accordian_mainsection .accordion .card .collapse {
        border: 0;
    }

    .accordian_mainsection .accordion .card .collapse.show {
        background: #ffd700;
        line-height: 30px;
        color: #0C0C0D;
    }
.explore-btn.explore-btnfaq {
    text-align: center;
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

    #showLessFaqs.d-none {
        display: none !important;
    }
section.win-prize-section.overlay-remove .explore-prize-widget:before {
    display: none;
}
section.sports-sec.sports-sec_update {
    padding-bottom: 80px;
}
section.win-bets-section .bets-item-box {
    min-height: 585px;
}
.midbaner {
    background: #191b26;
}
.midbaner ul {
    margin: 0;
    padding: 8px 15px;
}
.midbaner {
    display: none;
}
.calender-tab-section.calender-tab-section_update.calender-tab-section_updatehome .calender-tab-btn ul {
    justify-content: center;
}
.calender-tab-section.calender-tab-section_update.calender-tab-section_updatehome .row {
    justify-content: center;
}

.lazy-load {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;
}

.lazy-load.show {
    opacity: 1;
    visibility: visible;
}


@media (max-width:1765px) {
    .footer-menu {
        padding-left: 40px;
    }
}

@media (max-width:1600px) {
    .platform-heading {
        font-size: 50px;
        line-height: 75px;
    }
    section.sports-sec.sports-sec_update {
    padding-bottom: 70px;
}
    .match-card-features.higlight-minheight p {
	min-height: 120px;
}
.related-news-section_update {
	padding: 70px 0;
}
    .live-score-section-inner-box h2 {
        font-size: 15px;
    }

    .leftrightgap {
        width: calc(100% - 120px);
        margin: 0px 60px;
    }

    .about-section {
        padding-top: 65px;
        padding-bottom: 50px;
    }

    .common-title {
        font-size: 48px;
        line-height: 58px;
    }

    .explore-carousal-widget {
        margin-top: 40px;
    }

    .explore-tips-widget {
        padding: 60px;
        padding-right: 0;
    }

    .common-padding {
        padding-top: 60px;
        padding-bottom: 60px;
        /* padding-left: 16px;
    padding-right: 16px; */
    }

    .explore-prize-widget {
        padding: 100px 60px;
    }

    .common-btn {
        padding: 13px 30px;
    }

    .bets-content {
        font-size: 17px;
    }

    p.bets-pera {
        font-size: 22px;
        line-height: 28px;
    }

    .calender-tab-btn .nav-item .nav-link {
        padding: 14px 30px;
    }

    .calender-tab-btn .nav-item {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .service-carousel-2 {
        max-width: 1000px;
    }

    .service-inner-box h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .ranking-heading h4 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    table.custom-ranking-table th {
        font-size: 17px;
        line-height: 24px;
    }

    .custom-ranking-table td {
        line-height: 24px;
    }

    .ranking-box {
        padding: 25px 20px;
    }

    .ranking-heading h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .match-card-features p {
        font-size: 17px;
        line-height: 24px;
    }

    .knowledge-heading h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .knowledge-questions span {
        font-size: 17px;
        line-height: 26px;
    }

    .match-card-pera p {
        font-size: 17px;
        line-height: 24px;
    }

    .social-icon img {
        max-width: 35px;
    }

    .footer-menu li a {
        font-size: 17px;
        line-height: 24px;
    }

    .footer-menu {
        padding-left: 30px;
    }

    .copyright-text {
        padding-top: 20px;
    }

    .custom-footer {
        padding-bottom: 20px;
    }

    .footer-logo-pera p {
        font-size: 17px;
        line-height: 24px;
    }

    .footer-logo img {
        max-height: 60px;
    }

    .phone-tex a {
        font-size: 22px !important;
    }

    .explore-content h4 a {
        font-size: 22px;
        line-height: 28px;
    }

    .tips-widget {
        padding: 60px;
        padding-bottom: 50px;
    }

    .sports-sec {
        padding: 70px 0px 0px;
    }

    .live-score-section-row .matches-card {
        padding: 30px;
    }
}

@media (max-width:1500px) {
    .common-title {
        font-size: 44px;
        line-height: 54px;
    }

    .explore-tips-widget {
        padding: 20px;
        padding-right: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-width-widget {
        max-width: 1200px;
    }

    .explore-prize-widget {
        padding: 100px 30px;
    }

    p.bets-pera {
        font-size: 20px;
        line-height: 26px;
    }

    .platform-heading {
        font-size: 44px;
        line-height: 60px;
    }

    .tips-widget {
        padding: 40px;
        padding-bottom: 50px;
    }
}

@media (max-width:1455px) {
    .leftrightgap {
        width: calc(100% - 80px);
        margin: 0px 40px;
    }
    .fontInc {
	font-size: 18px !important;
}
section.win-bets-section .bets-item-box {
    min-height: auto;
}
}

@media (max-width:1399px) {
    .custom-nav-menu .nav-item {
        margin-left: 23px;
    }
section.sports-sec.sports-sec_update {
    padding-bottom: 50px;
}
    .brand-logo img {
        max-height: 60px;
    }

    .about-section {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .platform-heading {
        font-size: 40px;
        line-height: 52px;
    }

    .platform-title h4 {
        font-size: 22px;
    }

    .platform-content p {
        font-size: 17px;
    }

    .explore-tips-widget {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .common-title {
        font-size: 40px;
        line-height: 52px;
    }

    .explore-content p {
        font-size: 17px;
        line-height: 24px;
    }

    .explore-item-box {
        padding: 20px;
    }

    .explore-meta p {
        font-size: 16px;
        line-height: 22px;
    }

    .explore-content h4 a {
        font-size: 18px;
        line-height: 26px;
    }

    .explore-meta {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .explore-content p {
        font-size: 16px;
        line-height: 22px;
    }

    p.bets-pera {
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
    }

    .bets-card-logo img {
        max-height: 50px;
    }

    .bets-card-logo p {
        font-size: 15px;
    }

    .bets-content {
        font-size: 16px;
        margin-top: 20px;
    }

    .win-prize-section {
        padding-top: 60px;
    }

    .calender-tab-btn .nav-item .nav-link {
        padding: 12px 26px;
    }

    .calender-tab-btn .nav-item {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .custom-table th {
        font-size: 16px;
        line-height: 22px;
    }

    .custom-table td {
        font-size: 16px;
        line-height: 22px;
    }

    .service-inner-box img {
        max-height: 32px;
        margin-bottom: 15px;
    }

    .service-inner-box h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .service-inner-box {
        padding: 25px;
    }

    table.custom-ranking-table th {
        font-size: 16px;
    }

    .matches-card {
        padding: 20px;
    }

    .matches-card .ranking-heading h4 a {
        font-size: 15px;
    }

    .match-card-pera p {
        font-size: 16px;
    }

    .match-card-pera {
        margin-top: 20px;
    }

    .match-card-features p {
        font-size: 16px;
    }

    .knowledge-heading h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .knowledge-questions span {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .knowledge-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .knowledge-heading {
        margin-bottom: 20px;
    }

    .footer-logo-pera p {
        font-size: 15px;
        line-height: 22px;
    }

    .footer-logo img {
        max-height: 55px;
    }

    .footer-logo-pera {
        margin-top: 20px;
    }

    .footer-menu li a {
        font-size: 15px;
        line-height: 22px;
    }

    .footer-menu ul li {
        margin-bottom: 7px;
    }

    .footer-menu h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 17px;
    }

    .social-colum li {
        font-size: 15px;
        line-height: 22px;
    }

    .social-icon img {
        max-width: 32px;
    }

    .phone-tex a {
        font-size: 20px !important;
    }

    .copyright-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .tipspage-section {
        padding-bottom: 55px;
    }

    .sports-sec {
        padding: 50px 0px 0px;
    }

    .live-score-section-row .matches-card {
        padding: 25px;
    }

    .live-score-section-inner-box h2 {
        font-size: 14px
    }

    .live-score-section-inner {
        padding: 14px 12px
    }

}

@media (max-width:1366px) {
    .leftrightgap {
        width: calc(100% - 60px);
        margin: 0px 30px;
    }
     .live-score-section-row .matches-card {
	padding: 20px;
}
.related-news-section_update {
	padding: 50px 0;
}
}


@media (max-width:1299px) {
    .common-btn {
        padding: 13px 26px;
    }

    .leftrightgap {
        width: calc(100% - 50px);
        margin: 0px 25px;
    }

    .footer-menu {
        padding-left: 25px;
    }

    section.slider-banner {
        margin-top: 0;
    }

    .header-navbar {
        background: #191B26;
        box-shadow: 0px 3px 8px #5a5a5a;
    }
}

@media (max-width:1199px) {
    .header-topbar {
        padding-top: 5px;
        padding-bottom: 6px;
    }
    .padding_less {
        padding-right: 15px;
    }
    .brand-logo img {
        max-height: 55px;
    }

    .custom-nav-menu .nav-item .nav-link {
        font-size: 16px;
    }

    .custom-nav-menu .nav-item {
        margin-left: 15px;
    }

    .about-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .platform-heading {
        font-size: 36px;
        line-height: 50px;
    }

    .common-title {
        font-size: 36px;
        line-height: 48px;
    }

    .explore-tips-widget {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .common-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .win-prize-section {
        padding-top: 50px;
    }

    .explore-prize-widget {
        padding: 60px 30px;
    }

    .service-carousel-2 {
        max-width: 100%;
    }

    .ranking-heading h4 {
        font-size: 16px;
        line-height: 22px;
    }

    section.common-padding.service-section {
        padding-bottom: 65px;
    }

    .service-carousel-2 {
        margin-top: 20px;
    }

    .custom-ranking-table td {
        font-size: 15px;
    }

    .match-card-features p {
        font-size: 15px;
    }

    .match-card-pera p {
        font-size: 15px;
        line-height: 22px;
    }

    .service-inner-box p {
        font-size: 15px;
    }

    .service-inner-box h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .knowledge-heading h4 {
        font-size: 16px;
    }

    .knowledge-questions span {
        font-size: 15px;
        line-height: 21px;
    }

    .match-card-image img {
        max-height: 200px;
        min-height: 200px;
    }

    .tips-top-margin {
        margin-top: 25px;
    }

    .tipspage-tabs .nav-item .nav-link {
        padding: 9px 24px;
    }

    .tipspage-tabs .nav-item {
        margin-left: 13px;
    }

    .tipspage-section {
        padding-bottom: 50px;
    }

    .live-score-section-inner-box h2 {
        font-size: 12px;
    }

    .live-score-section-inner-box p {
        font-size: 13px;
    }

    .heading-ranking a {
        font-size: 13px !important;
    }

    .heading-ranking h4 {
        font-size: 14px;
    }

    .ranking-heading h4 {
        padding-bottom: 16px;
    }
   

}
@media (max-width:1009ppx){
    .live-score-section-row .matches-card {
	padding: 20px 13px;
}
}
@media (max-width:991px) {
    .custom-nav-menu .nav-item .nav-link {
        text-align: left;
    }
.midbaner {
    display: block;
}
.clanumdata {
    display: none;
}
    .leftrightgap {
        width: calc(100% - 0px);
        margin: 0px 0px;
    }

    .custom-nav-menu {
        background: #343434;
        margin-top: 20px;
        padding: 15px 0;
        border-radius: 12px;
        border: 1px solid #ffd700;
    }

    .custom-navbar-widget button.navbar-toggler {
        padding: 0;
    }

    .custom-nav-menu .nav-item .nav-link {
        font-weight: 500;
    }

    .custom-nav-menu .nav-item {
        margin-left: 15px;
        border-bottom: 1px solid #2a2a2a;
        margin-bottom: 7px;
        padding-bottom: 5px;
    }

    .custom-nav-menu .nav-item:last-child {
        margin-bottom: 0;
        margin-top: 8px;
        border: none;
    }

    .common-heading {
        text-align: center;
    }

    .explore-btn {
        text-align: center;
    }

    .explore-tips-widget {
        padding: 40px 30px 50px;
    }

    .explore-tips-spacing {
        padding-right: 0;
    }

    .explore-content.explore-title-pera {
        text-align: center;
    }

    .mobile-explore-btn {
        text-align: center;
        margin-top: 35px;
    }

    .mobile-win-bets-btn {
        text-align: center;
        margin-top: 35px;
    }

    .explore-carousal-widget {
        margin-top: 35px;
    }

    .bets-carousal {
        margin-top: 25px;
    }

    /* .win-prize-section .common-heading {
    text-align: left;
} */
    .win-prize-section .common-title {
        margin-bottom: 10px;
    }

    .explore-prize-widget {
        position: relative;
        overflow: hidden;
    }

    .explore-prize-widget:before {
        position: absolute;
        content: "";
        background: #000000ab;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .calender-tab-btn .nav.nav-pills {
        justify-content: center;
    }

    .calender-tab-btn .nav-item {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .calender-tab-btn .nav-item .nav-link {
        padding: 9px 23px;
    }

    .calender-body {
        margin-top: 15px;
    }

    .ranking-box {
        margin-bottom: 30px;
    }

    .match-btn {
        text-align: center;
        margin-top: 35px;
    }

    .matches-card-widget {
        margin-top: 35px;
    }

    .matches-card {
        padding: 15px 10px;
        border-radius: 10px;
    }

    .matches-card .ranking-heading h4 a {
        font-size: 14px;
    }

    .match-card-image img {
        border-radius: 7px;
        max-height: 150px;
        min-height: 150px;
    }

    .knowledge-mobile-btn {
        text-align: center;
        margin-top: 35px;
    }

    .stories-mobile-btn {
        text-align: center;
        margin-top: 35px;
    }

    .footer-1 {
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 1px solid #92949f;
        padding-bottom: 10px;
    }

    .footer-menu {
        background: #343434;
        border-radius: 15px;
        padding: 20px;
        min-height: 194px;
    }

    .footer-menu:before {
        display: none;
    }

    .copyright-text {
        margin-top: 30px;
    }

    .overview-section,
    .ranking-section {
        padding-bottom: 20px;
    }

    .service-card-section {
        margin-top: 20px;
    }

    section.common-padding.service-section {
        padding-top: 35px;
    }

    .tipspage-tabs .nav.nav-pills {
        justify-content: center;
        margin-top: 15px;
    }

    .copyright-text-inner-box h2 {
        font-size: 16px;
    }

    .copyright-text-inner-box h2 span {
        font-size: 16px;
    }

    .copyright-text-inner-box {
        gap: 8px
    }

    .copyright-text-inner-box span a {
        font-size: 16px;
    }

    .social-icon {
        justify-content: center;
    }

    .match-card-image.card-match-img img {
        max-height: 200px;
        min-height: 200px;

    }

    .live-score-section-row {
        gap: 25px 0px;
    }

    .sports-sec-row {
        gap: 25px 0px;
    }
}

@media (max-width:767px) {
    .platform-title {
        text-align: center;
    }
 .match-card-features.higlight-minheight p {
	min-height: inherit;
}
.incresheight h4 {
  min-height:  inherit;
}
    .platform-content {
        text-align: center;
    }
.related-news-section_update {
	padding: 40px 0;
}
    .about-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .service-inner-box {
        text-align: center;
    }

    .service-inner-box img {
        margin-left: auto;
        margin-right: auto;
    }

    .explore-item-box {
        text-align: center;
    }

    .calender-tab-btn .nav-item .nav-link {
        font-size: 15px;
        padding: 7px 23px;
        font-weight: 400;
    }

    .matches-card {
        margin-bottom: 30px;
    }

    .matches-card {
        padding: 25px 25px;
    }

    .match-card-image img {
        max-height: 350px;
        min-height: 350px;
    }

    .match-btn {
        margin-top: 10px;
    }

    .knowledge-card {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .knowledge-mobile-btn {
        margin-top: 10px;
    }

    .stories-mobile-btn {
        margin-top: 10px;
    }

    .footer-menu h4 {
        text-align: center;
    }

    .footer-double {
        flex-direction: column;
    }

    .footer-double ul {
        width: 100%;
    }

    .footer-double ul {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .footer-menu ul li {
        margin: 0 10px;
        margin-bottom: 7px;
    }

    .footer-menu {
        min-height: auto;
        margin-bottom: 15px;
    }

    .social-colum {
        text-align: center;
    }

    .footer-menu ul {
        display: flex;
        justify-content: center;
    }

    .social-icon {
        margin: 0;
    }

    ul.social-icon li {
        margin: 0;
    }

    .footer-menu li a {
        font-size: 15px !important;
    }

    .copyright-text {
        margin-top: 10px;
        padding-top: 15px;
    }

    .custom-footer {
        padding-bottom: 15px;
    }

    .social-colum ul {
        margin-bottom: 0;
    }

    .footer-menu ul {
        flex-wrap: wrap;
    }

    .tipspage-tabs .nav-item {
        margin-bottom: 10px;
    }

    .tips-top-margin {
        margin-top: 15px;
    }

    .copyright-text {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .footer-menu ul {
        flex-direction: column;
        align-items: center;
    }

    .common-padding.live-score-section .matches-card {
        margin-bottom: 0px;
    }
    .ranking-table th {
	min-width: 145px;
}
.calender-table th {
	min-width: 150px;
}
.ranking-table.rem-min th{
    min-width: inherit
}
}

@media (max-width:576px) {
.left_social_icon {
    display: flex;
    gap: 0;
    background: #a624cd;
    flex-direction: column;
    position: fixed;
    top: inherit;
    z-index: 99;
    border-radius: 0;
    padding: 0;
    bottom: 120px;
    justify-content: center;
    padding-bottom: 5px;
}
.left_social_icon a {
    height: 32px;
    width: 32px;
    padding: 5px;
}

    .navbar-toggler-icon {
        width: 37px;
        height: 36px;
    }

    .brand-logo img {
        max-height: 45px;
    }

    .custom-nav-menu .nav-item .nav-link {
        font-size: 15px;
    }

    .custom-nav-menu .nav-item {
        margin-bottom: 4px;
    }

    .platform-heading {
        font-size: 32px;
    }

    .platform-content p {
        font-size: 16px;
    }

    .about-section {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .explore-tips-widget {
        padding: 30px 20px 45px;
    }

    .explore-content h4 a {
        font-size: 17px;
        font-weight: 500;
    }

    .explore-item-box {
        padding: 15px;
    }

    .common-btn {
        padding: 11px 26px;
    }

    .mobile-explore-btn {
        margin-top: 30px;
    }

    .common-padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .common-title {
        font-size: 30px;
        line-height: 38px;
    }

    section.common-padding.ranking-section {
        padding-bottom: 20px;
    }

    .match-card-image img {
        max-height: 270px;
        min-height: 270px;
    }

    .footer-logo img {
        max-height: 50px;
    }

    .custom-footer {
        padding-top: 45px;
    }

    .footer-menu h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .copyright-text p {
        font-size: 15px;
        line-height: 21px;
    }

    .custom-tab-tips .explore-item-box {
        margin-bottom: 20px;
    }

    .tips-widget {
        padding: 40px 20px 40px;
    }

    .tipspage-tabs .nav-item .nav-link {
        padding: 6px 9px;
        font-size: 15px;
    }

    .tipspage-tabs .nav-item {
        margin-left: 8px;
    }

    .tipspage-tabs .nav.nav-pills {
        margin-top: 10px;
    }

    .tips-widget {
        padding: 25px 15px 40px;
    }

    .tipspage-section {
        padding-bottom: 40px;
    }

    .copyright-text-inner-box h2 {

        text-align: center;
    }
    .bets-last-link{
        flex-direction: column;
    }
}

@media (max-width:480px) {
    .navbar-toggler-icon {
        width: 35px;
        height: 32px;
    }

    .about-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .platform-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .platform-title h4 {
        font-size: 20px;
    }

    .platform-content p {
        font-size: 15px;
    }

    .common-title {
        font-size: 24px;
        line-height: 32px;
    }

    .explore-content p {
        font-size: 15px;
    }

    .explore-content h4 a {
        line-height: 22px;
    }

    .common-btn {
        font-size: 15px;
        padding: 10px 26px;
    }

    p.bets-pera {
        font-size: 16px;
        line-height: 23px;
    }

    .bets-carousal {
        margin-top: 10px;
    }

    .bets-card-heading {
        flex-direction: column-reverse;
    }

    .bets-card-logo {
        text-align: center;
        margin-top: 15px;
    }

    .bets-card-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .bets-content {
        font-size: 15px;
    }

    .custom-table td {
        font-size: 15px;
    }

    .common-pera {
        font-size: 16px;
        line-height: 22px;
    }

    .match-card-image img {
        max-height: 200px;
        min-height: 200px;
    }

    .knowledge-mobile-btn {
        margin-top: 5px;
    }

    .matches-card {
        padding: 20px 15px;
    }

    .social-icon img {
        max-width: 30px;
    }

    .social-icon {
        margin-top: 10px;
    }
}