@import url("common-assets.css");

*:focus {
	outline: none;
}

p {
	line-height: 1.5;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h2 {
	font-size: 34px;
	line-height: 1.5;
	font-weight: 400;
}


.real-fantsy h1 {
	font-size: 36px;
	line-height: 1.5;
	padding-bottom: 8px;
}

.real-fantsy h2 {
	margin: 0;
}

.lightGrey {
	color: #8F8F8F;
}

.redColor {
	color: #ab110e;
}

.real-fantsy {
	margin-top: 54px;
}

.valid-text {
	margin-top: -6px;
}

.welcomeTextContainer {
	border-bottom: 1px solid var(--border-color-lightgrey2);
}

.about-fantsy {
	border: var(--border-color-lightgrey2) solid;
	border-width: 0;
	padding: 46px 0 50px 0;
	margin-bottom: 20px;
}

.about-fantsyContent {
	border-bottom: 1px solid var(--border-color-lightgrey2);
	padding: 30px 0;
}

.fantasyFaqContent {
	padding: 30px 15px;
}

.fantasyFaqContent .homeAccordianbg,
.faqContent .homeAccordianbg {
	margin: 25px 0px;
}

.faq-Content {
    border-top: 1px solid var(--border-color-lightgrey2);
    padding: 26px 0 48px;
}

.faq-Content h2{
	font-weight: bold;
}

.rng-certificate {
	margin-top: 79px;
	border-radius: 5px;
}

.homeAccordianbg {
	width: 100%;
	color: var(--default-text-color);
	margin: 10px 0px;
	padding: 0px 15px;
	font-size: 38px;
	font-weight: normal;
	position: relative;
	cursor: pointer;
}

@media (max-width: 992px) {
	.homeAccordianbg {
		padding: 7px 8px;
		font-size: 20px;
	}
}

.card-header {
	background-color: var(--bg-color-light);
	color: var(--default-text-color);
	font-size: 21px;
	font-weight: 500;
	padding: 14px 20px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 0;
}

.card-header .arrow {
	position: absolute;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: var(--arrow-fill-grey);
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.card-header .arrow svg {
	fill: var(--arrow-fill-grey);
}

.card-header.active .arrow {
	transform: translateY(-50%) rotate(-180deg);
}

.card-body {
	padding: 0px 20px;
	color: var(--default-text-color);
	overflow: hidden;
	margin-top: -20px;
	max-height: 0;
	transition: max-height 0.5s ease-out;
}

.card-body ul li, .card-body ol li {
	line-height: 1.7;
	margin-bottom: 12px;
}

/* plus minus css */
.homeAccordianbg .homeAccordianarrow {
	position: absolute;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	color: var(--default-text-color);
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}

@media (max-width: 992px) {
	.homeAccordianbg .homeAccordianarrow {
		right: 3px;
		top: 50%;
	}
}

.homeAccordianbg .homeAccordianarrow svg {
	fill: var(--default-text-color);
}

.plus rect {
	transition: all 800ms;
	transform: scaleY(1);
	transform-origin: 50% 50%;
}

.plus svg {
	width: 20px;
	height: 20px;
}

.faqContent .plus svg {
	width: 15px;
	height: 15px;
}

@media (max-width: 992px) {
	.plus svg {
		width: 12px;
		height: 12px;
	}
}

.plus.minus .vertical-line {
	transform: scaleY(0);
}

.plus .vertical-line {
	width: 20px;
	height: 160px;
}

.plus .horizontal-line {
	width: 160px;
	height: 20px;
}

/* plus minus css end */
.howtoplay {
	padding-bottom: 56px;
    padding-top: 25px;
    position: relative;
    text-align: right;
}

.howtoplaystep {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.howtoplaystep li {
	width: 250px;
	text-align: center;
	float: left;
	margin-right: 60px;
}

.howtoplaystep li:last-child {
	margin-right: 0;
}

.howtoplaystep li img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

.howtoplaystep li .content {
    display: flex;
    vertical-align: top;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
    padding: 0 15px;
    text-align: left;
}

.howtoplaystep li .content span {
    font-size: 20px;
    color: var(--text-color-white);
    border-radius: 50%;
    padding: 5px 9.5px;
    font-weight: bold;
}

.howtoplaystep li h3,
.howtoplaystep li .contentHead {
	font-size: 19px;
	padding-top: 10px;
	display: block;
	margin: 0;
	font-weight: bold;
}

.howtoplaystep li p {
	margin: 0;
}

.mobile-howtoplay {
	display: none;
}

.blueBg {
	background-color: #3064c4;
}
.yellowBg {
	background-color: #f4d548;
}
.redBg {
	background-color: #cc3f37;
}
.greenBg {
	background-color: #62c563;
}


/* Best in Class Online Site Start */

.bestInClassContainer {
	padding-bottom: 140px;
    padding-top: 26px;
}

.bestInClassContainer .bestInCont {
	display: flex;
	padding: 0;
	margin: 0;
}

.bestInClassContainer .bestInCont .items {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bestInClassContainer .bestInCont .items strong{
	text-align: center;
	line-height: 1.4;
	font-weight: 500;
}

.bestInClassContainer .bestInCont .items img{
	margin-bottom: 15px;
	width: auto;
	height: 75px;
}

/* Best in Class Online Site End */


/* Deposit and Withdraw safely Start */

.depositSafelyClassContainer {
	padding-bottom: 63px;
    padding-top: 26px;
	background-color: var(--bg-color-dark);
}

.depositSafelyClassContainer .depositInCont {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    text-align: center;
    list-style: none;
}

.depositSafelyClassContainer .depositInCont li {
    position: relative;
    width: 154px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.depositSafelyClassContainer .depositInCont li strong{
	font-weight: 500;
}

.depositSafelyClassContainer .depositInCont li img{
	margin-bottom: 16px;
	width: auto;
	height: 50px;
}

.depositSafelyClassContainer .depositInCont li::after {
    content: '';
    position: absolute;
    height: 30px;
    width: 1px;
    background: #a5a5a5;
    top: 10px;
    right: 0;
    transform: scaleX(0.8);
}

.depositSafelyClassContainer .depositInCont li:last-child::after {
	display: none;
}

.safely-Icon {
	width: 26px;
    height: auto;
}

@media (max-width: 992px) {

	.depositSafelyClassContainer .depositInCont {
		justify-content: space-between;
        align-items: center;
		text-wrap: nowrap;
	}
	.depositSafelyClassContainer {
		padding-top: 15px;
		padding-bottom: 78px;
	}
	.depositSafelyClassContainer .depositInCont li {
		width: 24.5vw;
	}

	.depositSafelyClassContainer .depositInCont li img {
		width: auto;
		height: 40px;
	}

	@media (max-width: 992px) and (orientation: landscape) {
		.depositSafelyClassContainer .depositInCont {
			gap: 70px;
		}
		.depositSafelyClassContainer .depositInCont li::after {
			right: -35px;
		}
	}

}

@media (max-width: 390px) {
	.depositSafelyClassContainer .depositInCont li strong {
		font-size: 13px;
	}
}



/* Deposit and Withdraw safely End */



/* member of Start */

.memberOfContainer {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 65px;
    padding-top: 26px;
}

.memberOfContainer .memberCont {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 80px;
    text-align: center;
    list-style: none;
}

.memberOfContainer .memberCont img{
	width: auto;
	height: 60px;
}

@media (max-width: 992px) {
	.memberOfContainer .memberCont{
		gap: 35px;
	}
	.memberOfContainer .memberCont img {
		height: 30px;
	}
	.memberOfContainer {
		padding-top: 15px;
		padding-bottom: 34px;
	}
}

/* member of End */


/* pawns Start */

.pawns-1 {
	position: absolute;
    bottom: -143px;
    left: 13%;
    width: 100px;
    height: auto;
	z-index: 1;
}

.pawns-2 {
    position: absolute;
    top: 10px;
    right: 15%;
    width: 118px;
    height: auto;
	z-index: 1;
}

.pawns-3 {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 100px;
    height: auto;
	z-index: 1;
}

.inviewport {
	transition: 2s;
	transform: translateY(-50px);
    
}
.inviewport.active {
	transform: translateY(0);
}

@media (max-width: 992px) {
	.pawns-1 {
		bottom: -28px;
		left: 15px;
		width: 60px;
	}

	.pawns-2 {
		top: inherit;
		right: 22%;
		width: 65px;
		height: auto;
		bottom: -78px;
	}

	.pawns-3 {
		top: 45px;
		width: 60px;
		left: 10px;
	}
}


/* pawns End */


/* RNG Certified Start */

.rngContainer {
	padding-bottom: 56px;
	padding-top: 58px;
	background: var(--bg-color-footer);
}
.rngContainer .mainCont {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.rngContainer .mainCont img.left, .rngContainer .mainCont img.right{
	width: 6%;
    height: auto;
}
.rngContainer .mainCont img.left {
	margin-right: 12px;
}

.rngContainer .mainCont img.middle{
	width: 50%;
	height: auto;
	transform: translateY(8px);
}

@media (max-width: 992px) {

	.rngContainer .mainCont img.left, .rngContainer .mainCont img.right{
		width: 18%;
		max-width: 70px;
	}
	
	.rngContainer .mainCont img.middle{
		width: 55%;
		max-width: 300px;
		transform: translateY(0);
	}
	.rngContainer {
		padding-top: 34px;
		padding-bottom: 28px;
	}
}

/* RNG Certified Start */



.bestInClassContainer, .depositSafelyClassContainer, .howtoplay, .rngContainer, .footer {
	position: relative;
	margin-top: 4px;
}

.bestInClassContainer:after, .depositSafelyClassContainer:after, .howtoplay:after, .rngContainer:after, .footer:after {
	position: absolute;
	content: '';
	height: 4px;
	right: 0;
	left: 0;
	top: -4px;
	background: repeating-linear-gradient(to right, #2bc855 0, /* Start */ #2bc855 12.5%, #fad405 12.5%, #fad405 25%, #1466ca 25%, #1466ca 37.5%, #dd2d2d 37.5%, #dd2d2d 50%, #2bc855 50%, #2bc855 62.5%, #fad405 62.5%, #fad405 75%, #1466ca 75%, #1466ca 87.5%, #dd2d2d 87.5%, #dd2d2d 100% /* End */);
  }


/*How to install start */


.overlay {
    height: 100%;
    display: none;
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.7);
    overflow: hidden;
    transition: height .5s
}

.overlay span {
    padding: 0;
    text-decoration: none;
    color: #686868;
    display: block;
    transition: .3s
}

@media screen and (max-width: 1100px){
    .overlaycloseBtn {
        width:6%;
        margin-right: 0;
        float: none;
        text-align: center;
        margin-bottom: 0;
        position: absolute;
        right: 17px;
        top: 0px;
        z-index: 999999;
        font-size: 42px;
    	font-weight: 200;
    }

    .overlayInnercontent {
        padding:5%;
    }

    .overlay-content {
		position: relative;
		top: 8%;
		width: 94%;
		min-height: 70%;
		z-index: 99999;
		background: var(--text-color-white);
		border-radius: 12px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 1100px) and (orientation:landscape) {
    .overlay {
        overflow:auto;
        padding-bottom: 9%
    }
    .overlay-content {
		top: 12%;
		width: 45.5%;
		min-height: 100%;
	}

}
  
/*How to install end */


.hrline {
	border-top: 0px;
	height: 1px;
	background: #efefef;
	margin-bottom: 30px;
}

.col-one {
	width: 35% !important;
}

.col-two {
	width: 20% !important;
}

.col-three {
	width: 30% !important;
}

.heightSpacer {
	display: block;
	height: 30px;
}

.bigBash .thumb img {
	max-width: 75%;
	max-height: 75%;
	margin: 0 auto;
	float: none;
	margin-top: 50%;
	transform: translateY(-51%);
	border-radius: 0;
}

/*Ranji*/



/*player-testimonials start*/


.playerTestimonial {
	text-align: left;
	padding: 26px 0px 59px 0;
}

.playerTestimonial .bx-wrapper {
	margin: 0 60px;
	padding: 0;
}

#playerTestimonial {
	margin: 0;
	padding: 0;
}

.playerTestimonial i {
	font-weight: 400;
	display: block;
	font-style: normal;
	margin: 0 0 5px;
	color: #ab110e;
	font-size: 22px;
	line-height: 1;
}

.playerTestimonial .thumb {
	width: 120px;
	height: auto;
	border-radius: 50%;
	margin-right: 26px;
	float: left;
	display: table-cell;
}

.playerTestimonial .thumb img {
	width: 100%;
	height: auto;
}

.playerTestimonial ul li p {
	margin: 0 42px !important;
	padding: 0;
	display: -webkit-box;
	padding-top: 10px;
	text-align: left;
}

.playerTestimonial .nextBtn,
.playerTestimonial .prevBtn {
	right: 15px;
	position: absolute;
	top: 161px;
	cursor: pointer;
}

.playerTestimonial .nextBtn img, .playerTestimonial .prevBtn img {
	width: 15px;
	height: auto;
}

.hotstar-displaynone .viewMore {
	display: none !important;
}

.clickdisable {
	pointer-events: none;
}

.clickEnable {
	pointer-events: visible;
}


.whyPlayerslove,
.faqText {
	margin-top: -50px;
}

.faqText h2 {
	font-size: 24px;

}

.faqContent .card-body {
	padding-left: 0px;
	padding-right: 0px;
	max-height: none;
	display: none;
}

.faqContent h3 {
	padding: 0px;
	font-size: 1.17em;
	font-weight: 700;
}

.whyPlayerslove i {
	line-height: normal;
}

.whyPlayerslove .nextBtn,
.whyPlayerslove .prevBtn {
	top: 36px;
}

#fantasycricketCarousel {
	text-align: center;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}

.fantasy-cricket-app-carousel .nextBtn img,
.fantasy-cricket-app-carousel .prevBtn img {
	width: 40px;
	height: auto;
}

.playerTestimonial .prevBtn {
	left: 15px;
	right: inherit;
}

.playerTestimonial .nextBtn img {
	transform: rotate(180deg);
}

.playerTestimonial .nextArrow {
	vertical-align: inherit;
	font-size: 1.5em;
}

.leftquote,
.rightquote {
	font-size: 36px;
	color: #6a6a6a;
	line-height: 0;
	vertical-align: text-bottom;
}

.viewMore {
	border: solid 1px var(--link-color);
	padding: 5px 20px;
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: var(--link-color);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 5.4px;
}

.viewMore:hover,
.viewMore:focus {
	background: var(--link-color);
	color: var(--text-color-white) !important;
	border-color: var(--link-color);

}

.playNowBtn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	border-radius: 4px;
	color: var(--text-color-white);
	background-color: #09437b;
	text-decoration: none;
}

.playNowBtn:hover,
.playNowBtn:focus {
	background-color: #ab110e;
	color: var(--text-color-white);
}

.playRanjiBtn {
	background-color: #fdfa00;
	color: #000 !important;
	border: none !important;
	transform: none;
	margin: 0;
	margin-top: 50px;
	padding-top: 5.5px;
}

.playRanjiBtn:hover {
	color: #fff !important;
}

/*player-testimonials End*/


/*New Player-testimonials Start*/
.contestInfo {
	position: relative;
	color: var(--text-color-grey);
	background: var(--bg-color-dark);
	display: inline-block;
	font-weight: 400;
	padding: 11px 16px;
	border-radius: 5px;
	box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.2);
	width: 68%;
}

.contestInfo span {
	width: 100%;
	float: left;
}

.contestInfo .contestInfo-left {
	float: left;
	width: 45%;
	text-align: left;
}

.contestInfo .contestInfo-left span:first-child {
	color: var(--primary-color);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 7px;
}

.contestInfo .contestInfo-right {
	float: right;
	width: 55%;
	text-align: right;
	margin-top: 6px;
}
.contestInfo .contestInfo-right img {
    width: 10px;
    height: auto;
    vertical-align: bottom;
}

.contestInfo .contestInfo-right span:first-child {
	
	margin-bottom: 8px;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.contestInfo {
		width: 60%;
	}
}

@media (min-width: 768px) and (orientation: landscape) {
	.bestInClassContainer .container {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.contestInfo {
		margin: 0 15px;
		width: auto;
		display: flex;
	}

	.contestInfo .contestInfo-left {
		width: 40%;
	}

	.contestInfo .contestInfo-right {
		width: 60%;
	}

	.playerTestimonial .col-md-12 {
		padding: 0;
	}

	/* Best in Class Online Site Start */

	.bestInClassContainer .bx-controls {
		text-align: center;
		margin-top: 30px;
	}
	.bestInClassContainer .bx-pager-item {
		display: inline-block;
	}

	.bestInClassContainer .bx-pager-item a {
		width: 6px;
    	height: 6px;
		border-radius: 50%;
		background: var(--bg-color-dark);
		margin: 5px 9px;
		overflow: hidden;
	}

	.bestInClassContainer .bx-pager-item a{
		text-indent: -999px;
    	display: block;
	}
	.bestInClassContainer .bx-pager-item a.active{
		background: var(--primary-color);
    	opacity: 1;
	}
	.bestInClassContainer{
		padding-top: 15px;
		padding-bottom: 26px;
	}
	.bestInClassContainer .bx-wrapper{
		margin: 0 -15px;
	}
	.bestInClassContainer .bestInCont {
		display: block;
	}
	.bestInClassContainer .bestInCont .items img {
		height: 64px;
		margin-bottom: 12px;
	}

	.bestInClassContainer {
		opacity: 0;
	}
	
	/* Best in Class Online Site End */
	.safely-Icon {
		width: 15px;
	}

	.bestInClassContainer:after, .depositSafelyClassContainer:after, .howtoplay:after, .rngContainer:after, .footer:after, .header::after {
		background: repeating-linear-gradient(
                to right,
                #2bc855 0,
                #2bc855 25%,
                #fad405 25%,
                #fad405 50%, 
                #1466ca 50%, 
                #1466ca 75%, 
                #dd2d2d 75%, 
                #dd2d2d 100%
            );
	}


}

@media (max-width: 992px) and (orientation: landscape) {
	.contestInfo {
		width: 95.5%;
	}

	#playerTestimonial,
	.playerTestimonial .bx-wrapper {
		display: inline-block;
	}
}



/*New Player-testimonials End*/






/* fantasy cricket app start*/


.downloadBtn {
	vertical-align: top;
	padding: 2.5% 0% 0%;
}

.downloadBtn,
.give-missed-call {
	width: 49.8%;
	display: inline-block;
	text-align: center;
}

.downloadBtn-text,
.give-missed-call {
	font-size: 1.5em;
	color: var(--text-color-white);
}

.downloadBtn-text {
	padding-bottom: 3%;
}

.footerDwnldBtn img {
	max-width: 70%;
}

.give-missed-call {
	border-left: 1px solid var(--text-color-white);
	padding-bottom: 1%;
}

.mobile-num {
	margin: 0px !important;
}

.mobile-num a,
.mobile-num a:hover,
.mobile-num a:active,
.mobile-num a:visited {
	color: #fff !important;
	text-decoration: none !important;
}

.missedcall-text {
	margin: 1em 0em -1.2em 1.3em !important;
}

.mobile-num {
	font-size: 2.6em;
	font-weight: 700;
	background-size: 11% auto;
	padding: 9px 0px 0px 76px !important;
	font-style: italic;
	letter-spacing: 3px;
}

.or {
	display: inline-block;
	padding: 2em;
	position: absolute;
	top: 32%;
	left: 47.1%;
	background-size: 100% auto;
}

.fantasy-cricket-app-text {
	text-align: center;
	text-transform: uppercase;
	color: #ab110e;
	font-weight: 600;
}

.fantasy-cricket-app-text span {
	display: block;
	color: var(--default-text-color);
}

.fantasy-cricket-features-img {
	float: left;
	border: 1px solid #d2d2d2;
	margin-right: 3%;
}

.fantasy-cricket-features-img img {
	border: 1px solid #d2d2d2;
}

.fantasy-cricket-features-text {
	display: inline-block;
	margin: 0px !important;
	vertical-align: top;
	width: 75%;
}

.content img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 26px;
	float: left;
	display: table-cell;
}

.content .thumb img {
	width: 100%;
	height: auto;
}

.content i {
	font-weight: 400;
	display: block;
	font-style: normal;
	margin: 0 0 5px;
	color: #ab110e;
	font-size: 22px;
	line-height: 1;
}

.content p {
    padding: 0;
    display: -webkit-box;
}
.app-screen {
	padding-bottom: 4%;
	overflow: hidden;
}

.app-screen h3 {
	margin-top: 0px;
}

.app-screen-btm {
	margin: 0px;
}

.versions {
	float: right;
	font-size: 12px;
	color: var(--link-color);
	font-weight: normal;
}

.versions span {
	display: block;
}

.tab-slider--body {
	display: none;
	float: left;
	width: 100%;
}

.tab-slider--nav {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c2c1c1;
	margin-bottom: 32px;
	float: left;
}

.tab-slider--tabs {
	float: left;
	width: 100%;
	list-style: none !important;
	margin: 0;
	padding: 0 !important;
	text-transform: uppercase;
}

.tab-slider--tabs li {
	float: left;
	text-align: center;
	font-size: 20px;
	padding: 16px 47px;
	cursor: pointer;
	font-weight: 500;
	color: var(--default-text-color);
	line-height: normal;
	text-transform: capitalize;
}


.tab-slider--tabs li.active {
	font-weight: 600;
	border-bottom: 4px solid var(--link-color);
	color: var(--link-color);
	margin-bottom: -1px;
}

.tab-space {
	padding: 0px 22px 15px;
	margin-bottom: 20px;
}


@media screen and (max-width: 900px) and (orientation: portrait) {
	.message-method-bg {
		background-size: 105% auto;
	}

	.terms-list {
		padding-top: 10px;
	}

	.downloadBtn,
	.give-missed-call {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	.downloadBtn {
		padding: 5% 0% 9%;
	}

	.give-missed-call {
		border-left: 0px;
		border-top: 1px solid var(--text-color-white);
		padding-bottom: 4%;
	}

	.relative-cta .mrc_ios {
		margin-bottom: -7%;
	}

	.or {
		padding: 1.2em;
		top: 45%;
		left: 45.3%;
	}

	.mobile-num {
		background-position: 1.5em 0.5em;
		background-size: 11% auto;
		font-weight: 700;
		font-style: italic;
		padding: 12px 0px 0px 49px !important;
		font-size: 2.2em;
	}

	.downloadBtn-text,
	.give-missed-call {
		font-size: 1.1em;
	}

	.downloadBtn-text {
		padding-bottom: 4%;
	}

	.missedcall-text {
		margin: 1.5em 0em -1.3em 0em !important;
	}

	.fantasy-cricket-features-img {
		width: auto;
		float: none;
		margin-right: 0%;
		margin-bottom: 4%;
	}

	.content img {
		display: inline-block;
		float: left;
		margin-right: 3%;
		margin-bottom: 0px;
	}

	.content i {
		width: 100%;
		font-size: 16px;
		margin: 0 0 5px;
	}

	.content p {
		margin: 0 0 !important;
		margin-top: 15px !important;
		padding-top: 0;
		display: inline;
	}

	.fantasy-cricket-app-carousel .nextBtn {
		right: 21px !important;
	}

	.fantasy-cricket-features-text {
		width: 100%;
		margin-top: 2% !important;
	}

	.app-screen {
		width: 100%;
		text-align: center;
		margin-bottom: 7%;
	}

	#fantasycricketCarousel {
		margin: 0px;
		padding-left: 41px;
	}

}

@media screen and (max-width: 395px) and (orientation: portrait) {
	.mobile-num {
		background-position: 1.1em 0.6em;
		padding: 12px 0px 0px 38px !important;
		background-size: 11% auto;
		font-weight: 700;
		font-style: italic;
		font-size: 2em;
	}

	.or {
		top: 45%;
		left: 44%;
	}

	.fantasy-cricket-app-carousel .nextBtn {
		right: 20px !important;
	}

	.fantasy-cricket-app-carousel img {
		margin-left: 6%;
	}

	.fantasy-cricket-app-carousel .nextBtn,
	.fantasy-cricket-app-carousel .prevBtn {
		top: 120px !important;
	}

	.fantasy-cricket-app-carousel img {
		margin-left: 6% !important;
	}
}

@media screen and (max-width: 385px) and (orientation: portrait) {
	.mobile-num {
		background-position: 1.1em 0.6em;
		padding: 12px 0px 0px 38px !important;
		background-size: 11% auto;
		font-weight: 700;
		font-style: italic;
		font-size: 2em;
	}

	.or {
		top: 43%;
		left: 44%;
	}

	.fantasy-cricket-app-carousel .nextBtn {
		right: 20px !important;
	}

	.fantasy-cricket-app-carousel img {
		margin-left: 6%;
	}

	.fantasy-cricket-app-carousel .nextBtn,
	.fantasy-cricket-app-carousel .prevBtn {
		top: 120px !important;
	}

	.fantasy-cricket-app-carousel img {
		margin-left: 6% !important;
	}

	.downloadBtn-text {
		font-size: 1.06em !important;
	}

}

@media screen and (max-width: 373px) and (orientation: portrait) {
	.mobile-num {
		background-position: 1.1em 0.6em;
		padding: 12px 0px 0px 38px !important;
		background-size: 11% auto;
		font-weight: 700;
		font-style: italic;
		font-size: 2em;
	}

	.or {
		top: 43%;
		left: 44%;
	}

	.fantasy-cricket-app-carousel .nextBtn {
		right: 20px !important;
	}

	.fantasy-cricket-app-carousel img {
		margin-left: 6%;
	}

	.fantasy-cricket-app-carousel .nextBtn,
	.fantasy-cricket-app-carousel .prevBtn {
		top: 120px !important;
	}

	.fantasy-cricket-app-carousel img {
		margin-left: 6% !important;
	}

	.downloadBtn-text {
		font-size: 1.1em !important;
	}

}

@media screen and (max-width: 992px) and (orientation: landscape) {

	.howtoplaystep li p {
		display: block;
	}

	.downloadBtn-text,
	.give-missed-call {
		font-size: 1em;
	}

	.downloadBtn,
	.give-missed-call {
		width: 49.7%;
	}

	.terms-list {
		padding-top: 10px;
	}

	.or {
		padding: 1.2em;
		top: 30.3%;
		left: 47.5%;
	}

	.mobile-num {
		background-position: 1.5em 0.5em;
		background-size: 11% auto;
		font-weight: 700;
		font-style: italic;
		font-size: 2.2em;
		padding: 9px 0px 0px 40px !important;
	}

	.fantasy-cricket-app-carousel .prevBtn {
		left: 15px !important;
	}

	.downloadBtn-text {
		padding-bottom: 1%;
	}

	.fantasy-cricket-features-img {
		width: 33%;
	}

	.fantasy-cricket-features-text {
		width: 60%;
	}

	.fantasy-cricket-app-carousel img {
		max-width: 22vw !important;
	}

	.content img {
		display: inline-block;
		float: left;
		margin-right: 3%;
		margin-bottom: 0px;
	}

	.content i {
		width: 100%;
		font-size: 16px;
		margin: 0 0 5px;
	}

	.content p {
		margin: 0 0 !important;
		margin-top: 15px !important;
		padding-top: 0;
	}

	.fantasy-cricket-app-carousel .nextBtn {
		right: 10px !important;
	}

	#fantasycricketCarousel {
		margin: 0px;
		padding-left: 37px;
	}

	.app-screen h3 {
		margin-bottom: 2% !important;
	}

	#header {
		position: relative !important;
		margin-top: -40% !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
	}

	.mobilestaticHeaderyt.dynamic-mlp-banners-regular {
		height: 130vw;
		background-size: 100% auto;
	}

}



@media screen and (max-width: 742px) and (orientation: landscape) {
	.mobile-num {
		background-position: 1.7em 0.5em;
		background-size: 11% auto;
		font-weight: 700;
		font-style: italic;
		font-size: 2em;
		padding: 9px 0px 0px 58px !important;
	}

	.or {
		top: 33%;
	}

	.downloadBtn {
		padding: 1.7% 0% 0%;
	}

	.fantasy-cricket-app-carousel .nextBtn {
		right: 46px !important;
	}

	.fantasy-cricket-app-carousel .prevBtn {
		left: 46px !important;
	}

	.downloadBtn,
	.give-missed-call {
		width: 49.6%;
	}

}

/* fantasy cricket app end*/
/*Header Slider start*/

#header {
	background-color: #190001;
	position: relative;
	overflow: hidden;
}

