html, body {
	height: 100%;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0;
	font-size: 19px;
}
html, body, .resp-vtabs, .download .sub-container-padd {
	background-color: #d7d7d7;
	/* background-image: url(""); */
	background-repeat: repeat;
	background-size: 120px;
}
a.changeMobileNumberLink.ui-link, .cus-position {
	color: #053b94;
}
.ui-select .ui-btn.ui-state-disabled, .ui-disabled, .ui-state-disabled, button[disabled], .ui-disabled input, .ui-state-disabled input {
	opacity: 0.75;
	color: #000;
}
.ui-page-theme-a {
	text-shadow: none;
	color: #000;
}
.ui-panel-page-container-themed .ui-page-active {
	background: #f9f9f9;
}
.ui-panel-dismiss-open {
	height: 100% !important;
}
div#basic.ui-tabs {
	overflow: auto;
	/*background: #000;*/
	-webkit-overflow-scrolling: touch;
}
div#basic.ui-tabs .ui-page-active {
	/*min-height: initial !important;*/
}
.row {
	margin: 0;
}
.main-header {
	background-size: 100%;
/*
	background: -webkit-linear-gradient(#032050, #492407);
	background: linear-gradient(#032050, #492407);
*/
}
.main-header .header-one.row, .navbar-default.navbar {
	padding: 0px 120px;
}
.navbar .container-fluid, .navbar .navbar-collapse {
	/*padding: 0;*/
}
.container {
	padding: 40px 120px;
	margin: 0;
}
.kill-pad2 {
	padding-bottom: 0;
}
.forgot {
	color: #fff;
	padding-top: 5px;
	margin-bottom: -25px;
}
.logout {
	color: #036211;
	padding-top: 5px;
	margin-bottom: -25px;
	text-shadow: none;
	display: inline;
	font-size: 14px;
	font-weight: normal;
}
button.ui-btn {
	width: auto;
	float: right;
	padding: 8px 12px;
	text-shadow: none;
}
a:link {
	text-decoration: none;
	text-shadow: none;
}
a {
	color: #878787;
}
.navbar-forgot {
	text-align: center;
}
.navbar-forgot .btn-success:nth-child(1) {
	margin-top: 10px;
}
.profile-section {
	height: 100%;
	padding: 0px 120px;
	margin: 10px 0;
}
.profile-section > #basic {
	background: #000;
}
.navbar-brand {
	float: left;
	height: auto;
}
.logo-box {
	width: 300px;
	padding: 10px;
	display: inline-block;
	float: left;
}
.logo-box a {
	display: inline-block;
	width: 100px;
}
.logo-box img {
	width: 100%;
}
/*Payment Page CSS*/
#paymentPage {
	background-color: #f5f4f4;
	text-align: center;
}
#paymentPage .ui-content {
	padding: 0;
}
#paymentPage p {
	padding: 10px 10px;
	margin: 0;
}
#paymentPage .header {
	background: #0b2d88;
	color: #fff;
	text-shadow: none;
	padding: 7px 0;
	border: none;
}
#paymentPage .ui-tabs {
	padding: 0;
}
#paymentPage .ui-navbar ul {
	background-image: -webkit-linear-gradient(#0b2b81, #05216d);
	background-image: -o-linear-gradient(#0b2b81, #05216d);
	background-image: linear-gradient(#0b2b81, #05216d);
}
#paymentPage .ui-navbar ul .ui-btn {
	background-image: -webkit-linear-gradient(#0d3195, #0b2b81);
	background-image: -o-linear-gradient(#0d3195, #0b2b81);
	background-image: linear-gradient(#0d3195, #0b2b81);
	color: #fff;
	text-shadow: none;
}
#paymentPage .ui-btn:focus, #paymentPage .ui-focus {
	box-shadow: none;
}
#paymentPage .ui-navbar ul .ui-btn-active {
	background-image: -webkit-linear-gradient(#1c55ca, #194aaf);
	background-image: -o-linear-gradient(#1c55ca, #194aaf);
	background-image: linear-gradient(#1c55ca, #194aaf);
	color: #fff;
	text-shadow: none;
}
#paymentPage .ui-navbar ul li:first-child .ui-btn {
	margin: 0 2px 0 0;
}
#paymentPage .ui-navbar ul li:last-child .ui-btn {
	margin: 0 0 0 2px;
}
#paymentPage #select-native-4-button {
	width: 55%;
	float: none;
	margin: 5px auto;
	background: #fff;
	border: solid 1px #d8d8d8;
	padding: 7px 10px;
	font-weight: normal;
	font-size: 14px;
}
#paymentPage .ui-field-contain, #paymentPage .ui-select {
	margin: 0;
}
#paymentPage .ui-select, #paymentPage .ui-btn {
	margin: 0;
}
#paymentPage .ui-btn {
	margin: 0;
}
.bankNames {
	display: block;
	width: 96%;
	margin: auto;
}
.netBankingName, button.bankcard.ui-btn {
	display: inline-block;
	float: none;
	text-transform: uppercase;
	padding: 5px 7px 5px 35px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: 500;
	border: solid 1px #d8d8d8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	width: 32%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	cursor: pointer;
}
.netBankingName.active, #paymentPage #select-native-4-button.active {
	background-color: #ddd;
}
.yourBonus {
	color: #068a46;
	font-weight: bold;
}
.ui-btn.payBtn {
	background-image: -webkit-linear-gradient(#1c55ca, #194aaf);
	background-image: -o-linear-gradient(#1c55ca, #194aaf);
	background-image: linear-gradient(#1c55ca, #194aaf);
	color: #fff !important;
	text-shadow: none !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 5px !important;
}
#paymentPage .ui-btn.payBtn:active {
	background-image: -webkit-linear-gradient(#2d68e2, #2a5ec7) !important;
	background-image: -o-linear-gradient(#2d68e2, #2a5ec7) !important;
	background-image: linear-gradient(#2d68e2, #2a5ec7) !important;
}
.declarationFooter p {
	font-size: 12px;
	font-weight: normal;
}
/*Payment Page CSS Ends*/
.deposit_image {
	text-align: center;
	padding: 15px;
}
.deposit_image img {
	width: 130px;
}
/*Brand Login Section*/
.brand_login {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
    padding-right: 15px;
}
.brand_login .mySection.brand_section {
	margin: 15px 0;
}
.brand_login .mySection.brand_section img.brand_logo {
	width: 200px;
}
.brand_login .mySection.brand_section img.brand_logo.small {
	width: 45px;
}
.brand_login .mySection.brand_section .powered-by img {
	width: 50px;
}
.brand_login .mySection.brand_section .powered-by p {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin: 0;
}
.brand_login .mySection.login_section {
	display: flex;
}
.mySection.login_section label {
	color: #212121;
	font-weight: normal;
	display: block;
}
.mySection.login_section .form-group {
	margin-bottom: 0;
}
.mySection.login_section .login-form button {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
}
.mySection.login_section .or {
	color: #212121;
	margin: 0 5px;
}
.mySection.login_section .social_login .social_login_btn {
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	background-image: url("https://static.playrummy.com/assets/img/social_login_btn.png");
	display: inline-block;
	background-size: cover;
}
.mySection.login_section .social_login .social_login_btn.facebook_btn {
	background-position: left;
	margin-right: 10px;
}
.mySection.login_section .social_login .social_login_btn.google_btn {
	background-position: right;
}
.mySection.login_section .social_login a {
	display: table-cell;
	line-height: 0;
}
.mySection.login_section .login-form {
	display: flex;
	align-items: center;
}
.google_fb_section {
    float: right;
    align-items: center;
    display: flex;
	margin-bottom: 5px;
}
.login_signUp_form .login-form .form-group input {
    margin-bottom: 5px;
}
.login_signUp_form .info {
    color: #212121;
    font-size: 12px;
    margin-top: 2px;
}
.login_signup_form .info {
    font-size: 13px;
	margin-top: 3px;
	text-align: center;
}
.login_signUp_form .info a, .login_signup_form .info a{
    color: #00a2e0;
	text-decoration: underline;
}

/*Brand Login Section Ends*/

/*New Login/SignUp Popup*/
.welcome_email_number{
	text-align: center;
}
.welcome_email_number .welcome_title{
	font-size: 22px;
	font-weight: bold;
}
.welcome_email_number .email_number{
	background:#fff;
	border:solid 1px #aaa;
	-webkit-border-radius:25px;
	border-radius:25px;
	display: inline-block;
    padding: 2px 10px;
    font-size: 18px;
	margin:5px auto;
	margin-bottom: 15px;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
.modal-content{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
/*New Login/SignUp Popup Ends*/

/*New Landing Page Changes 20190625_1544*/

.row.steps_starting{
	color:#fff;
	padding: 0px 120px;
	font-family: sans-serif;
	background: #123d88;
	/* background-image: url(""); */;
	background-repeat: repeat;
	background-size: 120px;
}
.row.steps_starting .col-md-4 {
    padding: 10px;
    background: #123d88;
    /* background-image: url(""); */;
    background-repeat: repeat;
    background-size: 120px;
}
.displayFix{
	display: flex;
}
.steps_starting .displayFix{
	align-items: center;
}
.steps_starting .col_left{
	font-size: 50px;
	line-height: initial;
	margin-right: 10px;
	color: #ffca02;
}
.steps_starting .col_right .title{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.steps_starting .col_right .text{
	color: #fff;
}
.blue-background .col-md-4 h4 {
	color: #ffca02;
}
.row.steps_starting .col-md-4 a{
	color: inherit;
}
.row.download_app_section{
	padding: 0px 120px;
}
.var_mode {
    background: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	padding: 10px;
	margin: 10px auto;
	max-width: 325px;
	height: 165px;
}
.var_mode .title{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.var_mode .call_img{
	width: 50px;
    height: 50px;
    margin: auto;
    background: #b1aa34;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	padding:10px;
	margin-bottom: 10px;
}
.var_mode .call_img img{
	width: 30px;
}
.app_download_buttons  {
    text-align: center;
}
.app_download_buttons .app_download_btn {
    margin-bottom: 10px;
}
.app_download_buttons .app_download_btn img {
	width: 100%;
	max-width: 185px;
}
.var_mode .qr_code {
    text-align: center;
}
.var_mode .qr_code img {
    width: 120px;
}
.btn-yellow, a.download-btn-new{
	background: #ffca02;
	color:#036211;
	font-weight: bold;
}
.send_link_btn {
    text-align: center;
}
.send_link_btn .btn-yellow {
    padding: 7px 20px;
}
.phone_no {
    font-weight: bold;
    font-size: 22px;
	text-align: center;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    border: none !important;
    box-shadow: none !important;
}
/*New Landing Page Changes Ends 20190625_1544*/

/*Scratch Card*/
.scratchCardGrid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.scratchCard_bx1 {
    text-align: center;
	margin: 8px 4px;	
}
.scratchCard{
	position: relative;
	background-color: #fff;
	background-size: cover;	
    width: 182px;
    height: 97px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	display: table;
	overflow: hidden;
}

.scratchCard .kycLabel{
	position: absolute;
    height: 50%;
    left: 0;
    top: 0;
}
.scratchedCard .sc_gift_icon img {
    width: 65px;
    margin-top: 3px;
}
.scratchCard .text, .scratchCard .won_date {
    font-size: 12px;
	color:#212121;
}
.scratchCard .won_money{
    font-size: 20px;
	font-weight: bold;
	color:#2c3e99;
	line-height: initial;
}
.scratchCardLocked{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardDepositLock.png");
	background-size: cover;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
	color: #fff;
}
.scratchCardLocked .text, .scratchCardLocked .won_date {
    font-size: 12px;
	color:#fff;
	padding: 0 5px;
}
.scratchCardLocked .won_money {
	color:#fff799;
	text-transform: uppercase;
	font-size: 18px;
}
.scratchCardLocked .locked_card {
	background:rgba(0, 0, 0, 0.20);
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 5px auto;
	text-transform: uppercase;
	font-size: 14px;
}
.scratchCardLocked img {
	width:13px;
	margin-left:5px;
}
.scratchedCard{
	background-size: cover;
    width: 100%;
	height: 100%;
}
.claimScratch .scratchedCard{
	display: none;
}
.scratchCard.Deposit{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardDeposit.png");
}
.scratchCard.Special{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardSpecial.png");
}
.scratchCard.Upi{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardUpi.png");
}
.scratchCard.Referral{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardReferral.png");
}
.scratchCard.Joining{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardJoining.png");
}
.scratchCard.Vested{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardVested.png");
}
.scratchCard.Free{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardFree.png");
}
.scratchCard.Birthday{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardBirthday.png");
}
.scratchCard.MobileVerif{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardMobileVerif.png");
}
.scratchCardLocked.Deposit{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardDepositLock.png");
}
.scratchCardLocked.Special{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardSpecialLock.png");
}
.scratchCardLocked.Upi{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardUpiLock.png");
}
.scratchCardLocked.Referral{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardReferralLock.png");
}
.scratchCardLocked.Joining{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardJoiningLock.png");
}
.scratchCardLocked.Vested{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardVestedLock.png");
}
.scratchCardLocked.Free{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardFreeLock.png");
}
.scratchCardLocked.Birthday{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardBirthdayLock.png");
}
.scratchCardLocked.MobileVerif{
	background-image: url("https://static.playrummy.com/assets/img/scratchCardMobileVerifLock.png");
}

.scratched{
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	width: 300px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	text-align: center;
	padding: 5px;
}
.scratched img{
	width:90px;
}
.scratched h2{
	font-size:2em;
	color:#1b30ae;
	font-weight: bold;
	text-align: center;
}
/*Scratch Card Ends*/
.mobile_ver, .desktop_ver{
	display: none;
}

/*New Footer*/
.payment_partner {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 12px;
}
.payment_partner p, .security_reponsible p {
	font-weight: bold;
	font-size: 15px;
	margin-bottom:10px;
	color: #212121;
}
.payment_partner .icons img {
	max-width:100%;
	height: 32px;
}
.footer_response {
	font-size: .75em;
	text-align: center;
	padding: 2px;
}
.footer_response a{
	color: #212121;
}
.response {
	vertical-align: middle;
	color: #212121;
	font-size: 13px;
	padding: 5px 2px;
	text-shadow: none;
	text-align: center;
}
.response img {
	width: 38px;
}
.response img, .response a {
	display: inline-block;
	vertical-align: middle;
/*	padding: 0 5px 10px 5px;*/
	margin: 0 5px 10px 5px;
}
.response_data {
	padding: 10px;
}
.response_data h2 {
	margin-bottom: 10px;
}
.security_reponsible {
	margin: 5px auto;
}
.security_reponsible .icons .icon{
	background:#fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 82px;
	height: 38px;
	display: inline-block;
	margin:0 2px;
	line-height: 35px;
	margin-bottom: 8px;
	text-align: center;
}
.security_reponsible .icons .icon img{
	height: 32px;
	max-width: 75px;
}
.payment_partner .icons .picon {
    background: #fff;
    width: 82px;
    height: 38px;
    display: inline-block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 2px;
    padding: 3px;
	text-align: center;
}
/*New Footer Ends*/

/*Location Popup*/
.locationModal1 .modal-dialog, .locationModal2 .modal-dialog{
	width: auto;
	max-width: none;
}
.locationModal2 .modal-content{
	width: 100%;
	max-width: 400px;
    margin: auto;
}
.locationStepsRight {
	font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 13%;
    width: 275px;
}
.modal-backdrop.in {
	opacity: 0.85;
}
.locationStepsRight div  {
    margin-bottom: 8px;
}
.locationStepsRight .lsr_location_icon img {
    width: 30px;
}
.locationStepsRight .lsr_arrowDown img {
    width: 20px;
}
.lsr_arrowRight {
    text-align: right;
}
.locationStepsRight .lsr_arrowRight img {
    width: 100px;
}

.locationStepsRight .lsr_dot img {
    width: 40px;
}
.lsl_pr_icon {
    background: url(https://static.playrummy.com/assets/img/home_logo_qr_usp.png);
    background-position: -1px -1px;
    background-size: 413px;
    background-repeat: no-repeat;
    width: 76px;
    height: 109px;
	margin-right: 10px;
}
.locationStepsLeft {
    position: absolute;
    top: 110px;
    left: 150px;
    color: #ffffff;
    font-size: 18px;
}
.locationStepsLeft .lsl_location_icon img{
	width:100px;
	margin-bottom: 20px;
}
.modal .ls_center {
    text-align: center;
    margin: auto;
    color: #ffffff;
}
.modal .ls_center .displayFix{
    align-items: center;
	text-align: left;
}
.modal .ls_center .right .lsl_pname{
    font-size: 28px;
}
.modal .ls_center .right .lsl_ptext{
    font-size: 22px;
}
.modal .ls_center .lsl_pinfo{
    font-size: 20px;
    color: #ffde59;
}
/*Location Popup Ends*/
.newFooter{
	text-align: left !important;
	color:#212121;
	font-size: 14px;
}
.response.copytext a{
	color:#ffffff;
	margin: 0;
	padding: 10px 0;
}
.image.brand-image img {
    width: 200px;
}
.bottomMenu .torf_icon img {
    width: 68px;
    padding-left: 15px;
}
.bottomMenu img {
    margin-top: 7px;
}
.si_img {
    display: inline-block;
}
.si_img img {
    width: 30px;
}
.newFooter , .newFooter .text{
	font-size: 15px !important;
}
.newFooter .displayFix .col-md-4{
	flex: 1 0 0;
}
.newFooter .bottomMenu .displayFix {
    justify-content: space-between;
	
}
.bottomMenu ul {
	text-align: left !important;
}
.bottomMenu ul li a{
	text-align: left;
	color:#212121 !important;
	line-height: 32px;
}
.bottomMenu ul li a:hover{
	color: #2c800b !important;
}
.newFooter .security_reponsible p, .newFooter .payment_partner p{
	color:#212121;
	text-align: left;
	margin-bottom: 7px;
}
.newFooter .payment_partner {
	padding: 0;
	margin-top: 18px;
}
.newFooter .image.brand-image {
    margin: auto;
    text-align: center;
    margin-bottom: 25px;
}
.bottomMenu ul {
    margin-bottom: 35px;
}
.divider_1{
	width: 1px;
	background: #565656;
	height: 255px;
	display: inline-block;
	margin: 0 25px;
}

@media (max-width: 1280px) {
	.payment_partner .icons .picon, .security_reponsible .icons .icon {
		width: 75px;
		height: 36px;
	}
	.payment_partner .icons img, .security_reponsible .icons .icon img{
		height: 28px;
	}
	span.sr_br {
		display: none;
	}
}
@media (min-width: 321px) and (max-width: 767px) {
	.mySection.login_section .or {
		padding-right: 5px;
	}
	.payment {
		height: 62px;
	}
	.payment .icons img {
		width: 100%;
	}
}

@media (min-width: 576px){
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

@media screen and (max-width: 767px) {
	.divider_1{
		display: none;
	}
	.nf_div{
		display: block;
		max-width: 500px;
		margin: auto;
	}
	.bottomMenu{
		margin-top: 15px;
	}
}
@media screen and (max-width: 550px) {
	.logo-box {
		text-align: left;
		width: 250px;
	}
	.netBankingName, button.bankcard.ui-btn {
		width: 32%;
	}
}
@media screen and (max-width: 480px) {
	.logo-box {
		text-align: left;
		width: 250px;
	}
	.netBankingName, button.bankcard.ui-btn {
		width: 150px;
		font-size: 0.75em;
	}
}
@media only screen and (min-width: 600px) {
	.logo-box {
		width: 290px;
	}
	.logo-box a {
		display: inline-block;
		width: 130px;
	}
}
@media only screen and (min-width: 850px) {
	.logo-box {
		width: 300px;
	}
	.logo-box a {
		display: inline-block;
		width: 148px;
	}
}
.logo-box p {
	font-size: 11px;
	color: #fff;
	display: inline-block;
}
.powered-by img {
	width: 50%;
}
.powered-by {
	display: inline-block;
	width: 125px;
	margin-left: 1px;
	vertical-align: bottom;
	opacity: 0.8;
}
img.navbar-brand {
	display: inline-block;
	width: 15%;
	position: absolute;
}
@media only screen and (max-width: 480px) {
	.logo-box {
		width: 150px;
	}
	.powered-by {
		display: block;
	}
	.powered-by img {
		width: 40%;
	}
	#promotional-user-page .logo-box {
		width: 100%;
	}
	#promotional-user-page .powered-by {
		display: inline-block;
	}
	#promotional-user-page ..powered-by img {
		width: 50%;
	}
}
@media only screen and (max-width: 360px) {
	.logo-box {
		width: 138px;
	}
}
@media only screen and (min-width: 1200px) {
	img.navbar-brand {
		width: 13%;
	}
}
@media only screen and (min-width: 1630px) {
	img.navbar-brand {
		width: 11%;
	}
}
.navbar-nav > li a {
	color: #000000;
}
.login-section .navbar-form {
	margin: 0;
	padding: 0;
	padding-top: 25px;
	border: none;
	box-shadow: none;
	width: 100% !important;
	height: 100px;
	text-align: right;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
@media only screen and (min-width: 769px) {
	.login-section .navbar-form {
		width: 100% !important;
		height: 126px;
	}
}
@media only screen and (min-width: 479px) and (max-width: 768px) {
	.login-section .navbar-form {
		width: 55% !important;
	}
}
.header-one {
	padding: 0% 0;
}
.user-profile {
	margin: 0;
	padding: 0;
	padding-top: 50px;
	float: right;
	color: #fff;
	text-shadow: none;
	height: 100px;
}
@media only screen and (min-width: 768px) {
	.user-profile {
		height: 140px;
	}
	.google_fb_section {
		margin-bottom: 0;
	}
	.login_signUp_form .login-form .form-group input {
		margin-bottom: 0px;
	}
}
.user-profile p {
	margin-bottom: 0;
}
.profile-img {
	float: left;
	text-align: right;
}
.profile-img img {
	border: solid 2px rgba(254, 182, 69, 1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 80%;
}
.username {
	float: left;
	padding: 0 10px;
	color: #212121;
	font-family: 'Roboto', sans-serif;
}
.username h4 {
	font-weight: normal;
	max-width: 100px;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	text-align: left;
	color: #212121;
}
.username p {
	font-size: 15px;
	color: #212121;
}
.btn-success, .active-btn-design {
	background: rgba(254, 182, 69, 1) !important;
	background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%) !important;
	color: #000000 !important;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) !important;
	margin: auto !important;
	border: none !important;
	font-size: 12.5px;
}
@media only screen and (min-width: 480px) {
	.active-btn-design.data-save-button {
		width: 25%;
		float: left;
	}
}
.btn-success {
	color: #000 !important;
}
.navbar {
	margin: 0;
	min-height: 0;
	padding: 5px 0;
	border-radius: 0 !important;
	background: #123d88;
}
.navbar-nav > li > a {
	color: #000000;
	padding: 10px 18px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
	font-size: 13px;
}
.navbar-nav > li > a:hover {
	color: #267ae9;
}
.nav > li > a:focus, .nav > li > a:hover {
	color: #267ae9;
	text-decoration: none;
	background: none;
}
#myTab.nav-tabs {
	padding: 0px 16px;
	padding-top: 12px;
	border-bottom: 1px solid #ddd;
	background: #e8e7e8;
	text-align: center;
}
#myTab.nav-tabs > li > a, #myTab.nav-tabs > li a:visited {
	font-size: 0.8em;
	margin-right: 0px;
	color: #333;
	border: 0;
	padding: 8px;
}
#myTab.nav-tabs > li.active a {
	color: #333;
	background: #f9f9f9;
	box-shadow: 0 -2px 3px #dad5d5;
}
#myTab.nav-tabs > li a img {
	border: 0 !important;
	padding: 0 !important;
	width: 60px;
	padding-bottom: 3px !important;
}
#myTab.nav-tabs > li {
	width: auto;
	margin-right: 1%;
	display: inline-block;
	float: none;
}
#content.ui-content {
	padding: 0px;
}
@media (max-width: 568px) {
	#myTab.nav-tabs > li a img {
		width: 38px;
	}
	#myTab.nav-tabs > li a {
		font-size: 0.7em;
	}
	#myTab.nav-tabs > li > a, #myTab.nav-tabs > li a:visited {
		/*padding: 5px;*/
	}
	#myTab.nav-tabs > li {
		margin-right: 0.5%;
	}
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #ffd24a;
	background: rgba(0, 0, 0, 0.2);
	text-shadow: none;
}
.navbar-header {
	position: relative;
}
.navbar-header button {
	position: absolute;
	left: 0;
	top: 0
}
.navbar-header h4.page-head a {
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.navbar-default .navbar-nav > .active > a {
		border-radius: 0;
	}
	.brand_login{
		padding:0;
	}
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-shadow: none;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffd24a;
	text-decoration: none;
	background: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
	border: none;
}
.navbar-default .navbar-toggle {
	background: rgba(0, 0, 0, 0.2) !important;
	border: none;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default {
	border: none;
}
.slider {
	background-size: cover;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
	width: 100%;
	background: #492407;
	position: relative;
}
.main-slider img{
	height: 320px !important;
}
.carousel-inner {
	font-style: italic;
}
#home-nav-button.navbar-toggle {
	display: none;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	padding: 0px;
	margin: auto;
	object-fit: cover;
}
@media screen and (min-width: 1250px) {
	.carousel-inner img {
		padding: 0px;
	}
}
;
@media only screen and (max-width: 1120px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
		padding: 0px;
	}
}
@media only screen and (max-width: 768px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
		padding: 0;
	}
	#home-nav-button.navbar-toggle {
		display: block;
	}
}
@media only screen and (max-width: 478px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
		padding: 0;
	}
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}
.main-slider.col-lg-12, .main-slider .col-lg-9, .main-slider .col-lg-3 {
	padding: 0;
}
.home-register-box #signup-form-home {
	padding: 0 10px;
}
.home-register-box .home-page-register-block {
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0 0 0 2px #e6e6e6;
	background: url("https://static.playrummy.com/assets/img/signup_header.png"), #fff;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 50px;
}
.home-register-box {
	height: 320px;
	display: table;
	width: 100%;
	padding: 10px 15px;
}
.main-slider .space-2 input {
	/*height: 30px !important;*/
	color: #000 !important;
}
.main-slider .space-2 input.decorative-input[type="password"] {
	background-image: none;
}
.main-slider .space-2 {
	margin-bottom: 8px;
}
.main-slider .carousel-indicators {
	bottom: 0;
}
.main-slider .carousel-indicators li {
	border: solid 2px rgba(255, 255, 255, 0.20);
}
.main-slider .carousel-indicators .active {
	border: solid 2px rgba(255, 255, 255, 0.20);
	background-color: rgba(255, 255, 255, 0.20);
}
@media only screen and (min-width:1024px) and (max-width:1359px) {
/*
	.main-slider img {
		height: 320px !important;
	}
*/
	.home-register-box #signup-form-home {
		padding: 0 15px;
	}
}
@media only screen and (min-width:1360px) {
/*
	.main-slider img {
		height: 400px !important;
	}
*/
	.home-register-box {
		height: 400px;
	}
	.home-register-box #signup-form-home {
		padding: 0 30px;
	}
	.home-register-box .popupMsg {
		font-size: 15px !important;
		padding-bottom: 8px !important;
		padding-top: initial !important;
	}
	.home-register-box h1 {
		padding-bottom: 0.8em !important;
	}
	.home-register-box .modal-link.link-to-signup-in-login {
		font-size: 14px !important;
		line-height: 20px;
		padding-top: 6px !important;
		display: block;
	}
}
@media only screen and (max-width:1023px) {
	.home-register-box {
		display: none;
	}
	.main-slider .col-lg-9 {
		width: 100% !important;
	}
}
.carousel-indicators li {
	border: solid 2px rgba(0, 0, 0, 0.2);
}
.carousel-indicators .active {
	border: solid 2px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.2);
}
.carousel-indicators {
	bottom: -18px;
}
.jumbotron {
	padding: 0;
	margin: 0;
}
.container h1 {
	font-size: 21px;
	padding-top: 0px;
	padding-bottom: 30px;
	letter-spacing: 1px;
	color: #000000;
}
.container p {
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: normal;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
	color: transparent;
}
p.kill-pad1 {
	margin-bottom: 0;
}
.btn.btn-primary {
	background: #d50000;
	padding: 10px 24px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 0px;
	border: none;
	color: #fff;
}
.kill-pad1 p {
	color: #fff;
}
.btn.btn-primary:hover {
	background: #FF3F00;
	border: none;
}
a.btn.btn-primary.btn-lg.ui-link {
	color: #fff;
}
.ui-page-theme-a .ui-btn {
	border: none;
	margin-left: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.col-md-4 h4 {
	padding-top: 0px;
	font-size: 19px;
	color: #ffd24a;
	/* text-shadow: none; */
}
.col-md-4 h3 {
	font-size: 23px;
	font-weight: normal;
	color: #878787;
	margin: 0;
}
.col-md-7 h3 {
	font-size: 23px;
	font-weight: normal;
	color: #878787;
	margin: 0;
	text-align: left;
	padding-left: 15px;
}
.col-md-12 h3 {
	font-size: 23px;
	font-weight: normal;
	color: #878787;
	margin: 0;
}
.panel h4 {
	text-align: left;
	color: #454545;
	font-size: 15px;
}
.col-md-4 img {
	text-align: center;
}
.center-img {
	text-align: center;
	padding-bottom: 30px;
}
@media only screen and (max-width: 760px) {
	.center-img img {
		width: 28% !important;
	}
}
.iframe {
	width: 100%;
	height: 100%;
}
iframe {
	border: none;
}
/* FOOTER*/
.footer {
	/* background: #00522c; */
	padding: 20px 0;
	text-align: center;
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 13px;
	/* margin-top: 10px; */
	/* background: -webkit-linear-gradient(#492407, #032050); */
	/* background: linear-gradient(#492407, #032050); */
	/*	box-shadow: 0 -3px 10px rgb(255, 199, 0);*/
}
.nav-footer a:hover {
	color: #2c800b;
}
.nav-footer a {
	color: #212121;
}
/*
.footer, .push {
	height: 100px;
}
*/
footer p {
	margin: 0;
}
@media only screen and (max-width: 420px) {
	footer p {
		font-size: 10px;
	}
	.footer {
		padding: 5px 0;
	}
}
@media only screen and (max-width: 325px) {
	footer p {
		font-size: 9px;
	}
}
/* FOOTER ENDS*/
.ui-body-b .ui-btn {
	background-color: red;
}
.login-section {
	display: inline-block;
	float: right;
}
.download-icon {
	padding-left: 15px;
	display: inline !important;
	padding: 0;
	float: left;
	width: 268px;
}
@media only screen and (max-width: 1000px) {
	.download-icon {
		width: 185px;
	}
}
@media only screen and (max-width: 570px) {
	.download-icon {
		width: 132px;
	}
}
.download-icon img {
	width: 20%;
	padding: 0 5px;
	padding-top: 35px;
}
@media only screen and (min-width: 1400px) {
	.download-icon {
		padding-top: 25px;
	}
}
@media only screen and (min-width: 475px) and (max-width: 570px) {
	.download-icon {
		width: 132px;
	}
	.download-icon img {
		width: 25%;
	}
}
.download-icon h4 {
	float: left;
	color: #fff;
}
.navbar-forgot.navbar-form {
	margin: auto;
	float: none;
	text-align: center;
}
/*Media Queries Navbar main*/
@media only screen and (min-width: 1120px) and (max-width: 1495px) {
	.user-profile {
		padding-top: 25px;
	}
}
@media only screen and (min-width: 1182px) {
	.login-section .navbar-form {
		text-align: right;
	}
	.forgot {
		text-align: left;
	}
}
@media only screen and (max-width: 1120px) {
	.main-header .header-one.row, .navbar-default.navbar {
		padding: 0px 40px;
	}
	img.navbar-brand {
		width: 17%;
		position: absolute;
	}
	.profile-section {
		padding: 0 40px;
	}
	.container {
		padding: 40px 40px;
	}
}
@media only screen and (max-width: 1024px) {
	img.navbar-brand {
		position: initial;
	}
	.main-slider img{
		height: 275px !important;
	}
}
@media only screen and (min-width: 1020px) {
	.login-section .navbar-form {
		width: auto;
		text-align: right;
	}
}
@media only screen and (min-width: 950px) {
	.login-section .navbar-form {
		padding-bottom: 30px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1119px) {
	.login-section .navbar-form {
		width: 50%;
		text-align: right;
	}
	.forgot {
		text-align: right;
	}
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
	.login-section .navbar-form {
		width: 52%;
		text-align: right;
		height: 140px
	}
	.login-section .navbar-form .form-control {
		width: 98%;
	}
}
@media only screen and (max-width: 800px) {
	.login-section .navbar-form {
		padding-top: 19px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
	.navbar-nav > li > a {
		padding: 10px 13px;
	}
	.container-fluid > .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	.main-header .header-one.row, .navbar-default.navbar {
		padding: 0px 15px;
	}
	img.navbar-brand {
		width: 20%;
	}
	.navbar-nav > li > a {
		padding: 7px 9px;
	}
	.navbar {
		padding: 0;
	}
	.login-section .navbar-form {
		float: right;
		padding-bottom: 10px;
	}
	.login-section .navbar-form .form-group {
		margin-bottom: 0px;
	}
	.login-section .navbar-form .form-control {
		margin-bottom: 5px;
		margin-left: 5px;
	}
	.forgot {
		padding-top: 0;
	}
	.signin-btn.btn-success {
		margin-left: 1%;
	}
	.profile-section {
		padding: 0 15px;
	}
	.container {
		padding: 40px 15px;
	}
	.user-profile {
		padding-top: 30px;
	}
	.resp-vtabs {
		padding-left: 16px;
		padding-right: 16px;
	}
	.main-slider img{
		height: auto !important;
	}
}
@media only screen and (max-width: 740px) {
	.login-section .navbar-form {
		text-align: left;
	}
	.forgot {
		text-align: right;
	}
	.signin-btn.btn-success {
		margin-left: 1.5% !important;
	}
}
@media only screen and (max-width: 640px) {
	img.navbar-brand {
		width: 24%;
	}
	.user-profile {
		padding-top: 24px;
	}
}
@media only screen and (max-width: 570px) {
	.login-section .navbar-form {
		float: right;
		padding-top: 15px;
	}
	img.navbar-brand {
		width: 25%;
	}
	.download-icon img {
		padding-top: 27px;
		padding-bottom: 18px;
	}
	.login-section .navbar-form .form-control {
		width: 47%;
		float: left;
	}
	.login-section .navbar-form .form-group {
		display: initial;
	}
	.signin-btn.btn-success {
		margin-top: 0px;
	}
	.user-profile {
		padding-top: 15px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 540px) {
	.profile-img img {
		width: 69%;
	}
	.user-profile h4 {
		font-size: 14px;
	}
	.user-profile p {
		font-size: 13px;
	}
	.user-profile .logout {
		font-size: 12px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 570px) {
	.forgot {
		font-size: 12px;
	}
	.login-section .navbar-form {
		width: 45%;
	}
	.login-section .navbar-form .form-control {
		width: 47%;
	}
}
@media only screen and (max-width: 478px) {
	img.navbar-brand {
		width: 39%;
	}
	.download-icon {
		display: block;
		width: 100%;
		padding-top: 28px;
		float: none;
	}
	.download-icon img {
		padding-top: 29px;
		width: 12%;
	}
	.form-control {
		margin: 5px 0;
	}
	.forgot {
		float: left;
		margin-left: 0;
	}
	.navbar-right .btn-success {
		float: right;
		margin-bottom: 10px !important;
	}
	.main-header {
		background-size: cover;
	}
	.login-section .navbar-form {
		float: none;
		padding-top: 0;
		width: auto;
	}
	.login-section .navbar-form .form-control {
		width: 100%;
		margin-left: 0;
	}
	.container {
		padding: 40px 2px;
	}
	.main-header .header-one.row, .navbar-default.navbar {
		padding: 0px 10px;
	}
	.profile-section {
		padding: 0 10px;
	}
	.user-profile {
		padding-top: 25px;
	}
}
@media only screen and (min-width: 560px) and (max-width: 740px) {
	.download-icon img {
		width: 25% !important;
	}
}
@media only screen and (max-width: 412px) {
	.user-profile {
		padding-top: 27px;
	}
}
@media only screen and (max-width: 375px) {
	.user-profile {
		padding-top: 22px;
	}
}
@media only screen and (max-width: 320px) {
	.user-profile {
		padding-top: 17px;
	}
}
.login-section {
	display: inline;
}
/*Media Queries Navbar main ENDS*/
/*Left Tabs style*/
.resp-tab-content {
	padding-top: 5px;
}
.resp-vtabs ul.resp-tabs-list {
	padding-top: 5px;
	padding-right: 0;
	background: #dedede;
}
.container-main {
	height: 100%;
	background: #f9f9f9;
}
.container-main.download {
	height: initial;
}
.container-main.download, .container-main.tnc-container, .container-main.faqs-container, .container-main.howtoplay-container, .container-main.promotion-container {
	margin-top: 10px;
	margin-bottom: 10px;
}
.color-red {
	color: #f00;
}
@media only screen and (max-width: 768px) {
	.container-main {
		/*	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
*/
	}
}
.panel-group {
	margin-bottom: 15px;
}
.resp-vtabs {
	height: 100%;
	padding-left: 120px;
	padding-right: 100px;
}
.resp-vtabs .resp-tabs-container {
	background: none;
	border: none;
	height: 100%;
	border-radius: 0;
	background: #f5f5f5;
	overflow: auto;
}
.panel {
	background: none;
	border: none;
	box-shadow: none;
}
.margin-add {
	margin-top: 15px;
}
.resp-tabs-list {
	background: #fff;
	height: 100%;
}
.resp-vtabs .resp-tabs-list li a {
	color: #212121;
	font-size: 15px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.resp-vtabs .resp-tabs-list li:hover, .resp-vtabs .resp-tabs-list li:hover a, .resp-vtabs .resp-tabs-list li a:hover {
	color: #2c800b;
}
.resp-vtabs .resp-tabs-list li.resp-tab-active a, .resp-vtabs .resp-tabs-list li.resp-tab-active:hover, .resp-vtabs .resp-tabs-list li.resp-tab-active a:hover {
	color: #ffd24a;
}
.resp-vtabs li.resp-tab-active, .resp-tab-active {
	color: #ffd24a;
	border: none;
	background: #123d88;
	margin-right: 0 !important;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
	border: none;
	color: #000;
	background: none;
	box-shadow: none;
}
.btn-info, .btn-info.focus, .btn-info:focus, .btn-info:hover {
	border: none;
	color: #000;
	background-color: none;
	background: none;
}
@media only screen and (min-width: 740px) and (max-width: 1120px) {
	.resp-vtabs {
		padding-left: 40px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
	.resp-vtabs {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media only screen and (max-width: 740px) {
	.resp-vtabs {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*Left Tabs style ENDS*/
.embed-responsive {
	margin: 10px auto !important;
}
h2.resp-accordion {
	background: #123d88;
	color: #fff;
	font-size: 14px;
}
.resp-accordion a {
	color: #fff;
}
.resp-accordion a:hover, .resp-accordion a:active, .resp-accordion.resp-tab-active a {
	color: #ffd24a;
}
.h2.resp-tab-active {
	background: #969696 !important;
}
.resp-accordion.resp-tab-active {
	color: #ffd24a;
	background: #2c800b !important;
}
.resp-arrow{
	border-top: 12px solid #ffffff;
}
h2.resp-tab-active span.resp-arrow{
	border-bottom: 12px solid #ffffff;
}
.page-Heading {
	font-size: 25px;
	text-align: center;
	padding: 10px 0;
}
.panel.panel-head {
	background: #dedede;
	font-weight: bold;
	font-size: 15px;
}
.panel-head h3 {
	font-weight: bold;
	font-size: 15px !important;
	padding: 10px !important;
	margin: 0;
}
.page-head {
	/*position: absolute;*/
	text-align: left;
	padding: 15px 15px;
	padding-left: 50px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.page-head a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.page-head a:hover, .page-head a:active, .page-head a:focus {
	color: #ffd24a;
	text-shadow: none;
}
@media only screen and (max-width: 480px) {
	.username h4 {
		font-size: 15px;
	}
	.username p {
		font-size: 12px;
		line-height: 16px;
	}
	.username {
		padding-right: 1px;
	}
	.logout {
		font-size: 12px;
		line-height: 10px;
	}
	.profile-img img {
		width: 70%;
	}
	img.navbar-brand {
		width: 27%;
		position: initial;
	}
	.navbar-brand {
		padding-right: 0;
		padding-left: 5px;
	}
}
@media only screen and (max-width: 740px) {
	.page-head {
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) {
	.page-head {
		display: none;
	}
}
.col-md-12 ul {
	text-align: center;
	list-style-position: inside;
	list-style: none;
	padding: 0;
}
.aboutthegame ul li:before {
	content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
	font-size: 110%;
	padding-right: 5px;
}
.col-md-12 ul li {
	font-size: 15px;
	color: #878787;
	font-weight: normal;
}
.download-icon-bottom {
	text-align: center;
}
@media only screen and (min-width: 780px) {
	.download-icon-bottom img {
		width: 7%;
		padding: 5px;
	}
}
@media only screen and (max-width: 770px) {
	.download-icon-bottom img {
		width: 10%;
		padding: 5px;
	}
}
@media only screen and (max-width: 480px) {
	.download-icon-bottom img {
		width: 15%;
		padding: 5px;
	}
}
/* Modal CSS */
.modal-dialog {
	margin: auto;
	width: 36%;
	max-width: 400px;
}
.modal-content {
	background: #f5f5f5;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.modal-body .text{
	margin:5px;
}
.reset-btn {
	text-align: left;
}
.modal-title {
	color: #fff;
}
.modal-header {
	background: #123d88;
	-webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.15);
}
.modal-header .close {
	opacity: 1;
	color: #fff;
}
.modal-footer {
	border: none;
	padding: 0;
}
/* @media CSS */
@media only screen and (max-width:1024px) {
	.modal-dialog {
		width: 45%;
	}
}
@media only screen and (max-width:768px) {
	.modal-dialog {
		width: 65%;
	}
}
@media only screen and (max-width:600px) {
	.modal-dialog {
		width: 85%;
	}
}
.navbar-form .form-group /* Modal CSS ENDS */
.testimonial-container {
	height: 250px;
}
.test-head {
	padding-top: 10px;
}
.pool-rummy {
	padding-top: 0;
}
.navbar-forgot.navbar-form {
	padding: 15px 0;
}
.navbar-forgot .form-group {
	width: 75%;
}
.navbar-forgot .form-control {
	width: 100%;
}
.new-password .form-control {
	float: none;
}
@media only screen and (max-width: 380px) {
	.navbar-forgot .form-control {
		width: 91%;
	}
}
@media only screen and (max-width: 325px) {
	.new-password .form-control {
		width: 98%;
		margin: -1px 3px;
	}
	.reset-btn {
		margin-top: -2px;
	}
}
@media only screen and (min-width: 360px) {
	.new-password .form-control {
		width: 98%;
		margin: -1px 3px;
	}
	.reset-btn {
		margin-left: 3px;
	}
}
@media only screen and (min-width: 560px) {
	.new-password {
		margin: 0 28%;
	}
	.new-password .form-control {
		width: 92%;
	}
}
.new-password {
	margin: 0 !important;
}
.new-password .form-control {
	width: 100%;
}
@media only screen and (max-width:750px) {
	.navbar-forgot.navbar-form {
		display: initial;
	}
	.navbar-forgot .btn-success {
		margin-left: 5px;
	}
}
@media only screen and (max-width:480px) {
	.navbar-forgot.navbar-form {
		display: block;
	}
}
.img-circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 7%;
	margin-right: 10px;
}
.nav-footer {
	text-align: center;
	display: inline-block;
	padding-bottom: 10px;
}
@media only screen and (max-width:420px) {
	.nav-footer {
		padding-bottom: 0;
	}
}
.nav-footer ul li {
	float: left;
	list-style: none;
	padding: 5px 10px;
	line-height: 10px;
	font-size: 13px;
}
.nav-footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
@media only screen and (max-width: 415px) {
	.nav-footer ul li {
		padding: 5px 8px;
		float: none;
		line-height: initial;
	}
	.payment {
		padding: 0 10px;
	}
	.sub-container-padd {
		padding: 0 10px;
	}
	
}
@media only screen and (max-width: 380px) {
	.nav-footer ul li {
		padding: 5px 4px;
	}
}
@media only screen and (max-width: 325px) {
	.nav-footer ul li {
		font-size: 9px;
		padding: 5px 5px;
	}
}
/* Terms & Condition*/
.tnc {
	padding: 0px 120px;
	background: #f9f9f9;
	padding-bottom: 10px;
}
.tnc h4 {
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 5px;
}
.tnc h3 {
	text-align: left;
}
.tnc p {
	padding-bottom: 5px;
}
.tnc-container {
	display: inline-block;
	width: 100%;
}
@media only screen and (max-width: 1120px) {
	.tnc {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 740px) {
	.tnc {
		padding: 0 20px;
	}
}
/* Terms & Condition CSS Ends*/
/* Signup CSS*/
.signup {
	padding: 0px 120px;
	height: 100%;
	padding-bottom: 10px;
}
.signup h4 {
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 5px;
}
.signup h3 {
	text-align: left;
}
.signup p {
	padding-bottom: 5px;
}
.signup-container {
	display: inline-block;
	width: 100%;
	height: auto;
	background: #f5f5f5;
}
@media only screen and (max-width: 1120px) {
	.signup {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 740px) {
	.signup {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 480px) {
	.signup {
		padding: 0 10px;
	}
}
.form {
	padding: 40px;
	max-width: 750px;
	margin: 10px auto;
}
#signup form {
	background: #fff;
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#signup {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.20);
}
#signup h1 {
	background: rgba(0, 106, 18, 1);
	background: linear-gradient(to bottom, rgba(11, 126, 65, 1) 0%, rgba(0, 106, 18, 1) 100%);
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	font-size: 26px;
	margin-bottom: 0px;
	padding: 12px 0;
	color: #fff;
}
#signup input, #signup textarea {
	font-size: 18px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 10px;
	background: #F5F5F5;
	border: 1px solid #A6A6A6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: border-color .25s ease, box-shadow .25s ease;
	margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
	#signup input, #signup textarea {
		font-size: 16px;
	}
	#signup h1 {
		font-size: 16px;
	}
}
#signup button {
	background: rgba(254, 182, 69, 1);
	background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	padding: 6px 12px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.70);
	border-color: rgba(57, 132, 57, 0.20);
	width: 50%;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 375px) {
	#signup button {
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	#signup button {
		font-size: 17px;
	}
}
.signup-position {
	position: relative;
}
.signup-link {
	position: absolute;
	padding-top: 5px;
	color: #fff;
	white-space: nowrap;
	z-index: 1;
}
.rejected-btn, .verified-btn, .varify:not(.active-btn-design) {
	cursor: default;
	margin-left: 0 !important;
}
@media only screen and (max-width: 770px) {
	.signup-link {
		padding-right: 5px;
		position: absolute;
		top: 35px;
		padding-left: 5px;
	}
}
@media only screen and (max-width: 768px) {
	.signup-link {
		padding-top: 0px;
		margin-left: 80px;
	}
}
@media only screen and (min-width: 500px) and (max-width: 570px) {
	.signup-link {
		padding-left: 87px;
	}
}
@media only screen and (max-width: 480px) {
	.signup-link {
		display: none;
	}
}
@media only screen and (min-width: 420px) and (max-width: 570px) {
	.signup-link {
		font-size: 12px;
		padding-right: 0;
	}
}
@media only screen and (min-width: 480px) {
	.signup-link2 {
		display: none;
	}
}
.signup-position2 {
	position: relative !important;
}
.signup-link2 {
	padding-top: 0px;
	white-space: nowrap;
	float: right;
	padding-right: 10px;
}
.signup-link2 a {
	color: #fff;
}
/* Signup CSS Ends*/
/* Payment status CSS*/
.payment {
	padding: 0px 120px;
	height: 100%;
	padding-bottom: 10px;
}
@media only screen and (max-width: 1120px) {
	.payment {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 740px) {
	.payment {
		padding: 0 15px;
	}
}
.payment-container {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	font-family: 'Lato', sans-serif;
}
.payment h1 {
	padding: 15px 0;
	padding-bottom: 5px;
	font-size: 40px;
	margin: 0 !important;
	text-align: left;
	font-family: 'Lato', sans-serif;
}
.payment h2 {
	font-size: 25px;
	padding: 10px 0;
	padding-top: 5px;
	text-align: left;
	line-height: 36px;
	font-family: 'Lato', sans-serif;
}
.payment h3 span {
	font-size: 28px;
	line-height: 38px;
}
.payment p {
	display: inline;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
}
@media only screen and (max-width: 700px) {
	.payment h1 {
		font-size: 30px;
	}
	.payment h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 570px) {
	.payment h1 {
		font-size: 25px;
	}
	.payment h2 {
		font-size: 16px;
		line-height: 20px;
	}
}
.back-home-btn button.ui-btn {
	float: none;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #4cae4c;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.back-home-btn {
	text-align: center;
	padding: 15px 0;
}
.status-icon img {
	width: 25%;
}
@media only screen and (max-width: 740px) {
	.status-icon img {
		width: 35%;
	}
}
.status-icon {
	text-align: right;
	padding: 15px 0;
}
.payment-fail a {
	color: #267ae9;
}
.playrummy-logo img {
	width: 12%;
}
@media only screen and (max-width: 740px) {
	.playrummy-logo img {
		width: 20%;
	}
}
.playrummy-logo {
	text-align: center;
}
/* Payment status CSS ENDS*/
.sub-container-padd {
	padding: 0px 120px;
	margin-top: 10px;
	/*height: 100%;*/
	padding-bottom: 0px;
}
@media only screen and (max-width: 1120px) {
	.sub-container-padd {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 740px) {
	.sub-container-padd {
		padding: 0 15px;
	}
}
.download {
	text-align: center;
	padding-bottom: 0;
	padding-top: 0;
}
.download h3, .download h4 {
	text-align: center;
}
.download img {
	width: 45%;
	padding: 10px 0;
}
/*.color-change {
	height: 100%;
}

*/
.download-icon {
	display: none !important;
}
@media only screen and (max-width: 420px) {
	.kill-pad3 {
		padding: 10px;
	}
}
.kill-pad3 form {
	padding-bottom: 50px !important;
}
.signin-btn-01 {
	width: 31% !important;
}
a.signup-01 {
	float: left;
}
a.signup-01:hover, a.forgot-01:hover {
	text-decoration: none;
}
a.forgot-01 {
	padding-right: 5px;
	vertical-align: top;
}
@media only screen and (max-width: 325px) {
	a.forgot-01, a.signup-01 {
		font-size: 13px;
	}
}
@media only screen and (min-width: 560px) {
	a.forgot-01, a.signup-01 {
		font-size: 15px;
	}
}
.setting-01 {
	float: right;
	width: 80%;
	text-align: right;
}
@media only screen and (max-width: 768px) {
	.navbar-right {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	img.navbar-brand {
		position: initial;
	}
}
.user-icon {
	text-align: right;
	padding-top: 10px;
	display: inline-block;
	float: right;
}
.user-icon a p {
    color: #036211;
}
.user-icon .glyphicon {
	font-size: 15px;
	color: #036211;
	border: solid 2px #036211;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 6px;
}
/* Login Form CSS*/
.space-1 {
	margin-bottom: 6px;
}
.space-2 {
	margin-bottom: 12px;
}
.space-1 {
	margin-bottom: 6px;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
#user-login-btn {
	padding: 20px 0;
}
.signup-login-form__btn-xl {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 27px !important;
	padding-right: 27px !important;
	font-weight: normal;
}
.signup-login-form__btn-xl {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 27px !important;
	padding-right: 27px !important;
	font-weight: normal;
}
.btn-block {
	display: block;
	white-space: normal;
	width: 100%;
}
#signin_email, #emailid.decorative-input {
	background-position: right -35px;
}
.login_signup_form input, #password.decorative-input, #emailid.decorative-input, #forgotemail.decorative-input, #displayName.decorative-input, #signUpEmail.decorative-input, #signUpPassword.decorative-input, #signUpConfirmPassword.decorative-input, #new-password.decorative-input, #verify-new-password.decorative-input, #signin_email, #signin_password, #signup_number, #phone_signin_password, .xl-input-box, #signup_password, #signup_repassword, #signup_first_name, #signup_last_name {
	height: 50px;
	font-size: 16px;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.decorative-input[type=email] {
	background-position: right -40px;
}
.decorative-input[type=tel] {
	background-position: right -137px;
}
.decorative-input {
	background-image: url("https://static.playrummy.com/assets/img/text-field-icons.png");
	background-repeat: no-repeat;
	background-position: right 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	height: 40px;
	padding: 10px 35px 10px 10px;
	width: 100% !important;
	-webkit-background-size: 40px 171px;
	-moz-background-size: 40px 171px;
	-o-background-size: 40px 171px;
	background-size: 40px 171px;
}
.decorative-input[type=password], .decorative-input.otp-input, .decorative-input.recaptcha_response_field {
	background-position: right -83px;
}
.show-password-input.decorative-input[type=password], #signUpPassword.show-password-input.decorative-input {
	background-image: none;
}
#new-login .checkbox, #new-login .radio {
	margin-top: 0;
	display: initial;
	margin-left: 18px;
}
.btn-large {
	background: rgba(254, 182, 69, 1);
	background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.70);
	border-color: rgba(57, 132, 57, 0.20);
	font-size: 16px;
	padding: 10px 10px !important;
}
.signup-login-form__switch-copy {
	float: left;
	display: inline-block;
	margin-right: 4px;
	line-height: 34px;
	font-size: 16px;
}
#new-login a.modal-link.link-to-signup-in-login.btn.btn-default.signup-login-form__btn-rausch-border.signup-login-form__switch-button.signup-login-form__btn-font-normal {
	float: right;
}
@media only screen and (min-width: 480px) {
	#new-login.panel-body {
		width: 450px;
		margin: auto;
		margin-top: 10px;
		background: #fff;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}
#new-login .panel-heading {
	position: relative;
	background: #efeeee;
	padding-bottom: 0;
	margin-bottom: 5px;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	height: 55px;
	padding: 0;
}
#new-login .panel-heading .closeBtn {
	position: absolute;
	top: 12px;
	right: 5px;
	background: transparent;
	border: 0;
}
#new-login .panel-heading h1 {
	line-height: 55px;
}
.changeMobileNumberLink {
	position: absolute;
	margin-top: 5px;
}
a#verifyMobile {
	display: table-cell;
	float: none;
}
a#verifyEmail, a#saveMobileNumber {
	display: table-cell;
	float: none;
}
.required-field img {
	height: 42px;
	width: 50px;
	left: 5px;
	float: left;
	padding-right: 5px;
	margin-bottom: 5px;
}
#profile-image-button {
	float: initial;
}
#basic-profile-page label.ui-btn.ui-corner-all.ui-btn-inherit {
	padding: 10px 10px;
	margin-top: 3px;
}
@media only screen and (width: 320px) and (height: 480px) {
	.profile-section {
		max-height: 320px;
	}
}
#devPopupDialog {
	max-width: 480px;
	width: 90%;
	margin: 60px auto
}
#devPopupDialog-popup {
	max-width: 100%;
	top: -30px;
	width: 100%;
	margin: auto;
	left: 0;
	position: fixed;
}
/* Download Page CSS*/
.download {
	text-align: center;
	padding-bottom: 0;
}
.download .sub-container-padd {
	padding-top: 0;
	margin-top: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.color-change {
	position: relative;
	background: #efefef;
	padding-bottom: 10px;/*margin-top:-10px;*/
}
@media only screen and (max-width: 768px) {
	.color-change {}
}
h1.download-heading {
	font-family: "Arial Black";
	font-size: 40px;
	text-transform: uppercase;
	padding-top: 25px;
	margin-bottom: 0 !important;
}
.color-change .col-md-12 {
	padding: 15px;
}
img.suits-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 28%;
	padding-top: 0;
}
img.device-img {
	width: 60%;
}

