/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    /* background: url(../img/cross.png) no-repeat center center; */
    /* background: none; */
    /* text-indent: 200%; */
    /* color: rgba(255, 255, 255, 0); */
    outline: none;
    z-index: 100;
    color: #fff;
    background: #3f51b5;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
	text-decoration:none;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #3f51b5;
}

/* Effects */
.overlay-simplegenie {
	visibility: hidden;
	-webkit-transform: translateY(60%) scale(0);
	transform: translateY(60%) scale(0);
	-webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, visibility 0s 0.4s;
}

.overlay-simplegenie.open {
	visibility: visible;
	-webkit-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

@media screen and (min-device-width: 600px) and (max-device-width: 768px) { 
	.formAction {
    padding-top: 22% !important;
}
.theam_btm a {
    margin-top: 40px !important;
}
.flex-parent img{
	width: 85% !important;
}
.top-txt {
    font-size: 30px!important;
    }
 span.bl-color{
 	font-size: 20px !important;
    }
    .otpgrid {
    /* flex-grow: 1; */
    width: 75px;
    line-height: 75px;
    height: 74px;
    margin-left: 10px;
    margin-right: 10px;

    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    background: rgba(99, 147, 144, 0.5);
  
}
.countbox span{
	font-size:23px;
}
.stickNav {
    padding: 20px !important;
}
.stickNavgrid a {
    font-size: 18px !important;
}
.stickNavgrid img{
	width:35px;
}
.circule-icons img.img-responsive.app-img {
    border-radius: 100px;
    max-width: 120px !important;
    }
    .header-play-video {
    min-height: 200px !important;
    max-height: 300px !important;
    position: relative !important;
}
}


@media screen and (min-device-width: 769px) and (max-device-width: 1200px) { 

	.header-play-video {
    min-height: 299px !important;
    max-height: 350px !important;
    position: relative !important;
}
.card-parent{
	margin-top:0px !important;
}
.header-play-video .home_menu a {
    padding: 20px;
}
li.app-cont-box{
	width: auto !important;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.dropdown-test:before {
    width: 38px;
    height: 50px;
	}
	.form-agileits input[type="text"], .form-agileits input[type="email"], select.form-control{
		 width: 100% !important;
	}
	.col-sm-3 {
    width: 16% !important;
} 

}

/* STYLES GO HERE  i-phone x 375 to 812  landscape=> horzental */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 

	.split {
    position: relative !important;
	}
	.page_icon{
		margin-bottom: 2%;
	}
	.formAction {
    padding-top: 23%!important;
    width: 75%;
    padding-bottom: 10%!important;
	}
	.theam_btm{
		padding-bottom: 10%;
	}
	.bottom1 {
    /*background-position: center !important;*/
	}
	.flex-parent img{
		width: 80% !important;
	}
	.form-agileits input[type="text"], .form-agileits input[type="email"], select.form-control {
     width: 100%!important; 
 	}
 	.dropdown-test:before {
    width: 46px;
    /*height: 50px !important;*/
	}
	.otp-cont{
		margin-top: 12% !important;
	}
	.theam-bg{
		position: relative !important;
	}
}




/* STYLES GO HERE  i-phone x 375 to 812  portrait=> vertical */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 
	.bottom1 {
    background-position: center;
	}
	.otp-cont {
    	padding-top: 35%!important;
	}
	.dropdown-test:before {
    width: 46px;
    height: 17px !important;
	}


}

/* STYLES GO HERE  i-phone iPhone 6, 7, & 8=> 768 to 1024   landscape=> horzental */
@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 1600px) 
and (orientation : landscape) { 
	.split {
    position: relative !important;
	}
	.page_icon{
		margin-bottom: 2%;
	}
	.flex-parent img{
		width: 80% !important;
	}
	.form-agileits input[type="text"], .form-agileits input[type="email"], select.form-control {
     width: 100%!important; 
 	}
 	.dropdown-test:before {
    width: 46px;
    /*height: 50px !important;*/
	}
	.otp-cont{
		margin-top: 12% !important;
	}
	.formAction {
    padding-top: 23% !important;
	}
	.theam_btm{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.stickNav{
		position: relative !important;
	}
	.circule-icons img.img-responsive.app-img{
		margin:0px auto !important;
	}
	.theam-bg{
		position: relative!important;
	}
	.go-button {
    padding-bottom: 10% !important;
}

}

/* STYLES GO HERE  i-phone iPhone 6, 7, & 8=> 768 to 1024   portrait=> vertival */

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 1600px) 
and (orientation : portrait) { 
	.split {
    position: relative;
	}
	.otp-cont {
    	padding-top: 28%!important;
	}
	.theam_btm{
		padding-bottom: 5%;
	}
	.form-agileits input[type="text"], .form-agileits input[type="email"], select.form-control {
     width: 100%!important; 
 	}
 	.dropdown-test:before {
    width: 46px;
    /*height: 50px !important;*/
	}
	.formAction select.form-control {
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 2px 50px 2px 2px;
     padding: inherit !important; 
    position: relative;
   
	}
	.header-play {
    background: #53a650;
    padding: 15px 20px!important;
}
	

}

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 640px) 
and (orientation : portrait) { 
	.bottom1 {
    /*background-position: center;*/
	}
	.otp-cont {
    	padding-top: 18%!important;
	}
	.dropdown-test:before {
    width: 46px;
    height: 17px !important;
	}

}