.headerSlider {
	opacity: 0;
}

.headerSlider ul {
	margin: 0;
	list-style: none;
}

.headerSlider ul li {
	float: left;
	flex-direction: row;
	-ms-flex-direction: row;
	line-height: 0;
	height: 700px;
	overflow: hidden;
}

.headerSlider img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#header .controls ol,
#header .controls ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#header .controls li a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--bg-color-dark);
	float: left;
	margin: 5px 7px;
	opacity: 0.40;
}

#header .controls .active {
	background: var(--primary-color);
	opacity: 1;
}

#header .controls li a span {
	display: none;
}

#header .controls li {
	float: left;
}

#header .controls {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	float: left;
}


/*Header Slider End*/

.headerSlider div {
	width: 100vw;
}


@media (max-width: 4000px) and (min-width: 1400px) {
	.homeSlider div {
		width: 100vw;
		height: 701px;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
}

@media (max-width: 1400px) and (min-width: 992px) {
	.homeSlider div {
		height: 606px;
		width: 100vw;
		background-size: auto 100%;
		background-position: bottom center;
		background-repeat: no-repeat;
		padding-top: 97px;
	}
}




.staticHeader {
	height: 701px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.mobilestaticHeaderyt {
	background-size: 116%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.mobilestaticHeaderyt .video {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	width: 67%;
	top: 54%;
}

.mobilestaticHeaderyt.dynamic-mlp-banners-regular {
	background-size: 100%;
	background-position: center center
}

.mobilestaticHeaderyt.dynamic-mlp-banners-fb {
	height: 62.85vw;
	background-size: 100%
}

/*common disclaimer css start*/
.hotstar-lp .bonusTxt::after, .phonepe-disclaimer-lp .bonusTxt::after, .phonepe-disclaimer-lp .mrc_downloadlp::after, .phonepe-disclaimer-lp .mrc_ios::after{
	display: block;
	font-size: 15px;
	color: var(--text-color-white);
	text-align: center;
	font-weight: 100;
	text-transform:none;
	background:none;
	-webkit-text-fill-color: white;
	margin-top: 5px;
	opacity: 0.7;
}
.phonepe-disclaimer-lp .bonusTxt::after, .phonepe-disclaimer-lp .mrc_downloadlp::after, .phonepe-disclaimer-lp .mrc_ios::after{
	font-size: 14px;
}
/*common disclaimer css end*/

/* hotstar-lp and phonepe-lp start */

.hotstar-lp .bonusTxt::after{
	content: "Outside Google Playstore App";
}

.hotstar-lp header a, .hotstar-lp .header-whitebg-curve a{
	pointer-events: none;
	cursor: not-allowed;
}
.hotstar-lp .header-CTA, .phonepe-disclaimer-lp .header-CTA{
	aspect-ratio: 120/42;
}

.hotstar-lp.no-bonus-include-disc .bonusTxt i, .phonepe-disclaimer-lp.no-bonus-include-disc .bonusTxt i{
	display: none;
}

.hotstar-lp.no-bonus-include-disc .header-CTA, .phonepe-disclaimer-lp.no-bonus-include-disc .header-CTA {
    aspect-ratio: 120 / 35;
}

@media screen and (max-width: 900px) and (orientation: portrait){

	.hotstar-lp .footer-short, .phonepe-disclaimer-lp .footer-short {
		padding-bottom: 170px;
	}
}


/* hotstar-lp  and phonepe-lp end */

/*PhonePe disclaimer start */
.phonepe-disclaimer-lp .mrc_downloadlp::after{
	content: "You are installing an app outside of the Play Store.";
}
@media screen and (max-width: 900px) and (orientation: portrait){
	.phonepe-disclaimer-lp .mrc_downloadlp::after{
		margin-top: 2.9%;
	}
	.phonepe-disclaimer-lp .mrc_ios::after{
		margin-top: 1.7%;
	}
}
@media screen and (max-width: 380px) and (orientation: portrait){
	.phonepe-disclaimer-lp .bonusTxt::after, .phonepe-disclaimer-lp .mrc_downloadlp::after, .phonepe-disclaimer-lp .mrc_ios::after{
		font-size: 13px;
	}
}
@media screen and (max-width: 900px) and (orientation: landscape){
	.phonepe-disclaimer-lp.no-bonus-include-disc .btn-green{
		margin-left: 0;
	}
}
/*PhonePe disclaimer end */
/* Disclaimer in Footer Start*/

@media (max-width: 992px){
	.disclaimer-footer .footer-short::after {
		content: "App will be downloaded outside of Google Playstore";
		display: block;
		font-size: 15px;
		color: var(--text-color-white);
		text-align: center;
		font-weight: 100;
		text-transform: none;
		background: none;
		-webkit-text-fill-color: white;
		margin-bottom: 5px;
		margin-top: 15px;
	}
}

/* Disclaimer in Footer Start*/

/*Features start*/

.featuresContainerBg {
	padding: 25px 0 25px 0;
	border-bottom: 1px solid var(--border-color-lightgrey2);
	background: var(--bg-color-light);
}

.featuresContainer {
	margin-right: 0px;
	margin-left: 0px;
	width: 65%;
	text-align: center;
	float: right;
}

.featuresContainer div {
	float: left;
	font-weight: bold;
	color: var(--secondary-color);
	text-transform: uppercase;
	line-height: 1;
	width: 306px;
	text-align: left;
}

.featuresContainer div img {
	float: left;
	margin-right: 15px;
	height: 80px;
	width: auto;
}

.featuresContainer div span {
	display: block;
	margin-top: 28px;
	width: 100%;
}

.featuresContainer div:nth-child(2) {
	width: 240px;
	float: none;
	display: inline-block;
}

.featuresContainer div:nth-child(3) {
	width: 290px;
	float: right;
}

#cricket-users {
	margin-top: -18px;
}

.featuresContainer div strong {
	font-size: 25px;
}

.featuresContainer div i {
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
}

/*Features start*/
.testimonialInnerPg * {
	line-height: 1.5 !important;
}



/*Makers Of Start*/

.qrcodeContainer {
	padding: 25px 0;
	font-size: 25px;
	font-weight: 500;
}
.qrcodeContainer.active {
	width: 100%;
	position: fixed;
	background: #fff;
	box-shadow: 0px 0px 12px 15px rgb(0 0 0 / 13%);
	z-index: 99;
	animation: bottomToTop 0.5s forwards;
	
}

@keyframes bottomToTop {
	0% {
		bottom: -150px
	}

	100% {
		bottom: 0px
	}
}

.qrcodeContainer.active::after {
    position: absolute;
    content: '';
    height: 4px;
    right: 0;
    left: 0;
    top: -4px;
    background: repeating-linear-gradient(to right, #2bc855 0, /* Start */ #2bc855 12.5%, #fad405 12.5%, #fad405 25%, #1466ca 25%, #1466ca 37.5%, #dd2d2d 37.5%, #dd2d2d 50%, #2bc855 50%, #2bc855 62.5%, #fad405 62.5%, #fad405 75%, #1466ca 75%, #1466ca 87.5%, #dd2d2d 87.5%, #dd2d2d 100% /* End */);
}


.featuresContainerBg .frmMakersect {
    display: inline-block;
	vertical-align: top;
}
.featuresContainerBg .frmMakersect .brandLogo{
	display: inline-block;
	margin-top: 22px;
	width: 170px;
	max-width: 100%;
	height: auto;
}
.featuresContainerBg .brandLogo.rghtMr{
	margin-right: 55px;
}

.featuresContainerBg .copyTxt {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}


.featuresContainerBg .container{
	display: flex;
    justify-content: space-between;
    align-items: center;
}


.qrcodeContainer .qr-code-Sect {
    display: flex;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
}

.qrcodeContainer .qr-code-Sect img{
	width: 150px;
	height: auto;
	margin-right:20px;
}

.qrcodeContainer .qr-code-Sect span{
	color: var(--primary-color);
	display: contents;
	font-weight: bold;
}

.featuresContainerBg .hLine{
	width: 1px;
	height: 120%;
	background-color: #ebebeb;
}

@media (max-width: 1400px){
	.qrcodeContainer {
		font-size: 22px;
	}
	.featuresContainerBg .frmMakersect .brandLogo  {
		width: 130px;
	}
	.featuresContainerBg .copyTxt {
		font-size: 18px;
	}
	.featuresContainer div strong {
		font-size: 18px;
	}
	.featuresContainer div i {
		font-size: 14px;
	}
	.featuresContainer div {
		width: 275px;
	}
	.featuresContainer div:nth-child(2) {
		width: 205px;
	}
	.featuresContainer div:nth-child(3) {
		width: 260px;
	}
	.featuresContainer div img {
		height: 75px;
	}
}

@media (max-width: 992px){

	.featuresContainerBg {
		padding: 23px 0 22px 0;
	}

	.featuresContainerBg .hLine{
		display: none;
	}
	.featuresContainerBg .container {
		flex-direction: column;
	}

	.qrcodeContainer, .featuresContainerBg .copyTxt {
		font-size: 1.12em;
	}
	.featuresContainerBg .frmMakersect {
		width: 100%;
		text-align: center;
		padding: 0 0 25px 0;
		position: relative;
	}

	.featuresContainerBg .frmMakersect::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: -15px;
		right: -15px;
		height: 1px;
		background-color: var(--border-color-lightgrey2);;
	}

	.featuresContainerBg .frmMakersect .brandLogo {
		width: 33.5vw;
		margin-top: 18px;
	}
	.featuresContainerBg .brandLogo.rghtMr {
		margin-right: 12vw;
	}
	.qrcodeContainer {
		padding: 22px 0 25px 0;
	}
	.featuresContainerBg .container::after{
		display: none;
	}
	.featuresContainer {
		width: 100%;
		padding: 25px 0 0 0;
	}
	.mobileSeparator{
		height: 1px;
		background: var(--border-color-lightgrey2);
		display: block;
		width: 100%;
		margin: 15px 0px;
	}

}

@media screen and (max-width: 992px) and (orientation: landscape) {

	.featuresContainerBg .frmMakersect .brandLogo {
		width: 20vw;
	}
	.featuresContainerBg .brandLogo.rghtMr {
		margin-right: 7vw;
	}
}


/*Makers Of End*/


.testimonialInnerPg .leftquote,
.testimonialInnerPg .rightquote {
	line-height: 0.2 !important;
	font-size: 30px;
}

.testimonialInnerPg {
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
	margin-top: 30px !important;
}

.testimonialInnerPg li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.testimonialInnerPg .thumb {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 25px;
	float: left;
}

.testimonialInnerPg .thumb img {
	width: 100%;
	height: auto;
}

.testimonialInnerPg .playerText {
	width: 83%;
	display: inline-block;
	vertical-align: top;
}

.testimonialInnerPg i {
	font-weight: bold;
	display: block;
	text-align: right;
	font-style: normal;
	margin: 10px 0;
}

.testimonialInnerPg i:last-child {
	color: #f52015;
}

.testimonialInnerPg i br {
	display: none;
}


/*Inner Page start*/


/* table css*/
.table {
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
	text-align: center;

	-webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.24);
	box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.24);

}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered th {
	background-color: #f1f6f9;
	border-color: #dee2e6;
	vertical-align: middle;
}