@media only screen and (max-width: 991px) {
	.row.steps_starting{
		padding: 0px;
	}
	.row.download_app_section{
		padding: 0px;
	}
	.row.steps_starting .col-md-4{
		border-bottom: solid 1px #31880e;
	}
}
@media only screen and (min-width: 992px) {
	.download-icons {
		margin: 3% auto;
	}
	.row.steps_starting{
		padding: 0px 60px;
	}
	.row.download_app_section{
		padding: 0px 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.row.steps_starting{
		padding: 0px 120px;
	}
	.row.download_app_section{
		padding: 0px 120px;
	}
}
.download-icons img {
	margin: 3% auto;
	padding: 15px;
	/*	display: block;*/
	margin: auto;
}
@media only screen and (max-width: 520px) {
	.download-icons img {
		padding-bottom: 0px;
		width: 85% !important;
		text-align: center;
		display: inline-block;
	}
}
img.download-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 58%;
	padding-top: 0;
}
.col-md-12.alignment {
	display: block;
	background: #fff;
}
.align-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.download-4ways {
	background: #fff;
	padding: 25px 0;
}
.download-4ways .col-md-3 {
	padding: 10px 15px;
}
.download-4ways .click-to-dwnld, .missedcall-dwnld, .qrcode-dwnld, .sms-dwnld {
	background: #123d88;
	color: #ffd24a;
	height: 120px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	text-transform: uppercase;
	display: table;
	width: 100%;
}
.align-center {
	display: table-cell;
	vertical-align: middle;
}
.download-4ways .dwnld_head01 {
	background: #123d88;
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
}
.missedcall-dwnld img {
	width: 24%;
	padding: 10px 0;
}
@media only screen and (min-width: 415px) and (max-width: 740px) {
	.missedcall-dwnld img {
		width: 15%;
	}
}
@media only screen and (min-width: 1400px) {
	.missedcall-dwnld img {
		width: 18%;
	}
}
.qrcode-dwnld img {
	width: 35%;
	padding: 0px 0;
	border: solid 2px #ffd24a;
}
@media only screen and (max-width: 360px) {
	.qrcode-dwnld img {
		width: 58%;
	}
}
@media only screen and (min-width: 1400px) {
	.qrcode-dwnld img {
		width: 30%;
	}
}
@media only screen and (min-width: 1900px) {
	.qrcode-dwnld img {
		width: 25%;
	}
}
a.download-btn-new {
	background: #ffca02;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	color: #036211;
	font-weight: bold;
}
@media only screen and (max-width: 375px) {
	a.download-btn-new {
		font-size: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
	a.download-btn-new {
		font-size: 12px;
	}
}
.sms-dwnld input {
	margin-bottom: 10px;
	color: #000;
}
@media only screen and (max-width: 840px) {
	.sms-dwnld input {
		width: 90%;
	}
}
@media only screen and (max-width: 375px) {
	.sms-dwnld input {
		width: 85%;
		font-size: 12px;
	}
}
.install-steps {
	background: #123d88;
	color: #fff;
	height: 100px;
	border-radius: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	height: 130px;
}
.steps-head {
	background: #123d88;
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
	color: #fff;
	padding: 5px 5px;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.installation {
	background: #fff;
}
.installation img {
	width: 100%;
	padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) {
	.installation img {
		width: 100%;
	}
}
.section-head, .section-head2 {
	background: #123d88;
}
.section-head h1, .section-head2 h1 {
	text-align: left;
	padding: 10px 10px;
	max-width: 100%;
	margin: 0 !important;
	margin-left: -15px !important;
	position: relative;
	color:#fff;
}
.section-head h1:after, .section-head2 h1:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.section-head h1:before, .section-head2 h1:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 36px;
	margin-top: -36px;
}
.info-install {
	padding: 10px;
	text-transform: initial;
}
@media only screen and (max-width: 360px) {
	.info-install {
		padding-top: 5px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 1400px) {
	h1.download-heading {
		font-size: 32px;
	}
	.download-icons img {
		width: 48%;
	}
}
@media only screen and (max-width: 1250px) {
	.section-head h1 {
		width: 47%;
	}
}
@media only screen and (max-width: 1024px) {
	h1.download-heading {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	img.device-img {
		width: 35%;
	}
	.mySection.login_section .login-form button {
		padding: 6px 5px;
	}
}
@media only screen and (max-width: 900px) {
	.section-head h1 {
		width: 62%;
	}
}
@media only screen and (max-width: 670px) {
	.section-head h1 {
		width: 100%;
	}
}
.carousel-control.right, .carousel-control.left {
	background: transparent !important;
}
.blue-background {
	background: #032050;
}
h4.page-head {
	color: #ffd24a;
	text-shadow: none;
}
.slider-button {
	margin: auto;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.container.col-md-12.kill-pad2 {
/*	box-shadow: 0 -2px 10px rgb(255, 199, 0);*/
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	outline: none;
	color: #ffd24a;
}
.carousel-control.right, .carousel-control.left {
	background: transparent !important;
}
.blue-background {

	/* background: #000e25; */
	background: #123d88;
	/* background-image: url(""); */
	background-repeat: repeat;
	background-size: 120px;
}
h4.page-head {
	color: #ffd24a;
	text-shadow: none;
}
.slider-button {
	margin: auto;
	width: 100%;
	height: auto;
	background: #492407;
}
.container.col-md-12.kill-pad2 {/*	box-shadow: 0 -2px 10px rgb(255, 199, 0);*//* border-bottom: solid 1px #014b7c !important; */}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	outline: none;
}
.ui-panel-position-left, .ui-panel-position-left .ui-listview, .ui-panel-position-left .ui-listview a.ui-btn, .ui-panel-wrapper [data-role="header"], .ui-panel-wrapper [data-role="header"] a {
	background: #000;
}
.ui-panel-position-left .ui-listview a.ui-btn:hover, .ui-panel-wrapper [data-role="header"] a:hover, .ui-panel-position-left .ui-listview a.ui-btn.active, .ui-panel-wrapper [data-role="header"] a:active, .ui-panel-wrapper [data-role="header"] a:focus {
	background: #000;
	color: #ffd24a;
	text-shadow: none;
	box-shadow: none;
}
@media (min-width: 768px) {
	.container {
		width: auto;
	}
}
.modal-open {
	padding-right: initial !important;
}
.navbar-form.navbar-right input.form-control {
	height: 29px;
}
.howtoplay-container .panel-group span, .faqs-container .panel-group span {
	color: #053b94;
	font-weight: bold;
}
.howtoplay-container .panel-group .color-red, .faqs-container .panel-group .color-red {
	color: #f00;
}
.panel-head [data-toggle="collapse"] h2 {
	padding: 0.5em;
}
.faqs-container h2, .howtoplay-container h2 {
	text-align: left;
	font-size: 15px;
}
.faqs-container h2, .howtoplay-container h2 {
	color: #454545;
	margin: 0.5em 0;
}
.slider-button {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: transparent;
}
.slider-button a {
	display: inline-block;
	width: 27%;
	width: calc(27.33% - 3px);
	height: 100%;
	margin: auto 2%;
	margin-left: 4%;
	cursor: pointer;
}
.promotion-data h1, .promotion-data h3, .promotion-data h4 {
	text-align: left;
	padding: 10px 0;
	margin: 0 !important;
}
.promotion-data h3 {
	padding: 0;
}
.promotion-data img {
	width: 100%;
}
/*.promotion-container {
	height: auto;
	min-height: 100%;
}
*/
.promotion-container h4.modal-title {
	margin: 0;
	padding: 0;
}
.promotion-container button.new-btn {
	float: right;
	background: rgba(254, 182, 69, 1);
	background: -webkit-linear-gradient(rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	background: linear-gradient(rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	border: none;
	padding: 8px 10px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.55);
	margin-top: -30px;
}
.promotion-container button.claim-btn {
	background: rgba(254, 182, 69, 1);
	background: -webkit-linear-gradient(rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	background: linear-gradient(rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	border: none;
	padding: 5px 10px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.55);
}
.resp-vtabs ul.resp-tabs-list {
	width: 21%;
}
@media only screen and (min-width: 769px) {
	.resp-vtabs .resp-tabs-container {
		width: 78%;
	}
}
.promotion-head {
	background: #032050;
	padding: 16px;
	margin-bottom: 10px;
	position: relative;
}
@media only screen and (max-width: 375px) {
	.promotion-head {
		padding: 10px;
	}
	.promotion-container button.claim-btn {
		font-size: 14px;
	}
}
.promotion-head h1 {
	font-size: 23px;
	color: #fff;
}
.promotion-head h3 {
	font-size: 16px;
	padding-top: 0;
	color: #f9d928;
}
h2.resp-accordion {
	text-align: left;
	margin: 0;
}
.resp-vtabs .resp-tab-content, .resp-vtabs .resp-tab-content:last-child {
	border: none !important;
}
.promotion-container .resp-vtabs .resp-tab-content, .promotion-container .resp-vtabs .resp-tab-content:last-child {
	padding-top: 13px;
}
#basic-profile-page label.ui-btn.ui-corner-all.ui-btn-inherit {
	border: 1px solid #d6d6d6;
	background-color: #e7e7e7;
	color: #333;
}
#basic-profile-page label.ui-btn.ui-corner-all.ui-btn-inherit.ui-btn-active, .three-btn .ui-btn.varify.ui-btn-active {
	color: #e7e7e7;
	background-color: #333;
	border-color: #333;
}
.ui-radio.ui-state-disabled {
	opacity: 0.5;
}
.promotion-head .head-table {
	display: table;
	width: 100%;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
.table-cell:last-child {
	text-align: right;
}
.ui-grid-solo.input-hint {
	margin-top: -12px;
	font-size: 0.8em;
	color: #FF9800;
	padding: 0px 3px;
}
.download-slider-popup {
	padding: 10px;
	background: #fff;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.85);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}
.install-text {
	display: inline-block;
	color: #000;
}
.install-text p {
	display: inline-block;
	padding-left: 8px;
	vertical-align: middle;
}
.cross-btn.glyphicon {
	font-size: 20px;
	vertical-align: middle;
	color: #000;
	font-weight: 100;
}
.install-btn {
	background: rgba(254, 182, 69, 1) !important;
	background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%) !important;
	color: #000000 !important;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) !important;
	margin: auto !important;
	border: none !important;
	font-size: 15px;

	padding: 5px 20px;
}
/*Prmotional SignUp CSS*/
#promotional-user-page.ui-page-theme-a {
	background-image: -webkit-linear-gradient(#101f54, #2c2920);
	background-image: linear-gradient(#101f54, #2c2920);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	color: #fff;
}
#promotional-user-page .ui-content {
	padding: 0px;
	text-align: center;
	text-shadow: none;
}
#promotional-user-page .link-decoration a:link {
	text-decoration: none;
	color: #79f501;
}
#promotional-user-page.ui-page-theme-a a:visited {
	color: inherit;
}
#promotional-user-page .form-block {
	position: relative;
}
#promotional-user-page .form-block .tag {
	position: absolute;
	left: -30px;
	top: -2px;
}
#promotional-user-page .tag img {
	width: 92%;
}
#promotional-user-page .form-block form {
	background: #fff;
	padding: 5px 10px;
	border-radius: 8px;
}
#promotional-user-page .promotional-signup-form {
	padding: 12px 15px 10px 20px;
	padding-top: 0;
}
#promotional-user-page p.signup-head {
	color: #2e3192;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}
