* {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
p {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

h1,
h2 {
	font-family: "Saira", sans-serif;
}

/* Header Starts Here */

.pre-header {
	background: #0FA98E;
	padding: 10px 0;
}

.pre-header p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
}

.pre-header p span {
	font-weight: 600;
	color: #FDFF92;
}

#nav-bar-section {
	margin-bottom: 65px;
}

#nav-bar-section #nav-bar {
	background: #fff;
	height: 65px;
	padding: 8px 0px;
	margin-top: -65px;
	top: 65px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	z-index: 999;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

#nav-bar-section #nav-bar.fixed-nav {
	position: fixed;
	z-index: 9999;
	-webkit-transition: margin 0.3s ease-out;
	transition: margin 0.3s ease-out;
	margin-top: 0;
	top: -1px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
	background: #fff;
}

.nav-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.nav-box {
	width: 33.33%;
}

.nav-rgt {
	display: flex;
	gap: 30px;
	justify-content: flex-end;
	align-items: center;
}

.logoImg {
	height: 50px;
	object-fit: contain;
}

.contact-link {
	font-family: "Montserrat", sans-serif;
	color: #000;
	text-transform: uppercase;
}

.order-link {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 50px;
	padding: 8px 20px;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 16px;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.50));
}

.country-link img {
	height: 15px;
}

.mob-mnu-ic {
	display: none;
}

.mob-mnu-ic button {
	outline: 0;
	-webkit-appearance: none;
	background: 0 0;
	padding: 0;
	cursor: pointer;
	border: none;
}

.bar1,
.bar2,
.bar3 {
	width: 20px;
	height: 2px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px;
}

.bar2 {
	margin: 4px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background: #000;
}

.dl-active .bar2 {
	opacity: 0;
	margin: 5.5px 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background: #000;
}

/* Header Ends Here */

/* Section One Starts Here */
.sec1 {
	background-color: #7B96FF;
	padding: 30px 0 60px;
	position: relative;
}