.table-auto-scroll {
	width: 100%;
	overflow-x: auto;
	padding: 15px 0;
}
.min-width-150 .table-bordered th {
    min-width: 150px
}

.panel-body {
	padding: 0px 15px 15px 15px;
}

.content-area * {
	line-height: 1.7;
}

.content-area p {
	margin: 20px 0;
}

.content-area {
	padding: 3% 15px;
	background: var(--text-color-white);
}

.content-area img {
	max-width: 100%;
	height: auto;
}

.account-summ {
	border: 1px solid #ddd;
}

.content-area a {
	color: var(--link-color);
	text-decoration: none;
	cursor: pointer;
}

.content-area p a,
.real-fantsy a,
.card-body a,
.card-body a:visited {
	color: var(--link-color);
	text-decoration: none;
}

.content-area p a:hover,
.real-fantsy a:hover,
.card-body a:hover,
.card-body a:visited {
	color: var(--link-color);
	text-decoration: none;
}

.content-area {
	min-height: 550px;
}

.content-area h2 {
	font-size: 22px;
}

.content-area ol,
.content-area ul {
	margin: 0;
	padding-left: 20px;
}

.content-area .lower-alpha li {
	list-style-type: lower-alpha;
}

.content-area .circle li {
	list-style-type: circle;
}

