@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Literata:opsz@7..72&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
html {
    height: 100%;
    box-sizing: border-box;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative;
	min-height: 100%;	
}
ul,
li,
ol,
p,
strong,
span {
	margin: 0;
	padding: 0;
}

.fs-h1 {
	font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}
.fs-14 {
	font-size: 14px;
}
.fs-15 {
	font-size: 15px;
}
.about-text-justify {
	text-align: justify !important;
}
.about-side-text {
	color: #A4ACB6;
    font-size: 15px;
}

.sports-details-text {
	color: #A4ACB6;
    font-size: 16px;
	text-align: justify;
}

.tips-tricks-li li {
	margin-left: 30px;
	display: list-item;
    text-align: justify;
}
.poker-img {
	height: 100%;
}
.sports-details-img {
	max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
li {
	display: inline-block;
}

.forgot-pass-link {
    float: right;
    margin-top: 5px;
}

.forgot-pass-style {
	color: #3F51B5;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #b2b9e1;
    line-height: 15px;
    cursor: pointer;
}

strong {
	font-weight: normal;
}

a {
	color: #121a29;
	text-decoration: none;
}

a:hover {
	color: #48B415;
	text-decoration: none;
}

.mt-18 {
	margin-top: 18px;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(/images/landing-page14/wc-provider-bg-shape-img.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

header {
	backdrop-filter: blur(70px);
	height: 67px;
}

.header-style {
    border-bottom: var(--lp-header-nav-border);
    background: var(--lp-header-nav-bg-color);
}

.footer-style {
    background: var(--lp-footer-bg-color);
}

.nav-link:focus, .nav-link:hover {
    color: #ffffff;
}

.provider-img {
	max-width: 50%;
}

a.nav-link {
	color: #A6AAB0;
	font-size: 20px;
}

a.nav-link:hover,
.navbar-nav .nav-link.active {
	color: #FFFFFF;
}

.navbar-brand img {
    max-height: 80px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    max-height: 50px;
}

.auth-btn {
	box-shadow: var(--auth-btn-shadow);
    border-radius: 12px;
	background-color: #201515;
	font-weight: 500;
}

.lm-1 {
	margin-right: 1.1rem;
	margin-top: 2px;
}

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

.footer-logo {
    padding: 0;
    margin: 0;
}

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

.btn:first-child:hover, :not(.btn-check)+.btn:hover {
    color: #ffffff !important;
    background-color: #121A29;
    border-color: #ffffff;
}

.banner-sec {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6b0000+0,c10029+61,8a0010+100 */
	background: #6b0000;
	/* Old browsers */
	background: -moz-linear-gradient(left, #6b0000 0%, #c10029 61%, #8a0010 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #6b0000 0%, #c10029 61%, #8a0010 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #6b0000 0%, #c10029 61%, #8a0010 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b0000', endColorstr='#8a0010', GradientType=1);
	/* IE6-9 */
	position: relative;
	overflow: hidden;
}

.banner-left-text {
	padding-top: 28%;
	min-height: 100%;
	position: relative;
}

.banner-left-text h1 {
	color: #FFFFFF;
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 600;
}

.banner-left-text p {
	font-size: 18px;
	color: #ffffff;
}

.cmn-btn {
	background: #48B415;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 5px;
	font-size: 20px;
	min-width: 130px;
	line-height: 25px;
	font-weight: 500;
	display: inline-block;
}

.cmn-btn:hover {
	background: #121A29;
	color: #ffffff;
}

.cmn-bdr-btn {
	background: #080D17;
	border: 1px solid #48B415;
	border-radius: 5px;
	text-transform: capitalize;
	color: #ffffff;
	min-width: 150px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	padding: 7px 15px;
	display: inline-block;
}

.cmn-bdr-btn:hover {
	background: #121A29;
	color: #ffffff;
}

span.banner-get-id-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.banner-sec .owl-dots button {
	display: inline-block;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 0 0;
	background: #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background:
		#48B415;
}

.banner-sec .owl-dots {
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 15px;
}
.owl-dots {
	text-align: center;
}
span.banner-get-id-btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -65px;
}
.h-t-use-block {
	background-color: #121A29;
	border: 1px solid #48B415;
	border-radius: 5px;
	padding: 15px;
}
.step-text-bx {
	background: #182133;
	border: 1px solid #48B415;
	box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	width: 100%;
}
.step-text-bx span,
.step-text-bx strong {
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.h-i-w-btn {
	padding-top: 30px;
	text-align: center;
}
section.how-to-sec {
	margin-top: -10px;
	position: relative;
	z-index: 1;
}
.sec-title {
	text-align: center;
	padding: 25px 0;
}
.sec-title h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
}
.sec-title span {
	color: #48B415;
}
.sub-title {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.v-web-d-id a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #0065C1;
}
.v-web-d-id a:hover {
	color: #48B415;
}
.v-web-d-id ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-p-block p {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 22px;
}
.b-p-block strong {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FF0000;
	display: inline-block;
	padding-bottom: 20px;
}
.b-p-block {
	text-align: center;
	padding: 15px 5px;
	background: linear-gradient(180deg, rgba(198, 255, 188, 0.28) 0%, rgba(57, 57, 57, 0.3) 100%);
	border: 1px solid #6B0000;
	margin-bottom: 30px;
}
.v-web-d-id {
	padding-bottom: 30px;
	padding-top: 10px;
}
.wc-provider-sec {
	background-image: url(/images/landing-page14/wc-provider-bg-shape-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}

.service-support-sec {
	background-color: #080D17;
	padding-bottom: 30px;
	max-height: 200px;
}

.ser-sup-block {
	background: #121A29;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	text-align: center;
	padding: 15px 130px;
	position: relative;
	top: -130px;
}

.ser-sup-block:before {
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	background-image: url(/images/landing-page14/ser-support-lft-bx.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 111px;
	height: 128px;
	margin-top: -64px;
}

.ser-sup-block:after {
	content: "";
	top: 50%;
	left: inherit;
	right: 0;
	position: absolute;
	background-image: url(/images/landing-page14/ser-support-rit-bx.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 111px;
	height: 128px;
	margin-top: -64px;
}

.ser-sup-block .sec-title h2 {
	font-family: 'Literata', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
}

.denied-text strong {
	font-family: 'Alata', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}

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

.get-id-contact-btns .cmn-ul-list li {
	padding: 0 10px;
}

.ser-sup-block .sec-title {
	padding-top: 0;
}

.about-us-lft-bx {
	background: linear-gradient(180deg, #1A331D 0%, #DC6D50 100%);
	border: 2px solid #FFFFFF;
	border-radius: 20px 20px 20px 0px;
	padding: 15px;
}

.about-us-point ul li p {
	font-family: 'Alata', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}

.about-us-point ul li {
	margin-bottom: 15px;
}

.about-us-lft-bx .sec-title {
	padding: 0;
}

.about-us-lft-bx .sec-title h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	color: #FFFFFF;
}

.about-us-sec {
	background: #0e0e0b;
	/* Old browsers */
	background: -moz-linear-gradient(left, #0e0e0b 0%, #0a0a08 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0e0e0b 0%, #0a0a08 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0e0e0b 0%, #0a0a08 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0b', endColorstr='#0a0a08', GradientType=1);
	/* IE6-9 */
	padding: 30px 0;
}

.about-bg-img {
	background-image: url(/images/landing-page14/wc-provider-bg-shape-img.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}

/* .mission-data:hover {
	transform: scale(1.01);
    border: 3px solid rgba(24, 151, 255, 0.22);
    -webkit-transform: scale(1.01);
    box-shadow: 0 5px 20px 0 rgba(24, 151, 255, 0.22);
} */

.mission-data {
	border-radius: 15px;
}

.a-us-wpr {
	background-image: url(/images/landing-page14/about-us-bg-img-update.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 85px;
}

.about-us-point ul li p span {
	color: #000000;
}

.c-no-dow-app-bx .btn.cmn-bdr-btn {
	background-color: black;
}

.c-no-dow-app-bx ul {
	margin-left: -10px;
	margin-right: -10px;
}

.c-no-dow-app-bx ul li {
	padding-left: 10px;
	padding-right: 10px;
}

.c-no-dow-app-bx {
	text-align: right;
}

.live-sport-bx {
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 330px;
	background-position: top center;
	text-align: center;
	position: relative;
}

.live-sport-bx h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -46px;
}

figure.fav-sport-icon {
	min-height: 190px;
}

.play-favourite-sec .get-id-contact-btns {
	text-align: center;
	padding: 30px 0;
}

.our-sports-page-sec {

}

.live-sport-bx.fav-sport-bg2 {
	background-image: url(/images/landing-page14/fav-sport-bg2.png);
}

.live-sport-bx.fav-sport-bg3 {
	background-image: url(/images/landing-page14/fav-sport-bg2.png);
}

.live-sport-bx.fav-sport-bg4 {
	background-image: url(/images/landing-page14/fav-sport-bg2.png);
}

.play-favourite-sec {
	background-image: url(/images/landing-page14/play-favourite-sec-bg-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.live-sport-list a:hover h3 {
	color: #48B415;
}

.btm-footer {
	display: none;
}

footer {
    backdrop-filter: blur(70px);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.top-footer {
	padding: 15px 0;
}

.copyright-text {
	text-align: center;
	color: #BABABA;
	font-family: 'Alata', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.04em;
	padding-top: 10px;
}

.cmn-ftr-link .cmn-ul-list {
	margin-left: -10px;
	margin-right: -10px;
}

.cmn-ftr-link .cmn-ul-list li {
	padding-left: 10px;
	padding-right: 10px;
}

.cmn-ftr-link .cmn-ul-list li a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #A6AAB0;
}

.cmn-ftr-link .cmn-ul-list li a:hover {
	color: #ffffff;
}

.cmn-ftr-link {
	padding-top: 10px;
	text-align: right;
}

.menu-red-icon {
	display: none;
}

.social-icon {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 9;
    margin-top: -110px;
}

.social-icon ul li {
	width: 100%;
	display: inherit;
	padding: 10px 0;
}

.social-icon ul li a img {
    opacity: 0.7;
}

.social-icon ul li a:hover img {
	opacity: 1;
}
.social-icon.mobile-social-icons {
	display: none;
}
.denied-text.mobile-denied-text {
	display: none;
}
.mobile-v-web-d-id {
	display: none;
}
.about-us-logo {
	display: none;
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: url(/images/landing-page14/mobile-navbar-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y: hidden;
	transition: 0.5s;
	background-position: center top;
}
.overlay-content {
	position: relative;
	top: 30px;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	transition: 0.3s;
	line-height: 24px;
}
.overlay a:hover,
.overlay a:focus, .overlay a.active {
	color: #ffffff;
}
.overlay .closebtn {
	position: absolute;
	top: 6px;
	right: 0px;
	padding: 0;
}

.mobile-login-reg{
	display: none;
}
header .container {
    padding: 0 !important
}

.mobile-login-reg a.nav-link {
    color: #A6AAB0;
    font-size: 18px;
}

.mobile-login-reg a.nav-link:hover {
    color: #FFFFFF;
}

.mobile-login-reg .nav-link {
    display: inline-block;
}

.mobile-navbar {
	position: relative;
	z-index: 9999;
}

.navbar-bottom-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.banner-sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -37px;
}
.live-sport-list .owl-carousel button.owl-dot{padding: 0 5px!important;}
.banner-rit-img-bx {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.banner-content {
    height: 450px;
    overflow: hidden;
}
.banner-content .banner-rit-img-bx img{width:100%;min-height: 450px;}
.mid-l-s-warper {
    background: #FFFFFF;
    border: 1px solid #48B415;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: inherit;
    width: 634px;
	padding: 36px 92px 50px 92px;
    margin: 70px auto;
	border-radius: 16px;
	background-image: linear-gradient(#1d7c81, #4c5656) !important;
}
.left-border {
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.right-border {
	border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.field-border {
	border-radius: 10px !important;
}
.text-black {
	color: #000000 !important;
}
.login-signup-sec .sec-title h1{font-family: 'Roboto', sans-serif;font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 133.4%;
}
.form-control{
font-family: 'Roboto', sans-serif;
background: #F2F2F2;
border-radius: 4px 4px 0px 0px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #828282;
padding: 15px 12px;
border:0;
box-shadow: none;
border-bottom: 1px solid #E0E0E0;
}
.form-control:focus{
	background: #F2F2F2;
	box-shadow: none;
	border:0;
	border-bottom: 1px solid #48B415;
}
.login-signup-sec .sec-title {
    text-align: center;
    padding: 20px 0;
    padding-top: 0;
}
.input-group{
	margin-bottom:18px;
}
.l-btn-text-link p{
	font-family: 'Roboto', sans-serif;
	color:#000000;
	letter-spacing: 0.15px;
	font-weight: 400;
	font-size: 16px;
}
.l-btn-text-link p a{
	color: #303F9F;
}
.l-btn-text-link p a:hover{
	color: #48B415;
}
.l-btn-text-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.account-form-block .btn.cmn-btn{
background: #219653;
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
border-radius: 4px;
min-width: 138px;
font-weight: 400;
font-family: 'Roboto';
border:0;
padding: 9px 4px;
}

.account-form-block .change-pass-btn{
	padding: 7px 16px !important;
}

.password-show{
	background-color: #f2f2f2 !important;
	border-top-style: hidden;
	border-right-style: hidden;
	border-radius: 0px 0px 0px !important;
	position: absolute;
    right: 12px;
    top: 20px;
    z-index: 999;
	cursor: pointer;
}

.account-form-block .btn.cmn-btn:hover{
	background: #121A29;;
}
.d-apk-f-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.d-apk-f-pass a, .close-blog-post-detail {
    color: #3F51B5;
    font-weight: 400;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #b2b9e1;
    line-height: 15px;
	cursor: pointer;
}
.d-apk-f-pass a:hover, .close-blog-post-detail:hover{
    color: #000000;
    border-bottom: 1px solid #3F51B5;
}
.otp-message p {
font-size: 14px;
color: #000000;
letter-spacing: 0.15px;
font-weight: 400;
font-size: 16px;
font-family: 'Roboto', sans-serif;
}
.otp-message {
    padding-bottom: 10px;
}
.d-apk-f-pass.f-p-down-apk-link {
    justify-content: center;
}
span.otp-countdown-text {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.otp-countdown-text{color:#008415;font-size:14px;font-weight: 100;}
.form-control:focus, .form-select:focus{box-shadow:none;}
.phone-input-bx {
    display: inline-block;
    width: 100%;
}
.country-code-select {
    padding-right: 5px;
    float: left;
    width: 17%;
}
.number-input-bx {
	float: right;
    width: 83%;
}

.blog-post-list {
    margin-left: -15px;
    margin-right: -15px;
    display: inline-block;
	position: relative;
    width: 100%;
}
.blog-post-list .blog-post-bx {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    float: left;
	margin-bottom: 30px;
}
.blog-post-list .blog-post-bx .blog-post-card{
    background-color: #ffffff;
	border-bottom: 2px solid #48B415;
	display: inline-block;
	width:100%;
	cursor: pointer;
}
figure.blog-post-img {
    margin: 0;
    overflow: hidden;
    height: 195px;
    background-color: #d8d8d8;
    margin-bottom: 10px;
}
figure.blog-post-img img {
    width: 100%;
}

.blog-title{
	color: #000000;
	font-weight: 600;
	line-height: 27px;
	font-size: 22px;
	max-height: 10vh;
}
.blog-post-list a:hover{
	color: #000000 !important;
}
.blog-title-truncate {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.blog-subtitle{color: #565656;font-weight: 400;line-height: 19px;font-size: 16px;}
  .blog-text {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 43px;
	margin: 0 auto;
	font-weight: 400;font-size: 16px;line-height: 20px;	color: #565656;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  span.card-link {
    color: #3F51B5;
    padding-top: 5px;
    display: inline-block;
	float: right;
}
.blog-post-list .blog-post-bx .blog-post-card:hover span.card-link {
    color: #48B415;
}
.blog-post-bx.active {
    width: 100%;
}
.blog-content .blog-title, .blog-content .blog-subtitle, .blog-text, .card-link {
    padding: 0 10px;
}
.blog-content {
    padding-bottom: 10px;
}

.blog-post-bx.active figure.blog-post-img {
    margin: 0;
    overflow: hidden;
    height: 170px;
    background-color: #d8d8d8;
    margin-bottom: 10px;
    display: initial;
    float: left;
}
.blog-post-bx.active  h5.blog-title {
    display: inherit;
}
.blog-post-bx.active h6.blog-subtitle {
    display: initial;
	padding-left: 0;
}
.blog-post-bx.active .blog-content p {
    display: initial;
}
.blog-post-bx.active .blog-text {
	display: inherit;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #565656;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: visible;
    text-overflow: inherit;
	padding-top: 15px;
}
.blog-post-bx.active span.card-link{display: none;}
.blog-post-bx.active figure.blog-post-img{margin-right: 15px;}
.blog-post-bx.active  h5.blog-title {
    display: flex;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 2px;
	padding-left: 0;
}
.blog-post-bx.active .blog-content p {
    display: inherit;
    margin-bottom: 15px;
	color: #000000;
}
.blog-content span.close-blog-post-detail {
    display:none;
}
.blog-post-bx.active span.close-blog-post-detail {
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
}
.blog-post-bx.active {
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    z-index: 1;
}
.blog-post-bx.active {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    /* width: 98.8%; */
    padding-right: 0;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
}
button:focus:not(:focus-visible) {
    outline: 0;
    color: #ffffff;
}
.title-color {
	color: #48B415;
}
/* width */
::-webkit-scrollbar {
	width: 6px;
	background-color: #ffffff;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #cccccc;
	border-radius: 30px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background-color: #333333;
	border-radius: 30px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #48B415;
  }

  .wc-provider-sec.blog-listing-page{padding-bottom: 15px;}

  .sport-full-info-content h3 {
    color: #48B415;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    padding-bottom: 20px;
	text-transform:uppercase;
}
.s-info-list ul li {
display: inline-block;
width: 100%;
margin-bottom: 15px;
padding-left: 15px;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
position: relative;
}
.s-info-list ul li:before {
position:absolute;
left:0;
top:9px;
content:"";
background-color: #ffffff;
height:7px;
width:7px;
border-radius:30px;
}
.get-id-contact-btns {
    text-align: center;
    margin-top: 30px;
}
section.our-sports-details-page {
    padding-bottom: 50px;
}
section.our-blog-details-page {
    padding-bottom: 50px;
}
.blog-seen-data {
	position: relative;
    bottom: 3px;
}
.s-info-p-text p{margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;}

.blog-post-bx.active figure.blog-post-img {
	margin-right: 15px;
	max-width: 290px;
	max-height: 160px;
}

.footer {
	padding: 3rem 0;
	color: #777;
	position: relative;
	font-family: "Poppins", sans-serif; 
	background: linear-gradient(to bottom right, #142a28, #0d1c1b);
  }
.footer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px; 
}
.footer .footer-site-logo {
	font-size: 1.5rem;
	color: #fff; 
}
.footer .nav-links li {
	margin-bottom: 10px; 
	display: block;
}
.footer .nav-links li a {
color: #999999; 
}
.footer .nav-links li a:hover {
	color: #fff; 
}
.footer .btn.btn-tertiary {
	background-color: #e42c64;
	color: #fff;
	border-radius: 30px;
	border: none;
	padding: 10px 20px; 
}
.footer .social li {
	display: inline-block; 
}
.footer .social li {
	color: gray;
	padding: 7px; 
}
.footer .social li i:hover {
	color: #fff; 
}
.footer-social-icon {
	color: #808080;
}
.footer .copyright {
	border-top: 1px solid #595959; 
}
.or-title {
	width: 12rem !important;
    color: white !important;
    position: relative !important;
    bottom: 4px !important;
}
.register-btn-size {
	padding: 9px 4px;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1050px;
	}
}