.sec1::after {
	content: " ";
	background: url('../../images/indexNew/grass-graphics.png') no-repeat top center / cover;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.mario-pipe {
	position: absolute;
	bottom: 6%;
	width: 80px;
	left: 2%;
}

.cloud1 {
	position: absolute;
	width: 140px;
	top: 9%;
}

.cloud2 {
	position: absolute;
	left: 48%;
	z-index: 99;
	width: 145px;
	top: 20%;
}

.cloud3 {
	position: absolute;
	right: -3%;
	width: 170px;
	z-index: 99;
	top: 8%;
}

.star-ratings {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.star-ratings img {
	height: 20px;
	margin-right: 10px;
}

.star-ratings p {
	font-size: 14px;
	color: #fff;
}

.sec1 .col-md-6 {
	padding-left: 80px;
	position: relative;
	z-index: 99;
}

.sec1 h1 {
	color: #1238CA;
	text-shadow: 1px 1px #fff;
	-webkit-text-stroke: 1px #fff;
	font-weight: bold;
	font-size: 44px;
	letter-spacing: -1px;
	filter: drop-shadow(3px 0px 1px rgba(0, 0, 0, 0.20));
	line-height: 44px;
	margin-bottom: 0;
}

.sec1 h2 {
	color: #FFC36A;
	text-shadow: 0px 0px 0px rgb(0 26 123);
	-webkit-text-stroke: 1.5px #001A7B;
	font-weight: bold;
	font-size: 72px;
	line-height: 70px;
	filter: drop-shadow(5px 0px 0px rgb(0, 26, 123, 0.50));
	margin-bottom: 15px;
}

.sec1 ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 25px;
}

.sec1 li {
	margin-bottom: 8px;
	color: #fff;
}

.sec1 li img {
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	padding: 5px;
	object-fit: contain;
	margin-right: 10px;
}

.btn-text-area {
	max-width: 340px;
	text-align: center;
}

.btn-all {
	background: #FFD260;
	color: #000;
	font-weight: 600;
	border: 2px solid #000;
	font-size: 25px;
	text-transform: capitalize;
	border-radius: 50px;
	padding: 10px 25px 10px 40px;
	line-height: 25px;
	display: inline-flex;
	align-items: center;
	filter: drop-shadow(2px 4px 0px rgb(0, 26, 123, 0.40));
	width: 100%;
	justify-content: center;
	margin-bottom: 10px;
}

.btn-all img {
	height: 30px;
	object-fit: contain;
	margin-left: 20px;
}

.btn-all:hover {
	color: #000;
}

.btn-all:hover img {
	transform: translateX(5px);
}

.btn-text-area p {
	color: #121212;
	font-size: 10px;

}

.btn-text-area p span {
	font-weight: 500;
}

.btn-text-area p img {
	width: 10px;
	object-fit: contain;
	margin-right: 2px;
}

.hero-img {
	width: 55vw;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.hero-img .hero-bg1 {
	height: 100%;
}

.hero-img:after {
	position: absolute;
	content: "";
	background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #7B96FF);
	width: 180px;
	height: 100%;
	left: 0px;
	z-index: 1;
	top: 0;
}

.vdo-frame {
	position: absolute;
	top: 53%;
	right: 50%;
	width: 55%;
	transform: translate(56%, -94%);
}

#hero-video {
	position: absolute;
	top: 3.6%;
	left: 2.5%;
	width: calc(100% - 5%);
	height: calc(100% - 6.5%);
	object-fit: cover;
}

.img1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* Section One Ends Here */

/* Section Two Starts Here */

.sec2 {
	padding: 10px 0;
}

.sec2 h2 {
	color: #000;
	font-size: 22px;
	margin-bottom: 0;
}

.img-col-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.img-col-main img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

/* Section Two Ends Here */

/* Section Three Starts Here */

.sec3 {
	background: rgb(123, 166, 249);
	background: linear-gradient(180deg, rgba(123, 166, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding-bottom: 50px;
	position: relative;
}

.sec3::after {
	content: " ";
	background: url('../../images/indexNew/grass-with-brick-graphics.png') no-repeat top center / cover;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec3 h2 {
	color: #091156;
	font-weight: bold;
	font-size: 42px;
	margin-bottom: 35px;
}

.sec3 h5 {
	color: #000;
	font-weight: 600;
	margin-bottom: 40px;
}

.sec3 p {
	max-width: 500px;
	margin-bottom: 25px;
	color: #000;
	line-height: 35px;
}

.tree1 {
	position: absolute;
	bottom: 7%;
	width: 180px;
	left: 0%;
}

.tree2 {
	position: absolute;
	bottom: 8%;
	width: 140px;
	right: 0%;
}

.sec3-cloud1 {
	position: absolute;
	right: -3%;
	width: 160px;
	top: 8%;
}

.sec3-cloud2 {
	position: absolute;
	right: 3%;
	width: 160px;
	top: 20%;
}

/* Section Three Ends Here */

/* Section Four Starts Here */
.sec4 {
	padding-top: 60px;
	background: rgb(36, 50, 121);
	background: linear-gradient(180deg, rgba(36, 50, 121, 1) 0%, rgba(66, 92, 223, 1) 57%, rgba(99, 122, 241, 1) 83%, rgba(108, 139, 255, 1) 100%);
	position: relative;
	padding-bottom: 150px;
}

.sec4heading h2 {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 40px;
}

.sec4-col {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.sec4-col img {
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, 0.20);
	border-radius: 50%;
	padding: 6px;
	object-fit: contain;
}

.sec4-col div {
	width: calc(100% - 35px);
	padding-left: 12px;
}

.sec4-col h3 {
	font-family: "Saira", sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-top: 5px;
}

.sec4-col p {
	color: #fff;
	max-width: 500px;
	font-size: 14px;
}

.twinkle1 {
	position: absolute;
	width: 60px;
	left: 1%;
	top: 18%;
	animation: twinkle 1.5s infinite ease-in-out;
}

.twinkle2 {
	position: absolute;
	width: 40px;
	left: -3%;
	top: 37%;
	animation: twinkle 1.5s infinite ease-in-out;
}

.twinkle3 {
	position: absolute;
	width: 40px;
	right: -2%;
	bottom: 2%;
	animation: twinkle 1.5s infinite ease-in-out;
}

.twinkle4 {
	position: absolute;
	width: 60px;
	right: 6%;
	bottom: 10%;
	animation: twinkle 1.5s infinite ease-in-out;
}

@keyframes twinkle {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}
}

/* Section Four Ends Here */

/* Section Five Starts Here */

.sec5 {
	padding-top: 160px;
	background: url('../../images/indexNew/sec5-bg-desktop.png') no-repeat top center / cover;
	margin-top: -140px;
	position: relative;
	z-index: 1;
}

.sec5 .s5-bg {
	position: absolute;
	width: 100%;
	bottom: -5px;

}

.s5-ng-l {
	position: relative;
	right: 45px;
}

.sec5-heading {
	max-width: 1000px;
	margin: 0 auto 50px;
}

.sec5-heading h2 {
	font-weight: 800;
	color: #091156;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 30px;
}

.sec5-heading p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.stepNo {
	background: #000;
	width: 65px;
	color: #FFD85E;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	padding: 4px 5px;
	margin-bottom: 20px;
}

.sec5-content-rows {
	padding-bottom: 60px;
}

.sec5-content-rows h2 {
	color: #030B31;
	font-weight: 800;
	font-size: 34px;
	max-width: 460px;
	line-height: 44px;
	margin-bottom: 20px;
}

.sec5-content-rows p {
	max-width: 450px;
	line-height: 35px;
}

.sec5-content-rows img,
.sec5-content-rows video {
	border-radius: 36px;
}

.sec5-content-rows .row .col-md-6:first-child {
	padding-left: 50px;
}

.sec5-content-rows .row.flex-row-reverse .col-md-6:first-child {
	padding-left: 100px;
}

.sec5 .btn-text-area {
	margin: auto;
}

.rocketImg {
	position: absolute;
	width: 280px;
	left: -4%;
	top: 7%;
}

.alienImg {
	position: absolute;
	width: 100px;
	right: 10%;
	bottom: 22%;
	animation: diagonal-move 10s ease-in-out infinite;
}

@keyframes diagonal-move {
	0% {
		transform: translate(0, 0);
	}

	25% {
		transform: translate(-20px, -50px);
	}

	50% {
		transform: translate(0, 0);
	}

	75% {
		transform: translate(-20px, 50px);
	}

	100% {
		transform: translate(0, 0);
	}
}

/* Section Five Ends Here */


#faq h2,
#whu-us h2,
#game-table h2,
#fun h2,
#space h2 {
	font-size: 60px;
	text-align: center;
	font-weight: bolder;
	color: #091156;
	margin-bottom: 40px;
	font-family: "Saira", sans-serif;

}

/* -------------------------------------- */

#space {
	/* background-color: #ccc; */
	border: 1px solid black;
	/* background-image: url(./space-back.svg); */
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;

}

#space .container {
	padding-top: 50px;
}