.content-area .lower-roman li {
	list-style-type: lower-roman;
}

.content-area ul {
	list-style: initial;
}

.content-area h1 {
	padding: 1% 0;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
}

.fantasy-cricket-app-pg .content-area {
	min-height: auto;
}

.fantasy-cricket-app-pg .howtoplaystep {
	width: 100%;
	margin-top: 17px;
}

.fantasy-cricket-app-pg .howtoplaystep li .content {
	float: none;
	display: block;
	line-height: 0.9;
}

.fantasy-cricket-app-pg .howtoplaystep li p {
	margin: 0 !important;
	padding: 0;
	display: block;

}

.fantasy-cricket-app-pg .howtoplaystep li {
	width: 33.3%;
	text-align: center;
	margin: 0;
}

/******Start table*****/
.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableRow div:last-child {
	text-align: right;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell,
.divTableHead {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #CCC;
	border-left: 0;
	width: 100%;
	display: table-cell;
	padding: 10px;
}

.divTableOther {
	color: #ab110e;
	border-bottom: 0px;
	text-align: center;
	padding: 10px 0px 0px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

/******End table*****/



/*certification Page Start*/


.certificate_wrap {
	border: 1px solid #666;
	margin: 0 auto 35px;
	padding: 1px;
	width: 79%;
}
@media (max-width: 992px) {
	.certificate_wrap {
		width: 97.5%;
	}
	.certificate_wrapBottom{
		margin-bottom: 24px;
	}	
}
@media screen and (orientation: landscape) and (max-width: 850px) {
    .certificate_wrap {
        width: 96.5%;
    }
	.certificate_wrapBottom{
		margin-bottom: 24px;
	}
}
.cert_wrap_inner {

	padding: 18px 30px;

}

.img_center {
	text-align: center;
	padding: 0 0 15px;
	border-bottom: 1px solid #666;
}

.cert_head {

	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	text-align: center;
	padding: 0 0 40px;
}

.certificate_wrap p {
	padding: 0 0 15px !important;
	margin: 0 !important;
}

.discTxt{
	font-size: 12px;
}
.cert_blue_text {
	color: #002060;
}

.img_sign {
	border-bottom: 1px solid#666;
	margin: 0 0 6px;
}

.cert_watermark {
	background: url(../../../../../https://rcmg.in/rc/acrfa42.gif) center 0 no-repeat;
	overflow: hidden;

	font-size: 10px;
}

.cert_watermark p {
	padding: 0 0 32px !important;
	line-height: 16px;
}

.cert_watermark p.cert_dt {
	padding: 0 0 140px !important;
	font-size: 12px;
}

.cert_add {
	text-align: center;
	line-height: 15px;
}

.blu_txt {
	color: #00F !important;
}

.sign-block {
	width: 45%;
	display: inline-block;
}

.disc_blue_txt {
	color: #637de0;
	font-size: 12px;
}

.cert_add_footer {
	background: #0070c0;
	padding: 22px 5px;
	color: var(--text-color-white);
	font-size: 10px;
}

.cert_add_footer a,
.cert_add_footer a:hover,
.cert_add_footer a:visited,
.cert_add_footer a:active {
	color: var(--text-color-white);
}

/*certification Page End*/



.panel-title>a.collapsed:before {
	float: right !important;
	content: "+";
	font-weight: bold;
	font-size: 24px;
	line-height: 1em;
	vertical-align: middle;
}

.panel-title>a:before {
	float: right !important;
	content: "-";
	font-weight: bold;
	padding-right: 10px;
	font-size: 24px;
	line-height: 1em;
	vertical-align: middle;
}

.tab-pane {
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.24);
	box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.24);
}

.panel-default>.panel-heading,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: 0;
	border-radius: 0;
}

