@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;
}

li {
	display: inline-block;
}

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;	
    /* padding-bottom: 74px; */
}

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

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

header .container {
    padding: 0 !important;
}

.mobile-login-reg{
	display: none;
}

.mobile-login-reg a.nav-link {
    color: #A6AAB0;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.mobile-login-reg a.nav-link {
    padding: 0;
}

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

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

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

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;
}

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

.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;
    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: 30px 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;
}

.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;
}

.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 {
    background: linear-gradient(89.98deg, rgba(0, 13, 56, 0.28) 0.02%, rgba(0, 0, 0, 0) 99.99%);
    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;
}

@media screen and (max-height: 450px) {
	.overlay {
		overflow-y: auto;
	}
	.overlay .closebtn {
		top: 6px;
		right: 0px;
		z-index: 9;
	}
}

.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: 100%;
    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;
}
.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;
}
.login_now{
	padding: 13.8px 4px !important;
}
.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;
}
.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;}
.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;
}
.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;
}
.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;
}

/* 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;
}
.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;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #777;
	position: relative;
	font-family: "Poppins", sans-serif; 
  }
.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 .copyright {
	border-top: 1px solid #595959; 
}
.footer-social-icon {
	color: #808080;
}

.multiple-platform-content {
	border-radius: 5px;
	background: linear-gradient(90deg, rgb(14, 9, 24) 0%, rgb(14, 14, 27) 38%, rgb(18 13 30) 58%, rgb(8 3 30) 87%)
	padding-box, linear-gradient(180deg, #49aeff 0%, #9b1eff 42.5%, #e215ff 100%) border-box;
	border: 1px solid transparent;
	margin-top: 20px;
	padding-bottom: 20px;
	height: 25rem;
	overflow-y: auto;
}
.multiple-platform-website {
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	color: #4aacff;
	letter-spacing: 0.04em;
	text-decoration: none;
}
.multiple-platform-buttons {
	text-align: right;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
} 	
.nav-pills .nav-item {
	background: rgba(24, 21, 48, 0.4);
	border-radius: 5px;
	margin-top: 20px;
}
.nav-pills a {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	padding: 15px 0px 15px 10px;
}
.text-indent-10 {
	text-indent: 10%;
	text-align: justify;
}
.accordion-item {
	background-color: #0a0000;
	margin-top: 10px;
}
.accordion-body {
	height: 18rem;
	overflow-y: auto;
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 5px;
}
.accordion-flush .accordion-collapse {
	border-width: 0;
	margin-top: 10px;
	border-radius: 5px;
	background: linear-gradient(rgb(30, 25, 42) 9%, rgb(36, 17, 60) 37%, rgb(19, 17, 42) 77%, rgb(31, 21, 38) 95%)
	padding-box padding-box,
	linear-gradient(rgb(73, 174, 255) 0%, rgb(155, 30, 255) 42.5%, rgb(226, 21, 255) 100%)
	border-box;
	border: 1px solid transparent;
}
.accordion-button {
	background: linear-gradient(90deg,rgb(0 0 0) 0%, rgb(11 11 14) 38%, rgb(26 23 23) 58%, rgb(42 39 41) 87%)
	padding-box,
	linear-gradient(180deg, #9b1eff 42.5%, #e215ff 100%) border-box;
	border: 1px solid transparent;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
	display: block;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background: linear-gradient(90.32deg, #4aacff 0.15%, #9523fe 50.24%, #ec14ff 99.72%);
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
	display: none;
}
.multiple-mobileplatform-website {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #4aacff;
	letter-spacing: 0.04em;
	text-decoration: none;
}
.accord-title-bg {
	border: 1px solid #8f8f8f !important;
}	
.accord-title-bg.active {
	border: none !important;
	background-color: #48b415 !important;
}	
.faq-heading { 
	font-weight: 400;
	font-size: 21px;
	-webkit-transition: text-indent 0.2s;
	text-indent: 20px;
	color: #fff;
	margin-top: 5px;
    margin-bottom: 5px;
	background-color: #0f101e;
}
.faq-text {  
	color: #fff;
	width:95%;
	font-size: 15px;
	height: 100px;
	overflow-y: scroll;
	padding-left:20px;
	margin-bottom:30px;
}
.faq {	
	width: 100%;
	margin: 0 auto;
	background: white;
	border-radius: 4px;
	position: relative;
	border: 1px solid #E1E1E1;
}
.faq label {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 56px;
	padding-top:1px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #E1E1E1;
}
.faq input[type="checkbox"] {
	display: none;
}
.faq-text-color {
	background: linear-gradient(to right, #0fa9b9 0%, #7300ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq .faq-arrow {
	width: 8px;
	height: 8px;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	border-top: 2px solid rgba(100, 205, 250, 100);
	border-right: 2px solid rgba(100, 205, 250, 100);
	float: right;
	position: relative;
	top: -24px;
	right: 27px;
	transform: rotate(45deg);
}
.faq input[type="checkbox"]:checked + label > .faq-arrow {
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.faq input[type="checkbox"]:checked + label {
	display: block;
	background: rgba(255,255,255,255) !important;
	color: #4f7351;
	height: 150px;
	background-color: #0f101e !important;
	transition: height 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.faq input[type='checkbox']:not(:checked) + label {
	height: 45px;
	display: block;
	transition: height 0.8s;
	background-color: #0f101e !important;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
::-webkit-scrollbar {
	display: none;
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1050px;
	}
}

@media only screen and (max-width:1200px) {
	.banner-content {
		height: 100%;
	}
	.banner-content .banner-rit-img-bx img{
		min-height:346px;
	}
	figure.blog-post-img{height: 177px;}
	.s-info-list ul li, .s-info-p-text p{font-size: 18px;}

}

@media only screen and (max-width:991px) {
	button.navbar-toggler.collapsed .menu-red-icon {
		display: block;
	}

	button.navbar-toggler.collapsed .menu-green-icon {
		display: none;
	}

	.hide-mobile-auth-btn{
		display:none;
	}

	.navbar-toggler {
		border: 0;
		border-radius: 0;
		padding: 0;
	}

	.navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
	}

	.banner-left-text {
		padding-top: 24%;
	}

	.banner-left-text h1 {
		font-size: 38px;
	}

	.banner-left-text p {
		font-size: 16px;
	}

	.social-icon.desktop-social-icons {
		display: none;
	}

	.social-icon.mobile-social-icons {
		display: inline-block;
		position: initial;
	}

	.h-i-w-btn {
		display: none;
	}

	.h-t-use-block {
		display: inline-block;
	}

	.h-t-use-block .row {
		width: 90%;
		float: left;
	}

	.step-text-bx {
		width: 100%;
		margin: 10px 8px;
	}

	.h-t-use-block {
		background-color: #121A29;
		border: 0;
		border-radius: 2px;
		padding: 15px;
	}

	.h-t-use-block .social-icon.mobile-social-icons {
		width: 10%;
		float: right;
		text-align: right;
		top: 0;
		position: inherit;
		margin: 0;
	}

	.social-icon ul li a img {
		height: 36px;
		opacity: 1;
	}

	section.how-to-sec {
		margin-top: 0px;
		padding-top: 30px;
	}

	.ser-sup-block {
		padding: 15px 100px;
	}

	.ser-sup-block .sec-title h2 {
		font-size: 26px;
	}

	.about-us-lft-bx {
		margin-bottom: 25px;
	}

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

	.denied-text.mobile-denied-text {
		display: block;
		text-align: center;
		margin-top: -56px;
		padding-bottom: 25px;
	}

	.denied-text.desktop-denied-text {
		display: none;
	}

	.denied-text strong {
		font-size: 32px;
		color: #636363;
	}

	.denied-text.mobile-denied-text img {
		position: relative;
		top: -5px;
	}

	.col-lg-4.copyright-text {
		display: none;
	}

	.btm-footer {
		display: block;
		border-top: 1px solid #48B415;
		text-align: center;
		padding: 15px 0;
	}

	.m-copyright-text {
		font-size: 16px;
		color: #BABABA;
	}
	figure.fav-sport-icon img {
		max-height: 110px;
	}

	.live-sport-bx {
		min-height: 230px;
	}

	figure.fav-sport-icon {
		min-height: 136px;
	}
	.navbar-collapse {
		display: none;
	}
	.banner-content {
		height: 100%;
	}
	.banner-content .banner-rit-img-bx img{
		min-height:222px;
	}
	figure.blog-post-img {
		height: 126px;
	}
	.blog-title {
		line-height: 24px;
		font-size: 18px;
	}
	.blog-subtitle {
		line-height: 18px;
		font-size: 14px;
	}
	.blog-text p {
		font-size: 14px;
	}
	.blog-content {
		padding-bottom: 5px;
	}
	.s-info-list ul li, .s-info-p-text p{font-size: 16px;}
	.s-info-list ul li:before {
		top: 10px;
		height: 5px;
		width: 5px;
	}
	.sport-full-info-content h3{font-size: 22px;}
	header .container{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .mobile-login-reg {
		display: block;
		position: absolute;
		right: 36px;
	}
}

@media screen and (max-width:767px) {
	.footer h3 {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	.faq-heading {
		font-weight: 400;
		font-size: 16px;
		-webkit-transition: text-indent 0.2s;
		text-indent: 20px;
		color: #fff;
		margin-top: 9px;
		margin-bottom: 9px;
		background-color: #0f101e;
	}
	.faq-text {
		color: #fff;
		width: 95%;
		font-size: 13px;
		height: 100px;
		overflow-y: scroll;
		padding-left: 20px;
		margin-bottom: 30px;
	}
	.multiple-platforms {
		display: none;
	}
	.multiple-platforms-mobile-scroll {
		display: block !important;
	}
	.banner-left-text h1 {
		font-size: 26px;
	}
	.banner-left-text p {
		font-size: 12px;
	}
	.desktop-v-web-d-id {
		display: none;
	}
	.mobile-v-web-d-id {
		display: block;
	}
	.b-p-block strong {
		display: none;
	}
	.v-web-d-id.mobile-v-web-d-id li {
		width: 100%;
		display: inline-block;
	}
	.v-web-d-id.mobile-v-web-d-id ul {
		display: initial;
	}
	.wc-provider-sec {
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 150px;
		background-position: left;
	}
	.b-p-block {
		background: linear-gradient(180deg, rgba(198, 255, 188, 0.28) 0%, rgba(57, 57, 57, 0.3) 100%)
	}
	.b-p-block img {
		height: 30px;
	}
	.b-p-block p {
		padding-bottom: 0;
		font-size: 14px;
		line-height: 18px;
	}
	.v-web-d-id {
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.v-web-d-id.mobile-v-web-d-id li {
		padding-bottom: 0px;
	}
	.v-web-d-id a {
		font-size: 14px;
		line-height: 17px;
	}
	.v-web-d-id {
		padding-bottom: 10px;
	}
	.cmn-btn,
	.cmn-bdr-btn {
		border-radius: 2px;
		font-size: 14px;
		min-width: 70px;
		line-height: 16px;
		font-weight: 400;
	}
	.sub-title {
		font-size: 14px;
		line-height: 19px;
	}
	.sec-title h2 {
		font-size: 16px;
		line-height: 19px;
	}
	.step-text-bx span,
	.step-text-bx strong {
		font-size: 15px;
	}
	.social-icon ul li a img {
		height: 22px;
	}
	.ser-sup-block:before,
	.ser-sup-block:after {
		background-size: 100%;
		width: 40px;
		height: 35px;
		margin-top: -18px;
	}
	.ser-sup-block {
		padding: 15px 50px;
	}
	.ser-sup-block .sec-title h2 {
		font-size: 14px;
		line-height: 20px;
	}

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

	.ser-sup-block {
		top: -60px;
	}

	.wc-provider-sec {
		padding-bottom: 55px;
	}

	.denied-text strong {
		font-size: 14px;
	}

	.denied-text.mobile-denied-text img {
		top: -1px;
	}

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

	.about-us-point ul li p {
		font-size: 14px;
		line-height: 19px;
	}

	.about-us-lft-bx .sec-title h2 {
		font-size: 16px;
		line-height: 19px;
	}

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

	.about-us-logo {
		display: block;
		text-align: center;
		padding: 5px 0 15px 0;
	}
	.live-sport-bx h3 {
		font-size: 14px;
		bottom: 10px;
		margin-left: -29px;
	}	
	.live-sport-bx {
		min-height: 154px;
	}
	.sec-title {
		text-align: center;
		padding: 15px 0;
	}
	.banner-content {
		height: 100%;
	}
	.banner-content .banner-rit-img-bx img{
		min-height:185px;
	}
	.mid-l-s-warper{padding: 36px 40px 40px 40px;width:100%;}
	.blog-post-list .blog-post-bx {width: 50%;}
	.blog-post-bx.active{width:100%;}
	.blog-post-bx.active figure.blog-post-img {width: 248px;    height: 150px;}
	.blog-post-bx.active span.close-blog-post-detail{right: 10px;}
	.blog-post-bx.active h5.blog-title{padding-right: 55px;}
	.blog-post-bx.active .blog-text{padding-top: 5px;}
	.blog-post-bx.active {width:97%;}
	.sport-full-info-content h3{padding-bottom: 10px;}

}

@media only screen and (max-width:639px) {
	span.banner-get-id-btn {
		bottom: 5px;
		margin-left: -35px;
	}
	.how-to-sec {
		padding-top: 10px;
	}
	.h-t-use-block {
		padding: 10px;
	}
	.step-text-bx {
		margin: 8px 6px;
	}
	.about-us-sec {
		background: none;
		background-color: #080d17;
		padding-bottom: 55px;
	}
	.ser-sup-block {
		top: -30px;
	}
	.service-support-sec {
		background-color: #080D17;
		padding-bottom: 0;
		max-height: inherit;
	}
	.wc-provider-sec {
		padding-bottom: 20px;
	}
	.c-no-dow-app-bx ul {
		display: block;
		justify-content: space-between;
	}
	.about-us-lft-bx {
		margin-bottom: 20px;
	}
	.play-favourite-sec .sec-title {
		padding: 0;
	}
	.play-favourite-sec .sec-title {
		text-align: center;
		padding: 0;
		padding-bottom: 0;
		position: relative;
		top: -30px;
	}
	section.play-favourite-sec.our-sports-page-sec .sec-title {
		padding: 15px 0;
		top: 0;
	}
	.live-sport-bx {
		min-height: 150px;
	}
	.cmn-ftr-link .cmn-ul-list li a{font-size: 16px;}
	.a-us-wpr{background-image: none;}
	.play-favourite-sec .get-id-contact-btns {
		padding: 15px 0;
	}
	section.how-to-sec {
		padding-top: 15px;
	}
	.banner-content {
		height: 100%;
	}
	.banner-content .banner-rit-img-bx img{
		min-height:138px;
	}
	.mid-l-s-warper {
		padding: 30px 30px 40px 30px;
		width: 100%;
	}
	body{background-size: inherit;}
	.mid-l-s-warper{margin: 30px auto;}
	.overlay a {
		font-size: 14px;
		padding: 6px 0;
		line-height: normal;
	}
	.navbar-bottom-logo {
		bottom: 5px;
	}
	.blog-post-list{margin-left: -10px;margin-right: -10px;}
	.blog-post-list .blog-post-bx{padding-left: 10px;padding-right: 10px;margin-bottom:15px;}
	.blog-post-list .blog-post-bx.active{padding-right:0;}
	.blog-post-bx.active {
		width: 98%;
	}
	.sport-full-info-content h3 {
		font-size: 18px;    line-height: 18px;padding-bottom: 5px;
	}
	.s-info-list ul li, .s-info-p-text p {
		font-size: 14px;
		line-height: 20px;
	}
	.s-info-list ul li:before {
		top: 8px;
		height: 5px;
		width: 5px;
	}

}
@media only screen and (max-width:479px) {
	.overlay .closebtn {
		top: 6px;
		right: 0px;
		padding: 0;
	}
	.faq-heading {
		font-weight: 200;
		font-size: 14px;
		-webkit-transition: text-indent 0.2s;
		text-indent: 15px;
		color: #fff;
		margin-top: 11px;
		margin-bottom: 10px;
		background-color: #0f101e;
	}
	.faq-text {
		color: #fff;
		width: 95%;
		font-size: 11px;
		height: 100px;
		overflow-y: scroll;
		padding-left: 17px;
		margin-bottom: 30px;
	}
	.faq .faq-arrow {
		position: relative;
		top: -24px;
		right: 20px;
	}
	.lm-1 {
		margin-right: 0.8rem;
	}
	.cmn-btn, .cmn-bdr-btn {
		border-radius: 2px;
		font-size: 14px;
		min-width: 70px;
		line-height: 16px;
		padding: 2px 5px;
		font-weight: 300;
	}
	.c-no-dow-app-bx .cmn-btn, .c-no-dow-app-bx .cmn-bdr-btn {
		padding: 6px 10px;
	}
	.step-text-bx {
		margin: 6px 0;
	}
	.step-text-bx {
		margin: 10px 0;
		padding: 10px 0;
	}
	.h-t-use-block .row {
		width: 94%;
	}
	.h-t-use-block .social-icon.mobile-social-icons {
		width: 10%;
	}
	.b-p-block img {
		height: 20px;
	}
	.b-p-block figure {
		margin: 0;
		margin-bottom: 10px;
	}
	.b-p-block{margin-bottom: 15px;}
	.wc-provider-sec {
		padding-bottom: 35px;
	}
	.ser-sup-block .sec-title h2 {
		margin-bottom: 0;
	}
	.ser-sup-block {
		padding: 10px 40px;
	}
	.denied-text.mobile-denied-text {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.live-sport-list .row{margin-left:-5px;margin-right:-5px;}
	.live-sport-list .row .col-3{padding-left:5px;padding-right:5px;}
	.live-sport-bx {
		min-height: 117px;
	}
	.live-sport-bx {
		min-height: 110px;
	}
	.live-sport-bx h3 {
		font-size: 14px;
		bottom: 2px;
		margin-left: -34px;
	}
	.top-footer {
		padding: 7px 0;
	}
	.btm-footer {
		padding: 8px 0;
	}
	.banner-content {
		height: 100%;
	}
	.banner-content .banner-rit-img-bx img{
		min-height:104px;
	}
	.mid-l-s-warper {
		margin: 50px auto 20px auto;
	}
	.mid-l-s-warper {
		padding: 15px 15px 20px 15px;
	}
	.login-signup-sec .sec-title h1 {
		font-size: 22px;
		line-height: normal;
	}
	.account-form-block .btn.cmn-btn{padding: 5px 10px;min-width:inherit;}
	.l-btn-text-link p {letter-spacing: normal;font-size: 14px;	}
	.d-apk-f-pass{padding-top: 5px;}
	.form-control {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 12px;
	}
	.login-signup-sec .sec-title {
		padding: 10px 0;
		padding-top: 0;
	}
	.d-apk-f-pass a{font-size: 14px;}
	figure.blog-post-img {
		height: auto;
		max-height: 170px;
	}
	.blog-post-list .blog-post-bx {
		width: 100%;
	}
	span.card-link{ font-size: 15px;}
	.blog-post-bx.active figure.blog-post-img {
		width:100%;height:155px;
	}
	.blog-post-bx.active h5.blog-title {
		padding-right: 0;
		padding-left: 10px;
		padding-top: 0;
	}
	.blog-post-bx.active h6.blog-subtitle {
		padding-left: 10px;
	}
	.blog-post-list .blog-post-bx.active {
		width: 98%;
		position: inherit;
	}
	mobile-login-reg a.nav-link {
		font-size: 14px;
		margin-right: 10px;
	}
	.navbar-brand img {
		width: 80px;
	}
}
@media only screen and (max-width:425px) {
	.live-sport-bx {
		min-height: 127px;
	}
	.faq-heading {
		font-weight: 200;
		font-size: 12px;
		-webkit-transition: text-indent 0.2s;
		text-indent: 12px;
		color: #fff;
		margin-top: 12px;
		margin-bottom: 12px;
		background-color: #0f101e;
	}
	.faq-text {
		color: #fff;
		width: 95%;
		font-size: 11px;
		height: 100px;
		overflow-y: scroll;
		padding-left: 14px;
		margin-bottom: 30px;
	}
	.faq .faq-arrow {
		position: relative;
		top: -24px;
		right: 18px;
	}
}
@media only screen and (max-width:375px) {
	.live-sport-bx {
		min-height: 115px;
	}
}
@media only screen and (max-width:359px) {
	.step-text-bx {
		margin: 6px 0;
		padding: 6px 0;
	}
	.faq-heading {
		font-weight: 200;
		font-size: 10px;
		-webkit-transition: text-indent 0.2s;
		text-indent: 12px;
		color: #fff;
		margin-top: 16px;
		margin-bottom: 13px;
		background-color: #0f101e;
	}
	.faq-text {
		color: #fff;
		width: 95%;
		font-size: 10px;
		height: 100px;
		overflow-y: scroll;
		padding-left: 12px;
		margin-bottom: 30px;
	}
	.faq .faq-arrow {
		position: relative;
		top: -24px;
		right: 15px;
	}
	.faq-text-color {
		font-size: 20px;
	}
	.social-icon ul li {
		padding: 6px 0;
	}
	.providers-list .row{margin-left:-5px;margin-right:-5px;}
	.providers-list .row .col-lg-4.col-6{padding-left:5px;padding-right:5px;}
	.ser-sup-block {
		padding: 10px 44px;
	}
	.live-sport-bx {
		min-height: 91px;
	}
	.live-sport-bx h3 {
		font-size: 12px;
		bottom: -4px;
		margin-left: -30px;
	}
	.cmn-ftr-link .cmn-ul-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.cmn-ftr-link .cmn-ul-list li {
		padding-left: 5px;
		padding-right: 5px;
	}
	.banner-content {
		height: 100%;
	}
	.banner-content .banner-rit-img-bx img{
		min-height:93px;
	}
	.l-btn-text-link p {
		letter-spacing: normal;
		font-size: 14px;
		max-width: 164px;
		text-align: right;
	}
}