.space-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.space-box {
	width: calc(33.33% - 35px);
	text-align: center;
	color: white !important;
}

p.step-para {
	color: #E3A85A;
	font-weight: 500;
	margin-top: 40px;
}

.space-box h3 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}

.space-box h6 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
}

.space-line {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 1;
}

.space-wrapper,
#space h2 {
	position: relative;
	z-index: 2;
}

#space h2,
#fun h2 {
	font-weight: 700;

}

.space-bg1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 17%;
}

.space-bg2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 17%;
}

.space-box video {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

/* -------------------------------------- */

.fun-wrapper {
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
}

.fn-btn {
	position: absolute;
	bottom: -19px;
	z-index: 1;
	width: 82%;
	left: 50%;
	transform: translateX(-50%);
}

.love-icon {
	position: absolute;
	top: 0px;
	right: -70px;
}

#fun .container {
	padding-top: 80px;
	padding-bottom: 150px;
	z-index: 1;
	;
}

#fun {
	background-image: linear-gradient(to bottom, #EAF7FF, #B3E0FF);
	overflow: hidden;
	padding: 30px 0px;
	position: relative;

}

.f-cld1 {
	position: absolute;
	bottom: -40px;
	left: 0px;
	max-width: 40%;
}

.f-cld2 {
	position: absolute;
	bottom: -30px;
	right: 0px;
	max-width: 40%;
}


/* -------------------------------------- */

.unmuteTable {
	display: flex;
	align-items: flex-start;
	/* border: 1px solid #333; */
	background: url(../../images/indexNew/border.svg) no-repeat no-repeat;
	background-size: 100% 100%;
	max-width: 1055px;
	margin: 0 auto;
	padding: 0px 9px 10px;
	margin-top: 140px;

}

#game-table h2 {
	margin-bottom: 20px;
	font-weight: 700;
}

.unmuteTable ul {
	padding: 0px;
	margin: 0px;
}

.unmuteTable ul li {
	height: 80px;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #C0C0C0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.unmuteTable ul {
	min-width: 22%;
}

.unmuteTable ul:nth-child(1) {
	min-width: 34%;
}

.unmuteTable ul:nth-child(1) li img {
	padding-right: 20px;
	position: relative;
	bottom: 2px;
}

.unmuteTable ul:nth-child(1) li {
	text-align: left;
	font-size: 20px;
}


.unmuteTable ul li:nth-child(1) {
	height: 45px;
}

