@import url(https://fonts.googleapis.com/css?family=Lobster|Rubik:400,500,700&display=swap);
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

* {
	box-sizing: border-box;
	outline: 0
}

body::-webkit-scrollbar {
	width: 6px
}

body::-webkit-scrollbar-track {
	background-color: #cfcfcf;
	padding: 5px 2px
}

body::-webkit-scrollbar-thumb {
	background-image: linear-gradient(-131deg, #e7b02b 0, #c13e51 100%);
	border-radius: 5px
}

body,
html {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

body {
	font-size: 16px;
	font-family: Rubik, sans-serif;
	color: #fdbc00;
	font-weight: 400
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input,
select,
textarea {
	font-family: Rubik, sans-serif
}

img,
video {
	max-width: 100%;
	height: auto
}

a {
	color: #151b4a;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease
}

a:hover {
	text-decoration: none
}

h1 {
	font-size: 55px;
	font-weight: 700
}

h2 {
	font-size: 40px;
	font-weight: 700
}

h3 {
	font-size: 30px;
	font-weight: 700
}

h4 {
	font-size: 25px;
	font-weight: 700
}

h5 {
	font-size: 22px;
	font-weight: 700
}

h6 {
	font-size: 20px;
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #47535d;
	margin: 0 0 15px;
	line-height: normal
}

p {
	margin: 0 0 20px;
	line-height: 24px
}

ol ol li {
	list-style: upper-roman
}

strong {
	font-weight: 500
}

table td p {
	margin: 5px 0
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.container {
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
	padding: 0 15px
}

.container-full {
	width: 100%;
	padding: 15px 15px
}

.btn {
	border: 2px solid #ffbc1c;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	min-width: 165px;
	text-align: center;
	padding: 10px 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	overflow: hidden;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .45);
	cursor: pointer
}

.btn:before {
	background: url(../images/btn_layer.png) no-repeat right center;
	width: 100%;
	content: "";
	opacity: .85;
	height: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.btn:hover {
	box-shadow: 0 0 30px 0 rgba(255, 188, 28, .5)
}

.btn:hover:before {
	left: 100%
}

.btn:after {
	background: url(../images/btn_layer.png) no-repeat right center;
	background-size: cover;
	width: 100%;
	content: "";
	opacity: .85;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.btn:hover:after {
	left: 0
}

.btn.orange {
	background: #fdbc00;
	background: -moz-linear-gradient(top, #fdbc00 0, #eda200 23%, #b84800 78%, #a82d00 100%);
	background: -webkit-linear-gradient(top, #fdbc00 0, #eda200 23%, #b84800 78%, #a82d00 100%);
	background: linear-gradient(to bottom, #fdbc00 0, #eda200 23%, #b84800 78%, #a82d00 100%)
}

.btn.blue {
	background: #151b4a;
	background: -moz-linear-gradient(top, #151b4a 0, #151b4a 18%, #0c4590 78%, #0b2e79 100%);
	background: -webkit-linear-gradient(top, #151b4a 0, #151b4a 18%, #0c4590 78%, #0b2e79 100%);
	background: linear-gradient(to bottom, #151b4a 0, #151b4a 18%, #0c4590 78%, #0b2e79 100%)
}

.btn.green {
	background: #24da06;
	background: -moz-linear-gradient(top, #24da06 0, #1ec105 28%, #108503 75%, #0b6e03 100%);
	background: -webkit-linear-gradient(top, #24da06 0, #1ec105 28%, #108503 75%, #0b6e03 100%);
	background: linear-gradient(to bottom, #24da06 0, #1ec105 28%, #108503 75%, #0b6e03 100%)
}

.top_pd200 {
	padding-top: 200px
}

.top_pd150 {
	padding-top: 150px
}

.top_pd120 {
	padding-top: 120px
}

.top_pd100 {
	padding-top: 100px
}

.top_pd80 {
	padding-top: 80px
}

.top_pd50 {
	padding-top: 50px!important
}

.top_pd30 {
	padding-top: 30px
}

.bottom_pd200 {
	padding-bottom: 200px
}

.bottom_pd150 {
	padding-bottom: 150px!important
}

.bottom_pd120 {
	padding-bottom: 120px
}

.bottom_pd100 {
	padding-bottom: 100px
}

.bottom_pd80 {
	padding-bottom: 80px
}

.bottom_pd50 {
	padding-bottom: 50px
}

.bottom_pd30 {
	padding-bottom: 30px
}

.header_inside {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 6;
	left: 50%;
	max-width: 1920px;
	margin: 0 auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

.top_head {
	background: rgba(0, 0, 0, .5);
	border-radius: 15px 15px 0 0;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap
}

.top_head ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.top_head ul li {
	list-style: none;
	color: #fff;
	font-weight: 500;
	padding: 10px;
	margin-left: 60px;
	font-size: 16px
}

.top_head ul li a {
	text-decoration: none;
	color: #fff;
	display: block
}

.top_head ul li:first-child {
	margin-left: 10px
}

.top_head ul li svg {
	width: 120px
}

.top_head .top_left ul li {
	padding: 14px 10px
}

.top_head .top_left {
	padding-left: 20px;
	width: calc(50% - 125px)
}

.top_head .top_right {
	padding-right: 30px;
	width: calc(50% - 125px)
}

.top_center {
	width: 210px
}

.headleft_nav,
.headright_btn {
	width: calc(50% - 125px)
}

.headright_btn ul,
.top_head .top_right ul {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.head_nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #fdbc00;
	border: 2px solid #ffbc1c;
	border-radius: 20px;
	box-shadow: inset 0 0 29.75px 5.25px rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 0 29.75px 5.25px rgba(0, 0, 0, .9);
	margin-top: -15px
}

.headleft_nav ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.headleft_nav ul li {
	list-style: none
}

.head_nav .top_center {
	margin: -85px 0 -65px
}

.headleft_nav ul li {
	margin-left: 30px
}

.headleft_nav ul li:first-child {
	margin-left: 30px
}

.headleft_nav ul li a {
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.headleft_nav ul li a:hover {
	color: #ffbc1c
}

.headright_btn ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px 0
}

.headright_btn ul li {
	list-style: none;
	margin-left: 25px
}

.btn.hamburger_icon {
	width: 45px;
	border-radius: 4px;
	padding: 2px 0 0;
	min-width: 0;
	cursor: pointer;
	height: 40px;
	margin-left: 7px;
	margin-top: 0;
	position: relative;
	display: none
}

.hamburger_icon span {
	background: #fff;
	width: 25px;
	height: 2px;
	margin: 6px auto;
	display: block
}

.form-group {
	position: relative;
	margin-bottom: 20px
}

.form-group:last-of-type {
	margin-bottom: 0
}

.form-group input,
.form-group textarea {
	border-radius: 18px;
	resize: none;
	background-image: -moz-linear-gradient(90deg, #d3d4ea 0, #fff 66%);
	background-image: -webkit-linear-gradient(90deg, #d3d4ea 0, #fff 66%);
	background-image: -ms-linear-gradient(90deg, #d3d4ea 0, #fff 66%);
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .25);
	width: 100%;
	padding: 20px 15px 20px 50px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #425b82;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-group ::-webkit-input-placeholder {
	color: #9f9fbb
}

.form-group ::-moz-placeholder {
	color: #9f9fbb
}

.form-group :-ms-input-placeholder {
	color: #9f9fbb
}

.form-group :-moz-placeholder {
	color: #9f9fbb
}

.form-group span.icon {
	position: absolute;
	left: 15px;
	top: 18px;
	width: 28px;
	height: 28px;
	text-align: center
}

.form-group span.icon svg {
	width: 100%;
	height: auto
}

.form-group input.password {
	padding-right: 60px
}

.form-group .field-icon {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 33px;
	height: 33px
}

.forget_link {
	color: #fff;
	font-weight: 500;
	font-size: 18px
}

.forget_link:hover,
p.dont a:hover {
	text-decoration: none
}

.form-group .btn {
	margin: 0 auto 20px
}

p.dont {
	color: #7bb4fa;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0
}

p.dont a {
	color: #fff;
	font-weight: 500;
	font-size: 18px
}

.form-group textarea {
	padding: 20px 15px;
	min-height: 120px
}

.overlay_menu {
	position: fixed;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 6;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	opacity: 0;
	visibility: hidden
}

.mobile_menu {
	background-image: -moz-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	background-image: -webkit-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	border: 2px solid #ffbc1c;
	border-radius: 20px;
	box-shadow: inset 0 0 29.75px 5.25px rgba(0, 0, 0, .17);
	position: fixed;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	left: -100%;
	z-index: 6;
	top: 20px;
	padding-bottom: 70px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.close_menu {
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer
}

.mobile_menu>ul {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px;
	margin: 0
}

.mobile_menu>ul li {
	list-style: none;
	text-align: center;
	margin: 4px 0
}

.mobile_menu>ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .1)
}

.download_bar {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	position: absolute;
	padding: 15px;
	text-align: center;
	bottom: 0;
	left: 0;
	border-radius: 0 0 20px 20px
}

body.show_menu {
	overflow: hidden
}

.show_menu .overlay_menu {
	opacity: 1;
	visibility: visible
}

.show_menu .mobile_menu {
	opacity: 1;
	visibility: visible;
	left: 20px
}

.download_sticky {
	border: 2px solid #ffbc1c;
	border-bottom: none;
	z-index: 5;
	overflow: hidden;
	background: #151b4a;
	box-shadow: inset 0 6px 29.75px 5.25px rgba(0, 0, 0, .9);
	width: 100%;
	max-width: 580px;
	position: sticky;
	bottom: 0;
	margin: -102px auto auto;
	border-radius: 25px 25px 0 0;
	padding: 20px;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	align-content: center;
	-webkit-align-content: center
}

.download_sticky .btns {
	margin: 0 auto;
	display: flex;
	-webkit-display: flex
}

.download_sticky .btns a.btn {
	margin-left: 15px;
	min-width: 220px
}

.download_sticky h5 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	width: 305px;
	margin: 5px 0 0
}

.footer_sec {
	background: rgb(0 0 0 / 15%);
	margin-top: -50px;
	position: relative;
	padding-top: 150px
}

.footer_sec .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.footer_menu {
	width: 400px;
	margin-right: 20px
}

.footer_menu ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.footer_menu ul li {
	list-style: none;
	width: 50%
}

.footer_menu ul li a {
	display: block;
	color: #7a7979;
	text-decoration: none;
	padding: 6px 0
}

.footer_menu ul li a:hover {
	color: #ffbc1c;
	text-decoration: underline
}

.footer_disc {
	width: 48%
}

.footer_disc h4,
.partners_col h4 {
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #ffbc1c;
	font-size: 20px
}

.footer_disc p {
	color: #fff;
	margin-bottom: 20px
}

.btns {
	margin-bottom: 25px
}

.btns a.btn {
	padding: 12px 20px;
	min-width: 230px;
	font-size: 25px;
	line-height: 18px;
	min-height: 60px;
	margin-left: 10px
}

.btns a.btn:first-child {
	margin-left: 0
}

a.btn .icon {
	width: 25px;
	height: 30px;
	display: inline-block;
	vertical-align: middle
}

a.btn .small_text {
	display: block;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	text-shadow: none
}

.btns a.btn.android,
.btns a.btn.appstore {
	padding: 10px 20px 10px 60px;
	text-align: left
}

.btns a.btn.android .icon,
.btns a.btn.appstore .icon {
	position: absolute;
	left: 20px;
	top: 15px
}

.btns .blue.playnow {
	line-height: 32px
}

.partners_col {
	padding-left: 30px;
	width: calc(52% - 420px)
}

.partners_col img {
	margin: 5px auto 15px
}

.footer_midd .container {
	padding: 50px 0;
	border-top: 2px solid #090b0c;
	align-content: center;
	margin-top: 30px;
	justify-content: center
}

.footer_midd .column {
	width: 33.33%;
	text-align: center
}

.feedback p,
.tel p {
	margin-bottom: 0
}

.tel p em {
	display: block;
	color: #535353;
	font-size: 16px
}

.feedback p a,
.tel p a {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none
}

.feedback p a:hover,
.tel p a:hover {
	color: #ffbc1c
}

.social ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0;
	padding: 0
}

.social ul li {
	list-style: none;
	margin: 0 7px
}

.social ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 0
}

.social ul li a:hover {
	border-color: #ffbc1c;
	background-color: #ffbc1c;
	box-shadow: 0 11px 16px 0 rgba(255, 188, 28, .14)
}

.social ul li a svg {
	width: 21px;
	height: 21px
}

.feedback p em {
	display: block;
	color: #535353;
	font-size: 16px
}

.copyright .container {
	border-top: 2px solid #090b0c;
	padding-top: 40px;
	padding-bottom: 40px
}

.copyright .left,
.copyright .right {
	text-align: center;
	width: 50%
}

.copyright p {
	margin: 0;
	font-size: 14px;
	color: #fff
}

.copyright p strong {
	color: #ffbc1c
}

.copyright p a {
	color: #ffbc1c;
	font-weight: 700;
	text-decoration: none
}

.copyright p a:hover {
	text-decoration: underline
}

.main {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 0 0 50px 50px;
	background: #fff url(../images/white_repeat_bg.jpg) repeat;
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15)
}

.home_slider {
	background: #151c4b;
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15);
	border-radius: 0 0 50px 50px;
	overflow: hidden;
	z-index: 6;
	position: relative
}

.top_main .item.blueslide {
	background: #fdbc00 url(../images/top_slide_bg.jpg) no-repeat center center;
	background-size: cover
}

.top_main .item {
	padding: 200px 0 60px;
	min-height: 650px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.top_main .item .insidebox {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.top_main .slider_img {
	width: 50%;
	padding-right: 40px
}

.top_main .caption {
	width: 50%
}

.top_main .caption .heading2,
.top_main .caption h1,
.top_main .caption h2 {
	color: #fff;
	margin: 0 0 10px;
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.25;
	text-shadow: 0 7px 6px rgba(0, 0, 0, .45)
}

.top_main .caption p {
	font-size: 32px;
	color: #fff;
	margin: 0 0 10px;
	line-height: normal
}

.top_main .caption img {
	max-width: 300px;
	margin: 15px 0
}

.caption a.btn {
	font-size: 20px;
	padding: 12px 10px;
	min-width: 180px
}

.top_main .caption p.upper {
	text-transform: uppercase;
	font-size: 24px
}

.top_main .caption .sep img {
	max-width: 550px
}

.top_main .caption p.lowest_text {
	font-size: 32px;
	margin-top: 25px;
	margin-bottom: 20px
}

.top_main .caption p.lowest_text strong {
	display: block
}

.top_main .caption p.smalltext {
	font-size: 18px
}

.top_main .owl-dots {
	position: absolute;
	bottom: 30px;
	margin: 0
}

.review-slider .owl-dots,
.top_main .owl-dots {
	text-align: center;
	width: 100%;
	margin-top: 30px
}

.review-slider .owl-dots .owl-dot,
.steps_slide .owl-dots .owl-dot,
.top_main .owl-dots .owl-dot {
	width: 14px;
	display: inline-block;
	height: 14px;
	border-radius: 100%;
	background: rgba(255, 255, 255, .25);
	border: 2px solid transparent;
	margin: 0 3px
}

.review-slider .owl-dots .owl-dot.active,
.review-slider .owl-dots .owl-dot:hover,
.steps_slide .owl-dots .owl-dot.active,
.steps_slide .owl-dots .owl-dot:hover,
.top_main .owl-dots .owl-dot.active,
.top_main .owl-dots .owl-dot:hover {
	background: #062d98;
	border-color: #f8b81f
}

.appview_slide.owl-carousel .owl-nav span,
.features-slider.owl-carousel .owl-nav span,
.review-slider.owl-carousel .owl-nav span,
.top_main.owl-carousel .owl-nav span {
	font-size: 0
}

.appview_slide.owl-carousel .owl-nav .owl-prev,
.features-slider.owl-carousel .owl-nav .owl-prev,
.review-slider.owl-carousel .owl-nav .owl-prev,
.top_main.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(../images/slide_arrow.png) no-repeat left 0;
	width: 48px;
	height: 48px;
	margin-top: -24px
}

.appview_slide.owl-carousel .owl-nav .owl-next,
.features-slider.owl-carousel .owl-nav .owl-next,
.review-slider.owl-carousel .owl-nav .owl-next,
.top_main.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(../images/slide_arrow.png) no-repeat right 0;
	width: 48px;
	height: 48px;
	margin-top: -24px
}

.owl-next.disabled,
.owl-prev.disabled {
	display: none
}

.awesome_features {
	background-color: #fff;
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15);
	background-image: url(../images/features_default_bg.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top: -50px;
	border-radius: 0 0 50px 50px;
	overflow: hidden;
	z-index: 5
}

.awesome_features .rummy_features {
	padding: 0 15px
}

.feature_inner {
	background-image: url(../images/feature_one_bg.png);
	background-size: cover;
	background-position: center bottom
}

.awesome_features .item {
	padding-top: 120px;
	padding-bottom: 30px;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	filter: blur(3px);
	-webkit-filter: blur(3px);
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.awesome_features .active.center .item {
	transform: scale(1);
	-webkit-transform: scale(1);
	filter: blur(0);
	-webkir-filter: blur(0)
}

.awesome_features .feature_item {
	border-radius: 25px;
	text-align: center;
	padding: 20px;
	max-width: 500px;
	margin: 0 auto;
	box-shadow: 0 10px 8px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, .1)
}

.awesome_features .item .icon {
	display: inline-block;
	margin-top: -120px
}

.awesome_features .item h3 {
	color: #fff;
	font-size: 30px;
	margin: 0 auto 10px;
	font-weight: 500;
	text-transform: uppercase
}

.awesome_features .item p {
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	font-weight: 400
}

.awesome_features .item img {
	width: auto
}

.more .btn {
	min-width: 210px;
	padding: 14px 10px
}

.feature_item.orange {
	background: #eda300;
	background: -moz-linear-gradient(-45deg, #eda300 0, #ba5400 100%);
	background: -webkit-linear-gradient(-45deg, #eda300 0, #ba5400 100%);
	background: linear-gradient(135deg, #eda300 0, #ba5400 100%)
}

.feature_item.blue {
	background: #0293dd;
	background: -moz-linear-gradient(-45deg, #0293dd 0, #202387 100%);
	background: -webkit-linear-gradient(-45deg, #0293dd 0, #202387 100%);
	background: linear-gradient(135deg, #0293dd 0, #202387 100%)
}

.feature_item.purple {
	background: #ad1af5;
	background: -moz-linear-gradient(-45deg, #ad1af5 0, #3153ff 100%);
	background: -webkit-linear-gradient(-45deg, #ad1af5 0, #3153ff 100%);
	background: linear-gradient(135deg, #ad1af5 0, #3153ff 100%)
}

.feature_item.green {
	background: #028dd2;
	background: -moz-linear-gradient(-45deg, #028dd2 0, #5cb73b 100%);
	background: -webkit-linear-gradient(-45deg, #028dd2 0, #5cb73b 100%);
	background: linear-gradient(135deg, #028dd2 0, #5cb73b 100%)
}

.content_sec {
	padding: 100px 0 50px;
	margin-top: -50px;
	position: relative;
	z-index: 4;
	background: #fff;
	border-radius: 0 0 50px 50px
}

.content_sec .container {
	max-width: 1230px
}

.rummy_variants {
	padding: 15px;
	background: #f9f9f9;
	margin: 25px 0;
	border-radius: 10px;
	text-align: center
}

.home_tab {
	width: 100%;
	margin-top: 30px
}

.home_tab ul.tabs {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	list-style: none
}

.home_tab ul.tabs li {
	cursor: pointer;
	width: 20%;
	margin: 0 1%;
	font-size: 20px
}

.home_tab ul.tabs li a {
	display: block;
	background: #f1f1f2;
	text-align: center;
	border-radius: 10px;
	width: 100%;
	padding: 15px 10px;
	text-decoration: none;
	color: #a1a5a9;
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.home_tab ul.tabs li a:hover,
ul.tabs li a.active {
	background: #151b4a;
	text-shadow: 2.084px 2.158px 0 rgba(0, 0, 0, .2);
	color: #fff
}

.home_tab .tab_content_container {
	background: #f9f9f9;
	padding: 15px;
	margin-top: 15px;
	border-radius: 15px;
	display: block;
	text-align: left
}

.home_tab .tab_content {
	display: none
}

.home_tab .tab_content p {
	margin-bottom: 10px
}

.home_tab .tab_content_active {
	display: block
}

.download_app {
	background-image: url(../images/download_bg.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #333;
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15);
	position: relative;
	z-index: 3;
	border-radius: 0 0 50px 50px;
	margin-top: -50px
}

.download_wrap {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 720px
}

.download_wrap:before {
	content: "";
	background: url(../images/rummy_girl.png) no-repeat;
	background-position: right bottom;
	background-size: contain;
	width: 550px;
	height: 74%;
	position: absolute;
	right: -170px;
	bottom: 0
}

.download_app .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.left_download {
	width: calc(98% - 650px);
	margin-right: 2%;
	max-width: 800px
}

.right_device {
	width: 570px;
	position: relative
}

.right_device img {
	position: absolute;
	right: -35%;
	top: 15%;
	max-width: 119%
}

.left_download .top_heading {
	margin: 0 0 15px;
	max-width: 100%;
	text-align: left
}

.left_download .top_heading h3 {
	background-position: left top;
	color: #ffbc1c;
	font-size: 48px
}

.left_download .top_heading h3 span {
	color: #fff;
	font-size: 32px;
	display: block
}

.get_app {
	padding-right: 100px;
	position: relative
}

.enter_number {
	position: relative
}

.enter_number input[type=tel] {
	border-style: solid;
	border-width: 2px;
	border-color: #ffbc1c;
	border-radius: 16px;
	background-image: -moz-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	background-image: -webkit-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	background-image: -ms-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	box-shadow: inset 0 6px 29.75px 5.25px rgba(0, 0, 0, .9);
	width: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	padding: 21px 250px 21px 15px
}

.enter_number ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4)
}

.enter_number ::-moz-placeholder {
	color: rgba(255, 255, 255, .4)
}

.enter_number :-ms-input-placeholder {
	color: rgba(255, 255, 255, .4)
}

.enter_number :-moz-placeholder {
	color: rgba(255, 255, 255, .4)
}

.enter_number .btn {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 25px;
	padding: 11px 25px;
	cursor: pointer
}

.enter_number p.error {
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px
}

.enter_number p.small_text {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px
}

.get-qrcode {
	position: absolute;
	right: 0;
	top: 0
}

.scan_qr img {
	position: relative;
	z-index: 2
}

.scan_qr {
	border: 2px solid #ffbc1c;
	background: #fff;
	z-index: 3;
	border-radius: 20px;
	padding: 15px;
	box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, .5);
	position: absolute;
	left: -80px;
	top: -60px;
	width: 200px;
	height: 200px;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .8s ease;
	-webkit-transition: all .8s ease
}

.scan_qr:before {
	content: "";
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 0 0 0 11px;
	box-shadow: inset 0 0 16px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, .5);
	border: 2px solid #ffbc1c;
	position: absolute;
	left: -19px;
	top: 50%;
	margin-top: -20px;
	transform: rotate(45deg);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 100%, 0 100%)
}

.scan_qr:after {
	content: "";
	width: 50px;
	height: 70px;
	background: #fff;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -35px;
	filter: blur(6px);
	-webkit-filter: blur(6px);
	z-index: 1;
	border-radius: 25px 0 0 25px
}

.scan_qr.open {
	visibility: visible;
	left: 130px;
	transform: scale(1);
	-webkit-transform: scale(1)
}

.get-qrcode .btn {
	min-width: 90px;
	z-index: 5;
	position: relative
}

.get-qrcode .btn img {
	vertical-align: middle
}

.get-qrcode .btn:hover:after {
	display: none
}

.get-qrcode .btn:before {
	background-position: center center;
	left: -10px;
	width: 130%;
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg)
}

.testimonials {
	background: #fff url(../images/testimonial_bg.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15);
	position: relative;
	z-index: 2;
	border-radius: 0 0 50px 50px;
	margin-top: -50px
}

.review_box {
	max-width: 620px;
	margin: 0 auto;
	border-radius: 30px;
	background: #fff;
	padding: 0 20px 0;
	box-shadow: 0 15px 24px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow: 0 15px 24px 0 rgba(0, 0, 0, .17)
}

.review-slider .item {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 40px;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	opacity: .5
}

.review-slider .active.center .item {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}

.review-slider .item .avtar {
	display: inline-block;
	background: #fff;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: -50px auto 15px;
	border-style: solid;
	border-width: 4px;
	border-color: #fbfbfb;
	border-radius: 50%;
	box-shadow: 0 16px 16px 0 rgba(0, 0, 0, .21), inset 0 6px 17.85px 3.15px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, .21), inset 0 6px 17.85px 3.15px rgba(0, 0, 0, .4)
}

.review-slider .item .avtar img {
	width: auto
}

.review-slider .item p {
	color: #798086;
	font-size: 24px;
	letter-spacing: .04em;
	font-family: Lobster, cursive
}

.review-slider .item .winner {
	border-top: 1px solid #f1f1f2;
	padding: 10px 15px 15px;
	margin: 0 -20px;
	color: #ffbc1c;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase
}

.review-slider .item .winner span {
	display: block;
	text-transform: capitalize;
	color: #47535d;
	font-size: 18px;
	font-weight: 500
}

.review-slider .owl-dots {
	margin-top: 20px
}

.review-slider .owl-dots .owl-dot,
.steps_slide .owl-dots .owl-dot {
	background: rgba(0, 0, 0, .15)
}

.tags {
	margin-top: 30px;
	padding-bottom: 50px
}

.tags .container {
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between
}

.tags .text {
	padding: 15px 20px;
	border: 2px solid #ffbc1c;
	border-radius: 16px;
	background-image: -moz-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	background-image: -webkit-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	background-image: -ms-linear-gradient(0deg, #1a4de1 0, #002483 100%);
	box-shadow: inset 0 6px 29.75px 5.25px rgba(0, 0, 0, .9)
}

.tags .text p {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-family: Lobster, cursive;
	font-weight: 400
}

.tags .left,
.tags .right {
	width: 38%;
	position: relative;
	padding-top: 40px
}

.tags .left {
	padding-left: 100px
}

.tags .left .text {
	padding-left: 90px;
	text-align: left
}

.tags .right {
	padding-right: 100px
}

.tags .right .text {
	padding-right: 90px;
	text-align: right
}

.tags .vector {
	position: absolute;
	left: 0;
	bottom: -33px;
	max-width: 180px
}

.tags .right .vector {
	left: auto;
	right: 0
}

.more_games {
	background: url(../images/gray_repeat_bg.jpg) repeat;
	position: relative;
	z-index: 1;
	margin-top: -50px
}

.top_heading {
	max-width: 900px;
	margin: 0 auto 50px;
	text-align: center
}

.top_heading h2 {
	margin: 0;
	color: #fff;
	padding-top: 38px;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	background: url(../images/head_before.png) no-repeat center top;
	background-size: 175px auto
}

.more_games .top_heading h3 {
	color: #fff
}

.top_heading p {
	color: #a1a5a9;
	font-size: 18px;
	margin: 5px auto
}

.top_heading.gray h2 {
	color: #47535d
}

.top_heading.gray p {
	color: #a1a5a9
}

.games_list {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center
}

.games_list li {
	list-style: none;
	width: 32%;
	margin-left: 2%;
	padding: 15px;
	z-index: 1;
	background: #cfcfcf;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.games_list li:hover {
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .25)
}

.games_list li:first-child {
	margin-left: 0
}

.games_list li:before {
	content: "";
	background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .90196) 100%);
	background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .90196) 100%);
	background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .90196) 100%);
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.games_list li .text {
	width: calc(100% - 140px);
	padding-right: 15px
}

.games_list li .image {
	width: 140px;
	text-align: center
}

.games_list li.myteam11 {
	background-image: url(../images/myteam_bg.jpg)
}

.games_list li.myteam_rummy {
	background-image: url(../images/rummy_bg.jpg)
}

.games_list li.myteam_poker {
	background-image: url(../images/poker_bg.jpg)
}

.games_list li h4 {
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #fff
}

.games_list li p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 15px
}

.games_list li.coming {
	background-image: url(../images/ludobg.jpg);
	justify-content: center;
	-webkit-justify-content: center
}

.games_list li.coming .image {
	width: 200px
}

.headright_btn ul.desktop_view {
	display: flex
}

.headright_btn ul.mobile_view {
	display: none
}

.content {
	padding: 80px 0 130px;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 26px
}

.content ol,
.content ul {
	margin-bottom: 25px
}

.content li {
	margin-bottom: 10px
}

.inner_banner {
	background: #47535d url(../images/top_slide_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 240px 15px 90px;
	position: relative;
	z-index: 5;
	min-height: 350px;
	border-radius: 0 0 50px 50px;
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15)
}

.inner_banner .caption {
	text-align: center
}

.inner_banner .caption h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 45px;
	margin-bottom: 0;
	background: url(../images/head_before.png) no-repeat center top
}

.inner_banner .caption p {
	color: #fff;
	font-size: 20px;
	margin: 0 auto 10px;
	max-width: 1050px
}

.download_page .download_wrap {
	min-height: 650px;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	padding-top: 180px
}

.steps_wrap {
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap
}

.install_video {
	width: 40%;
	min-height: 390px
}

.install_video iframe {
	border-radius: 20px;
	border: 3px solid #ffbc1c;
	vertical-align: middle;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .3)
}

.steps_slide {
	width: 40%;
	margin: 0 5%
}

.steps_slide h4 {
	color: #151b4a;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 auto 10px
}

.steps_slide p {
	line-height: 24px
}

.steps_slide .text {
	position: relative;
	z-index: 1;
	padding: 30px 0 10px 50px
}

.steps_slide .text .count {
	position: absolute;
	left: 0;
	top: -15px;
	z-index: -1;
	font-weight: 700;
	font-size: 145px;
	line-height: 140px;
	color: #2c353b;
	opacity: .1
}

.steps_slide .owl-dots {
	padding-left: 50px
}

.app_feature {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around
}

.app_feature .column {
	width: 22%;
	text-align: center;
	padding: 0 15px
}

.app_feature .vector {
	width: 85px;
	height: 110px;
	margin: 0 auto 45px;
	padding-bottom: 15px;
	display: block;
	position: relative
}

.app_feature .vector svg {
	width: 100%;
	height: 100%
}

.app_feature .vector:after {
	content: "";
	background: #000;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 4px;
	border-radius: 40px;
	position: absolute;
	bottom: -20px;
	z-index: -1;
	filter: blur(10px);
	-webkit-filter: blur(10px)
}

.app_feature h5 {
	color: #47535d;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.app_screen {
	max-width: 750px;
	margin: 0 auto
}

.app_screen .screen {
	border-radius: 20px;
	border: 3px solid #ffbc1c;
	vertical-align: middle;
	overflow: hidden;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, .3)
}

.appview_slide .item {
	padding-top: 30px;
	padding-bottom: 30px;
	transform: scale(.7);
	-webkit-transform: scale(.7);
	filter: blur(5px);
	-webkit-filter: blur(5px);
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.appview_slide .screen_text {
	visibility: hidden
}

.appview_slide .active.center .item {
	transform: scale(1);
	-webkit-transform: scale(1);
	filter: blur(0);
	-webkir-filter: blur(0)
}

.appview_slide .active.center .screen_text {
	visibility: visible
}

.appview_slide .screen_text {
	padding-top: 30px;
	text-align: center
}

.appview_slide .screen_text h4 {
	color: #47535d;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase
}

.appview_slide .screen_text p {
	max-width: 90%;
	margin: 0 auto;
	font-size: 18px
}

.appview_slide.owl-carousel .owl-nav .owl-next,
.appview_slide.owl-carousel .owl-nav .owl-prev {
	top: 44%
}

.textcol-block {
	padding-top: 30px
}

.textcol-block .top_heading {
	max-width: 100%
}

.textcol-block ul {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}

.textcol-block ul li {
	list-style: none;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 2%;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

.textcol-block ul li:nth-child(2n+1) {
	margin-left: 0
}

.textcol-block span.icon {
	width: 140px
}

.textcol-block ul li .text {
	width: calc(100% - 140px);
	padding-left: 30px
}

.textcol-block ul li h3 {
	font-size: 24px;
	margin-bottom: 8px
}

.top_services ul {
	padding: 0;
	margin: 0 0 35px;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center
}

.top_services ul li {
	list-style: none;
	width: 30%;
	max-width: 300px;
	text-align: center;
	margin: 0 1.66%
}

.top_services h5 {
	text-transform: uppercase
}

.contact_wrap {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	max-width: 1400px;
	margin: 0 auto
}

.get_touch {
	width: calc(90% - 420px);
	margin-right: 10%
}

.contact_side {
	width: 420px
}

.contact_detail {
	padding: 0;
	margin-top: 30px
}

.contact_detail li {
	padding-left: 50px;
	position: relative;
	list-style: none;
	margin-bottom: 20px
}

.contact_detail li .icon {
	width: 32px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 15px
}

.contact_detail li em {
	display: block
}

.contact_detail li a {
	color: #47535d;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none
}

.form {
	border: 2px solid #ffbc1c;
	padding: 20px 10px 0;
	border-radius: 30px;
	margin-bottom: 50px;
	background: #151b4a;
	box-shadow: inset 0 -6px 29.75px 5.25px rgba(0, 0, 0, .31)
}

.form .fields {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap
}

.form .form-group {
	width: calc(50% - 20px);
	margin: 0 10px 20px
}

.form .form-group.full {
	width: 100%;
	margin-bottom: 15px
}

.form .form-group.text-center {
	width: calc(100% - 20px)
}

.howto_play {
	padding-top: 0;
	margin: 0 auto;
	max-width: 1550px
}

.howto_play ul {
	padding: 0;
	margin: 0;
	counter-reset: stepcount
}

.howto_play ul li {
	list-style: none;
	margin-bottom: 80px;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center
}

.howto_play ul li:nth-child(even) {
	flex-direction: row-reverse
}

.howto_play ul .topfirst {
	text-align: center;
	justify-content: center;
	-webkit-justify-content: center
}

.howto_play h4 {
	color: #151b4a;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

.howto_play .text_column {
	position: relative;
	width: 42%;
	margin: 0 4%
}

.howto_play .text_column:before {
	counter-increment: stepcount;
	line-height: 120px;
	font-weight: 700;
	left: -40px;
	content: ""counter(stepcount) ".";
	color: rgba(44, 53, 59, .1);
	font-size: 145px;
	position: absolute;
	top: -60px
}

.topfirst .text_column p {
	max-width: 450px;
	margin: 0 auto 15px
}

.specify_sec {
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 15px;
	border: 1px solid #eaebec;
	display: flex;
	-webkit-display: flex
}

.specify_sec .column {
	border-left: 1px solid #eaebec;
	padding: 15px;
	width: 50%
}

.specify_sec .column:first-child {
	border-left: none
}

.specify_sec .column p {
	max-width: 350px;
	margin: 0 auto 15px
}

.specify_sec .head {
	border-bottom: 1px solid #eaebec;
	padding: 0 15px;
	min-height: 100px;
	margin: 0 -15px
}

.specify_sec .btns {
	margin-bottom: 0;
	padding-top: 15px
}

.specify_sec h5 {
	font-weight: 500;
	margin-bottom: 10px
}

.howto_play .image_column {
	width: 50%;
	border-radius: 20px;
	border: 4px solid #ffbc1c;
	vertical-align: middle;
	overflow: hidden;
	box-shadow: 1px 5px 12px rgba(0, 0, 0, .24)
}

.howto_play .image_column img {
	vertical-align: middle
}

.howto_play li:nth-child(odd) .text_column {
	text-align: right
}

.howto_play li:nth-child(odd) .text_column:before {
	left: auto;
	right: -40px
}

.howto_play ul .topfirst .text_column {
	text-align: center
}

.howto_play li.topfirst .text_column:before {
	left: 50%!important;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	right: auto!important
}

.howto_play li p {
	display: inline-block;
	max-width: 450px
}

.howtoplay_video {
	max-width: 700px;
	margin: 0 auto 100px
}

.page_wrap {
	padding: 80px 0 140px
}

.topics {
	margin-bottom: 60px
}

.topics ul {
	margin: 0;
	padding: 0;
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center
}

.topics ul li {
	list-style: none;
	width: 13%;
	margin-left: 1.5%;
	text-align: center
}

.topics ul li:first-child {
	margin-left: 0
}

.topics ul li svg {
	width: 45px;
	height: 70px;
	margin: 0 auto 10px
}

.topics ul li a {
	display: block;
	background: #f1f1f2;
	border-radius: 15px;
	width: 100%;
	padding: 30px 12px;
	color: #a1a5a9;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.topics ul li span {
	display: block
}

.topics ul li:hover a {
	background: #151b4a;
	box-shadow: 0 33px 29px 0 rgba(0, 136, 255, .27);
	color: #fff;
	text-shadow: 2.084px 2.158px 0 rgba(0, 0, 0, .2)
}

.topics ul li.active a {
	background: #151b4a;
	box-shadow: 0 33px 29px 0 rgba(0, 136, 255, .27);
	margin-top: -20px;
	color: #fff;
	text-shadow: 2.084px 2.158px 0 rgba(0, 0, 0, .2)
}

.topics ul li.active svg path,
.topics ul li:hover svg path {
	fill: #fff
}

.faq_content {
	max-width: 1200px;
	margin: 0 auto
}

.faq_content>ul {
	margin: 0;
	padding: 0;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap
}

.faq_content>ul>li {
	list-style: none;
	width: 100%;
	margin-bottom: 15px
}

.faq_content .acc-btn h3 {
	background: #f1f1f2;
	border-radius: 10px;
	padding: 22px 15px 22px 50px;
	color: #47535d;
	font-weight: 500;
	font-size: 22px;
	margin: 0;
	position: relative;
	cursor: pointer
}

.faq_content .acc-btn h3:before {
	background: #c3c6c8;
	width: 16px;
	height: 2px;
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -1px
}

.faq_content .acc-btn h3:after {
	background: #c3c6c8;
	width: 2px;
	height: 16px;
	content: "";
	position: absolute;
	left: 27px;
	top: 50%;
	margin-top: -8px
}

.acc-content {
	height: 0;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 1px 23px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.acc-content-inner {
	padding: 15px 15px
}

.acc-content-inner p {
	margin-bottom: 5px
}

.acc-content-inner ul {
	padding-left: 20px;
	margin: 15px 0
}

.acc-content-inner ul li {
	margin-bottom: 5px;
	list-style: disc
}

.faq_content .acc-btn h3.selected {
	background-color: #151b4a;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
	color: #fff
}

.faq_content .acc-btn h3.selected:after,
.faq_content .acc-btn h3.selected:before {
	background: #fff
}

.faq_content .acc-btn h3.selected:after {
	opacity: 0
}

.acc-content.open {
	height: auto
}

.ask_btm {
	text-align: center;
	max-width: 490px;
	margin: 40px auto
}

.ask_btm .btn {
	min-width: 220px
}

.popup_outer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 480px;
	height: 100%;
	z-index: 20;
	overflow: auto;
	padding: 20px 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.pop_overlay {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7)
}

.popup_open .popup_outer {
	opacity: 1;
	visibility: visible
}

.popup_modal {
	max-width: 900px;
	width: 100%;
	margin: 150px auto auto;
	position: relative;
	padding: 0 20px
}

.popup_modal .form {
	padding: 30px 20px 20px
}

.popup_modal .form h3 {
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
	font-size: 22px;
	font-weight: 500
}

.popclose {
	position: absolute;
	right: 5px;
	top: -15px
}

.popup_modal .form .form-group.text-center {
	margin-bottom: 0
}

.faq_sort {
	padding: 15px 0
}

.faq_sort>h3 {
	font-size: 28px;
	text-align: center
}

.faq_sort>ul.acc-container {
	margin: 20px 0
}

.faq_sort>ul.acc-container>li {
	list-style: none
}

.faq_sort .acc-content {
	margin: 15px auto;
	width: 100%;
	border-radius: 10px
}

.faq_content>ul>li {
	width: 100%;
	margin: 0 auto
}

.about_top {
	padding: 70px 0;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap
}

.about_top .left_img {
	width: 33%;
	border-radius: 20px;
	overflow: hidden;
	border: 3px solid #ffbd1f
}

.about_top .left_img img {
	vertical-align: middle
}

.about_top .right_text {
	width: 67%;
	padding-left: 50px
}

.about_top h3 {
	text-transform: uppercase;
	background: url(../images/head_before.png) no-repeat left top;
	background-size: 175px auto;
	padding-top: 40px
}

.why_choose {
	padding: 20px 0 100px
}

.why_choose .top_heading {
	max-width: 615px
}

.why_choose .top_heading h3 {
	text-transform: none;
	color: #2a3136
}

.why_choose ul {
	padding: 0;
	margin: 80px 0 0;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap
}

.why_choose ul li {
	list-style: none;
	width: 48%;
	margin-left: 4%;
	margin-bottom: 4%;
	position: relative;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start
}

.why_choose ul li:nth-child(2n+1) {
	margin-left: 0
}

.why_choose span.icon {
	width: 100px;
	position: relative;
	padding-bottom: 25px
}

.why_choose span.icon:after {
	content: "";
	background: #000;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 3px;
	border-radius: 40px;
	position: absolute;
	bottom: 0;
	z-index: -1;
	filter: blur(10px);
	-webkit-filter: blur(10px)
}

.why_choose .text {
	width: calc(100% - 100px);
	padding-left: 60px
}

.why_choose li h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px
}

.rummy_features {
	padding: 100px 0;
	max-width: 1200px;
	margin: 0 auto
}

.rummy_features ul {
	padding: 0;
	margin: 0;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap
}

.rummy_features ul li {
	list-style: none;
	width: 32%;
	margin-left: 2%;
	margin-top: 50px;
	margin-bottom: 70px
}

.rummy_features ul li:nth-child(3n+1) {
	margin-left: 0
}

.rummy_features .feature_item {
	border-radius: 20px;
	width: 100%;
	text-align: center;
	padding: 0 20px 15px;
	box-shadow: 0 15px 18px 0 rgba(0, 0, 0, .12);
	height: 100%
}

.rummy_features .feature_item span.icon {
	margin: -80px auto 10px;
	max-width: 200px;
	display: inline-block
}

.rummy_features h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px
}

.rummy_features p {
	color: rgba(255, 255, 255, .7);
	font-size: 16px
}

.guide_wrap strong {
	color: #777
}

.two_column {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.two_column .column {
	width: 48%
}

.two_column .column.first {
	margin-right: 4%
}

img.border_round {
	border: 2px solid #ffbd1f;
	border-radius: 15px;
	vertical-align: middle;
	margin-bottom: 20px;
	box-shadow: inset 0 -6px 29.75px 5.25px rgba(0, 0, 0, .31)
}

.column.v-center {
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center
}

.column.v-center img {
	width: 230px;
	margin-right: 30px
}

.guide_wrap ol {
	list-style: lower-roman
}

.guide_wrap li {
	line-height: 24px;
	margin-bottom: 5px
}

.four_column {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.four_column .column {
	list-style: none;
	width: 24%;
	margin-left: 1.33%
}

.four_column .column:first-child {
	margin-left: 0
}

.four_column img {
	margin-bottom: 10px
}

.four_column p {
	color: #47535d
}

.four_column p strong {
	font-weight: 500
}

.responsive_table {
	width: 100%;
	max-width: 600px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px
}

.responsive_table tr td,
.responsive_table tr th {
	padding: 10px;
	border-left: 1px solid #ccc
}

.responsive_table tr th {
	font-weight: 500;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #f3f3f3
}

.responsive_table tr td {
	border-bottom: 1px solid #ccc
}

.responsive_table tr td:first-child,
.responsive_table tr th:first-child {
	border-left: none
}

p.success-msg {
	border: 2px solid #ffbc1c;
	text-align: center;
	padding: 10px;
	border-radius: 3px
}

button.btn[disabled=disabled] {
	cursor: no-drop
}

.notfound-page {
	text-align: center;
	min-height: 400px;
	padding: 50px 0
}

.notfound-page h1 {
	color: #fff;
	font-weight: 500
}

.notfound-page h1 strong {
	font-weight: 700;
	font-size: 100px;
	line-height: 85px;
	display: inline-block
}

.notfound-page p {
	color: #fff
}

.notfound-page a.btn {
	min-width: 190px
}

.breadcrumbs {
	background: #fff;
	border-radius: 0 0 40px 40px;
	margin-top: -40px;
	z-index: 1;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .1);
	padding-top: 40px;
	position: relative
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap
}

.breadcrumbs ul li {
	list-style: none;
	text-transform: uppercase;
	padding: 20px 18px;
	position: relative
}

.breadcrumbs ul li:first-child {
	padding-left: 10px
}

.breadcrumbs ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #151b4a;
	border-top: 2px solid #151b4a;
	transform: rotate(45deg);
	position: absolute;
	right: -3px;
	top: 25px
}

.breadcrumbs ul li:last-of-type:before {
	display: none
}

.breadcrumbs ul li a {
	font-weight: 500
}

.sitemap {
	max-width: 1200px;
	margin: 0 auto
}

.sitemap_list {
	padding: 0;
	margin: 0;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap
}

.sitemap_list>li {
	list-style: none;
	background: #fff;
	border: 1px solid #cfcfcf;
	min-height: 250px;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 2%
}

.sitemap_list>li:nth-child(3n+1) {
	margin-left: 0
}

.sitemap_list h3 {
	font-size: 22px;
	padding: 10px 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #cfcfcf
}

.sitemap_list ul {
	margin: 0 auto 20px;
	padding-left: 35px
}

.sitemap_list ul li {
	margin-bottom: 5px;
	color: #151c4b
}

.sitemap_list ul li a {
	color: #151c4b;
	text-decoration: none
}

.sitemap_list ul li a:hover {
	text-decoration: underline
}

.bannerstyle02 .caption {
	max-width: 1600px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center
}

.bannerstyle02 .caption h1 {
	background-position: left top
}

.bannerstyle02 .banner_text {
	max-width: 700px
}

.playwith-top {
	border-radius: 0 0 50px 50px;
	box-shadow: 0 20px 16px 0 rgba(0, 0, 0, .15);
	padding: 70px 0
}

.playwith-top .container {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center
}

.playwith-top .left_img {
	width: 350px
}

.playwith-top .right_text {
	width: calc(100% - 350px);
	padding-left: 30px
}

.playwith-top h2 {
	background: url(../images/head_before.png) no-repeat left top;
	background-size: auto 20px;
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 30px
}

.howto_play ul.playwithfrnd li .text_column {
	text-align: left
}

.howto_play ul.playwithfrnd li .text_column:before {
	left: -40px;
	right: auto
}

.howto_play ul.playwithfrnd li:nth-child(even) .text_column {
	text-align: right
}

.howto_play ul.playwithfrnd li:nth-child(even) .text_column:before {
	left: auto;
	right: -40px
}

.lowest-top {
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto
}

.lowest-top .top_heading {
	margin-bottom: 10px
}

.lowest-top h2 {
	padding-top: 38px;
	text-transform: uppercase;
	font-size: 30px;
	position: relative;
	background: url(../images/head_before.png) no-repeat center top;
	background-size: 175px auto
}

.lowest-top img {
	max-width: 800px;
	margin: 0 auto
}

.top_heading.downloadpage h1 {
	font-size: 35px
}

@media (max-width:1699px) {
	.btn {
		min-width: 140px;
		font-size: 16px;
		padding: 12px 10px
	}
	.headright_btn .btn {
		padding: 8px 10px
	}
	.container-full {
		padding: 7px
	}
	.inner_banner {
		padding: 200px 15px 90px
	}
	.notfound-page {
		min-height: 0;
		padding: 0 0 50px
	}
	.headleft_nav,
	.headright_btn,
	.top_head .top_left,
	.top_head .top_right {
		width: calc(50% - 80px)
	}
	.head_nav .top_center {
		margin: -60px 0 -50px
	}
	.top_center {
		width: 160px
	}
	.top_head ul li {
		margin-left: 10px;
		font-size: 13px
	}
	.top_head ul li:first-child {
		margin-left: 0
	}
	.headleft_nav ul li,
	.headleft_nav ul li:first-child {
		margin-left: 25px
	}
	.top_head .top_right {
		padding-right: 15px
	}
	.top_head .top_left ul li,
	.top_head ul li {
		padding: 10px 8px
	}
	.top_head ul li svg {
		width: 100px
	}
	.headleft_nav ul li a {
		font-size: 18px
	}
	.headright_btn ul {
		padding: 0 7px;
		margin: 7px 0
	}
	.headright_btn ul li {
		margin-left: 15px
	}
	.top_main .item .insidebox {
		padding: 0 60px
	}
	.top_main .item {
		min-height: 500px;
		padding: 120px 0 50px
	}
	.top_main .caption,
	.top_main .caption h1,
	.top_main .caption h2 {
		font-size: 40px
	}
	.top_main .caption p {
		font-size: 28px
	}
	.top_main .caption img {
		max-width: 250px
	}
	.download_sticky {
		padding: 10px 15px;
		margin: -72px auto auto;
		max-width: 480px
	}
	.download_sticky h5 {
		font-size: 18px;
		width: 238px
	}
	.btns a.btn {
		font-size: 18px;
		min-width: 180px;
		min-height: 50px;
		margin-left: 10px;
		padding: 7px 15px
	}
	a.btn .icon {
		width: 18px;
		height: 22px
	}
	.btns a.btn.android .icon,
	.btns a.btn.appstore .icon {
		left: 12px;
		top: 10px
	}
	.btns a.btn.android,
	.btns a.btn.appstore {
		padding: 5px 20px 5px 40px
	}
	a.btn .small_text {
		font-size: 12px
	}
	.download_sticky .btns a.btn {
		min-width: 180px
	}
	.top_head ul li.brand_logo {
		padding: 6px 8px
	}
	.headleft_nav ul li a {
		font-size: 15px;
		padding: 8px 10px
	}
	.features-slider.owl-carousel .owl-nav .owl-next,
	.review-slider.owl-carousel .owl-nav .owl-next,
	.top_main.owl-carousel .owl-nav .owl-next {
		right: 15px
	}
	.features-slider.owl-carousel .owl-nav .owl-prev,
	.review-slider.owl-carousel .owl-nav .owl-prev,
	.top_main.owl-carousel .owl-nav .owl-prev {
		left: 15px
	}
	.top_pd200 {
		padding-top: 120px
	}
	.bottom_pd150 {
		padding-bottom: 120px!important
	}
	.awesome_features .item p {
		font-size: 16px
	}
	.awesome_features .item h3 {
		font-size: 24px
	}
	.awesome_features .item .icon {
		margin-top: -100px;
		max-width: 180px
	}
	.top_heading h2 {
		font-size: 26px
	}
	.top_heading p {
		font-size: 16px
	}
	.download_wrap {
		min-height: 570px
	}
	.right_device img {
		position: absolute;
		right: 0;
		top: 25%;
		max-width: 100%
	}
	.download_wrap:before {
		right: -180px;
		background-size: contain;
		height: 77%
	}
	.left_download .top_heading h3 {
		font-size: 44px;
		white-space: nowrap
	}
	.left_download .top_heading h3 span {
		font-size: 28px
	}
	.enter_number input[type=tel] {
		font-size: 22px;
		padding: 14px 180px 14px 15px
	}
	.enter_number .btn {
		font-size: 18px;
		padding: 7px 15px
	}
	.get-qrcode .btn img {
		max-width: 39px
	}
	.get_app {
		padding-right: 70px
	}
	.get-qrcode .btn {
		min-width: 45px;
		padding: 8px
	}
	.scan_qr.open {
		left: 90px
	}
	.scan_qr {
		width: 180px;
		height: 180px;
		padding: 18px;
		top: -57px
	}
	.enter_number p.small_text {
		font-size: 12px
	}
	.review-slider .item .avtar {
		width: 80px;
		height: 80px;
		margin: -40px auto 10px
	}
	.review-slider .item p {
		font-size: 20px
	}
	.review_box {
		padding: 0 15px
	}
	.review-slider .item .winner {
		font-size: 25px
	}
	.review-slider .item .winner span {
		font-size: 15px
	}
	.review-slider .owl-dots .owl-dot,
	.top_main .owl-dots .owl-dot {
		width: 12px;
		height: 12px
	}
	.tags .left,
	.tags .right {
		width: 42%
	}
	.games_list li h4 {
		font-size: 22px
	}
	.footer_sec {
		padding-top: 100px
	}
	.footer_midd .container {
		padding: 25px 0
	}
	.copyright .container {
		padding: 20px 15px
	}
	.form_modal {
		right: 25px;
		width: 400px;
		padding: 15px 20px
	}
	.form_modal .modal_top h5 {
		padding: 0;
		font-size: 16px
	}
	.modal_top img {
		max-width: 45px
	}
	.form_modal .modal_top h5 a {
		margin: -8px 0 -13px 10px
	}
	.form_modal .divider {
		margin-top: 20px
	}
	.form-group {
		margin-bottom: 10px
	}
	.form-group input {
		padding: 14px 15px 14px 45px
	}
	.form-group input.password {
		padding-right: 45px
	}
	.form-group span.icon {
		left: 14px;
		top: 14px;
		width: 23px;
		height: 20px
	}
	.forget_link {
		font-size: 14px
	}
	.form-group .btn {
		margin: 0 auto 12px
	}
	p.dont,
	p.dont a {
		font-size: 14px
	}
	.form-group .field-icon {
		top: 12px;
		width: 25px;
		height: 25px
	}
	.appview_slide .screen_text p {
		font-size: 16px
	}
}

@media (max-width:1279px) {
	.btn {
		padding: 10px 10px
	}
	.top_head ul li {
		margin-left: 5px;
		font-size: 11px
	}
	.top_head .top_left ul li,
	.top_head ul li {
		padding: 8px 5px
	}
	.top_head ul li.brand_logo {
		padding: 3px 5px
	}
	.top_center {
		width: 140px
	}
	.headleft_nav,
	.headright_btn,
	.top_head .top_left,
	.top_head .top_right {
		width: calc(50% - 70px)
	}
	.headleft_nav ul li a {
		font-size: 13px;
		padding: 8px 10px
	}
	.headleft_nav ul li,
	.headleft_nav ul li:first-child {
		margin-left: 18px
	}
	.headright_btn .btn {
		min-width: 115px;
		font-size: 14px
	}
	.headright_btn ul li {
		margin-left: 10px
	}
	.top_head ul li svg {
		width: 85px
	}
	.top_main .caption .heading2,
	.top_main .caption h1,
	.top_main .caption h2 {
		font-size: 30px
	}
	.top_main .caption p,
	.top_main .caption p.upper {
		font-size: 18px
	}
	.top_main .caption p.lowest_text {
		font-size: 25px;
		margin-top: 15px;
		margin-bottom: 15px
	}
	.top_main .caption p.smalltext {
		font-size: 16px
	}
	.top_main .caption img {
		max-width: 200px
	}
	.appview_slide.owl-carousel .owl-nav .owl-next,
	.appview_slide.owl-carousel .owl-nav .owl-prev,
	.features-slider.owl-carousel .owl-nav .owl-next,
	.features-slider.owl-carousel .owl-nav .owl-prev,
	.review-slider.owl-carousel .owl-nav .owl-next,
	.review-slider.owl-carousel .owl-nav .owl-prev,
	.top_main.owl-carousel .owl-nav .owl-next,
	.top_main.owl-carousel .owl-nav .owl-prev {
		width: 30px;
		height: 30px;
		background-size: auto 30px
	}
	.top_main .item {
		min-height: 550px;
		padding: 120px 0 15px
	}
	.top_main .item .insidebox {
		padding: 0 40px
	}
	.top_main .owl-dots {
		bottom: 20px
	}
	.appview_slide.owl-carousel .owl-nav .owl-prev,
	.features-slider.owl-carousel .owl-nav .owl-prev,
	.review-slider.owl-carousel .owl-nav .owl-prev,
	.top_main.owl-carousel .owl-nav .owl-prev {
		left: 10px
	}
	.appview_slide.owl-carousel .owl-nav .owl-next,
	.features-slider.owl-carousel .owl-nav .owl-next,
	.review-slider.owl-carousel .owl-nav .owl-next,
	.top_main.owl-carousel .owl-nav .owl-next {
		right: 10px
	}
	.left_download {
		width: calc(98% - 350px);
		margin-right: 2%;
		max-width: 600px
	}
	.awesome_features .feature_item {
		padding: 15px
	}
	.download_wrap:before {
		right: -130px;
		background-size: contain;
		height: 90%;
		width: 350px
	}
	.right_device {
		width: 350px
	}
	.right_device img {
		top: 85%
	}
	.tags .left,
	.tags .right {
		width: 49%
	}
	.tags .text p {
		font-size: 16px
	}
	.games_list li .text {
		width: calc(100% - 75px)
	}
	.games_list li .image {
		width: 75px
	}
	.games_list li h4 {
		font-size: 18px
	}
	.games_list li p {
		font-size: 14px
	}
	.btns a.btn {
		min-width: 135px;
		min-height: 45px
	}
	.footer_midd .container {
		padding: 20px 0
	}
	.tel p em {
		font-size: 14px
	}
	.feedback p a,
	.tel p span {
		font-size: 22px
	}
	.social ul li a {
		width: 35px;
		height: 35px;
		padding: 8px 0
	}
	.social ul li a svg {
		width: 16px;
		height: 16px
	}
	.copyright p {
		font-size: 12px
	}
	.copyright .container {
		padding: 15px
	}
	.form_modal:before {
		width: 30px;
		height: 30px;
		top: -17px
	}
	.form_modal:after {
		width: 32px;
		height: 12px
	}
	.more .btn {
		min-width: 180px
	}
	.download_page .download_wrap {
		min-height: 570px;
		padding-top: 220px;
		padding-bottom: 50px
	}
	.download_page .right_device img {
		top: 40%
	}
	.steps_slide {
		width: 50%
	}
	.appview_slide .screen_text {
		padding-top: 15px
	}
	.app_feature h5,
	.appview_slide .screen_text h4 {
		font-size: 20px
	}
	.appview_slide .screen_text p {
		font-size: 14px;
		max-width: 100%
	}
	.get_touch {
		width: calc(95% - 420px);
		margin-right: 5%
	}
	.howto_play .text_column:before {
		font-size: 100px;
		left: -25px
	}
	.howto_play li:nth-child(odd) .text_column:before {
		right: -25px;
		left: auto
	}
	.topics ul li a {
		font-size: 14px;
		padding: 15px 10px
	}
	.topics ul li svg {
		width: 32px;
		height: 40px
	}
	.faq_content .acc-btn h3 {
		font-size: 18px
	}
	.topics ul li.active a {
		margin-top: -10px
	}
	.inner_banner .caption p br {
		display: none
	}
	.why_choose .text {
		padding-left: 30px
	}
	.guide_wrap h2 {
		margin-left: -30px
	}
	.guide_wrap {
		padding-left: 30px
	}
	.footer_disc {
		width: 43%
	}
	.footer_menu {
		width: 315px;
		margin-right: 0
	}
	.footer_disc p {
		font-size: 15px
	}
	.footer_menu ul li a {
		font-size: 14px;
		padding: 7px 0
	}
	.partners_col {
		padding-left: 25px;
		width: calc(65% - 420px)
	}
}

@media (max-width:991px) {
	h1 {
		font-size: 45px
	}
	.inner_banner .caption p {
		font-size: 18px
	}
	.top_main .item {
		padding: 120px 0 15px;
		min-height: 450px
	}
	.top_head .top_left {
		padding-left: 10px
	}
	.top_head ul li {
		display: none
	}
	.top_head .top_left ul li,
	.top_head ul li {
		padding: 6px 5px
	}
	.top_head ul li.brand_logo,
	.top_left ul li:first-child {
		display: block
	}
	.head_nav {
		border-radius: 10px
	}
	.download_sticky {
		max-width: 465px;
		margin: -83px auto auto
	}
	.download_sticky h5 {
		font-size: 12px;
		text-align: center;
		margin: 0 0 5px;
		width: 100%
	}
	.download_sticky .btns a.btn {
		min-width: 135px;
		margin-left: 6px
	}
	.btns .blue.playnow {
		line-height: 24px
	}
	.btns a.btn {
		font-size: 14px;
		line-height: 15px;
		min-height: 42px
	}
	.btns a.btn.android,
	.btns a.btn.appstore {
		padding: 3px 10px 3px 35px
	}
	.btns a.btn.android .icon,
	.btns a.btn.appstore .icon {
		left: 10px;
		top: 9px
	}
	a.btn .small_text {
		font-size: 10px
	}
	.right_device {
		display: none
	}
	.left_download {
		width: 100%;
		max-width: 580px;
		margin: 0
	}
	.enter_number input[type=tel] {
		font-size: 18px;
		padding: 17px 180px 16px 15px
	}
	.left_download .top_heading h3 {
		font-size: 35px
	}
	.left_download .top_heading h3 span {
		font-size: 24px
	}
	.download_wrap {
		min-height: 500px
	}
	.tags .left,
	.tags .right {
		width: 100%;
		max-width: 550px;
		margin: 10px auto
	}
	.games_list li {
		width: 100%;
		margin: 10px auto;
		max-width: 550px;
		border-radius: 15px
	}
	.games_list li:first-child {
		margin-left: auto
	}
	.games_list li .text {
		width: calc(100% - 100px)
	}
	.games_list li .image {
		width: 100px
	}
	.more_games {
		padding-bottom: 100px
	}
	.features-slider.owl-carousel .owl-nav .owl-prev,
	.review-slider.owl-carousel .owl-nav .owl-prev,
	.top_main.owl-carousel .owl-nav .owl-prev {
		left: 5px
	}
	.features-slider.owl-carousel .owl-nav .owl-next,
	.review-slider.owl-carousel .owl-nav .owl-next,
	.top_main.owl-carousel .owl-nav .owl-next {
		right: 5px
	}
	.top_main .caption .heading2,
	.top_main .caption h1,
	.top_main .caption h2 {
		font-size: 22px;
		text-shadow: 0 2px 3px rgba(0, 0, 0, .45)
	}
	.top_main .caption p,
	.top_main .caption p.upper {
		font-size: 15px
	}
	.top_main .caption p.lowest_text {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.top_main .caption p.smalltext {
		font-size: 15px;
		margin-bottom: 5px
	}
	.top_main .caption img {
		max-width: 150px
	}
	.caption a.btn {
		font-size: 16px;
		padding: 10px 5px;
		min-width: 160px
	}
	.footer_disc {
		width: 60%
	}
	.footer_menu {
		width: 38%
	}
	.partners_col {
		width: 100%;
		padding-left: 0;
		display: flex;
		-webkit-display: flex;
		flex-wrap: wrap
	}
	.partners_col>div {
		width: 50%
	}
	.partners_col>div:first-of-type {
		padding-right: 15px
	}
	.feedback p a,
	.tel p a {
		font-size: 20px
	}
	.headleft_nav ul {
		display: none
	}
	.btn.hamburger_icon {
		display: inline-block
	}
	.headright_btn ul.desktop_view {
		display: none
	}
	.headright_btn ul.mobile_view {
		display: flex
	}
	.headright_btn .btn {
		min-width: 40px;
		padding: 4px 9px;
		border-radius: 4px;
		margin-right: 7px
	}
	.headright_btn .btn:after,
	.headright_btn .btn:before {
		display: none
	}
	.inner_banner {
		padding: 180px 15px 90px
	}
	.app_feature .vector {
		width: 50px;
		height: 80px;
		margin: 0 auto 30px
	}
	.app_feature .vector:after {
		bottom: -5px;
		height: 3px
	}
	.app_feature .column {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px
	}
	.steps_slide .text .count {
		font-size: 125px;
		top: -10px
	}
	.install_video {
		min-height: 320px;
		width: 45%
	}
	.install_video iframe {
		height: 300px
	}
	.steps_slide {
		margin-right: 0
	}
	.steps_slide .text {
		padding: 30px 0 10px 30px
	}
	.steps_slide .text .count {
		font-size: 100px;
		top: -10px
	}
	.get_touch {
		width: 100%;
		max-width: 750px;
		margin: 0 auto 25px
	}
	.contact_wrap {
		padding-top: 20px
	}
	.contact_side {
		width: 100%;
		margin: 0 auto;
		max-width: 400px
	}
	.contact_detail li a {
		font-size: 24px
	}
	.contact_detail li .icon {
		top: 10px
	}
	.topics ul li {
		width: 14%;
		margin-left: 1%
	}
	.topics ul li svg {
		width: 25px;
		height: 30px;
		margin-bottom: 5px
	}
	.topics ul li a {
		font-size: 12px
	}
	.rummy_features {
		padding: 50px 0 100px
	}
	.rummy_features .feature_item span.icon {
		margin: -50px auto 10px;
		max-width: 150px
	}
	.rummy_features .feature_item {
		padding: 0 15px 15px
	}
	.rummy_features ul li {
		margin-bottom: 30px
	}
	.rummy_features h3 {
		font-size: 20px
	}
	.rummy_features p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px
	}
	.column.v-center img {
		width: 130px;
		margin-right: 20px
	}
	.four_column p {
		font-size: 15px;
		line-height: 20px
	}
	.sitemap_list>li,
	.sitemap_list>li:nth-child(3n+1) {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 20px
	}
	.sitemap_list>li:nth-child(2n+1) {
		margin-left: 0
	}
	.head_nav .top_center {
		position: relative;
		z-index: 1;
		margin: -55px 0 -50px
	}
	.bannerstyle02 .banner_img,
	.playwith-top .left_img {
		width: 250px
	}
	.bannerstyle02 .banner_text,
	.playwith-top .right_text {
		width: calc(100% - 250px);
		max-width: 100%
	}
	.playwith-top {
		padding: 40px 0
	}
	.lowest-top img {
		max-width: 550px
	}
}

@media (max-width:767px) {
	h1 {
		font-size: 30px
	}
	h2 {
		font-size: 28px
	}
	h3 {
		font-size: 26px
	}
	h4 {
		font-size: 22px
	}
	h5 {
		font-size: 20px
	}
	h6 {
		font-size: 18px
	}
	.top_center {
		width: 110px
	}
	.head_nav .top_center {
		margin: -60px 0 -50px
	}
	.top_head .top_left {
		padding-left: 5px
	}
	.headleft_nav,
	.headright_btn,
	.top_head .top_left,
	.top_head .top_right {
		width: calc(50% - 55px)
	}
	.top_head .top_left ul li,
	.top_head ul li {
		padding: 7px 2px;
		font-size: 9px
	}
	.top_head {
		border-radius: 7px
	}
	.headright_btn .btn {
		margin-right: 0
	}
	.top_head .top_right {
		padding-right: 2px
	}
	.head_nav {
		border-radius: 10px
	}
	.top_main .item .insidebox {
		flex-wrap: wrap;
		padding: 0 20px
	}
	.top_main .slider_img {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		padding-right: 0
	}
	.top_main .caption {
		text-align: center;
		width: 100%
	}
	.top_main .caption .heading2 br,
	.top_main .caption h1 br,
	.top_main .caption h2 br {
		display: none
	}
	.top_main .caption img {
		margin: 15px auto
	}
	.review-slider .owl-dots,
	.top_main .owl-dots {
		margin-top: 20px
	}
	.top_main .owl-dots {
		bottom: 10px
	}
	.home_slider {
		height: auto;
		border-radius: 0 0 20px 20px
	}
	.top_main .item {
		min-height: 540px;
		padding: 110px 0 30px
	}
	.top_heading {
		padding: 0 15px;
		margin-bottom: 20px
	}
	.features-slider.owl-carousel .owl-nav .owl-next,
	.features-slider.owl-carousel .owl-nav .owl-prev {
		top: 70%
	}
	.bottom_pd150 {
		padding-bottom: 50px!important
	}
	.faq_sort.bottom_pd150 {
		padding-bottom: 120px!important
	}
	.left_download {
		margin: 0 auto;
		text-align: center
	}
	.left_download .top_heading {
		padding: 0
	}
	.download_wrap {
		min-height: 400px;
		padding-bottom: 30px
	}
	.download_wrap:before {
		display: none
	}
	.left_download .top_heading h3 {
		font-size: 26px;
		background-position: center top;
		text-align: center
	}
	.left_download .top_heading h3 span {
		font-size: 20px
	}
	.top_heading p {
		text-align: center
	}
	.download_app {
		border-radius: 0 0 25px 25px
	}
	.get_app {
		padding-right: 0
	}
	.get-qrcode {
		display: none
	}
	.enter_number input[type=tel] {
		font-size: 14px;
		padding: 16px 125px 16px 15px
	}
	.enter_number .btn {
		padding: 9px 5px;
		width: auto;
		font-size: 13px;
		top: 8px;
		right: 8px;
		min-width: 110px
	}
	.tags .left {
		padding: 120px 0 0
	}
	.tags .right {
		padding: 110px 0 0
	}
	.tags .right .vector,
	.tags .vector {
		bottom: auto;
		top: 0;
		max-width: 150px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}
	.tags .left .text,
	.tags .right .text {
		text-align: center;
		padding: 30px 15px 15px
	}
	.awesome_features,
	.testimonials {
		border-radius: 0 0 20px 20px
	}
	.footer_menu {
		width: 100%;
		margin: 0 auto 20px
	}
	.footer_disc {
		width: 100%
	}
	.footer_midd .container {
		margin-top: 15px;
		padding: 0 15px
	}
	.footer_midd .column {
		width: 100%;
		padding: 15px 0
	}
	.footer_disc h4,
	.partners_col h4 {
		font-size: 18px
	}
	.partners_col>div {
		width: 100%
	}
	.partners_col>div:first-of-type {
		padding-right: 0
	}
	.column.social {
		order: 3
	}
	.copyright .container {
		padding: 10px 15px
	}
	.copyright .left,
	.copyright .right {
		width: 100%
	}
	.copyright p {
		margin: 2px 0;
		font-size: 11px
	}
	.awesome_features .item h3 {
		font-size: 22px
	}
	.awesome_features .item p {
		font-size: 14px
	}
	.main {
		border-radius: 0 0 25px 25px
	}
	.inner_banner {
		padding: 110px 15px 25px;
		min-height: 280px;
		border-radius: 0 0 25px 25px;
		display: flex;
		-webkit-display: flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center
	}
	.inner_banner .caption h1 {
		background-size: 150px auto;
		padding-top: 30px;
		margin-bottom: 10px;
		font-size: 28px
	}
	.inner_banner .caption p {
		font-size: 14px;
		line-height: 22px
	}
	.content {
		padding: 40px 0 110px
	}
	.download_page .download_wrap {
		min-height: 0;
		padding-top: 180px;
		padding-bottom: 30px
	}
	.install_video {
		min-height: 0;
		width: 100%;
		max-width: 450px;
		margin: 25px auto 0
	}
	.install_video iframe {
		height: 320px
	}
	.steps_slide {
		margin: 0 auto;
		width: 100%
	}
	.app_preview,
	.download_steps,
	.testimonials {
		padding-top: 40px
	}
	.steps_slide .owl-dots {
		padding-left: 30px
	}
	.appview_slide.owl-carousel .owl-nav .owl-next,
	.appview_slide.owl-carousel .owl-nav .owl-prev {
		top: 42%
	}
	.container.top_pd100 {
		padding-top: 50px
	}
	.top_services ul {
		margin: 0
	}
	.top_services ul li {
		width: 100%;
		margin: 0 auto 20px
	}
	.form .form-group {
		width: 100%;
		margin: 0 auto 15px
	}
	.form {
		border-radius: 15px
	}
	.form-group input,
	.form-group textarea {
		border-radius: 10px
	}
	.contact_detail li {
		padding-left: 35px
	}
	.contact_detail li .icon {
		width: 28px;
		height: 22px
	}
	.contact_detail li a {
		font-size: 22px
	}
	.howto_play ul .topfirst {
		margin-bottom: 70px
	}
	.howto_play ul li {
		margin-bottom: 50px
	}
	.howto_play ul li:last-child {
		margin-bottom: 10px
	}
	.howto_play .text_column,
	.howto_play li:nth-child(odd) .text_column {
		width: 100%;
		margin: 0 auto 10px;
		max-width: 450px;
		text-align: center
	}
	.howto_play .image_column {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 20px;
		border-radius: 10px
	}
	.howto_play li p {
		margin-bottom: 10px
	}
	.howto_play .text_column:before,
	.howto_play li:nth-child(odd) .text_column:before {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}
	.specify_sec {
		flex-wrap: wrap
	}
	.specify_sec .column {
		width: 100%;
		background: #f3f3f3
	}
	.specify_sec .column:first-child {
		background: #fff
	}
	.howto_play h4 {
		font-size: 20px
	}
	.faq_wrap {
		padding: 50px 0 100px
	}
	.faq_content>ul>li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0
	}
	.topics ul {
		flex-wrap: wrap
	}
	.topics ul li {
		width: 24%;
		margin-bottom: 1.25%;
		margin-left: 1.25%
	}
	.topics ul li:nth-child(4n+1) {
		margin-left: 0
	}
	.topics ul li.active a,
	.topics ul li:hover a {
		margin: 0;
		box-shadow: none
	}
	.topics {
		margin-bottom: 20px
	}
	.faq_content .acc-btn h3 {
		font-size: 15px;
		padding: 12px 10px 12px 35px
	}
	.faq_content .acc-btn h3:before {
		left: 12px
	}
	.faq_content .acc-btn h3:after {
		left: 19px
	}
	.acc-content {
		width: 100%;
		margin: 5px 0
	}
	.faq_sort .acc-content {
		margin: 8px auto
	}
	.about_top {
		padding: 50px 0 20px
	}
	.about_top .left_img {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		order: 2
	}
	.about_top .right_text {
		text-align: center;
		padding: 0 0 20px;
		width: 100%
	}
	.about_top h3 {
		background-position: center top
	}
	.why_choose ul li {
		width: 100%;
		margin-left: 0
	}
	.why_choose .top_heading {
		padding: 0
	}
	.rummy_features ul li,
	.rummy_features ul li:nth-child(3n+1) {
		width: 48.5%;
		margin-left: 3%
	}
	.rummy_features ul li:nth-child(2n+1) {
		margin-left: 0
	}
	.guide_wrap {
		padding-left: 0
	}
	.guide_wrap h2 {
		margin-left: 0
	}
	.two_column .column {
		width: 100%
	}
	.two_column .column.first {
		margin-right: 0
	}
	.four_column .column {
		width: 48.5%;
		margin-left: 3%
	}
	.four_column .column:nth-child(2n+1) {
		margin-left: 0
	}
	.page_wrap {
		padding: 50px 0 100px
	}
	ul {
		padding-left: 20px
	}
	.two_column {
		margin: 0
	}
	img.border_round {
		border-radius: 10px
	}
	.download_sticky {
		border-radius: 15px 15px 0 0
	}
	.popup_modal {
		margin: 20px auto auto
	}
	.home_tab ul.tabs li {
		width: 23%
	}
	.home_tab ul.tabs li a {
		font-size: 16px;
		padding: 10px;
		border-radius: 7px
	}
	.content_sec {
		padding: 90px 0 30px;
		margin-top: -50px;
		border-radius: 0 0 25px 25px
	}
	.awesome_features .feature_inner {
		padding-bottom: 50px
	}
	.caption a.btn {
		font-size: 16px;
		padding: 10px 10px;
		min-width: 150px
	}
	.more .btn {
		min-width: 170px;
		padding: 12px 10px
	}
	.breadcrumbs {
		border-radius: 0 0 25px 25px
	}
	.breadcrumbs ul li {
		padding: 14px 15px;
		font-size: 13px
	}
	.breadcrumbs ul li:before {
		top: 18px;
		width: 6px;
		height: 6px
	}
	.top_main .item.lastslide {
		padding: 75px 0 30px
	}
	.top_main .caption p.sep {
		display: none
	}
	.top_main .lastslide .caption h2 {
		margin-bottom: 2px
	}
	.top_main .caption p.lowest_text {
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 5px
	}
	.top_main .caption p.smalltext {
		font-size: 12px
	}
	.textcol-block ul {
		padding-top: 20px
	}
	.textcol-block ul li,
	.textcol-block ul li:nth-child(2n+1) {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px
	}
	.textcol-block ul li .text {
		padding-left: 20px
	}
	.howto_play ul.playwithfrnd li .text_column:before,
	.howto_play ul.playwithfrnd li:nth-child(even) .text_column:before {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}
	.howto_play ul.playwithfrnd li .text_column,
	.howto_play ul.playwithfrnd li:nth-child(even) .text_column {
		text-align: center
	}
	.bannerstyle02 .banner_img,
	.playwith-top .left_img {
		width: 160px
	}
	.bannerstyle02 .banner_text,
	.playwith-top .right_text {
		width: calc(100% - 160px)
	}
	.lowest-top img {
		max-width: 95%
	}
	.lowest-top h2 {
		font-size: 24px
	}
	.lowest-top {
		padding-bottom: 20px
	}
	.lowest-top .top_heading {
		padding-left: 0;
		padding-right: 0
	}
	.top_heading.downloadpage h1 {
		font-size: 30px
	}
}

@media (max-width:599px) {
	.topics ul li a {
		font-size: 10px;
		padding: 10px 5px
	}
	.home_tab ul.tabs li {
		width: 48%;
		margin-bottom: 10px
	}
	.home_tab ul.tabs li a {
		font-size: 15px
	}
	.home_tab .tab_content_container {
		padding: 10px;
		margin-top: 5px
	}
	.rummy_variants {
		padding: 10px
	}
	.howtoplay_video iframe {
		height: 280px
	}
	.howtoplay_video {
		margin: 0 auto 70px
	}
	.contact_detail li a {
		font-size: 16px
	}
	.sitemap_list>li,
	.sitemap_list>li:nth-child(2n+1),
	.sitemap_list>li:nth-child(3n+1) {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px
	}
	.sitemap_list h3 {
		font-size: 20px
	}
	.head_nav .top_center:before {
		top: 28px;
		height: 6px
	}
	.bannerstyle02 .banner_img,
	.playwith-top .left_img {
		margin: 0 auto 20px
	}
	.bannerstyle02 .banner_text,
	.playwith-top .right_text {
		width: 100%;
		text-align: center;
		padding-left: 0
	}
	.bannerstyle02 .caption h1,
	.playwith-top h2 {
		background-position: center top
	}
	.playwith-top h2 {
		font-size: 24px
	}
}

@media (max-width:399px) {
	body {
		font-size: 14px
	}
	.inner_banner .caption h1 {
		font-size: 22px
	}
	.container-full {
		padding: 5px
	}
	.headleft_nav,
	.headright_btn,
	.top_head .top_left,
	.top_head .top_right {
		width: calc(50% - 50px)
	}
	.head_nav .top_center:before {
		top: 25px
	}
	.top_center {
		width: 100px
	}
	.top_main .item {
		padding: 90px 0 25px
	}
	.btns a.btn.playnow {
		margin-left: 0
	}
	.footer_sec {
		padding-top: 80px
	}
	.install_video iframe {
		height: 250px
	}
	.app_feature .column {
		width: 100%
	}
	.topics ul li a {
		font-size: 8px
	}
	.topics ul li svg {
		width: 20px;
		height: 25px
	}
	.why_choose ul {
		margin-top: 30px
	}
	.why_choose ul li {
		margin-bottom: 30px
	}
	.why_choose span.icon {
		margin: 0 auto 15px
	}
	.why_choose .text {
		width: 100%;
		padding: 0;
		text-align: center
	}
	.rummy_features ul li,
	.rummy_features ul li:nth-child(3n+1) {
		width: 100%;
		margin-left: auto;
		margin-bottom: 20px
	}
	.four_column .column {
		width: 100%;
		margin-left: 0
	}
	.two_column .column {
		width: 100%
	}
	.column.v-center {
		flex-wrap: wrap
	}
	.column.v-center img {
		margin: 0 auto 15px
	}
	.howtoplay_video iframe {
		height: 230px
	}
	.textcol-block ul li {
		text-align: center;
		margin-bottom: 15px
	}
	.textcol-block ul li .text {
		padding-left: 0;
		width: 100%
	}
	.textcol-block span.icon {
		margin: 0 auto 10px
	}
}