.nav-tabs>li.active,
.nav-tabs>li.active:hover,
.nav-tabs>li.active:focus {
	color: #ab110e;
	cursor: pointer;
	background-color: var(--text-color-white);
	border-bottom: 7px solid #ab110e;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav>li>a:hover,
.nav>li>a:focus {
	color: #ab110e;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom-color: transparent;
	text-decoration: none;
}

.nav-tabs {
	padding-inline-start: 0px !important;
}

.nav-tabs>li {
	border-top: 1px solid #c9c9c9;
	padding: 0 3%;
	border-bottom: 6px solid var(--text-color-white);
}

.nav-tabs>li a {
	color: #ab110e;

}

.nav-tabs>li:first-child {
	border-left: 1px solid #c9c9c9;
}

.nav-tabs>li:last-child {
	border-right: 1px solid #c9c9c9;
}

.panel,
.panel-default,
.panel-default>.panel-heading {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;

}

.panel-title a {
	color: var(--default-text-color);
}

.panel-heading {
	padding: 0px 15px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
	padding: 1.2% 0 0;
	font-weight: bold;
	color: inherit;
}

.panel-title>a {
	display: block;
}

/*Inner Page End*/


.link {
	color: #e82217;
	text-decoration: none;
}

/* fantasy cricket app carousel */
.fantasy-cricket-app-carousel {
	width: 100%;
	background-color: #ab110e;
	padding: 2% 0% 0.5%;
}

.fantasy-cricket-app-carousel .slide {
	color: var(--text-color-white);
}

.fantasy-cricket-app-carousel .slide p {
	padding: 0% 15%;
}

.fantasy-cricket-app-carousel .slide p span {
	display: block;
	color: #ffa5a3;
}

.fantasy-cricket-app-carousel img {
	border-top: 3px solid #d2d2d2;
	border-left: 3px solid #d2d2d2;
	border-right: 3px solid #d2d2d2;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	max-width: 74%;
}

.fantasy-cricket-app-carousel .nextBtn,
.fantasy-cricket-app-carousel .prevBtn {
	color: var(--text-color-white);
	text-decoration: none;
	font-size: 55px;
	right: -80px;
	position: absolute;
	top: 122px;
}

.fantasy-cricket-app-carousel .prevBtn {
	left: -41px;
	right: inherit;
}

.fantasy-cricket-app-carousel ol {
	list-style: none;
	text-align: center;
}

.fantasy-cricket-app-carousel ol li {
	display: none;
	margin: 0px 5px;
}

.fantasy-cricket-app-carousel ol li:last-child {
	display: inline-block;
}

.fantasy-cricket-app-carousel ol li.current {
	display: inline-block;
}

.fantasy-cricket-app-carousel .col-md-12 {
	position: relative;
}

.fantasy-cricket-app-carousel .carouselDivide {
	color: #ffa5a3;
	position: absolute;
	bottom: 16px;
	left: 51.3%;
}

@media screen and (max-width: 900px) and (orientation: portrait) {

	.nav-tabs>li {
		padding: 0% 1%;
	}

	.header-safe {
		background-color: var(--bg-color-dark);
	}


	.fantasy-cricket-app-carousel .carouselDivide {
		bottom: 1px;
		left: 48.4%;
	}

	.fantasy-cricket-app-carousel img {
		display: block;
		margin-left: 7%;
	}

	.fantasy-cricket-app-carousel .slide p {
		padding: 0% 18% 0% 4%;
	}

	.fantasy-cricket-app-carousel ol {
		margin: 0px;
		padding: 0px;
	}

	.fantasy-cricket-app-carousel .nextBtn,
	.fantasy-cricket-app-carousel .prevBtn {
		font-size: 35px;
		top: 145px;
	}

	.fantasy-cricket-app-carousel .prevBtn {
		left: 20px;
	}

	.fantasy-cricket-app-carousel {
		padding: 4.9% 0% 0%;
	}

	#mrc_lp .btn-blue-reg {
		display: block;
		width: 70%;
		font-size: 1.3em;
		padding: 1.1% 0;
	}

}