.unmuteTable ul:nth-child(2) li:nth-child(1) {
	font-weight: 600;
	color: #fff;
	height: 150px;
	margin-top: -40px;
	line-height: 37px;
	background-image: linear-gradient(to bottom, rgb(77 104 237), rgb(77 104 236));
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	position: relative;
	bottom: 0px;
	top: 0px;
}

.unmuteTable ul li:nth-child(1) {
	font-weight: 600;
	color: #fff;
	position: relative;
	height: 150px;
	margin-top: -40px;
	display: block;
	top: 40px;
}


.unmuteTable ul:nth-child(2) li:nth-child(8) {
	height: 104px;
	margin-bottom: -25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-image: linear-gradient(to bottom, rgb(50 70 164), rgba(45, 63, 150, 1));
}

.unmuteTable ul:nth-child(2) {
	background-image: linear-gradient(#5471FF, #2D3F96);
}

#game-table {
	padding: 60px 0px 100px;
	position: relative;
}

#game-table:after {
	position: absolute;
	content: "";
	background-image: linear-gradient(to top, rgba(143, 189, 255, 0), rgba(143, 189, 255, 1));
	top: 0px;
	width: 100%;
	height: 50%;
	z-index: -1;
}

.unmuteTable ul li:nth-child(1) {
	border-bottom: 0px;
}

.unmuteTable ul:nth-child(1) li {
	font-size: 22px;
	font-weight: 500;
	align-items: center;
	display: flex;
}

.jt-img {
	position: absolute;
	top: -70px;
	max-width: 120px;
	display: table;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}

.r-star-img {
	margin-top: 40px;
}

.unmuteTable ul:nth-child(2) li .jt-txt {
	color: #fff;
}

.unmuteTable ul li .jt-txt {
	color: #000;
}

.unmuteTable ul:nth-child(2) li {
	border-bottom: 0px;
}

.unmuteTable ul:nth-child(1) li {
	justify-content: flex-start;
	padding-left: 30px;
}

.unmuteTable ul li:last-child {
	border-bottom: 0px;
}

#game-table h6 {
	font-size: 24px;
	text-align: center;
}

/* -------------------------------------- */

#mbg {
	background: #0C336F;
}

#mbg .btn-text-area p {
	color: #fff !important;
	font-size: 10px;
}

.mb-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mb-icon {
	position: relative;
	width: 300px;
}

.mb-text {
	color: #fff;
	width: calc(100% - 380px);
	padding: 40px 0px;

}

.mb-text h3 {
	font-size: 50px;
	font-weight: 600;
}

.mb-text p {
	font-size: 17px;
}

.mb-seal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 88%;
}

.mb-bg {
	height: 100%;
}

/* -------------------------------------- */

.why-us-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.why-us-box {
	width: calc(33.33% - 30px);
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 15px;
	position: relative;
	padding-bottom: 60px;
}

#whu-us {
	padding: 50px 0px;
	color: #121212;
}

#whu-us .btn-text-area.btn2 {
	margin: 30px auto 0px;
}

.whc-star {
	margin: 15px 0px;
}

.whc-hd {
	font-weight: 600;
}

.whc-content {
	color: #121212;
}

.whc-user {
	text-align: center;
	font-size: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	width: 100%;

}

.whc-user span {
	color: #1AC70E;
	padding-left: 30px;
	position: relative; 
}

.whc-user span:after {
	position: absolute;
	content: "";
	background: url(../../images/indexNew/whc-verified.png);
	background-repeat: no-repeat;
	background-size: 18px;
	width: 18px;
	height: 18px;
	background-position: left;
	left: 3px;
	top: 1px;
}

/* -------------------------------------- */

#faq {
	background-image: linear-gradient(#fff, #7E98FF);
	padding: 0px 0px 50px;
	position: relative;


}

#faq:after {
	position: absolute;
	content: "";
	background: url(../../images/indexNew/faq-graphics.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	bottom: 0px;
	background-position: bottom;
	max-height: 50%;
}


.faq-qsn {
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	position: relative;
	padding-right: 35px;
	cursor: pointer;
	margin-bottom: 0px;
}

.faq-qsn:after {
	position: absolute;
	content: "+";
	right: 15px;
	font-size: 25px;
	top: 14px;
	color: #b1adad;
}

.faq-qsn.active:after {
	content: "-";
}

