@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.raleway-<uniquifier> {
 font-family: "Raleway", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 31px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	height: 100%;
	background: #fdfdfd;
	
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

img {
	outline: none;
	max-width: 100%;
}
a, a:hover {
	text-decoration: none;
}
a {
	color: #6667ae;
}
button:focus, input:focus, a:focus {
	outline: none;
	box-shadow: none;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}
li {
	list-style: none;
}
ul {
	margin: 0px;
}
input, button, textarea {
	outline: none;
	border: none;
}
input[type=submit], button {
	box-shadow: none;
	cursor: pointer;
}
input:focus, button:focus, textarea:focus {
	text-shadow: none;
}
 ul li, a, .btn, button, input, textarea {
	font-family: "Open Sans", sans-serif;
}
.btn {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0em;
	color: #fff;
	display: inline-block;
	padding: 14px 50px;
	border-radius: 8px;
	box-sizing: border-box;
}
.btn:hover {
	color: #fff;
}
.outline-btn {
	border: 1px solid #FFFFFF;
}
.yellow-btn {
	background: #FFC107;
	color:#0D0440;
}
.yellow-btn:hover {
	background: #4A2EF1;
	color:#fff;
}
.blue-btn {
	background: #4A2EF1;
}
.blue-btn:hover {
	background: #ffc107;
}
.light-grey-btn {
	background:#e0dbff;
	color:#0d0440;
}
.light-grey-btn:hover{background:#FFC107; color:#0d0440;}
.white-color {
    color: #fff !important;
}
.heading-level-1 {
	font-family: "Raleway", sans-serif;
	font-size: 64px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0em;
	color: #fff;
	margin-bottom: 25px;
}

.heading-level-2 {
	font-family: "Raleway", sans-serif;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.24;
	letter-spacing: 0em;
	margin-bottom:40px;
	color:#0D0440;
}
.heading-level-2 span{color:#FFC107;}
.blue-span span{ color:#4A2EF1; }
.heading-level-3 {
	font-family: "Raleway", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.37;
	letter-spacing: 0em;
	color: #333;
	margin-bottom: 20px;
}
.heading-level-4 {
font-family: "Raleway", sans-serif;;
font-size: 24px;
font-weight: 600;
line-height: 1.4;
letter-spacing: 0em;
margin-bottom:20px;
color:#0D0440;
}
.hide-desk{ display:none !important; }
.form-control {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #504c4c;
	border-radius:8px;
	border: solid 1px #E0DBFF;
	padding: 14px 20px;
	height: auto !important;
}
textarea.form-control {
	height: 180px !important;
	resize: none;
}

p {
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: normal;
	color:#0D0440;
	margin-bottom: 30px;
}
.p-24 p{ font-size:24px; line-height:1.58; }
.overlay-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
/* common css end here */
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease-in-out;
	z-index: 9;
	padding: 17px 0 18px;
}
.header .row {
	align-items: center;
}
.header .btn {
	padding: 13px 28px;
	font-size: 14px;
	margin-left: 20px;
}
.header .container-fluid {
	padding: 0 60px;
}
.header .brand-logo img {
	display: block;
	height: 20px;
	max-width: none;
	transition: all 0.5s ease-in-out;
}
.header.fixed-header {
	padding: 15px 0;
}
.header .navbar-nav {
	display: block;
	text-align: center;
}
.header p {
	font-size: 15px;
	color: #fff;
	line-height: normal;
	margin-bottom: 0px;
	text-align: right;
}
.header p a {
	color: #fff;
}
.header div#bs-navbar {
	width: 100%;
}
.bottom-header {
	height: 156px;
	position: relative;
	display: flex;
	align-items: center;
}
.header .navbar {
	text-align: center;
	padding: 0px;
}
.header .navbar li {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #000;
	padding: 0 5%;
}
.header .navbar li a {
	color: #333;
	display: block;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.header .navbar li a:hover {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	color: #4A2EF1;
	font-weight: 700;
}
.header .navbar li.current-menu-item a {
	color: #4A2EF1;
	font-weight: 700;
}
.header .navbar-header {
	display: none;
}
.header .l-signup-row {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header .login-link.btn {
	margin-left: 0;
}
.home-hero-wrap {
	background: linear-gradient(-282.75deg, #0D0440 15.46%, #9E91ED 100%), linear-gradient(0deg, #E0DBFF, #E0DBFF);
	display: flex;
	align-items: center;
	position: relative;
	padding: 120px 0 0;
	background-size: 100%;
}
.home-hero-wrap p {
	color: #fff;
}
.home-hero-wrap .hero-btn-sec {
	margin-bottom: 30px;
}
.home-hero-wrap .hero-btn-sec .btn {
	margin: 0 10px;
}
.hero-image-sec {
	position: relative;
	padding-top: 40px;
}
.home-hero-wrap .hero-tp-arrow {
	position: absolute;
	max-width: 94px;
	left: 30px;
	top: -80px;
}
.hero-image-sec-1 {
    position: relative;
}
.hero-image-sec-1 {
    padding: 0 90px 100px;
}
.hero-image{ border-radius:16px; }
.hero-image-sec-1 .hero_1 {
    position: absolute;
    top: 60px;
    left: 9px;
    width: 31%;
    margin: 0;
}
.hero-image-sec-1 .hero_2 {
    position: absolute;
    right: -23px;
    bottom:20px;
    margin: 0;
    width: 34%;
}
.hero-mobile-image{ display:none; }
.p-white p{ color:#fff; }

.home-sec-1 {
    padding-top: 70px;
}
.home-sec-1 .row {
    align-items: center;
}
.home-sec-1 .home-sec-1-lt-sec {
    padding-right: 50px;
}
.home-sec-1 .item {
    transform: scale3d(0.9, 0.9, 0.9);
	transition:all 0.5s ease-in-out;
}
.home-sec-1 .container {
    max-width: 100%;
    padding-left: 120px;
	padding-right:0;
}
.home-sec-1 .container .row {
    margin: 0;
}
.home-sec-1 .owl-item.center {
    transform: scale3d(1.3, 1.3, 1.3);
	transition:all 0.5s ease-in-out;
}
.home-sec-1 .gallery-bx img {
    border-radius: 12px;
}
.home-sec-1 .gallery-bx .heading-level-4 {
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0;
    color: #fff;
    bottom: 20px;
	font-family: "Open Sans", sans-serif;
}
.home-sec-1 .owl-stage-outer {
    padding: 60px 0;
}
.blue-arrow button{ width:36px; height:36px; }
.blue-arrow button span{ display:none; }
.blue-arrow .owl-nav {
    text-align: right;
    padding-right: 10px;
}
.blue-arrow .owl-nav .owl-next{ background:url(../images/blue-next.png) center center no-repeat !important; background-size:36px !important; }
.blue-arrow .owl-nav .owl-prev{ background:url(../images/blue-prev.png) center center no-repeat !important; background-size:36px !important; }

.creative-wrap{ padding:70px 0; }
.creative-content-sec{ position:relative; }
.creative-content-sec:before {
    content: "";
    position: absolute;
    left: 30px;
    height: 70%;
    background: #4A2EF1;
    width: 1px;
    top: 170px;
}
.creative-content-sec .icon-bx {
    min-width: 60px;
    min-height: 60px;
    background: #4A2EF1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
	margin-top:60px;
}
.creative-text-row {
    display: flex;
    align-items: flex-start;
}
.creative-content-sec .creative-row {
    align-items: center;
    padding: 30px 0;
	position:relative;
	z-index:1;
}
.creative-content-sec .creative-row:last-child{ padding-bottom:0; }
.creative-content-sec figure{ margin:0; }
.creative-content-sec figure img {
    border-radius: 16px;
}
.creative-content-sec .icon-bx img {
    max-width: 24px;
    display: block;
}

.featured-wrapper{
 padding:70px 0;
 background: linear-gradient(269.3deg, #0D0440 -4.13%, #0D0440 55.23%, #988BE5 127.08%);
}
.featured-wrapper p:last-child{ margin:0; }
.featured-wrapper .heading-level-4{ margin-bottom:10px; }
.featured-row figure {
    margin-bottom: 30px;
}
.featured-row {
    position: relative;
    padding-top: 30px;
}
.featured-row .f-tp-arrpw {
    position: absolute;
    max-width: 119px;
    left: 27%;
    top: -26px;
}
.featured-row .f-btm-arrpw {
    position: absolute;
    max-width: 119px;
    left: 60%;
    top: 58%;
}
.game-wrapper {
    padding: 70px 0;
}
.game-wrapper .owl-stage{ display:flex; }
.game-wrapper .owl-stage div {
    height: 100%;
}
.game-slide-bx{
background: linear-gradient(133.47deg, #0D0440 8.49%, #0D0440 39.37%, #988BE5 132.02%);
border-radius:16px;
overflow:hidden;
}
.game-slide-bx figure{ margin:0; }
.game-slide-bx p{ color:#fff; margin:0; }
.game-slide-bx .game-content-bx {
    padding: 30px 30px 0;
}
.game-slide-bx .heading-level-4{ margin-bottom:15px; }
.game-wrapper .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}
.game-wrapper .owl-nav button span{ display:none; }
.game-wrapper .owl-nav button.owl-next{ background-image:url(../images/next-arrow.png); background-size:24px; background-position:center; background-repeat:no-repeat; margin-right:-60px;  float:right; }
.game-wrapper .owl-nav button.owl-prev{ background-image:url(../images/prev-arrow.png); background-size:24px; background-position:center; background-repeat:no-repeat;  margin-left:-60px;  }
.game-wrapper .owl-nav button{ width:40px; height:40px; border-radius:50%; background-color:#0D0440 !important;  }
.game-wrapper .owl-nav button.disabled{ background-color:#9d99b1 !important; }
.plan-wrap {
    padding: 60px 0;
     background:url(../images/light-bg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.plan-wrap .container{ max-width:880px; }
.plan-white-box{
background:#fff;
}
.plan-dark-box{
background: linear-gradient(216.03deg, #0D0440 -22.96%, #0D0440 17.58%, #988BE5 143.33%);

}
.plan-col{
border-radius:16px;
padding:25px;
box-shadow: 0px 4px 8px 0px #0000000A;
height:100%;
transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	transition:all 0.5s ease-in-out;
}
.plan-col:hover{
transform: translate3d(0px, -4%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.plan-col .plan-price-row .price{
font-family: "Raleway", sans-serif;
font-size: 52px;
font-weight: 600;
line-height: 1.2;
letter-spacing: 0em;
color:#0D0440;
margin-right:10px;
}
.plan-price-row {
    display: flex;
    align-items: center;
    margin: 15px 0 20px;
}
.plan-col .plan-price-row .month{
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
color:#807b9a;
}
.plan-col .btn{ width:100%; }
.plan-col ul{ padding:0px; }
.plan-col ul li{
font-family: Open Sans;
font-size: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
background:url(../images/blue-tick.png) 0 0 no-repeat;
padding-left:40px;
background-size:24px;
margin:0 0 10px;
}
.plan-dark-box ul li{ color:#fff; background:url(../images/white-tick.png) 0 0 no-repeat; background-size:24px; }

.faq-home-wrap {
    padding:60px 0 70px 0;
}
.acc-faq-sec .accordion-button::before {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    content: "";
    background-image:url(../images/plus-1.png);
    background-repeat: no-repeat;
    background-size: 24px;
    transition: transform .2s ease-in-out;
}
.acc-faq-sec .accordion-button::after {
    display:none;
}

.acc-faq-sec .accordion-button:not(.collapsed)::before {
    background-image:url(../images/minus-1.png);
}
.acc-faq-sec .accordion-button {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    color: #0D0440;
	padding:25px 0px;
}
.acc-faq-sec .card-body {
    padding: 10px 0 25px 40px;
}
.faq-home-wrap .accordion-item{ border:none !important; border-radius:0; border-bottom:1px solid rgba(0, 0, 0, 0.12) !important; }
.faq-home-wrap .accordion-item:last-child{border-bottom:none !important;}

.faq-home-wrap #myAccordion p:last-child {
    margin: 0;
}
.acc-faq-sec .accordion-button:focus, .acc-faq-sec .accordion-button:not(.collapsed){ box-shadow:none; background:none; }
.faq-home-wrap .container {
    max-width: 1120px;
}



.getstarted-wrap {
    background:url(../images/light-bg.jpg) 0 0 no-repeat;
	background-size:cover;
    padding:80px 0;
}


footer .f-errorless-logo {
	margin-bottom: 40px;
}
footer .f-errorless-logo img {
	max-width: 210px;
}
footer .f-time-bx {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	position: relative;
	padding-left: 30px;
	padding-top: 10px;
}
footer .f-time-bx .fa {
	position: absolute;
	left: 0;
	top: 15px;
}
footer .f-time-bx time {
	display: block;
	font-weight: 700;
}
footer .f-col-2 {
	padding-left: 40px;
}
footer ul li {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding: 0 0 30px;
	text-transform: none;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover, footer ul li.current-menu-item a {
	color: #ffc107;
}
footer .f-col-1 {
	padding-left: 50px;
}
footer .contact-us-list .fa {
	display: inline-block;
	margin-right: 10px;
}
footer .btm-footer-wrap ul.media-list li a:hover {
	color: #000;
}
.footer-wrap {
	background: linear-gradient(133.47deg, #0D0440 8.49%, #0D0440 39.37%, #988BE5 132.02%);
	padding: 60px 0 40px 0;
}
.footer-social-media img {
	max-width: 24px;
}
footer .footer-social-media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
}
.footer-social-media a {
	margin-right:15px;
}
footer p {
	line-height: 1.5;
	color: #fff;
}
.copyright-footer {
	background: #0D0440;
	padding: 15px 0;
}
footer .copyright-footer p {
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
/* animated css start here */
.animated {
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; 
	opacity:0;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	opacity:1;
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	opacity:1;
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	opacity:1;
}

.inner-canvas .header {
	background: linear-gradient(-282.75deg, #0D0440 15.46%, #9E91ED 100%), linear-gradient(0deg, #E0DBFF, #E0DBFF);
	background-size: 100%;
}
.tos-wrap {
    margin-top: 85px;
	padding:70px 0;
}
.tos-wrap h2{
font-family: "Raleway", sans-serif;
font-size: 32px;
font-weight: 600;
line-height: 1.4;
letter-spacing: 0em;
color:#0D0440;
margin-bottom:30px;
}
.tos-wrap b, .tos-wrap h2 span{ font-weight:600 !important; }
.tos-content {
    padding-left: 40px;
}
.tos-content ul {
    padding: 0 0 0 20px;
}
.tos-content ul li {
    list-style: disc;
font-family: "Open Sans", sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.7;
letter-spacing: 0em;
color:#0D0440;
margin-bottom:20px;

}
.tos-content ul li ul{ margin:20px 0 0; }
.tos-wrap h3{
font-family: "Raleway", sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 1.4;
letter-spacing: 0em;
color:#0D0440;
margin-bottom:30px;
}
.blue-color{color:#0D0440 !important;}
.tos-sidebar-list{
  position: sticky; width:100%;
  top:0;
}
.tos-sidebar-list ul > li {
    list-style: decimal;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 1.75;
letter-spacing: 0em;
color:#0D0440;
border-bottom:1px solid #E0DBFF;
padding:15px 0;
}
.tos-sidebar-list ul li a{ color:#0D0440; }
.tos-sidebar-list ul li a:hover{ color:#4A2EF1; }
.tos-sidebar-list ul li:last-child{ border-bottom:none; }
.tos-sidebar-list ul > li ul li{ border:none; font-weight:400; list-style:none; padding:5px; }
.tos-sidebar-list ul {
    padding: 0; margin:0;
}
.tos-subtitle {
    opacity: 0.5;
}
.scrollbar {
	float: left;
	height: 100vh;
	overflow-y: hidden;
	padding-left:30px;
}
.scrollbar:hover {
	overflow-y: scroll;
}
 .scrollbar::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius:4px;
}
.scrollbar::-webkit-scrollbar {
 width: 6px; border-radius:4px;
}
 .scrollbar::-webkit-scrollbar-thumb {
 background-color:#0D0440; border-radius:4px;
}
@media(max-width:1400px){
	footer .f-col-2 {
    padding-left: 12px;
}
footer ul {
    padding: 0;
}
	}
 @media(max-width:1199px) {
.tos-wrap h2{font-size:26px}
.tos-wrap h3{ font-size:20px; }
.tos-content ul li{ font-size:16px; }
.tos-content p{ line-height:1.7; }
.btn {
	font-size: 18px;
}
.heading-level-1 {
	font-size: 55px;
}
.heading-level-2 {
	font-size: 40px;
	line-height: normal;
}
.heading-level-3 {
	font-size: 28px;
	line-height: normal;
}
.heading-level-4 {
	font-size: 20px;
}
p {
	font-size: 16px;
	line-height: 1.6;
}

footer ul li {
	font-size: 14px;
}
footer p {
	font-size: 14px;
	line-height: 26px;
}
.btn {
	font-size: 16px;
}
.header .btn {
	padding: 10px 20px;
}
}
@media(max-width:991px) {
.tos-wrap h2 {
    font-size: 24px; margin-bottom:20px;
}
.tos-wrap h3{ margin-bottom:20px; }
.tos-content ul li{ font-size:14px; }
.tos-content {
    padding-left: 0;
}
.tos-wrap {
    margin-top: 80px;
    padding: 40px 0;
}
.header #bs-navbar {
	width: 100%;
	overflow: auto;
	position: fixed;
	left: 0;
	top: -100%;
	height: 100%;
	display: flex;
	align-items: center;
	transition: all 0.5s ease-in-out;
}
.header #bs-navbar.slide-menu {
	top: 0;
	background: #FFC107;
	z-index: 9;
}
.header .col-md-2 {
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
	order: 1;
}
.header .col-md-8 {
	flex: 0 0 15%;
	order: 3;
	max-width: 15%;
}
.header .col-md-2.head-rt-sec {
	flex: 0 0 60%;
	width: 60%;
	max-width: 60%;
	order: 2;
	padding-right: 0px;
}
.header:before {
	width: 50%;
}
.header .navbar-header {
	display: block;
	z-index: 99;
	justify-content: inherit;
	position: absolute;
	right:12px; top:-5px;
}

.header .navbar, .header .mid-head-col {
	position: static;
}
.header .container-fluid {
	position: relative;
}
.header .navbar li {
	display: block;
	font-size: 24px;
	margin: 5px 0;
}
.header .navbar-nav {
	width: 100%;
	text-align: center;
}
.menu-btn img {
	width: 30px;
}
.navbar-header a img:last-child, .navbar-header.active-menu a img:first-child {
	width: 0px;
	transition: all 0.5s ease-in-out;
}
.navbar-header.active-menu a img:last-child {
	width: 30px;
}
.header .navbar li:last-child {
	padding-right: 0;
}
.header .navbar li a {
	color: #fff;
}
.header.fixed-header .navbar li, .header .navbar li {
	font-size: 18px;
	padding: 12px 0;
}
.header .container-fluid {
	padding: 0 20px;
}
.header .navbar-nav {
	padding: 15px;
}

.p-24 p{ font-size:16px; }
p{ font-size:14px; }
.heading-level-1 {
    font-size: 36px;
}
.heading-level-2{ font-size:28px; }
.heading-level-3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.featured-row .f-btm-arrpw {
    left: 55%;
    top: 42%;
}
.plan-col ul li {
    font-size: 16px;
    line-height: 1.5;
   
}
.plan-col .plan-price-row .price{ font-size:40px; }
.plan-col .plan-price-row .month{ font-size:12px; }
.acc-faq-sec .accordion-button {
    font-size: 16px; padding:20px 0;
   
}
.acc-faq-sec .accordion-button::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
}
.acc-faq-sec .card-body {
    padding: 0 0 25px 40px;
}
.home-sec-1 .home-sec-1-lt-sec {
    padding-right: 0;
}
}
 @media(max-width:767px) {
	 .tos-wrap {
    margin-top:55px;
}
.tos-sidebar-list ul {
    margin: 0 0 0 20px;
}
.tos-sidebar-list ul > li {
    font-size: 14px;
    padding: 12px 0;
}
.tos-sidebar-list ul ul{ margin-left:0px; }
	 .home-hero-wrap .hero-tp-arrow{ display:none; }
	 .home-sec-1 {
    padding-top: 40px;
}
.tos-sidebar-list {
    margin-bottom: 30px;
}
.home-sec-1 .owl-stage-outer {
    padding: 20px 0;
}
	 p{ font-size:12px; }
	 .home-sec-1 .container {
    max-width: 100%;
    padding: 0 12px;
}
.home-sec-1 .owl-nav {
    text-align: right;
    padding-right: 10px;
    display: none;
}
.home-sec-1 .container .row{ margin-left:-12px; margin-right:-12px; }
.creative-wrap {
    padding: 40px 0;
}
.creative-head.text-center.p-24 {
    text-align: left !IMPORTANT;
}
.creative-content-sec .icon-bx {
    min-width: 44px;
    min-height: 44px;
    margin: 0 10px 0 0;
}
.creative-text-row p{ margin:0; }
.creative-content-sec .creative-row {
    padding: 20px 0;
}
.creative-text-row {
    align-items: center;
    margin-bottom: 20px;
}
.game-wrapper .owl-nav {
    position: static;
    margin-top:25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.game-wrapper .owl-nav button{ margin:0 12px; } 
.creative-content-sec:before{ display:none; }
.creative-content-sec .icon-bx {
    min-width: 44px;
    min-height: 44px;
	margin-right:15px;
}
.creative-content-sec .icon-bx img {
    max-width: 16px;
}
.featured-wrapper {
    padding: 40px 0 5px;
}
.featured-row .f-tp-arrpw, .featured-row .f-btm-arrpw{ display:none; }
.featured-row{ padding-top:0; }
.featured-row figure {
    margin-bottom: 20px;
}
.featured-row .feature-bx {
    padding-bottom: 35px;
}
.game-wrapper {
    padding: 40px 0;
}
.game-slide-bx{ border-radius:8px; }
.plan-wrap{ padding:40px 0; }
.plan-col{ border-radius:8px; }
.heading-level-2{ margin-bottom:25px; }
.plan-col.plan-dark-box {
    margin-bottom:20px;
}

.plan-wrap .row {
    flex-direction: column-reverse;
}
.faq-home-wrap {
    padding: 40px 0 30px;
}
.getstarted-wrap {
    padding: 60px 0;
}
.footer-wrap {
    text-align: center;
}
footer .f-col-1 {
    padding-left: 12px;
    padding-top: 20px;
}
footer .footer-social-media {
    justify-content: center;
}
footer ul.contact-us-list li {
    font-weight: 700;
}
.footer-wrap{ padding:50px 0 20px; }
footer .f-errorless-logo {
    margin-bottom: 20px;
}
.creative-content-sec figure img {
    border-radius: 8px;
}
br{ display:none; }
.home-hero-wrap .hero-btn-sec {
    margin-bottom: 30px;
    display: flex;
}
.home-hero-wrap .btn {
    font-size: 14px; padding:14px 8px;
}
.btn {
    font-size: 16px; padding: 14px 20px;
}
.home-hero-wrap .hero-btn-sec .btn {
    flex: 0 0 48%;
    margin: 0 1%;
    width: 48%;
    box-sizing: border-box;
}
.hide-mobile{ display:none !important; }
.hide-desk{ display:block !important; }
.home-sec-1 .gallery-bx .heading-level-4 {
    left: 12px;
    bottom: 10px;
    font-size: 12px;
}
.home-sec-1 .owl-item.center {
    transform: scale(1.5);
}
.game-slide-bx .game-content-bx{ min-height:145px; }
.get-started-sec.text-center {
    max-width: 220px;
    margin: 0 auto;
}
.get-started-sec .btn{ width:100%; }
.home-sec-1 .gallery-bx img {
    border-radius: 8px;
}
.hero-image-sec-1 {
	display:none;
}
.hero-mobile-image{ display:block; }
}