@media screen and (max-width: 992px) and (orientation: landscape) {

	#timeSquads li div.content {
		min-height: 270px;
	}

	.height100 {
		height: auto !important;
	}

	.headerSlider ul li {
		text-align: center;
	}

	.headerSlider img {
		width: 50%;
		height: auto;
		display: inline-block;
	}

	.mobilestaticHeaderyt {
		height: 540px;
		background-size: auto 150%;
		background-position: center center;
	}

	.real-fantsy-img {
		max-width: 30% !important;
		height: auto;
	}

	.featuresContainer div {
		font-size: 12px !important;
		line-height: 1.3 !important;
	}

	.featuresContainer div strong {
		font-size: 16px;
	}

	.featuresContainer div i {
		font-size: 11px;
	}


	.embed-container {
		padding-bottom: 38% !important;
		max-width: 70% !important;
		left: 50%;
		transform: translateX(-50%);
	}

	.mobilestaticHeaderyt .video {
		max-width: 275px;
		height: 150px;
		top: 55%;
	}

	.featuresContainer {
		max-width: 460px;
		float: none;
	}

	.fantasy-cricket-app-carousel .carouselDivide {
		bottom: 14px;
		left: 51.9%;
	}

	.fantasy-cricket-app-carousel .nextBtn,
	.fantasy-cricket-app-carousel .prevBtn {
		font-size: 35px;
		top: 83px;
	}

}

/* End header CTA */
.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

.mb-0 {
	margin-bottom: -20px !important;
}

#youtube {
	border: 1px solid #ffffff33;
}

.cricbuzzTitle {
	line-height: 1;
	margin: 33px 0px;
}

@media (max-width: 992px) {
	.cricbuzzTitle {
		margin: 15px 0px;
	}
}

.easySteps {
	margin: 31px 0px;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 992px) {
	.easySteps {
		margin: 15px 0px;
		line-height: 1.2;
		font-size: 20px;
	}
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 15px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* terms of service accordian start */
#terms-of-service-wrapper h3 {
	border-bottom: 1px solid var(--border-color-lightgrey2);
	padding: 10px 0;
}

#terms-of-service-wrapper h1 {
	padding: 10px 0;
}

#terms-of-service-wrapper h3::after {
	content: '+';
	float: right;
	display: none;
}

#terms-of-service-wrapper h3.minus:after {
	content: '−' !important;
	float: right;
}


/* terms of service accordian end */

.embed-container .poster {
	bottom: -100%;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top: -100%;
}

.embed-container .playButton {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


@media (max-width: 1470px) {
	.howtoplaystep li {
		margin-right: 40px;
	}

	.howtoplaystep li h3 {
		font-size: 20px;
	}

	#youtube {
		width: 100%;
	}
}


@media (max-width: 1400px) {

	.staticHeader {
		height: 606px;
		background-size: auto 100%;
		padding-top: 97px;
	}

	.treding {
		margin-top: 25px;
	}

	.headerSlider img {
		width: 1520px;
		height: auto;
	}

	.headerSlider ul li {
		height: 555px;
	}


}

@media (max-width: 1475px) {
	.real-fantsy-img {
		max-width: 100%;
		height: auto;
		margin-top: 0px;
	}

	.ranji-team-table table {
		width: 46%;
	}
}

@media (max-width: 1370px) {

	.howtoplaystep li {
		width: 243px;
		margin-right: 15px;
	}

	#timeSquads li div.content {
		min-height: 338px;
	}

}

@media (max-width: 1200px) {

	.treding {
		margin-top: 0px;
	}

	#youtube {
		min-height: 460px;
		height: auto;
		margin-bottom: 30px;
	}

	.howtoplaystep li {
		width: 220px;
		margin-right: 15px;
	}

	.lg-center {
		text-align: center;
	}
	#cricket-users {
		margin-top: -15px;
	}

	.headerSlider img {
		width: 1240px;
		height: auto;
	}

	.headerSlider ul li {
		height: 450px;
	}

	.fantasy-cricket-app-pg .howtoplaystep {
		display: inline-block;
		margin: 0 auto;
	}

	.fantasy-cricket-app-pg .howtoplaystep li {
		text-align: center;
		margin: 0;
	}

	.fantasy-cricket-app-pg .howtoplaystep li img {
		display: inline-block;
	}

	.fantasy-cricket-app-pg .howtoplaystep li .content {
		float: none;
	}

	.fantasy-cricket-app-pg .howtoplaystep li:last-child {
		width: auto;
	}
}

@media (max-width: 1024px) {
	.rajniSlider li div.content {
		min-height: auto !important;
		padding-bottom: 60px !important;
	}

	p.pagination {
		bottom: 20px;
	}

}