.faqBox {
	background: #fff;

	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.faqBox ul {padding-left: 0;}
.faqBox ul li{padding-bottom: 10px;list-style: disc;
    list-style-position: inside;}
.faqBox .faq-panel.d-md-flex span{width: calc(20% - 10px);}
.faqBox .faq-panel.d-md-flex p{width: calc(80% - 10px);}

.faq-panel {
	max-height: 0px;
	overflow: hidden;
	padding: 0px 20px;
}

.faq-panel p {
	margin-bottom: 20px;
}



/* -------------------------------------- */

.ftr-link a {
	color: #333333;
	text-decoration: none;
	margin-right: 21px;
	position: relative;
}

.ftr-link a:after {

	position: absolute;
	content: "|";
	right: -13px;


}

.ftr-link a:last-child:after {
	display: none;
}

.ftr-link a:last-child {
	margin-right: 0px;
}

p.arg-text {
	font-size: 14px;
	color: #7C7C7C;
}

footer p,
#whu-us p,
#mbg p,
#space p {
	margin-bottom: 16px;
}


#whu-us .slick-track {
	display: flex !important;
}

#whu-us .slick-slide {
	height: inherit !important;
}

.mob-whyus {
	display: none;
}

@media screen and (max-width:1399.5px) {
	.mb-text {
		width: calc(100% - 330px);
	}
}

@media screen and (max-width:1199.5px) {
	.sec1 .col-md-6 {
		padding-left: 30px;
	}

	p.arg-text br {
		display: none;
	}

	.sec1 h2 {
		font-size: 65px;
		line-height: 61px;
	}

	.cloud1,
	.cloud2,
	.cloud3 {
		width: 100px;
	}

	.mario-pipe {
		width: 60px;
	}

	.order-link {
		padding: 8px 16px;
		text-align: center;
		text-wrap: nowrap;
	}

	.sec3 h2 {
		font-size: 30px;
	}

	.sec3 h5 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.sec3 p {
		line-height: 25px;
	}

	.tree2 {
		bottom: 9%;
		width: 90px;
	}

	.tree1 {
		bottom: 10%;
		width: 100px;
		left: 0%;
	}

	.sec3-cloud1,
	.sec3-cloud2 {
		width: 100px;
	}

	.twinkle1 {
		width: 50px;
		left: -2%;
		top: 18%;
	}

	.twinkle2 {
		width: 40px;
		left: -4%;
		top: 37%;
	}

	.sec5-content-rows .row .col-md-6:first-child {
		padding-left: 30px;
	}

	.sec5-content-rows .row.flex-row-reverse .col-md-6:first-child {
		padding-left: 30px;
	}

	.rocketImg {
		width: 180px;
		left: -5%;
		top: 8%;
	}

	.alienImg {
		width: 80px;
		right: 10%;
		bottom: 24%;
	}

	.space-box h3 {
		font-size: 28px;
	}

	.love-icon {
		right: 0px;
	}

	.fun-wrapper {
		flex-wrap: wrap;
	}

	.fun-box {
		width: 31%;
		margin-bottom: 50px;
	}

	#fun .container {
		padding-bottom: 50px;
	}

	.mb-text h3 {
		font-size: 28px;
	}

	.unmuteTable ul li {
		height: 70px;
	}

	.mb-text {
		width: calc(100% - 320px);
	}

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

