@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600&display=swap');

/*	=================================	=================================	DEFAULT CSS	=================================	=================================	font-family:'Poppins', 'Open Sans', sans-serif;	font-family:'Hind Vadodara', sans-serif;*/

html,
a,
button,
input {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

* {
	box-sizing: border-box;
	position: relative;
    text-rendering: optimizeLegibility;
    
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}   

body {
	margin: 0px auto;
	padding: 0px;
	font-family: 'Poppins', 'Open Sans', sans-serif;
	font-size: 14px;
	color: #1c1c1c;
	overflow-x: hidden;
	/*overflow-y:scroll;*/	
	background-image: url('../../images/desktop_bg.png')!important;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: contain;
}

header,
footer,
menu,
nav,
article,
section,
aside {
	display: block;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
form {
	margin: 0px;
	padding: 0px;
}

p,
ul,
li,
a {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a,
span,
label,
dt,
dl,
i {
	display: inline-block;
}

a {
	outline: none;
	border: none;
	text-decoration: none;	
	color: #01a4b9;
	/*transition: color 0.3s ease-out;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	max-width: 100%;
	outline: none;
	border: none;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	font-family: 'Poppins', 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	outline: none;
	cursor: pointer;
}

input,
select,
textarea,
button {
	outline: none;
	font-family: 'Poppins', 'Open Sans', sans-serif;
	margin: 0px;
	border: none;
	font-size: 14px;
	background: #ffffff;
}

textarea {
	resize: none;
}

.input {
	border: 1px solid #e7e7e7;
	padding: 7px 10px;
	max-height: 38px;
	transition: all 0.3s ease-out;
}

.input:focus {
	border: 1px solid #06a4b1;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type='number'] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.input:disabled {
	background-color: #f7f7f7!important;
}

input[type=number] {
	-moz-appearance: textfield;
}


/* ============= Layout */

.clr {
	clear: both;
}

.wrapper {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

main {
	z-index: 1
}


/* ============= For Menu */

.activeView {
	-webkit-transform: translate3d(0, 0, 0)!important;
	-moz-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
}

.menuOverlay {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 105%;
	height: 105%;
	z-index: 20000;
}

.submitBtn {
	max-width: 400px;
	position: relative;
	margin: 0px auto;
}

.submitBtn .btn {
	border-radius: 45px;
	background: #fca300;
	background-image: -moz-linear-gradient( 90deg, rgb(252, 160, 0) 0%, rgb(252, 202, 0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(252, 160, 0) 0%, rgb(252, 202, 0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(252, 160, 0) 0%, rgb(252, 202, 0) 100%);
	box-shadow: 0px 3px 4.5px 0.5px rgba(170, 105, 2, 0.004);
	width: 100%;
	padding: 10px 5px;
	font-family: 'Poppins', 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.submitBtn .btn:hover {
	background: #ef9c03;
}

.submitBtn .btnLoader {
	background: #fca300;
	background-image: -moz-linear-gradient( 90deg, rgb(252, 160, 0) 0%, rgb(252, 202, 0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(252, 160, 0) 0%, rgb(252, 202, 0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(252, 160, 0) 0%, rgb(252, 202, 0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 45px;
	cursor: wait;
}

.submitBtn .btnLoader span.spinLoader {
	width: 25px;
	height: 25px;
	border-width: 4px;
	top: 9px;
	position: relative;
}


/*	=======================	ringLoader	=======================*/

.spinLoader {
	background: url("../../images/loader_static.svg") no-repeat;
	background-position: center;
	background-size: 120px;
	background-color: none;
	width: 120px;
	height: 120px;
	display: inline-block;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.spinLoader.small {
	width: 32px;
	height: 32px;
	background-size: 52px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*=============================== Animated Ring Loader==========================.spinLoader{  border:16px solid #04a44c;  border-radius:50%;  border-top:16px solid #ffffff;  width:120px;  height:120px;  -webkit-animation:spin 0.5s linear infinite;  animation:spin 0.5s linear infinite;}@-webkit-keyframes spin{  0%{ -webkit-transform:rotate(0deg); }  100%{ -webkit-transform:rotate(360deg); }}@keyframes spin{  0%{ transform:rotate(0deg); }  100%{ transform:rotate(360deg); }}.spinLoader.small{ width:22px; height:22px; border-width:4px; }*/


/*  ===== Controll 5 */

.passwordField {}

.passwordField a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 100%;
	padding: 0px 10px;
	z-index: 1;
}

.passwordField input {
	padding-right: 50px!important;
}

.passwordField a span {
	margin-top: 8px;
}

.passwordField a img {
	vertical-align: middle;
	width: 25px;
}


/*     #######################    ######### switchery Controll    #######################*/

input.switch {
	position: relative;
	-webkit-appearance: none;
	outline: none;
	width: 50px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #D9DADC;
	border-radius: 50px;
	box-shadow: inset -20px 0 0 0 #fff;
}

input.switch:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background: transparent;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.switch:checked {
	box-shadow: inset 20px 0 0 0 #4ed164;
	border-color: #4ed164;
}

input.switch:checked:after {
	left: 20px;
	box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}


/*     =========================    ======== FROM    =========================*/

.form {
	z-index: 1;
}

.form li {
	min-height: 57px;
}

.form:after,
.form li:after {
	content: " ";
	clear: both;
	display: block;
}

.form li .label {
	width: 30%;
	float: left;
	position: relative;
	padding: 10px 15px 0px 0px;
}

.form li .label span {
	font-size: 14px;
	color: red;
	position: absolute;
	top: 13px;
	right: 5px;
}

.form li .value {
	width: 70%;
	float: right;
	position: relative;
	padding-left: 3px;
}

.form li .value .input {
	width: 100%;
	height: 37px;
}

.form li .value .spinLoader {
	top: 5px;
	margin-left: 5px;
}

.validation {
	height: 20px;
	font-size: 12px;
	color: red;
	clear: both;
}


/*	========================	Light Box Model	========================*/

.overlay {
	background: rgba(1, 3, 23, 0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 110%;
}

.model {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 125;
}

.activeModel {
	-webkit-transform: translate3d(0, 0, 0)!important;
	-moz-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
}

.outerClickDiv {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 110%;
}

.modelWrapper {
	margin: 8% auto 0px auto;
	width: 90%;
	max-width: 480px;
	background: #fff;
	z-index: 105;
}

.modelWrapper h4 {
	background: #24bfcb;
	color: #fff;
	padding: 15px;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.5px;
}

.close {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 42px;
	height: 100%;
	background: url('../../images/close_model.png') no-repeat center #1dadb8;
	background-size: 12px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.modelContent {
	padding: 15px;
}

.ui-menu,
.ui-datepicker {
	z-index: 10000!important;
}


/*	=======================================	Top Left	=======================================*/

.topLeftBtn {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 100;
	height: 50px;
}

.topLeftBtn a {
	margin-right: 10px;
	float: left;
}

.topLeftBtn img {
	width: 50px;
}

.topLeftBtn .tip {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	left: 55px;
	width: 180px;
	text-align: center;
}

.topLeftBtn .elementLoader,
.topRightBtn .elementLoader {
	top: 13px!important;
}


/*	=======================================	Top Right	=======================================*/

.topRightBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	height: 50px;
}

.topRightBtn a {
	margin-left: 10px;
	float: left;
	width: 50px;
}

.topRightBtn img {
	width: 50px;
}


/*	=======================================	Offline Div	=======================================*/

.offlineDiv {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 20006!important;
	font-family: poppins;
	font-size: 15px;
	color: #fff;
	width: 100%;
	background: url('../../images/warning_white_icon.png') no-repeat rgba(0, 0, 0, 0.9);
	background-size: 20px;
	background-position: 20px 9px;
	padding: 8px 20px 8px 50px;
}

.offlineDiv input {
	float: right;
	background: #ffcf2b;
	border: 2px solid #fff;
	border-radius: 4px;
}


/*	=======================================	Game Complete	=======================================*/

.gameComplete {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20006!important;
	width: 100%;
	height: 100%;
	background: url('../../images/sun_raise.png') rgba(0, 0, 0, 0.8);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 25px;
}

.gameComplete .winnerPartyRibbion {
	background-image: url('../../images/party_ribbion.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.gameComplete img {
	vertical-align: top;
}

.gameComplete .gameWinnerTrophy {
	margin-bottom: 20px;
	z-index: 5;
}

.gameComplete .gameWinnerTrophy img {
	width: 175px;
}

.gameComplete .gameContinueBtn {
	margin-bottom: 20px;
	z-index: 5;
}

.gameComplete .gameContinueBtn img {
	width: 190px;
}

.gameComplete .gameExitBtn {
	z-index: 5;
}

.gameComplete .gameExitBtn img {
	width: 120px;
}


/*	=======================================	Subscription	=======================================*/

.subscription {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding: 20px;
	text-align: center;
	font-family: 'Poppins', 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}

.closeSubscription {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url('../../images/close_plane_white_btn.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.subscriptionBird {
	position: absolute;
	top: 0px;
	z-index: 5;
	display: none;
}

.subscriptionBird img {
	width: 50px;
}

.subscriptionBird:nth-child(1) {
	left: 15px;
	top: -108px;
}

.subscriptionBird:nth-child(1) img {
	width: 90px;
}

.subscriptionBird:nth-child(2) {
	right: 25px;
	top: -100px;
}

.subscriptionBird:nth-child(2) img {
	width: 50px;
}

.subscription h3 {
	font-family: 'Carter One', cursive;
	font-size: 20px;
	font-weight: normal;
}

.subscription h4 {
	font-family: 'Poppins', 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.subscription label {
	position: absolute;
	top: 5px;
	right: -15px;
	z-index: 5;
}

.subscription label img {
	width: 50px;
}

.subscription .restorePurchase {
	position: fixed;
	bottom: 15px;
	left: 0px;
	z-index: 5;
	width: 100%;
}

.subscription .restorePurchase a {
	text-decoration: underline;
	color: #f3c407;
}


/* ==== */

.subscriptionBox {
	display: flex;
	margin-top: 55px;
}

.subscriptionBox li {
	width: 25%;
	background: #fff;
	margin: 0px 4%;
	border-radius: 10px;
	font-family: 'Poppins', 'Open Sans', sans-serif;
	color: #000;
	padding: 0px 0px 40px 0px;
}

.subscriptionBox li.oneMonthPlan {
	background: #f6f0ff;
}

.subscriptionBox li.sixMonthPlan {
	background: #fff9e1;
}

.subscriptionBox li.twelveMonthPlan {
	background: #e7f9ff;
}

.subscriptionBox li h5 {
	margin-top: -25px;
	margin-bottom: 15px;
}

.subscriptionBox li h5 img {
	max-width: 110%;
	vertical-align: top;
	left: -5%;
}

.subscriptionBox li strong {
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
}

.subscriptionBox li span {
	display: block;
	font-size: 16px;
}

.subscriptionBox li a {
	position: absolute;
	bottom: -30px;
	left: 0px;
	z-index: 5;
	width: 100%;
}

.subscriptionBox li a img {
	max-width: 110px;
}


/* 	=======================================	Confirmation Model	=======================================*/

.confirmationModel {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	padding-top: 15%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.confirmationModel .box {
	background: #fff;
	border: 5px solid #f9c525;
	box-shadow: 0px 4px 5.1px 4.9px rgba(0, 0, 0, 0.33);
	border-radius: 35px;
	min-height: 215px;
	margin: 0px auto;
	width: 70%;
	max-width: 400px;
	padding: 20px;
	min-height: auto;
	text-align: center;
}

.confirmationModel .box p {
	font-size: 22px;
	padding-bottom: 20px;
}

.confirmationModel .box .boxButton {
	margin-bottom: -50px;
}

.confirmationModel .box a {
	margin: 0px 5px;
}

.confirmationModel .box a img {
	width: 80px;
}


/*	=======================================	Help Notes	=======================================*/

.helpNote {
	position: absolute;
	bottom: 15px;
	left: 0px;
	z-index: 5000;
	width: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 350ms ease;
	-moz-transition: -moz-transform 350ms ease;
	transition: transform 350ms ease;
	-webkit-transform: translate3d(0, 150%, 0);
	-moz-transform: translate3d(0, 150%, 0);
	transform: translate3d(0, 150%, 0);
}

.helpNote.activeNote {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.helpNote p {
	background: rgba(0, 0, 0, 0.9);
	padding: 5px 30px 5px 10px;
	border-radius: 8px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.helpNote p a {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5000;
	width: 30px;
	height: 100%;
	color: #fff;
	background: url('../../images/close_help_tip.png');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
}