/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*{box-sizing:border-box;}
body{
    color:#000;
    margin: 0;
    text-align: center;
    font-size: 16px;
	font-family: 'Zoho_Puvi_Regular';
    line-height: normal;
}
h1{font-size:3.5em;font-family:'Zoho_puvi_SemiBold';}
p{font-size: 1.2em;line-height: 28px;}
a{text-decoration: none;color: #000;}
h3{font-size: 1.2em;}
h2{font-size: 2.5em;font-family:'Zoho_puvi_SemiBold'; margin-bottom:25px;line-height:1.4;}
section{padding:70px 0;}
header{
    position: absolute;
    width: 100%;
    background: transparent;
    padding: 25px 0;
    z-index: 9999;
}
header.active{
    position: fixed;
	display:none;
    background: #e2f2ff;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	-o-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.container{width:1200px;margin: 0 auto;}
.fl{float:left;}
.fr{float:right;}
.me-logo{width:200px;height:auto;}
nav{
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;
}
#topbar-menu-icon {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
}
#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
header.active #topbar-menu-icon span {
    background: #000;
}
#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
#topbar-menu-icon.active-menu span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#topbar-menu-icon.active-menu span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
#topbar-menu-icon.active-menu span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu-icon {display: none;color: #fff;}
nav ul li{display: inline-block;vertical-align: top;}
nav ul li a{padding: 0 0 10px 0;border-bottom: 2px solid transparent;color:#fff;margin-right:20px;}
/*nav ul li:hover a,.login-sec span.ur-log-btn:hover{border-bottom: 2px solid #fff;}*/
header.active nav ul li:hover a, header.active nav ul li.active a{border-bottom: 2px solid #000;color:#000;}
header.active nav ul li a{color:#fff;}
.nav-menu, .login-sec.active{display: inline-block;vertical-align: top;color:#000;}
header.active .login-sec.active{display: inline-block;vertical-align: top;color:#000;}
.login-sec .unverified, .login-sec .verified{display: none;font-size: .8em;}
.login-sec span{color:#fff;cursor:pointer;padding: 0 0 10px 0;}
header.active .login-sec span{color:#000;}
.ur-log-btn{margin:0 10px 0 15px;}
header.active .login-sec span.ur-log-btn:hover{border-bottom: 2px solid #000;color:#000;}
.video-pop{display: none;}
.video-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    display: none;
    z-index: 999999;
    overflow-x: auto;
}
.video-closeanywhare {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgba(31, 42, 66, 0.45);
    position: absolute;
    z-index: 2;
    top: 0;
    display: none;
}
.video-pop-inner {
    background: #081122;
    color: #fff;
    width: 90%;
    height: 80%;
    margin: 5% auto 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 4;
}
.purpose-video-wrap{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    object-fit: cover;
	display:none;
}
iframe#vimeo_iframe2 {
    width:85%;
    height: 100%;
}
#bg-vimeo_iframe{
	 width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    left: 0;
    top: 0;
	right:0;
	bottom:0;
    overflow: hidden;
    background: #000;
	transform:scale(1.1);
}
.video-close-icon{
	position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.video-close-icon img{
	width:32px;
	height:32px;
}
iframe#iframevideo {
    width: 100%;
    height: 100%;
}
.vpop-close {
    position: absolute;
    top: 0px;
    right:0px;
    cursor: pointer;
    z-index: 3;
}
div.ecard-headerselectlang {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    float: right;
    padding: 0;
    -webkit-transition: all 100ms ease-out 200ms;
    -moz-transition: all 100ms ease-out 200ms;
    -o-transition: all 100ms ease-out 200ms;
    transition: all 100ms ease-out 200ms;
    position: relative;
    text-align: left;
}
div.ecard-headerselectlang .headdefault_lang_dropdown p:after{
	position: absolute;
    transform: translate(-50%,-50%);
    right: 6%;
    top: 50%;
    content: '';
    border-left: 6px solid transparent;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
}
header.active div.ecard-headerselectlang .headdefault_lang_dropdown p{
    color: #000;
}
div.ecard-headerselectlang ul {
    padding: 0 0 0 0;
    height: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 35px;
    background: #fff;
    -webkit-transition: all 200ms ease-out 200ms;
    -moz-transition: all 200ms ease-out 200ms;
    -o-transition: all 200ms ease-out 200ms;
    transition: all 200ms ease-out 200ms;
	z-index:99;
}
header.active div.ecard-headerselectlang ul {
    background: #fff;
}
div.ecard-headerselectlang:hover ul {
    height:246px;;
    position: absolute;
    top: 40px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.ecard-headerselectlang:hover .headdefault_lang_dropdown p{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
div.ecard-headerselectlang ul li {
    display: block;
}
div.ecard-headerselectlang p {
    display: block;
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    line-height: normal;
    font-family: 'Zoho_Puvi_Medium';
}
.mobile-flag{
	display:none!important;
}
.mobile-flag img{
	width: 16px;
    height: 16px;
    border-radius: 50%;
	    filter: invert(30%) grayscale(85%) brightness(40%) contrast(3);
}
header.active div.ecard-headerselectlang ul p{
    background:#e2f2ff;
}
header.active div.ecard-headerselectlang ul p:hover,div.ecard-headerselectlang ul p:hover{
    background:#03FEB9;
    color:#000;
}
div.ecard-headerselectlang p span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 10px;
}
div.ecard-headerselectlang p img {
    width: 16px;
}
/*----------------------------Home----------------------------*/
#Home{background:url("../images/video-bg-img.jpg");background-size:cover;background-position:center;text-align: center;color:#000;min-height: 500px;padding: 150px 0 0 0;position: relative;overflow:hidden;}
#Home .container{position: relative;z-index: 3;cursor:pointer;}
#Home h1{
	margin: 20px 0;
	background: -webkit-linear-gradient(to right, #00FBC5 30%, #FFFFFF 75%);
	background: -moz-linear-gradient(to right, #00FBC5 30%, #FFFFFF 75%);
	background: -o-linear-gradient(to right, #00FBC5 30%, #FFFFFF 75%);
	background: linear-gradient(to right, #00FBC5 30%, #FFFFFF 75%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
#Home p{color:#fff;}
#Home h3{margin:0 0 20px;}
#Home a,#sec2 a{border-radius: 13px;position: absolute;bottom:30px;width:30px;margin: 0 auto;z-index: 2;transform: translate(-50%, -50%);}
#sec2 a{;bottom:2%;}
.search{padding: 10px;border-radius: 35px;background: #E5E5E5;}
.search .search-text{border: none;background: transparent;}
.search .search-icon{width: 23px;float: right;margin-top: -3px;}
.sch{margin: 10px;}
.banner-down-arrow img{width:30px;height: auto;}
.overlay-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 23%);
    left: 0;
    top: 0;
	right:0;
	bottom:0;
    z-index: 1;
}
#intro-video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    left: 0;
    top: 0;
	right:0;
	bottom:0;
    overflow: hidden;
    background: #000;
    object-fit: cover;
}
.video-playicon{
	width:55px;
	height:auto;
	display:block;
	margin:60px auto 0;
	animation:zoom 1.8s infinite linear;
}
@keyframes zoom{
	0%{transform:scale(0.85)}
	25%{transform:scale(0.9)}
	50%{transform:scale(1)}
	75%{transform:scale(0.9)}
	100%{transform:scale(0.85)}
}
/*----------------------------section two start----------------------------*/
#sec2{
	background:#1B1B2A;
	color:#fff;
	position:relative;
	padding:0 0 70px;
}
.di{
	float:left;
	width:50%;
	display:inline-block;
	text-align:left;
}
.title-sticky{
	position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
	background:#1b1b2a; 
	margin:0;
	padding:70px 0 25px;
}
.man-img{
	width:700px;
	display:block;
	height:auto;
	margin:0 auto;
}
h5.tit-pledge{
	font-size:1.5em;
	margin:0;
	position: sticky;
	top:190px;
	background:#1b1b2a;
	z-index:1;
	padding:40px 0;
	transition:all width 0.5s;
}
.sticky{
	position: sticky;
    position: -webkit-sticky;
    top: 220px;
    z-index: 1;
	text-align:right;
}
.sticky:before{
	content: '';
    background: -webkit-linear-gradient(to bottom, #1b1b2a 18%, rgb(27 27 42 / 75%), transparent);
    background: -moz-linear-gradient(to bottom, #1b1b2a 18%, rgb(27 27 42 / 75%), transparent);
    background: -o-linear-gradient(to bottom, #1b1b2a 18%, rgb(27 27 42 / 75%), transparent);
    background: linear-gradient(to bottom, #1b1b2a 18%, rgb(27 27 42 / 75%), transparent);
    display: block;
    top: 0;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 2;
    height: 86px;
}
.sticky:after{
	content: '';
    background: -webkit-linear-gradient(to bottom, #1b1b2a 18%, rgb(27 27 42 / 75%), transparent);
    background: -moz-linear-gradient(to bottom, #1b1b2a 18%, rgb(27 27 42 / 75%), transparent);
    background: -o-linear-gradient(to bottom, #1b1b2a 18%, rgb(27 27 42 / 75%), transparent);
    background: linear-gradient(to left, #1b1b2a 30%, rgb(27 27 42 / 75%), transparent);
    display: block;
    top: 0;
    right: 0;
    width: 30%;
    padding: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
}
.largerimg:before,.largerimg:after{display:none;}
.sticky svg{width:500px!important;transition: all 1s;}
.scroll-box{
	width:100%;
}
.popup-anim{position:static!important;transition:all ease-in 0.6s;width:100%;text-align: center;}
/*.popup-anim.largerimg svg{width: 600px!important; margin-top: -20px;}*/
.popup-anim-content:before{display:table;clear:both;content:'';}
.popup-anim-content{display:none;opacity:0;min-height:100px;transition:opacity 0.4s;}
.popup-anim-content p{text-align:center;font-size:1.8em;line-height:1.5;}
ul.top-scroll{
  	list-style:none;
  	position:relative;
	margin:0;
	padding:0;
}
ul.top-scroll li{padding:50px 0;}
.top-scroll li p{
	margin:0;
	font-size:2em;
  	color:#fff;
	cursor:pointer;
	line-height:1.4;
	opacity:0.5;
	transition:all ease 0.5s;
}
.top-scroll li.active .fadeInUp {
	opacity:1;
}
.pledge-btn{margin:10px 0 0;}
.pledge-btn span{
	display:inline-block;
	padding:12px 35px;
	color:#00FEBA;
	border:1px solid #00FFBB;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
	font-family: "Zoho_puvi_SemiBold";
	animation: zoom 1.8s infinite linear;
}
.pledge-btn span:hover{background:#00FFBB;color:#1B1B29;}
/*------------------ecard section new---------*/
#E-card{padding:70px 0 220px 0;background:url("../images/ecards-sec-bg21.svg") no-repeat #fff;color:#1B1B2A;overflow:hidden;background-size:100%;background-position:bottom}
#E-card .container{position:relative;}
.fish-box{
	width: 210px;
    height: auto;
    position: absolute;
    bottom: -90px;
    left: 100px;
}
#E-card .ecard-container{background:url("../images/ecard-sec-bg1.svg") no-repeat;background-size:contain;}
#E-card h2{margin-bottom:12px;}
.ecard-inner-box {
    width: 870px;
    margin:0 auto;
    position: relative;
}
.slider {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    height: auto;
    width: 750px;
    margin: 2.5% auto 0;
}
.slider ul {
    position: absolute;
}
.slider li {
    float: left;
    line-height: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
	border-radius:20px;
}
.slider li img {
    width: 100%;
    height: auto;
}
.hover-layer {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: transparent;
    transform: translateY(35px);
    transition: all 0.4s;
}
.hover-layer span {
    border: 1px solid #00FFBB;
    padding: 12px 50px;
    font-size: 1.2em;
    color: #1A1A29;
    background: #00FEBA;
    border-radius: 50px;
    margin: 20px 0;
    cursor: pointer;
}
.hover-layer span:hover {
    color: #00FEBA;
    background: #1A1A29;
    border-color: #1A1A29;
}
.slider li:hover .hover-layer {
    transform: translateY(-70px);
}
.navigator {
    width: 100%;
	margin:20px 0;
    text-align: center;
}
.navigator span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #fff;
    margin: 0 10px;
    transition: all 0.1s;
    position: relative;
    top: 0;
    border: 2px solid #1A1A29;
}
.navigator span.active {
    background: #00FEBA;
}
.ecard-inner-box>span {
    position: absolute;
    top: 43%;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}
.ecard-inner-box>span img {
    width: 40px;
    height: 40px;
}
.prev {left: 0;}
.next {right: -1px;}
/*-----------Game section------------*/
#Game-sec .container{position:relative;}
.game-btn-box{
	position:relative;
	width: 80%;
	margin: 0px auto 40px;
}
p.timer-clock{
	float:left!important;
	position:static!important;
}
p.play-again{
	float:right!important;
	position:static!important;
}
#Game-sec h2{color:#fff;}
.Game-container-box{position:relative;opacity:0;}
.Game-container-box h2.sys-game-title{color:#fff;}
#backToTop{display:none!important;}
.alert-msgs{
	position: absolute;
    top: 0%;
    margin: 0 auto;
    display: block;
    left: 50%;
    right: 0;
    width: 100%;
    transform: translate(-50%, -50%);
}
.alert-msgs p.success-msg,.alert-msgs p.error-msg{padding:12px 20px;width:400px;}
/*----------------------------LookBack----------------------------*/
#Lookback{background:#f4f4f4;position:relative;}
#Lookback ul{margin-top: 70px;color:#fff;padding:0;position:relative;}
#Lookback ul li{
	 display: inline-block;
    vertical-align: top;
    width:17%;
    margin: 0 15px;
	position:relative;
	z-index: 9;
	
}
.line-layer a{
    display: block;
	transform:-webkit-scale(0.9);
	transform:-moz-scale(0.9);
	transform:-o-scale(0.9);
	transform:scale(0.9);
	-webkit-filter: grayscale(90%);
    filter: grayscale(90%);
	transition: all 0.3s;
	
}
.line-layer:after{
	position: absolute;
    content: '';
    display: block;
    width:0%;
    height: 1px;
    background: #c8c8cb;
    left:80px;
    top:70px;
	transition: all 05s ease-in;
    -webkit-transition: all 05s ease-in;
    -moz-transition: all 05s ease-in;
	text-align:left;
}
.line-layer.act:after{width:80%;}
.line-layer a.acts{
	transform:-webkit-scale(1.1);
	transform:-moz-scale(1.1);
	transform:-o-scale(1.1);
	transform:scale(1.1);
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.line-layer a.acts .year,#Lookback ul li:hover .year{color:#000;}
.year{padding:15px 0 0;font-size:1.3em;margin:0;color: #464652;}
.year-img{
	width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 15px;}
.year1-img{background: url("../images/year2017.jpg") no-repeat center 0;background-size: cover;}
.year2-img{background: url("../images/year2018.jpg") no-repeat center 0;background-size: cover;}
.year3-img{background: url("../images/year2019.jpg") no-repeat center 0;background-size: cover;}
.year4-img{background: url("../images/year2020.jpg") no-repeat center 0;background-size: cover;}
.year5-img{background: url("../images/year2021.jpg") no-repeat center 0;background-size: cover;}
#Lookback ul li:hover a{transform:scale(1.1);-webkit-filter: grayscale(0);
    filter: grayscale(0);}
/*----------------------------Footer----------------------------*/
footer{background:#000;padding: 60px 0;color:#fff;}
.foot-me-logo{display: inline-block;margin-bottom: 10px;}
.foot-me-logo img{width:240px;height:auto;}
footer a{color:#00feba;}
footer a:hover{text-decoration:underline;}
.share-list a{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    padding: 8px 8px 5px;
    border:1px solid #fff;
    border-radius: 50%;
	background:#fff;
}
footer .copyright,footer .for-terms{font-size:15px;}
footer .copyright a{color:#fff;text-decoration: underline;}
footer .copyright a:hover{text-decoration: none;}
.share-list svg{width:20px;height: auto;}
#meGDPRMessage{margin: 10px 0 0 0;line-height:24px;color:#fff;}
.game-popup #meGDPRMessage{margin: 10px 0;text-align: center;}
.game-popup #meGDPRMessage .checkmarkgdpr{background: #14564f;border: 1px solid #00FEB9;}
#meGDPRMessage .checkmarkgdpr{box-sizing: content-box;background:#163d3f!important;border: 1px solid #00FEB9!important;}
body#gr .wordgame_userinput_form form input[type="text"]{margin:0;}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before{border-color:#fff!important;}
/*---------------------Popup styles------------------------*/
.popup-container {
    background:#DBF4FF;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: auto;
    display: none;
     background-color:#1A1A29; 
}
.popup-container.active {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.pop-cont{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background:#1A1A29;
}
.popup-close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
	background: #000;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.popup-close img, .vpop-close img,.top-close {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.popup-close:hover img,.top-close:hover{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.registration-form, .verfication-form {
    display: none;
}
.ecard-success-msg, .jipsaw-success-msg, .ecard-closed {
    display: none;
    text-align: center;
}
.ecard-success-msg, .jipsaw-success-msg{
   color: #fff;
    text-align: center;
    width: 600px;
    margin: 7% auto 0 auto;
    padding: 50px;
    border: 1px solid #00FEBA;
	position:relative;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.ecard-success-msg p.prizeword-high{color:#00FEBA;margin-bottom:35px;}
.ecard-success-msg p,.jipsaw-success-msg p{
	margin:25px 0;
}
.jipsaw-success-msg .succ-msg-btn-grp{
	padding:10px 0 0;
}
.ecard-success-msg .btn1,.jipsaw-success-msg .btn1{
	margin-right:30px;
}
.ecard-success-msg h3, .jipsaw-success-msg h3,.pop3_line3{
     margin: 0 auto;
    font-size: 1.3em;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Zoho_Puvi_Regular';
    border: 1px solid #00FEBA;
    padding: 12px 40px;
    border-radius: 50px;
    z-index: 1;
    background: #1a1a29;
}
.succ-msg-btn-grp {
    padding-top: 20px;
}
.spin-block{margin-top: 0;top: 0;}
.ecards-sec {
    padding: 7% 5%;
    text-align: center;
    color: #97bee8;
}
.verfication-form {
    color: #fff;
    text-align: center;
    background-size: 100%;
    width: 700px;
    margin: 8% auto 0 auto;
    border: 1px solid #00FEBA;
	display:none;
	position:relative;
	padding:60px 0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.verfication-form #verpop1_line2{font-size:1.3em;margin:0 0 20px;line-height:1.5;}
.verfication-form p{line-height:Normal;font-size:1em;margin:0;}
.verfication-form p#pop1_line4{padding:15px 0 0;}
.campaign_has_ended {
    color: #000;
    text-align: center;
    background: #BCE3F4;
    background-size: 100%;
    width: 700px;
    margin: 8% auto 0 auto;
    border: 4px solid #0D568A;
	display:none;
	position:relative;
	padding:60px 0px 40px;
}
.campaign_has_ended h3 {
    margin: 0 auto;
    font-size: 1.4em;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    background: #191818;
    color: #fff;
    padding: 22px 50px;
    display: inline-block;
    -weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    -moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.oops_error_msg2{background: #FFC400;
color: #000;
padding: 15px 40px;
margin: 10px 0 0 0px;
display: inline-block;
border-radius: 2px;}
.campaign_has_ended #verpop1_line2{font-size:1.2em;margin:0 0 20px;}
.campaign_has_ended p{line-height:normal;font-size:1em;}
.reg_form_errors_verify{padding: 10px 0 0;color:#eb1a1a;}
/*--------------ecards-send-sec--------------*/
.ecardsend-sec{display:none;}
.ecardsend-sec .container{width:1300px;}
.ecardsend-sec .ecard-form{margin-top:5%;}
.ecardsteps{background:#1A1A29;}
.ecard-steps {
    color: #fff;
    text-align: left;
    width: 100%;
    background:#1A1A29;
	padding: 10px 0;
}
.ecard-steps strong {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.ecard-steps p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: .8em;
    background-size: 20px;
    padding: 2px 25px 2px 5px;
}
.ecard-steps p span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
}
.ecardsform-box,.ecardsimg-box{
	display:inline-block;
	width:50%;
	vertical-align:middle;
	float:left;
}
.ecardsform-box {
    overflow: auto;
    text-align: left;
	width: 40%;
    margin: 0 0 0 5%;
    padding: 0 0 0 5%;
	font-size:0.9em;
}
.ecardsform-box .form-field{
    display: inline-block;
    width:100%;
    margin: 0 0 17px 0;
    position: relative;	
}
.ecardsform-box .label{
  color :#00FEB9!important;
}
.game-popup .form-control{
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
.game-popup .btn-submits{
    padding:25px 0 10px;
}
input:-webkit-autofill {
    -webkit-text-fill-color:#fff;
}
.ecardsform-box input, .ecardsform-box textarea, .game-popup form input{
    background: transparent;
    padding: 15px 24px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 3px;
    height: auto;
    margin: 0;
	border: 1px solid #00FEB9;
    color :#ffffff;  
	font-size:1em;
	outline:none;
}
.ecardsform-box .form-field input, .ecardsform-box .form-field  textarea,.ecardsform-box form .form-field  select,-webkit-autofill,.game-popup form input{-webkit-box-shadow:0 0 0 30px #163D3F inset;-moz-box-shadow:0 0 0 30px #163D3F inset;box-shadow:0 0 0 30px #163D3F inset}
.game-popup form input:focus,.game-popup form select:focus {
    outline:none;
    border: 1px solid #00FEB9!important;
}
.ecardsform-box .reg_form_errors{
    display: none;
    position: absolute;
    bottom: -15px;
    color: #fff;
    font-size: .8em;
    left: 10px;
    line-height: normal;
    margin: 0;
}
.game-popup .error{
    display: none;
    position: absolute;
    bottom: -22px;
    color:#fa0909;
    font-size: .8em;
}
.ecardsform-box form select, .game-popup form select {
    border: 1px solid #00FEB9;
    color :#fff;
    padding:15px 24px;
    width: 100%;
    height: auto;
    font-size:1em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
	position:relative;
	background: url(../images/country-arrow.svg) no-repeat #163D3F;
    background-position: 96% center;
	box-shadow:none!important;
	outline:none;
	background-size:15px;
}
.ecardsform-box form select#country_state, .game-popup form select#country_state{
    margin:17px 0 0 0;
}
.zc-label-text {
    margin: 15px 0 20px 0;
    display: block;
	font-size:1.2em;
	color: #fff;
}
.ecardsform-box form .zc-Radio span {
    padding:0 0 15px;
    display: block;
    cursor: pointer;
	color: #fff;
}
input[type='radio'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    border:1px solid #00FEB9;
    border-radius:50%;
    outline:none;
	padding:0;
	margin-right:5px;
	background: #13564F;
}
input[type='radio']:before {
     content:'';
    display:block;
    width:45%;
    height:45%;
    margin: 27% auto;    
    border-radius:50%; 
}
input[type='radio']:checked{background:#00FEB9;}
input[type='radio']:checked:before {
     background:#135954; 
}
.ecardsform-box form .zc-Radio label {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.ecardsform-box form a,.game-popup form a{color:#fff; text-decoration: underline;}
.ecardsform-box form a:hover,.game-popup form a:hover{text-decoration: none;}
.ecardsform-box ::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#0AA782;
  opacity: 1; /* Firefox */
}
.ecardsform-box :-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color:#0AA782;
}
.ecardsform-box ::-ms-input-placeholder{ /* Microsoft Edge */
  color:#0AA782;
}
.game-popup form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#0AA782;
  opacity: 1; /* Firefox */
}
.game-popup form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#0AA782;
}
.game-popup form ::-ms-input-placeholder { /* Microsoft Edge */
  color:#0AA782;
}
.ecardsform-box .privacy-policy{padding: 20px 0 30px;line-height:24px;font-size:inherit;color:#fff;margin:0;}
.ecard-btns{margin:0;}
.btn1,.btn2{
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.1em;
    color: #00FEBA;
    border: 1px solid #00FFBB; 
    padding: 12px 33px;
    border-radius: 50px;
	font-family: 'Zoho_Puvi_Regular';
	 -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn1{background:Transparent;}
.btn1:hover{
	color:#1A1A29;
	background:#00FEBA;
}
.btn2{
	background:#00FEBA;
	color:#1A1A29;
}
.btn2:hover{
	color:#00FEBA;
	background:Transparent;
}
.spin .spinner::before {
 	content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: solid 0.35em #1a1a29;
    border-bottom-color: #00feba;
    animation: .8s linear infinite spinner;
    will-change: transform;
    display: block;
}
.spin .spinner {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}
.preview-btn{
	margin-right:30px;
}
.ecards-images {
    width: 100%;
	border: 0.5px solid #fff;
    padding: 15px;
}
.ecards-images>img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}
.ecards-images ul {
    margin: 20px 0 0 0;
    padding: 0;
}
.ecards-images ul li {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 0 7% 0 0;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
}
.ecards-images ul li:last-child{margin-right:0;}
.ecards-images ul li img {
    border: 2px solid #173d3e;
    width: 100%;
	height:auto;
	border-radius: 10px;
}
.ecards-images ul li.active img {
    border: 2px solid #00FEB9;
}
/*--------------ecards-send-sec-end--------------*/

/*---------------------verfication form styles------------------------*/
.verfication-form .form-field {
    text-align: center;
}
.verfication-form input[type="tel"] {
   background: url(../images/verfied-input-img.svg) no-repeat left center;
    background-size: 315px;
    font-size: 2.7em;
    color: #fff;
    line-height: normal;
    letter-spacing: 42px;
    width: 400px;
    outline: none;
    border: none;
    padding: 20px 14px;
    position: relative;
    -webkit-appearance: none;
    left: 40px;
    overflow: hidden;
}
.anotherid{
    text-decoration: underline;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.anotherid:hover{
    text-decoration: none;
}
.verify-submit{
    margin:25px 0;
}
/*---------------------Preview popup styles------------------------*/
.preview-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999;
    overflow-x: auto;
}
.pre-pop-inner {
    background:#fff;
    color:#000;
    width: 600px;
    text-align: center;
    transform:scale(0.8) translate(0,-7%);
	margin:0 auto;
}
.submit-block{text-align: left;margin-top: 15px;}
.ecard-prev-maincont {
    padding: 40px 40px 20px;
}
.pre-pop-inner img {
    width: 100%;
	height:auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.preview-popup h4 {
    font-size: 1.4em;
    line-height: normal;
	font-family: 'Zoho_Puvi_BoldItalic';
    text-align: center;
    padding: 20px 0;
	margin:0;
}
.preview-popup p {
    line-height: 24px;
    padding:0;
	margin:15px 0;
    text-align: left;
    font-size: 1.1em;
}
.prev-btn{text-align:right;background:#1a1a29;padding:20px 30px 0 0;}
.prev-btn .btn2:hover{background:transparent;}
.top-close {
    background: #fff;
    color:#0a191f;
    position: absolute;
    top: -18px;
    right: -12px;
    cursor: pointer;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 1.4em;
    font-family: 'Zoho_Puvi_Bold';
}
.ecard-footer {
    background:#000;
    text-align: center;
    margin: 0;
    padding: 20px 20px 10px 20px;
    font-size: .9em;
	color:#fff;
}
.pre-pop-inner .sysme-logo {
    display: block;
    padding: 0 0 10px 0;
}
.pre-pop-inner .sysme-logo img {
    width: 160px;
	height:auto;
}
.ecard-footer p {
    text-align: center;
}
.pre-pop-inner .button1{
	color:#000;
	outline:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	padding: 12px 50px;
    cursor: pointer;
    font-size: 1.1em;
	 -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ecard-prev-maincont .preview-popup-close{
	margin-left:25px;
	text-decoration: underline;
	cursor:pointer;
	font-size: 1.1em;
	color:#08A6EF;
}
.ecard-prev-maincont .preview-popup-close:hover{color:#97760a;}
div.loader-anim {
    background:#1B1B2A;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.preload-wrapper {
    top: 40%;
    position: absolute;
    transform:translate(-50%,-50%);
	left:50%;
}
.preload-wrapper img{
    width: 100px;
    height: auto;
}
#screen_load{
	color: #000;
    font-size: 0.8em;
    display: block;
    text-align: center;
    padding: 10px 0 0 20px;
}
/*---------------------Game form Styles--------------------------*/
.game-popup{
   	color: #fff;
    text-align: center;
    width: 600px;
    margin: 7% auto 0 auto;
    padding: 60px 70px 20px;
    border: 1px solid #00FEBA;
    display: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
}
.itword-popup-content .pop3_line3{width:370px;max-width:90%;padding:12px 0;}
.game-popup p.privacy-policy{font-size: 1em;line-height: 24px;}
.pop3_line4{margin:10px 0 30px;line-height:1.5;}
/*---------------------Wistia video button Styles--------------------------*/
#Home a.watch-wistiademo{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    position: relative;
    margin-left: 60px;
    height: 40px;
	border-radius: 0;
	padding: 8px 30px;
    bottom: 0;
    width: auto;
    margin: 10px 0 0px 60px;
	z-index: 2;
}
#Home a.watch-wistiademo:hover{
    background: #4775d2;
    border: 2px solid #4775d2;
    color: #fff;
}
.watch-wistiademo:before {
    content: "";
    background-size: 16px;
    padding: 9px 20px 0 20px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: -42px;
    top: -2px;
    border: 2px solid #fff;
    border-width: 2px 0 2px 2px;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    height: 40px;
}
.watch-wistiademo:hover:before {
    background-size: 16px;
    border: 2px solid #2d5dbf;
    border-width: 2px 0 2px 2px;
}
.zsiq_theme1.zsiq_floatmain {
    display: none!important;
}
/*---------------------Responsive Styles--------------------------*/
@media only screen and (min-width:1500px){
    #Home{padding: 250px 0 0 0;}
    #Home .container{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);
    }
}
@media only screen and (max-width:1500px){
    .ecards-sec{padding: 5%;}
	.ecards-form input, .ecards-form textarea{padding: 6px 2%;}
    .ecards-form form select{padding: 8px 2%;}
    .carousel{width: 500px;height: 24em;}
    .carousel .ecard-thumb > li{width: 600px;height: auto;}
    .carousel .ecard-thumb > li.main-pos{margin-left: -19em !important;}
    .carousel li.back-pos{margin-left: -19em !important;}
    .left-pos{margin-left: -58em !important;}
    .right-pos{margin-left: 20em !important;}
    .button-container {bottom:-55%;}
    .img-hover ul li{padding: 0 5px;}
	.ecardsend-sec .ecard-form{margin-top:2%;}
	.ecardsend-sec .container {width: 85%;transform:scale(0.9)}
	.loading{top:40%}
}
@media only screen and (max-width:1450px){
	.ecardsform-box{padding:0 0 0 2.5%;}
	#bg-vimeo_iframe{transform:scale(1.2)}
}
@media only screen and (max-width:1200px) and (min-width:1000px){
	.ecardsend-sec .submit-block span {width: 100%;display: block;}
	.ecardsend-sec .submit-block {text-align: center;}
}
@media only screen and (max-width:1200px){
	.container{width:90%;}
	#Lookback ul li{width:18%;margin:0;}
	#Lookback ul{margin-top:50px;}
    #Highlights ul .high-conts{min-height: 250px;}
	#E-card{padding:40px 0 140px 0;}
	.fish-box{left:0;bottom:-110px;}
	.popup-anim-content p{width:85%;margin:0 auto;}
	.popup-anim-content p br{display:none;}
	.nav-menu{display:none;}
	.nav-menu {background: #fff;position: absolute;width: auto;top: 70px;z-index: 99;float: none;right:30px;}
    .nav-menu li{display: block;text-align: center;transition: .5s;}
	nav ul li:nth-child(3){margin-right:0;}
    .nav-menu li.login-sec{padding:15px;}
    .nav-menu li a{padding: 15px;transition: .5s;color: #000;display: block;margin:0;}
    .nav ul li:hover a{background:#03FEB9;color:#000;}
	.menu-icon{display: block;}
	.login-sec span{color:#000;display:block;}
	.login-sec span.ur-log-btn{padding:0;margin: 0;}
    div.ecard-headerselectlang{margin-right:40px;}
	
}
@media only screen and (max-width:1100px){
	.guess-box{width:90%;}
	body#gr .hide-br br{display:none;}
	.img-hover{text-align:center;}
    #Home{min-height:650px;}
	.video-pop-inner{height:40%;}
	.instr-contents ul{width:100%!important;}
	.instr-contents{width:45%!important;}
	.fish-box{width:150px;left:-20px;}
	.sticky svg{width:430px !important;max-width:100%;}
}
@media only screen and (max-width:1000px){
	section{padding:60px 0;}
    #Home h1{font-size: 2.8em;}
	h2{font-size:2em;}
	#Home{min-height:600px;}
    .button-container{width:100%;}
	#Highlights ul li{width: 40%;margin: 20px;}
    .carousel .ecard-thumb > li.main-pos {margin-left: -15.5em !important;background:transparent;clip-path:none;}
    .but-styl{left:-7%;}
    #next{right:-7%;}
	.games{min-height: 300px;}
	#Lookback ul li{width:30%;}
	#Lookback ul li:nth-child(4),#Lookback ul li:nth-child(5){margin-top:40px;}
    .ecards-img-block{width:100%;}
    .ecards-form{width: 100%;position: absolute;top: 800px;left: 0;padding: 5%;}
    .login-sec span:first-child{display: none;}
    .ecard-steps strong,.hide-br br,.line-layer.act::after{display: none;}
	.guess-box{width:100%;}
	.ecardsform-box, .ecardsimg-box{float:none;display:block;width:100%;}
	.ecardsform-box{width:auto;padding:0;margin:30px 0;}
	.ecards-images ul{margin:20px 0 0;}
	.ecardsimg-box{margin:-30px 0 0;}
	.img-hover{transform:none;}
	.ecardsform-box{font-size:1em;}
	.instr-animation,.instr-contents,.instr-contents ul{display:block!important;width:100%!important;text-align:center!important;}
	.instr-contents ul li::before{left:0;}
	.instr-contents ul li{padding-left:20px;}
	.instr-contents,.instr-animation{margin:6% 0 0!important;}
	.play-game-buttons{margin:3% 0 0!important;text-align:center;}
	.ecard-inner-box{width:auto;transform: scale(0.9)}
	.slider{width:600px}
	.title-sticky{position:static;}
	.sticky{top:0px;margin:0 auto;text-align:center;background: #1b1b2a;padding-top:30px;}
	h5.tit-pledge{position:static;text-align:center;padding:40px 0 0;}
	.di{float:none;width:100%;text-align:center;}
	.popup-anim-content p{font-size:1.4em;}
	.top-scroll li p{font-size:1.7em;}
	.scroll-box{width:80%;margin:0 auto;}
	.instr-contents ul{height: 150px;overflow-y: scroll;margin: 0 0 20px 0px;padding: 0 0 0 20px;}
	#game_animate{width:40%;}
	#E-card{padding: 40px 0 80px 0;}
	.fish-box{bottom:-60px;}
	#Home a{bottom:15px;}
	#bg-vimeo_iframe {transform: scale(1.4);}
}
@media only screen and (max-width:800px){
    .ecards-form{top: 650px;}
	.spell-box span{margin:10px;}
	.game-control{padding:15px 0;}
	.game-control div{margin:15px;}
	.timescore div{margin:0;}
}
@media only screen and (max-width:750px){
	.verfication-form{width:600px;}
	.slider{max-width:95%;}
	.ecard-inner-box{transform:scale(1);}
	#E-card{padding:40px 0 110px 0;}
	.fish-box{width: 100px;bottom:-90px;}
	.ecard-inner-box > span{top:40%;}
	.prev{left:-18px;}
	.next{right:-18px;}
	.top-scroll li p{opacity:1;}
}
@media only screen and (min-height:250px) and (max-height:550px){
	.sticky svg{max-width:45%;}
	ul.top-scroll li{padding: 30px 0;}
	.top-scroll li p{font-size: 1.5em;}
	#sec2 a{display:none;}
}
@media only screen and (max-width:650px){
	body{font-size:14px;}
    .login-sec.active{display: none;}
	#Highlights ul li{width: 55%;}
    .carousel{width:100%;height: auto;}
    .carousel .ecard-thumb > li.main-pos {margin-left: 0em !important;}
	#Lookback ul li{width:40%;margin: 0 auto 30px;}
	#Lookback ul li:nth-child(4),#Lookback ul li:nth-child(5){margin-top:0;;}
	.items{position: relative !important;}
	#Home{padding: 130px 0 50px 0;}
	.overlay-bg{background:rgb(0 0 0 / 60%)}
	#E-card br,.verfication-form #verpop1_line2 br{display: none;}
    .ecards-form{top: 550px;}
    .button-container {bottom: -26%;}
    .game-popup,.ecard-success-msg, .jipsaw-success-msg,iframe#vimeo_iframe2{width:90%;}
	div.ecard-headerselectlang{width:auto;margin-right:55px;}
	div.headdefault_lang_dropdown p span:first-child,#bg-vimeo_iframe{display:none;}
	.but-styl {left: 3%;bottom: 35%;}
	#E-card{padding: 60px 0 100px 0;}
	#next {right: 3%;}
	.pre-pop-inner,.btn,.game-popup .pop_submit_val{width: 100%;}
	.bottom-box p{min-height:80px;}
	.btn{margin:15px 0 0;}
	.ecard-success-msg, .jipsaw-success-msg{margin: 15% auto 0;padding:50px 30px;}
	.ecard-success-msg .btn1, .jipsaw-success-msg .btn1,.preview-btn{margin:0 0 20px 0;}
	.btn1, .btn2{width:100%;text-align:center;}
	.game-popup{padding:60px 30px 20px;margin: 15% auto 0;}
	.verfication-form{margin:15% auto 0;padding:60px 40px;width: 90%;}
	.verfication-form input[type="tel"]{padding: 15px 13px;font-size: 2.2em;background-size: 290px;max-width: 100%;margin-left:35px;}
	#Home{color:#000;}
	.me-logo-black{display:block;}
	.mobile-flag{display:inline-block!important;}
	.video-pop-inner{height: 50%;margin: 25% auto 0 auto;}
	body#gr .wordgame_userinput_form p{display:block;margin-top:10px;}
	.ecards-images ul li{margin:0 5% 0 0;}
	.top-scroll li p{font-size:1.5em;}
	.hover-layer{transform: translateY(-30px) scale(0.7);}
	#game_animate{max-width:60%;}
	.instr-contents ul li{text-align: left !important;margin: 0 0 5px 0;}
	.alert-msgs p.success-msg, .alert-msgs p.error-msg{max-width:95%;}
	.popup-anim-content p{font-size:1.4em;width:95%;}
	ul.top-scroll li{padding:35px 0;}
	div.ecard-headerselectlang ul{width:160px;right:0;}
	div.ecard-headerselectlang:hover ul{height:230px;}
	div.headdefault_lang_dropdown p{margin-top:5px;padding: 5px 10px 5px 0;}
	div.headdefault_lang_dropdown p span{margin: 4px 24px 0 10px;}
}
@media only screen and (max-width:540px){
	#keyboard-cont{transform:scale(0.85);}
	.ecard-inner-box > span img{width:35px;height:35px;}
	#Home br,p#sec4_desc br{display:none;}
	.verfication-form{padding:60px 21px;}
	.verfication-form input[type="tel"]{padding: 15px 13px;font-size: 2.2em;background-size: 275px;max-width: 100%;margin: 0 auto;margin-left:30px;letter-spacing:41px;}
	.ecard-success-msg h3{width:250px;max-width:90%;}
}
@media only screen and (max-width:450px){
	#Lookback ul li{width:48%;}
	#keyboard-cont{transform:scale(0.7);}
	.letter-box{font-size:2rem!important;height:3rem!important;width:3rem!important;}
	#keyboard-cont{margin:0!important;}
	.verfication-form input[type="tel"]{margin-left:0;}
	.verfication-form .form-field{transform: scale(0.9);}
	.game-btn-box{width:95%;}
}
@media only screen and (max-width:400px){
	.verfication-form .form-field{transform: scale(0.9) translate(-15px,0);}
	.verfication-form input[type="tel"]{padding: 15px 12px;font-size: 2em;background-size: 242px;letter-spacing: 35px;}
}
@media only screen and (max-width:380px){
	.ecardsend-sec .submit-block{text-align:center;}
	.ecardsend-sec .submit-block span{width:100%;display:block;}
	#keyboard-cont{transform:scale(0.65);}
	#keyboard-cont{transform:scale(0.65);}
	.game-btn-box{width:100%!important;}
}
@media only screen and (max-width:325px){
	.me-logo{width:170px;}
	.verfication-form input[type="tel"]{left:20px;letter-spacing: 36px;padding: 15px 10px;}
}