@media (max-width: 992px) {

	.terms:hover,
	.terms:focus,
	.terms-app:focus,
	.terms-app:hover {
		color: #989898;
	}

	#mrc_lp .btn-blue-reg:hover,
	#mrc_lp .btn-blue-reg:focus {
		color: var(--text-color-white);
	}

	.treding .title {
		line-height: 1.4;
		font-size: 16px;
	}

	.treding {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.tredingBtn {
		margin-top: 0;
	}

	.recentTrophy .title {
		line-height: 1.4;
		font-size: 16px;
	}

	.recentTrophy {
		margin-top: 0px;
		margin-bottom: 5px;
	}


	.popularTags {
		margin-top: 15px;
	}

	.tredingBtn {
		margin: 0px 0 0 0 !important;
	}

	#header {
		padding-bottom: 0px;
		background-size: cover;
		position: absolute;
		top: -12%;
		left: 15px;
		right: 15px;
	}

	#header .controls li a {
		width: 6px;
		height: 6px;
	}

	.fantasy-cricket-app-carousel .nextBtn img,
	.fantasy-cricket-app-carousel .prevBtn img,
	.match-time-container .nextBtn svg,
	.match-time-container .prevBtn svg {
		width: 25px;
		height: auto;
	}

	.playerTestimonial .nextBtn img,
	.playerTestimonial .prevBtn img {
		width: 12px;
	}

	#cricket-users,
	#download-icon {
		height: 90px;
	}

	#header .controls {
		bottom: 22%;
		position: absolute;
	}

	.show-mobile {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	.mobile-howtoplay {
		display: block;
		width: 100%;
		margin-bottom: 70px;
	}

	#youtube {
		margin-bottom: 15px;
		min-height: 216px;
	}

	.howtoplay .bx-wrapper {
		margin-top: 15px;
	}

	.howtoplaystep li h3,
	.howtoplaystep li .contentHead {
		line-height: 1.8;
	}
	.howtoplay .numericControls {
		list-style: none;
		width: 100%;
		margin: 45px 0;
		padding: 0;
		text-align: center;
	}
	.howtoplay .numericControls li {
		display: inline-block;
	}
	.howtoplay .numericControls li a {
        font-size: 24px;
        line-height: 1;
        text-decoration: none;
        font-weight: 700;
        color: var(--text-color-white);
        margin-top: 1px;
        float: left;
        padding: 10px 14px 8px 14px;
        border-radius: 50%;
        opacity: 0.2;
        margin: 0 7px;
    }
	.howtoplaystep li .content span {
		display: none;
	}

	.howtoplaystep li img {
		width: 85%;
	}

	.howtoplaystep li .content {
		width: 100%;
		display: block;
		margin-top: 20px;
		float: left;
		text-align: center;
		padding: 0;
	}

	.howtoplay .numericControls li a.active {
		opacity: 1;
	}

	.row.real-fantsy {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}

	.real-fantsy-img {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.real-fantsy {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.about-fantsy,
	.about-fantsyContent {
		padding: 19px 0 23px 0;
	}

	.card-body {
		padding-left: 10px;
		padding-right: 10px;
	}

	.card-header {
		padding-left: 10px;
		padding-right: 22px;
	}

	.playerTestimonial i {
		width: 100%;
		font-size: 16px;
		margin: 0 0 5px;
	}

	.playerTestimonial .nextBtn,
	.playerTestimonial .prevBtn {
		top: 112px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.whyPlayerslove .nextBtn,
	.whyPlayerslove .prevBtn {
		top: 45px;
	}


	#playerTestimonial li,
	#fantasycricketCarousel li {
		text-align: center;
	}

	.playerTestimonial .thumb,
	.fantasy-cricket-app-carousel .thumb {
		display: inline-block;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.playerTestimonial ul li p,
	.fantasy-cricket-app-carousel ul li p {
		margin: 0 15px !important;
		margin-top: 15px !important;
		padding-top: 0px;
	}

	#playerTestimonial,
	.playerTestimonial .bx-wrapper {
		margin: 0;
	}

	h2 {
		font-size: 20px;
		line-height: 1.2;
		margin: 15px 0;
	}

	.real-fantsy h1 {
		font-size: 20px;
		line-height: 1.2;
		margin: 15px 0;
		padding: 0;
	}

	.howtoplay {
		padding-bottom: 27px;
		padding-top: 15px;
	}

	.playerTestimonial {
		padding: 15px 0px 27px 0;
		text-align: center;
	}

	.featuresContainer div {
		text-align: center;
		height: auto;
		font-size: 14px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: fit-content !important;
	}

	.featuresContainer div img {
		float: none;
		margin: 0;
		height: 45px;
	}
	.featuresContainer div span {
		margin-top: 10px;
		float: none;
	}

	#cricket-users {
		margin-top: -12px;
		margin-bottom: 2px;
	}

	.cricbuzz {
		vertical-align: bottom;
		width: 190px;
		height: auto;
	}

	.card-header {
		font-size: 15px;
		margin: 15px 0;
	}

	.header .player-incount {
		font-size: 13px;
	}

	.content-area h2 {
		font-size: 18px;
	}

	.faqContent h3 {
		font-size: 1.17em;
		font-weight: 700;
	}

	.fantasyFaqContent .homeAccordianbg,
	.faqContent .homeAccordianbg {
		padding: 0px 20px 0px 0px;
	}

	.content-area h3 {
		margin-bottom: 0;
	}

	.panel-title {
		font-size: 18px !important;
	}

	.panel-heading {
		padding: 0px 10px;
	}

	.panel-group {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.content-area h1 {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1.3;
	}

	.content-area {
		padding: 5% 15px;
		min-height: auto;
	}

	.panel-title>a.collapsed:before {
		font-size: 18px;
		line-height: 2em;
	}

	.world-cup-seo h1 {
		font-size: 1.5em;
	}

	.schedule-table table,
	.schedule-table tbody,
	.schedule-table td,
	.schedule-table tfoot,
	.schedule-table th,
	.schedule-table thead,
	.schedule-table tr {
		display: block;
	}

	.schedule-table table {
		box-shadow: none;
	}

	.schedule-table tfoot tr>th,
	.schedule-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.schedule-table td:first-child,
	.schedule-table th:first-child {
		border-left: none;
		background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#333)) !important;
		background: -webkit-linear-gradient(top, #4c4c4c, #333) !important;
		background: -moz-linear-gradient(top, #4c4c4c, #333) !important;
		background: -ms-linear-gradient(top, #4c4c4c, #333) !important;
		background: -o-linear-gradient(top, #4c4c4c, #333) !important;
		color: var(--text-color-white);
		font-weight: 700;
	}

	.schedule-table td:last-child,
	.schedule-table th:last-child {
		border-right: none;
	}

	.schedule-table tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
		border-bottom: none;
	}

	.schedule-table td {
		border: none;
		border-bottom: 1px solid #e6e0e0;
		position: relative !important;
		white-space: normal;
		text-align: left;
		padding: 8px 10px 7px calc(50%);
		font-size: 13px;
		line-height: 1.4;
	}

	.schedule-table td:before {
		content: attr(data-title);
		position: absolute;
		left: 1px;
		width: calc(30%);
		padding: 7px 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: 700;
		top: 50%;
		transform: translateY(-50%);
	}

	.schedule-table .data.active {
		display: block;
	}

	.match-time-container .nextBtn,
	.match-time-container .prevBtn {
		display: none;
	}

	.for-ranji-player-control .prevBtn,
	.for-ranji-player-control .nextBtn {
		display: block;
	}

	#timeSquads li div.content {
		margin: 0 6px;
		margin-bottom: 6px;
	}

	.match-title {
		padding: 8px 10px 7px calc(0%) !important;
		text-align: center !important;
	}

	.match-title:before {
		display: none;
	}

	#timeSquads li div.content {
		min-height: 275px;
		padding: 15px;
	}

	.world-cup-seo {
		padding: 25px 0 10px 0;
	}

	.world-cup-seo h1 {
		margin-bottom: 15px;
	}

	.schedule-table table {
		margin: 20px 0 0px;
	}

	.matchContainer {
		margin: 10px 0;
	}

	.match-time-container {
		padding-bottom: 15px;
		margin-top: 30px;
		padding-top: 14px;
	}

	.trending-now {
		margin-top: 0;
	}

	.trending-now h2 {
		margin-bottom: 25px;
	}

	#timeSquads {
		margin-top: 10px;
	}

	.headerSlider {
		top: 0;
	}

	.testimonialInnerPg i br {
		display: block;
	}

	.testimonialInnerPg .thumb {
		width: 90px;
		height: 90px;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.testimonialInnerPg .playerText {
		width: auto;
		display: inherit;
		vertical-align: top;
	}

	.btnCenter {
		padding: 10px 0 !important;
		text-align: center !important;
		padding-top: 11px !important;
	}

	.playRanjiBtn {
		margin-top: 5px;
	}

	.hrline {
		margin-bottom: 7px;
	}

	.heightSpacer {
		height: 5px;
	}

	.whyPlayerslove,
	.faqText {
		margin-top: -30px;
	}

	.headerSlider ul li {
		height: auto;
	}

	.headerSlider img {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
	}

	.height100 {
		height: 92%;
		overflow: hidden;
		position: relative;
	}

	#terms-of-service-wrapper .collaspe {
		overflow: hidden;
		display: none;
	}

	#terms-of-service-wrapper h3::after {
		display: block;
		right: -15px;
		position: relative;
	}

	#terms-of-service-wrapper h3 {
		padding-right: 15px;
	}

	#terms-of-service-wrapper .minus h3::after {
		display: block;
	}

	.cert_wrap_inner {
		padding: 15px 15px;
	}

	.sign-block {
		width: 48%;
		font-size: 0.8em;
	}

	.tab-slider--nav {
		margin-bottom: 15px;
	}

	.tab-slider--tabs li {
		width: 24.95%;
		font-size: 16px;
		padding: 16px 0px;
	}

	.tab-slider--tabs li.active {
		font-weight: 600;
		border-bottom: 3px solid;
	}

	.rng-certificate {
		margin-top: 16px;
		margin-bottom: 19px;
	}


}

@media (max-width: 768px) {

	.treding {
		margin-top: 110px;
	}

	.trending-now img {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {

	.treding {
		margin-top: 15px;
	}

	.trending-now img {
		margin-bottom: 0px;
	}
}

@media (max-width: 680px) {
	.headerSlider li {
		text-align: center !important;
	}

	#header .img-responsive {
		display: inline-block;
	}

}

@media (max-width: 640px) {

	.real-fantsy-img {
		max-width: 60%;
		height: auto;
	}

	.card-header .arrow svg {
		width: 9px;
	}

	.card-header {
		line-height: 1.2;
	}
}

@media (max-width: 640px) {
	#header {
		top: -32%;
	}
}

@media (max-width: 540px) {

	.card-header .arrow {
		right: 10px;
	}
	.featuresContainer div strong {
		font-size: 1.2em;
	}

	.featuresContainer div i {
		font-size: 11px;
		line-height: normal;
	}

	.featuresContainer div {
		line-height: 1.1;
	}

	.featuresContainer div span {
		margin-top: 0;
		height: 8px;
	}
	#timeSquads li div.content {
		min-height: 350px;
	}

	#header {
		top: -22%;
	}
}

@media (max-width: 480px) {
	#header {
		top: -25%;
	}
}

@media (max-width: 471px) {
	#header {
		top: -8%;
	}
}

@media (max-width: 424px) {
	#header {
		top: -25%;
	}
}

@media (max-width: 414px) {
	#header {
		top: -25%;
	}
}

@media screen and (max-width: 414px) and (min-height: 724px) {
	#header {
		top: -16%;
	}
}

@media (max-width: 412px) {
	#header {
		top: -12%;
	}
}

@media (max-width: 400px) {

	.howtoplaystep li h3,
	.howtoplaystep li .contentHead {
		font-size: 16px;
	}

	.headerSlider ul li {
		text-align: center;
	}

	.ranji .col-lg-1.left,
	.ranji .col-lg-1.right {
		top: 100px;
	}

	#header {
		top: -12%;
	}
}

@media screen and (max-width: 412px) and (min-height: 650px) {
	.mobilestaticHeaderyt {
		background-position: center 28%;
	}
}

@media (max-width: 393px) {
	#header {
		top: -17%;
	}
}

