@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/*font-family: 'Montserrat', sans-serif;*/


 body.page-template-slot-page-php {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif !important;
}
.page-template-slot-page-php ul, .page-template-slot-page-php li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, a:hover, a:focus, button, button:active {
	text-decoration:none;
	outline:none;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	font-family:inherit;
}
* {
	box-sizing:border-box;
}
/********************
// Start homepage//
********************/
.baner-Mainsec {
	background-image: url(../images/slot-banner.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: rgba(240, 30, 40, 1);
	color: #fff;
	padding: 60px 0 70px; 
	position:relative;
	z-index:2;
}
.baner-Mainsec:after {
	background: rgba(240, 30, 40, 0);
		content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
}
.top-Tab > ul {
	display: flex;
	align-items: center;
	justify-content:center;
}
.top-Tab > ul > li {
	background: #1A2532;
	padding: 5px;
	color: #FFF200;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	height: 42px;
	width: 150px;
	text-align: center;
}
.top-Tab > ul > li.right-Tab {
	background:#FFF200;
	color:#1A2532;
}
.Inner-Bansec {
	text-align: center;
	width:  590px;
	display: inline-block;
}
.Inner-Bansec > h1 {
	font-weight: 800;
	font-size: 55px;
	line-height: 57px;
	padding: 35px 0;
}
.Inner-Bansec > h1 > span {
	display:block;
}
.Inner-Bansec > h4 {
	font-size: 20px;
	font-weight: 800;
	font-style: italic;
	line-height: 20px;
}
.play-Sec {
	display: inline-block;
	padding-top: 45px;
}
.yellow-Btn {
	display: flex;
	border-style: solid;
	border-radius: 48px;
	width: 334px;
	height: 123px;
	background-color: #FFF200;
	background: -webkit-linear-gradient(#FFF200, #e6d000);
	background: -moz-linear-gradient(#FFF200, #e6d000);
	background: -ms-linear-gradient(#FFF200, #e6d000);
	background: -o-linear-gradient(#FFF200, #e6d000);
	background: linear-gradient(#FFF200, #e6d000);
	box-shadow: none;
	text-shadow: 1px 1px #264402;
	color: #fff;
	border-width: 3px;
	border-color: #749A1F;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.yellow-Btn:hover {
	background-color: #f2e400;
	background: linear-gradient(#f2e400, #dbc200);
	box-shadow: none;
	color: #fff;
}
.black-Mainsec {
	background: #020106;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}
.inner-Blacksec > p {
	font-size: 9px;
	width: 665px;
	display: inline-block;
	padding: 20px 0;
	line-height: 20px;
}
.term-Condsec > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.term-Condsec > ul > li {
	padding:0 20px;
	line-height:12px;
	
}
.term-Condsec > ul > li > a {
	font-size:12px;
	color:#fff;
	border-bottom:1px solid  #1279FD;
	line-height:12px;
	display:inline-block;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	 
}
.img-Topsec {
	padding: 15px 0;
}
.logo-Botsec {
	display: inline-block;
	padding-top: 20px;
}
.bott-Redsec {
	padding: 13px;
	background: #F01E28;
	display:none;
}


.slot-Mainsec {
	background: url(../images/main-bg.jpg) no-repeat top center/contain;
	padding: 60px 0 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	color: #fff;
	background-color:#803CAD;
}
.Inner-slotsec > h3 {
	font-size: 44px;
	font-weight: 600;
	text-shadow: 0px 1px 2px #502583, 0px 5px 50px #000;
	padding: 10px 0 40px;
}

.top-logo > img {
	max-width: 380px;
	width: 100%;
}
.Inner-slotsec > h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 15px;
}
 .slot-Formsec {
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 10px 100px #00000099, 0px 0px 20px #502583 inset;
}
.purple-Btn {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.2;
	box-sizing: border-box;
	margin: 20px 0 0;
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	background: #502583;
	display: inline-block;
	border:0;
	width: 100%;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.purple-Btn:hover {
	color:#fff;
}
.google-Playsec2 {
	padding-top:20px;
}
.google-Playsec2 > a > img {
	display: inline-block;
	max-width: 175px;
}
.inner-Purple > p, .top-textpur > p {
	font-size: 13px;
	font-weight: 500;
	text-align: justify;
	margin-top:15px;
	line-height:15px;
}
.inner-Purple {
	display: inline-block;
	width: 990px;
}
.inner-Purple > p > a {
	color:#fff;
	text-decoration:overline;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
}
.inner-Purple > p > a:hover {
	color:#fff;
}
.top-textpur > p {
	text-align:center;
}
.dashBor-sec {
	border-width: 1px 0;
	border-style: dashed;
	margin: 15px 0;
	padding: 15px 0 30px 0;
	border-color: #502583;
}
 
.dashBor-sec > p {
	font-size:11px;
	line-height:13px;
	padding-top:15px;
	font-weight:500;
	text-align:center;
}
.top-textpur > h5 {
	font-size: 15px;
	font-weight: 600;
}
.dashBor-sec > h3 {
	font-size: 26px;
	font-weight: 600;
	padding: 50px 0 15px;
	line-height: 27px;
}
.dashBor-sec > h3 + h3 {
	padding-top: 0;
	padding-bottom: 35px;
}
.new-Text {
font-size: 16px;
color: #000;
border: 1px solid #fff;
border-radius: 5px;
background: #ddd;
padding:12px 20px;
width:100%;
}
.slot-Inputgrup > label {
	font-size: 1.1em;
	line-height: .8em;
	color: #fff;
}
.slot-Inputgrup {
	text-align:left;
}
 
.slot-Inputgrup > p {
	font-size: 11px;
	line-height: 12px;
}
.Inner-slotsec {
	max-width: 1024px;
	margin: 0 auto;
}
.term-Condsec3 > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.term-Condsec3 > ul > li {
	max-width: 100%;
	flex: 0 0 33.33%;
	padding: 0 10px;
}
.term-Condsec3 > ul > li > a {
	font-size: 11px;
	display: block;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
	background: #502583;
	line-height: 11px;
}
.dark-Pursec {
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 10px 100px #00000099, 0px 0px 20px #502583 inset;
	background-color: #502583;
	text-align: left;
	margin-bottom:20px;
}
.top-Secdark > p + p {
	padding-top: 15px;
}
.top-Secdark > p, .inner-Darktxt > p {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.top-Secdark > ul {
	padding: 15px 0 15px 40px;
}
.top-Secdark > ul > li {
	list-style-type: disc;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.Inner-slotsec > h2 {
	font-size: 60px;
	line-height: 61px;
	color: #fff;
	text-shadow: 0px 1px 2px #502583, 0px 5px 50px #000;
	padding: 10px 0 50px;
}
.dark-Pursec {
	
  counter-reset:h3 ;
}
.inner-Darktxt {
	counter-reset:p;
}
 

.dark-Pursec > h3:before {
 
  content:  counter(h3) ". ";
   counter-increment:h3;
}

.inner-Darktxt > p:before {
 
  content: counter(h3) "." counter(p) " ";
   counter-increment:p;
}
 .dark-Pursec > h3,  .dark-Pursec > h4 {
	font-size: 24px;
	font-weight: 600;
	padding: 15px 0;
}
.inner-Darktxt > p + p{
	padding-top:15px;
}
.page-template-slot-page-php footer, .page-template-slot-page-php header {
	display: none;
}
.page-template-slot-page-php .mid-Section {
	padding-bottom: 0;
}
.play-Sec2 .ajax-loader {
	display: none !important;
}
.slot-Inputgrup .row {
	max-width: 640px;
	margin: 0 auto;
}
.slot-Inputgrup .wpcf7-list-item-label {
	font-size: 13px;
	line-height: 14px;
	display: inline-block;
	padding-left: 5px;
	font-weight: 500;
	padding-top: 23px;
}
input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 25px;
}
.slot-Inputgrup .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.page-template-slot-page-php #return-to-top {
	display: none !important;
}
/********************
// Media Query Start//
********************/ 
@media screen and (max-width:1200px) {

.baner-Mainsec {
background-position: center;	
}
.baner-Mainsec::after {
	background: rgba(240, 30, 40, .7);

}
.Inner-Bansec,
.inner-Purple { 
	width: 100%;
}
}
@media screen and (max-width:767px) {
	.baner-Mainsec {
		padding:40px 0 150px;
	}
 .Inner-Bansec > h1 { 
	font-size: 40px;
	line-height: 41px; 
}
.yellow-Btn { 
	width: 285px;
	height: 90px;
	font-size:25px;
}
.inner-Blacksec > p { 
	width: 100%; 
}
.term-Condsec > ul > li {
	padding: 0 10px; 
}
.bott-Redsec {
	padding: 40px;
	background: #F01E28;
}
.term-Condsec > ul, .term-Condsec3 > ul {
	display: block; 
}
.term-Condsec > ul > li + li {
	padding-top: 15px;
}
.term-Condsec3 > ul > li +li {
	padding-top:10px;
}
.top-logo > img {
	max-width: 200px; 
}
.Inner-slotsec > h3 {
	font-size: 30px;
		padding: 20px 0 30px;
	 
}
.Inner-slotsec > h2 {
	font-size: 30px;
	line-height: 31px;
	padding:10px 0 30px; 
}
.top-Secdark > p, .inner-Darktxt > p, .top-Secdark > ul > li  {
	font-size: 13px; 
	line-height: 19px;
}
 .dark-Pursec > h3, .dark-Pursec > h4 {
	font-size: 16px;
	 
}
 
}
@media screen and (max-width:585px) {
	.Inner-slotsec > h3 {
	font-size:24px;
	 
}
.Inner-slotsec > h2 {
	font-size: 24px;
	line-height: 25px; 
}
}