@media screen and (max-width:991.5px) {

	.star-ratings p {
		font-size: 10px;
	}

	#whu-us .btn-text-area.btn2 {
		display: none;
	}

	#faq {
		padding-top: 50px;
	}

	.sec1 h1 {
		font-size: 35px;
		line-height: 35px;
	}

	.sec1 h2 {
		font-size: 45px;
		line-height: 41px;
	}

	.btn-text-area {
		max-width: 300px;
	}

	.btn-all {
		font-size: 22px;
		padding: 7px 25px 7px 40px;
		line-height: 22px;
	}

	.btn-text-area p {
		font-size: 7px;
	}

	.sec1 li {
		margin-bottom: 5px;
		color: #fff;
		font-size: 15px;
	}

	.sec1 ul {
		margin-bottom: 10px;
	}

	.sec1 li img {
		width: 20px;
		height: 20px;
	}

	.mario-pipe {
		width: 58px;
	}

	.cloud1,
	.cloud2,
	.cloud3 {
		width: 90px;
	}

	.nav-rgt {
		gap: 20px
	}

	.nav-rgt a {
		font-size: 12px;
	}

	.img-col-main img {
		width: 45px;
		height: 45px;
	}

	.sec3 h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.sec3 h5 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.sec3 p {
		line-height: 22px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.tree1 {
		bottom: 13%;
		width: 100px;
	}

	.tree2 {
		bottom: 13%;
		width: 80px;
	}

	.sec3-cloud1,
	.sec3-cloud2 {
		width: 50px;
	}

	.sec3-cloud1 {
		right: -1%;
	}

	.sec3-cloud2 {
		right: 1%;
		top: 17%;
	}

	.sec4heading h2 {
		font-size: 38px;
		line-height: 40px;
	}

	.twinkle1 {
		width: 40px;
		left: 7%;
		top: -2%;
	}

	.twinkle2 {
		width: 30px;
		left: 1%;
		top: 8%;
	}

	.sec5-content-rows .row .col-md-6:first-child {
		padding-left: 30px;
	}

	.sec5-content-rows .row.flex-row-reverse .col-md-6:first-child {
		padding-left: 30px;
	}

	.sec5-content-rows h2 {
		font-size: 23px;
		max-width: 460px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	.sec5-content-rows p {
		line-height: 25px;
	}

	.sec5-heading h2 {
		font-size: 38px;
		line-height: 38px;
	}

	.rocketImg {
		position: absolute;
		width: 100px;
		left: -3%;
		top: 16%;
	}

	.alienImg {
		width: 60px;
		right: 5%;
		bottom: 22%;
	}

	.why-us-box {
		display: none;
	}

	.why-us-box {
		margin-right: 20px;
	}

	#whu-us ul.slick-dots li.slick-active button {
		background: #0BA98D;
	}

	#whu-us ul.slick-dots li button {
		background: #F0F0F0;
		box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);

	}

	#whu-us .slick-dots {
		bottom: -55px;
	}

	.mob-whyus {
		display: block;
	}

	.mb-icon {
		width: 100%;
	}

	.mb-text {
		width: 100%;
		text-align: center;
	}

	.mb-bg {
		display: none;
	}

	.mb-seal {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		max-width: 200px;
		margin: 60px auto 0px;
		display: table;
	}

	.mb-text h3 {
		font-size: 38px;
	}

	#faq h2,
	#whu-us h2,
	#game-table h2,
	#fun h2,
	#space h2 {
		font-size: 38px;
	}

	.space-box {
		width: calc(33.33% - 15px);
	}

	.space-box h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.fun-box {
		margin: 0px 15px;
		margin-bottom: 60px;
	}

	.fn-btn {
		bottom: -35px;
	}

	#fun ul.slick-dots li.slick-active button {
		background: #0BA98D;
	}

	#fun ul.slick-dots li button {
		background: #F0F0F0;
		box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);

	}

	.love-icon {
		right: 15px;
		width: 100px;
	}

	#fun .container {
		padding-bottom: 30px;
		padding-top: 50px;
	}

	.unmuteTable {
		background: url(../../images/indexNew/tab-bordr-mb.svg) no-repeat no-repeat;
		background-size: 100% 100%;
		padding: 0px 3px 10px;
		width: 650px;
	}

	#game-table {
		padding: 60px 0px 50px;
	}


	.unmuteTable ul:nth-child(1) li {
		justify-content: flex-start;
		padding-left: 10px;
	}

	.unmuteTable ul:nth-child(1) li img {
		padding-right: 5px;
		bottom: 1px;
		width: 24px;
	}

	.unmuteTable ul:nth-child(1) li {
		font-size: 16px;
	}

	.unmuteTable ul:nth-child(1) li {
		justify-content: flex-start;
		padding-left: 10px;
	}

	.unmuteTable ul:nth-child(2) li .jt-txt,
	.unmuteTable ul li .jt-txt {
		font-size: 16px;
		line-height: 1.2;
		margin-top: 5px;
	}

	.cir-chk-w,
	.t-cross {
		width: 25px;
	}

	.unmuteTable ul:nth-child(1) {
		width: 34%;
	}

	.unmuteTable ul {
		width: 22%;
	}

	.unmuteTable ul li {
		height: 80px;
	}

	#mbg .btn-text-area {
		margin: auto;
		display: none;
	}
}