#promotional-user-page .form-block .ui-input-text input, #promotional-user-page .form-block .ui-input-search input {
	min-height: auto;
	height: 30px;
	font-size: 14px;
	border: solid 1px #d6d6d6;
}
#promotional-user-page .form-block .ui-input-text input.invalid, #promotional-user-page .form-block .ui-input-search input.invalid {
	border: solid 2px #f00;
}
#promotional-user-page .form-block button {
	background: -webkit-linear-gradient(#2e3192 50%, #202373 0%);
	background: linear-gradient(#2e3192 50%, #202373 0%);
	opacity: 1;
	color: #fff !important;
	text-shadow: none !important;
	font-size: 20px;
	padding: 5px 10px !important;
	width: 100%;
	float: none;
	margin-left: 0 !important;
}
#promotional-user-page p.signup-footer {
	color: #616161;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#promotional-user-page span.fa.fa-times-circle {
	font-size: 35px !important;
	color: #e7c120;
	background: #081644;
	border-radius: 50%;
	padding: 0;
	line-height: 30px;
}
/* --CLOSE BUTTON-- */
#promotional-user-page .closebtn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 10px 0 0;
	z-index: 2;
}
#promotional-user-page .backbtn {
	padding: 20px 0 0 20px;
}
#promotional-user-page .backbtn.ui-grid-a > .ui-block-b {
	text-align: right;
	padding-right: 20px;
}
/* --CLOSE BUTTON ENDS-- */
#promotional-user-page .text-block h2 {
	text-align: left;
	font-size: 60px;
	font-style: italic;
	font-weight: 900;
}
#promotional-user-page .text-block h2.cash {
	text-align: right !important;
}
#promotional-user-page .text-block h1 {
	background: #ffca00;
	color: #082b67;
	text-shadow: 0 1px 0 #fff200;
	font-size: 90px;
	font-weight: 900;
	font-style: italic;
	-ms-transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	width: 92%;
	margin: auto;
}
#promotional-user-page .text-block p {
	font-size: 13px;
	text-align: center;
}
#promotional-user-page .text-block p:last-child {
	font-size: 11px;
}
#promotional-user-page .ui-block-a.text-block {
	padding-top: 15px;
	position: relative;
}
#promotional-user-page .cards {
	display: none;
	position: absolute;
	right: -3px;
	top: 20px;
}
@media only screen and (max-width: 570px) {
	#promotional-user-page .form-block .ui-input-text input, #promotional-user-page .form-block .ui-input-search input {
		height: 26px;
		font-size: 15px;
	}
	#promotional-user-page .text-block h1 {
		font-size: 75px;
	}
	#promotional-user-page p.signup-head {
		font-size: 18px;
	}
	#promotional-user-page .tag img {
		width: 74%;
	}
	#promotional-user-page .form-block button {
		font-size: 18px;
	}
	#promotional-user-page p.signup-footer {
		font-size: 8px;
	}
}
#promotional-user-page .logo-box {
	text-align: center;
}
#promotional-user-page .ui-content {
	padding-top: 15px;
}
#promotional-user-page .verification {
	padding-bottom: 0;
}
#promotional-user-page .verification a {
	color: #aaa !important;
	text-transform: initial;
	background: inherit !important;
	border-radius: initial;
	padding: initial;
	text-decoration: underline;
	font-weight: normal;
}
.verification span.round1 {
	font-size: 18px;
	margin-right: 10px;
	padding-top: 9px;
	width: 50px !important;
	text-align: center;
	height: 50px !important;
	border-radius: 50px;
	float: left;
	line-height: 32px;
}
.con1 {
	padding-left: 0;
}
.round_cont {
	color: #808080;
	font-size: 13px;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
.round_cont h5 {
	text-align: left;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
}
.ui-panel-dismiss {
	cursor: pointer;
}
/*Download Page Page CSS PlayStore*/
.ui-content.download-page {
	padding: 0;
}
.head-banner img {
	width: 100%;
}
.ui-grid-solo.install-row {
	padding: 10px;
}
.app-icon img {
	width: 100%;
}
.app-icon {
	width: 70px;
	height: 100px;
	float: left;
	margin-right: 13px;
}
.install-row h1, .install-row p {
	text-align: left;
	margin: 2px 0 5px 0px;
}
.install-row p {
	font-size: 14px;
}
.age-group p {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	border: solid 2px #000;
	display: initial;
}
#installAndroid.ui-btn.aapinstall-btn, .ui-btn.aapinstall-btn {
	text-transform: uppercase;
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	padding: 7px 28px;
	border-radius: 4px;
	background-color: #0e9d56;
	float: right;
	text-shadow: none;
}
.app-info-icon {
	text-align: center;
	border: solid 2px #e2e2e2;
	border-width: 2px 0 2px 0;
	width: 85%;
	margin: auto;
	padding: 10px;
}
.app-info-icon img {
	width: 90%;
}
.read-info h1 {
	padding: 10px 0;
	font-size: 16px;
	padding: 10px 15px 0 15px;
}
#readmore {
	padding: 0 15px;
	display: none;
}
#readmore p {
	margin: 5px 0;
	font-weight: bold;
}
#readmore span {
	font-weight: normal;
}
a.readMoreLink.ui-link {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 5px 0;
	color: #0e9d56;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.download-slide .container {
	padding: 5px 0;
}
.download-slide .owl-pagination {
	display: none;
}
.ratings img {
	width: 100%;
}
.steps-download {
	padding: 0 10px;
}
.steps-download p {
	text-align: center;
	background-color: #e2e2e2;
	padding: 5px 0;
	border-radius: 5px;
}
.download-steps {
	padding: 0 10px;
}
.download-steps h1 {
	text-align: left;
	font-weight: normal;
	margin: 10px auto;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
}
h1 span {
	padding: 5px;
	border: solid 1px #e2e2e2;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	border-radius: 5px;
}
.download-steps ul {
	margin: 0;
}
.download-steps li {
	font-size: 14px;
	padding: 5px 0;
}
.download-steps ul li.greenText {
	display: table;
	color: #25ba38;
	list-style: none;
}
.download-steps ul li.greenText p {
	margin: 0;
}
.download-steps ul li.greenText span {
	border: 1px solid #25ba38;
	border-radius: 50%;
	margin: 4px 8px 0 0;
	font-size: 14px;
	font-weight: 700;
	height: 24px;
	width: 24px;
	line-height: 24px;
	display: table-cell;
	text-align: center;
	float: left;
}
.download-steps img {
	width: 100%;
}
.ui-btn.proceedBtn {
	text-transform: uppercase;
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	padding: 7px 28px;
	border-radius: 4px;
	background-color: #0e9d56;
	text-shadow: none;
}
.secureIcon {
	text-align: center;
}
.secureIcon img {
	width: 50%;
	padding: 5px;
}
#readmore p {
	padding: 5px;
}
.readMoreLink.active {
	display: none !important;
}
.readMoreLink.active + #readmore {
	display: block;
}
@media screen and (max-width: 1024px) {
	#devPopupDialog-popup.full-screen {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	#devPopupDialog-popup.full-screen #devPopupDialog {
		width: 100%;
		max-width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		border: 0;
		border-radius: 0;
	}
	#devPopupDialog-popup.full-screen #devPopupDialog .ui-header {
		display: block !important;
		padding: 1px;
	}
	#devPopupDialog-popup.full-screen .ui-icon-delete.ui-btn-icon-notext {
		display: none;
	}
	#devPopupDialog-popup.full-screen .ui-icon-back {
		display: initial;
	}
	#devPopupDialog-popup.full-screen .title-text {
		display: none;
	}
}
#kyc .ui-btn.kyc-heading {
	background-color: #e8e7e8;
}
#kyc .ui-btn.kyc-heading:hover {
	background-color: #ededed;
}
#kyc .kyc-heading.ui-icon-edit:after {}
#kyc .ui-btn.kyc-heading.ui-icon-check:after {
	background-color: #FFC107 !important;
}
#kyc .kyc-heading.ui-icon-check.verified:after {
	background-color: #4CAF50 !important
}