@media (max-width: 393px) and (max-height: 659px) {
	#header {
		top: -17%;
	}
}

@media (max-width: 472px) and (min-width: 470px) {
	#header {
		top: -11%;
	}
}

@media (max-width: 376px) {
	.bigBash .title {
		padding: 26px 0;
	}
	#header {
		top: -17%;
	}
	.versions {
		font-size: 10px;
	}
}


@media (max-width: 375px) and (min-height: 553px) {
	#header {
		top: -30%;
	}

	#header .controls {
		bottom: 23%;
	}
}

@media (max-width: 375px) and (min-height: 554px) {
	#header {
		top: -20%;
	}
}

@media (max-width: 375px) and (min-height: 713px) {
	#header {
		top: -10%;
	}
}

@media (max-width: 375px) and (min-height: 760px) {
	#header {
		top: -5%;
	}
}

@media (max-width: 360px) {
	#header {
		top: -22%;
	}
}

@media screen and (max-width: 360px) and (min-height: 630px) {
	#header {
		top: -15%;
	}
}

@media (max-width: 360px) and (max-height: 511px) {
	#header {
		top: -33%;
	}
}

@media (max-width: 330px) {
	.featuresContainer div {
		width: 92px !important;
	}

	.homeAccordianbg {
		padding: 7px 0px;
	}

	header .loginBtn {
		padding: 4px 6px;
		margin-left: 0;
	}
}

@media (max-width: 320px) {
	#header {
		top: -33%;
	}
}

.hotstarDownload .googleTxt {
	color: var(--text-color-white);
	display: block;
	font-size: 14px;
}

.hotstarDownload .googleTxt input {
	vertical-align: middle;
}

@media screen and (max-width: 900px) and (orientation: portrait) {
	.hotstarDownload .btn-green {
		margin-bottom: 2%;
	}
	.hotstarDownload .googleTxt {
		padding-bottom: 2%;
	}
}

@media screen and (max-width: 365px) and (orientation: portrait) {
	.hotstarDownload .googleTxt {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) and (orientation: landscape) {
	.hotstarDownload .btn-green {
		width: 32%;
		margin-left: 1%;
	}

	.hotstarDownload .googleTxt {
		display: block;
	}

	.hotstarDownload .terms {
		margin-left: 1%;
	}

	.transperentdownload {
		height: 27px !important
	}

	.rng-certificate {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
		display: inherit;
	}

	.howtoplaystep li img {
		max-width: 360px;
	}


}

@media screen and (max-width: 645px) and (orientation: landscape) {
	.hotstarDownload .googleTxt {
		font-size: 11px;
	}
}

/*small device bonus text start */
@media screen and (max-width: 365px) and (orientation: portrait) {
	.smalldevice-bonustext .bonusTxt {
		font-size: 15px;
	}
}

/*small device bonus text end */



/* Download Now Button  Start Here*/


@media (max-width: 992px){

	.header-CTA {
        display: block;
        width: 100%;
        padding-top: 2.2%;
        position: fixed;
        bottom: 0;
        z-index: 9;
        background: var(--bg-color-footer);
        border-radius: 0;
        padding-bottom: 0;
        margin-top: 0;
        aspect-ratio: 120 / 34;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
		border-top: 1px solid #ffffff42;
    }

	.bonusTxt {
        padding-bottom: 2.9%;
        font-weight: 500;
        font-size: 1.45em;
        display: block;
        color: var(--text-color-white);
        letter-spacing: .2px;
    }
	.bonusTxt span {
		font-size: 1.28em;
        font-weight: 800;
		color: var(--offer-text-color);
	}
	.bonusTxt i {
		font-style: normal;
	}

	.btn-green {
        color: var(--text-color-white);
        background: var(--primary-color-green);
        font-weight: 700;
        border-radius: 8px;
        text-decoration: none;
        padding: .9% 0;
        display: flex;
        width: 77%;
        margin: 0 auto;
        font-size: 1.6em;
        justify-content: center;
        align-items: center;
        line-height: 1;
        border: 2px solid #a3f8a4;
		text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.56);
        font-kerning: none;
        letter-spacing: 1px;
		position: relative;
        overflow: hidden;
    }

	.btn-green:after, .btn-green:before {
        content: "";
        position: absolute;
        top: -4px;
        height: calc(100% + 8px);
        background: #fff;
        opacity: .45;
        background-blend-mode: color;
        transform: skew(-45deg);
        z-index: 1;
        filter: blur(10px);
		will-change: transform, opacity;
    }
	.btn-green:before {
        width: 35px;
        animation: blendingOverlayHome1 2s infinite;
        animation-timing-function: linear;
    }
	@keyframes blendingOverlayHome {
		0% {
			left: -15%
		}
	
		to {
			left: 180%
		}
	}
	
	@keyframes blendingOverlayHome1 {
		0% {
			left: -30%
		}
	
		to {
			left: 160%
		}
	}

	a.btn-green:hover, a.btn-green:visited {
		color: var(--text-color-white);
	}
	.androidIcon {
		height: 36px;
		width: auto;
		cursor: pointer;
		margin-right: 10px;
		pointer-events: none;
	}
	.downloadIcon {
		height: 0.9em;
		width: auto;
		cursor: pointer;
		margin-left: 10px;
		pointer-events: none;
	}
	.terms {
		color: var(--text-color-white);
        font-size: .8em;
        text-decoration: none;
		bottom: 10px;
        right: 5px;
        position: absolute;
    }
	.terms:hover, .terms:active{
		color: var(--text-color-white);
	}

	.btn-ios img {
        max-width: 50%;
    }
	.bonusTxt span sup {
        Vertical-align: top;
    }


}

@media screen and (max-width: 900px) and (orientation: landscape){
	.header-CTA, .hotstar-lp .header-CTA, .hotstar-lp.no-bonus-include-disc .header-CTA, .phonepe-disclaimer-lp .header-CTA, .phonepe-disclaimer-lp.no-bonus-include-disc .header-CTA {
		padding: 1% 0;
		aspect-ratio: auto;
	}

	.hotstar-lp.no-bonus-include-disc .header-CTA .bonusTxt, .phonepe-disclaimer-lp.no-bonus-include-disc .header-CTA .bonusTxt {
        vertical-align: top;
        margin-top: 14px;
    }
	.btn-green {
        padding: .7% 0;
        display: inline-flex;
        width: 39%;
        margin: 0 auto 0 2.5%;
    }
	.bonusTxt span {
		font-size: 25px;
	}
	.bonusTxt {
        padding-bottom: 0;
        display: inline-block;
		transform: translateY(-9px);
    }
	.mrc_ios .bonusTxt {
		transform: translateY(5px);
	}

	.hotstar-lp .mrc_ios .bonusTxt {
		vertical-align: bottom;
	}
	.phonepe-disclaimer-lp .mrc_ios .bonusTxt{
		vertical-align: middle;
	}
	.hotstar-lp .bonusTxt {
		transform: none;
	}

	#mrc_lp .btn-ios {
        display: inline-block;
        width: 24%;
        text-align: left;
        margin-left: 2.5%;
    }

	.btn-ios img {
		max-width: 100%;
	}
	.terms {
		padding: 1% 0 0 0;
	}
}
  
  /* Download Now Button  End Here*/





/* Facebook LP Start Here */



@media screen and (max-width: 900px) {
	.facebookLP .facebookSlider {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}
	.facebookLP #header .controls {
    	bottom: 0%;
	}
	.facebookLP .relative-cta {
		position: relative;
		padding-bottom: 0;
		display: table;
	}
	.facebookLP .relative-cta .btn-green {
		margin: 0 auto;
	}
	.facebookLP .footer {
		padding-bottom: 300px;
	}
	.faq-Content{padding:15px 0 20px}
}

@media screen and (max-width: 900px) and (orientation: landscape) {
	.facebookLP #header {
    	margin-top: -8% !important;
	}

	.facebookLP .relative-cta {
		padding-bottom: 5px;
	}
	.facebookLP .bonusTxt {
		padding-right: 10px;
	}
	.facebookLP #mrc_lp .btn-ios {
		vertical-align: text-bottom;
	}
}



/* Facebook LP End Here */


/* No Bonus Download CTA Start*/

@media (max-width: 992px){
	.nobonusdownloadbtn.header-CTA {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0;
	}
	.nobonusdownloadbtn.header-CTA .bonusTxt{
		display: none;
	}
	.facebookLP .nobonusdownloadbtn.relative-cta{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 900px) and (orientation: portrait) {
	.relative-cta.nobonusdownloadbtn .mrc_ios {
		margin-bottom: 0%;
	}
}

@media screen and (max-width: 900px) and (orientation: landscape) {
	.nobonusdownloadbtn.header-CTA {
		padding: 1% 0 !important;
	}
}

/* No Bonus Download CTA Start*/

/* Certificate start here */
.egf-seal{
	width: 30%;
	height: auto;
}
@media (max-width: 992px) {
    .egf-seal{
		width: 75%;
	}
}
.certHead{
	margin-bottom: 8px;
}
.cartTop{
	margin-bottom: 0px;
	margin-top:30px;
}
.certBottom{
	margin-bottom:27px ;
}
@media (max-width: 992px) {
	.rngBottom{
		margin-bottom: 18px;
	}
}
@media screen and (orientation: landscape) and (max-width: 850px) {
    .rngBottom{
		margin-bottom: 21px;
        margin-top: 13px;
	}
}
/* Certificate end here */