@media screen and (max-width:767.5px) {
	.pre-header p {
		font-size: 15px;
		line-height: 15px;
	}

	#game-table h6 {
		font-size: 16px;
	}

	.space-box h3 {
		font-size: 23px;
	}

	.nav-rgt.nav-box {
		position: fixed;
		background: #fff;
		width: 100%;
		height: 0vh;
		z-index: 999;
		left: 0px;
		top: 95px;
		display: block;
		overflow: hidden;

	}

	.nav-rgt.nav-box.show {
		height: 100vh;
	}

	.nav-rgt a {
		text-decoration: none;
		display: block;
		padding: 12px 20px;
		border-bottom: 1px solid #ddd;
	}

	.nav-rgt a:nth-child(1) {
		border-top: 1px solid #ddd;
	}

	.nav-cen img {
		width: 60px;
	}

	.nav-cen {
		text-align: left;
	}

	.nav-wrapper {
		flex-direction: row-reverse;
	}

	.mob-mnu-ic {
		display: table;
		margin-left: auto;
	}

	#nav-bar-section {
		margin-bottom: 48px;
	}

	#nav-bar-section #nav-bar {
		height: 48px;
		margin-top: -48px;
		top: 48px;
	}

	.nav-rgt.nav-box.mobimenu-top {
		top: 48px;
	}

	.logoImg {
		height: 32px;
		object-fit: contain;
	}

	.sec1 {
		background-color: #fff;
		padding: 10px 0 0px;
	}

	.sec1 .col-md-6 {
		padding-left: 0px;
	}

	.hero-img {
		position: relative;
		width: 100%;
		min-height: 600px;
		background: url('../../images/indexNew/hreo-bg1.png') no-repeat bottom center / cover;
	}

	.hero-img:after,
	.sec1::after {
		display: none;
	}

	.star-ratings {
		justify-content: center;
	}

	.star-ratings p {
		color: #000;
		font-size: 13px;
	}

	.star-ratings img {
		height: 15px;
		margin-right: 5px;
	}

	.sec1 h3 {
		font-family: "Saira", sans-serif;
		font-weight: 800;
		font-size: 29px;
		margin-bottom: 20px;
		text-align: center;
	}

	.img1 {
		left: 50%;
		transform: translate(-50%, 0);
	}

	.vdo-frame {
		top: 9%;
		right: 1%;
		width: 90%;
		transform: none;
	}

	.sec1-mob-content {
		background-color: #7B96FF;
		padding: 25px 0;
	}

	.btn-text-area {
		max-width: 320px;
		margin: auto;
	}

	.btn-text-area p {
		font-size: 9px;
	}

	.order-link {
		margin: 14px;
	}

	.country-link {
		border-top: 1px solid #ddd;
	}

	.img-col-main img {
		margin: auto;
		width: 70px;
		height: 70px;
	}

	.sec2 h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.sec3 {
		padding-top: 30px;
		padding-bottom: 100px;
	}

	.sec3-img-inner {
		padding: 8px;
		background: linear-gradient(180deg, rgba(93, 147, 255, 1) 0%, rgba(191, 224, 255, 1) 100%);
		border-radius: 50px;
		margin-bottom: 40px;
	}

	.sec3-img-inner img {
		border-radius: 50px;
		height: 350px;
		object-fit: cover;
		width: 100%;
	}

	.sec3 h2 {
		font-size: 27px;
		margin-bottom: 30px;
		max-width: 320px;
	}

	.sec3 h5 {
		margin-bottom: 30px;
		font-size: 15px;
	}

	.sec3 p {
		max-width: 500px;
		margin-bottom: 25px;
		color: #000;
		line-height: 25px;
	}

	.sec3::after {
		height: 50px;
	}

	.tree2 {
		width: 90px;
		bottom: 4%;
	}

	.sec3-cloud1,
	.sec3-cloud2 {
		width: 90px;
	}

	.sec3-cloud1 {
		top: 43%;
		right: -6%;
	}

	.sec3-cloud2 {
		top: 48%;
	}

	.sec2 {
		box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.20);
		position: relative;
		z-index: 1;
	}

	.sec4 {
		padding-top: 30px;
		padding-bottom: 200px;
	}

	.sec4heading h2 br {
		display: none;
	}

	.sec4heading h2 {
		font-size: 31px;
		line-height: 35px;
	}

	.twinkle1 {
		width: 30px;
		left: 10%;
		top: 7%;
	}

	.twinkle2 {
		width: 20px;
		left: 4%;
		top: 22%;
	}

	.twinkle4 {
		width: 30px;
		right: 9%;
		bottom: 15%;
	}

	.twinkle3 {
		width: 20px;
		right: 3%;
		bottom: 9%;
	}

	.sec5 {
		padding-top: 50px;
		background: url('../../images/indexNew/sec5-bg-mobile.png') no-repeat top center / cover;
	}

	.sec5 .btn-text-area {
		margin: 0 auto 40px;
	}

	.sec5-heading h2 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.sec5-heading p br {
		display: none;
	}

	.sec5-heading p {
		font-size: 13px;
		line-height: 22px;
	}

	.sec5-content-rows .row .col-md-6:first-child,
	.sec5-content-rows .row.flex-row-reverse .col-md-6:first-child {
		padding-left: 15px;
	}

	.sec5 .flex-row-reverse {
		flex-direction: column !important;
	}

	.stepNo {
		width: 30px;
		height: 30px;
		font-size: 15px;
		border-radius: 50%;
	}

	.sec5-left {
		display: flex;
		align-items: baseline;
	}

	.sec5-content-rows {
		padding-bottom: 30px;
	}

	.sec5-content-rows h2 {
		font-size: 22px;
		max-width: 100%;
		line-height: 30px;
		margin-bottom: 20px;
		width: calc(100% - 30px);
		margin-left: 20px;
		font-weight: 600;
	}

	.sec5-content-rows img,
	.sec5-content-rows video {
		margin-bottom: 20px;
	}

	.sec5-content-rows p {
		max-width: 100%;
		line-height: 27px;
	}

	.sec5 .btn-text-area.btn2 {
		margin: 0 auto 0px;
	}

	.ftr-link {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#faq h2,
	#whu-us h2,
	#game-table h2,
	#fun h2,
	#space h2 {
		font-size: 31px;
		margin-bottom: 30px;
	}

	.mb-icon {
		width: 100%;
	}

	.mb-text {
		width: 100%;
		text-align: center;
	}

	.mb-bg {
		display: none;
	}

	.mb-seal {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		max-width: 200px;
		margin: 60px auto 0px;
		display: table;
	}

	.mb-text h3 {
		font-size: 31px;
	}

	.space-box {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}

	p.step-para {
		margin-top: 0px;
		background: #fff;
		padding: 6px 30px;
		display: table;
		border-radius: 35px;
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.space-line,
	.space-bg2 {
		display: none;
	}

	.space-m-bg {
		display: block !important;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 40%;

	}

	#space .container {
		padding-bottom: 30px;
	}

	.space-box h3 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.unmuteTable {
		background: url(../../images/indexNew/tab-bordr-mb.svg) no-repeat no-repeat;
		background-size: 100% 100%;
		padding: 0px 3px 10px;
	}

	#game-table {
		padding: 60px 0px 50px;
	}

	.unmuteTable ul:nth-child(4) {
		display: none;
	}

	.unmuteTable ul:nth-child(1) li {
		justify-content: flex-start;
		padding-left: 5px;
	}


	.unmuteTable {
		width: 300px;
		transform: scale(1.6);
		margin: 180px auto 120px;
	}

	.unmuteTable ul:nth-child(1) li img {
		padding-right: 5px;
		bottom: 1px;
		width: 18px;
	}

	.unmuteTable ul:nth-child(1) li {
		font-size: 10px;
	}

	.jt-img {
		width: 60px;
		top: -35px;
	}

	.cir-chk-w,
	.t-cross {
		width: 15px;
	}

	.unmuteTable ul {
		width: 25%;
	}

	.unmuteTable ul li {
		height: 35px;
		padding: 5px;
	}

	.unmuteTable ul:nth-child(2) li .jt-txt,
	.unmuteTable ul li .jt-txt {

		font-size: 9px;
		line-height: 1.2;
		margin-top: 5px;
	}

	.unmuteTable ul:nth-child(1) {
		width: 50%;
	}



	.unmuteTable ul li:nth-child(1) {
		font-weight: 600;
		color: #fff;
		position: relative;
		height: 70px;
		margin-top: 0px;
		display: block;
		top: 0px;
	}

	.unmuteTable ul:nth-child(2) li:nth-child(1) {
		font-weight: 600;
		color: #fff;
		height: 70px;
		margin-top: 0px;
		line-height: 1;
		background-image: linear-gradient(to bottom, rgb(77 104 237), rgb(77 104 236));
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		position: relative;
		bottom: 0px;
		top: 0px;
	}

	.unmuteTable ul:nth-child(2) li:nth-child(8) {
		height: 45px;
		border-bottom: 0px solid #333;
		margin-bottom: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		background-image: none;
	}

	.r-star-img {
		margin-top: 20px;
	}

	.unmuteTable ul:nth-child(2) {
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		padding-top: 20px;
		position: relative;
		top: -24px;
		padding-bottom: 10px;
		margin-bottom: -56px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}

	.s5-ng-l {
		display: none;
	}

	.sec5 {
		padding-bottom: 40px;
	}

	.space-box h6 {
		font-size: 16px;
	}

}

@media screen and (max-width:576px) {
	.hero-img {
		min-height: 450px;
	}

	.unmuteTable {
		transform: scale(1.38);
		margin: 140px auto 80px;
	}


}

@media screen and (max-width:480px) {
	.hero-img {
		min-height: 400px;
	}

	.unmuteTable {
		transform: scale(1);
		margin: 80px auto 0px;
	}




}