/* -------------------------------------- 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;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
    color:#000;
    margin: 0;
    text-align: center;
    font-size: 16px;
	font-family: 'Zoho_Puvi_Regular', sans-serif;
    line-height: normal;
    overflow-x: hidden;
}
h1{font-size:3.5em;}
p{font-size: 1em;font-weight: 100;line-height: 22px;}
a{text-decoration: none;color: #000;}
h3{font-size: 1.5em;font-weight: 600;}
h2{font-size: 2.5em;font-weight: 600;margin-bottom: 15px;}
section{padding: 0 0 60px 0;}
header{
    position: absolute;
    width: 100%;
    background: transparent;
    padding: 25px 0;
    z-index: 9999;
}
header.active{
    position: fixed;
    background: #fff;
}
.container{width:1200px;margin: 0 auto;}
.fl{float:left;}
.fr{float:right;}
.me-logo{width:200px;display: none;}
header.active .me-logo{display: block;}
.me-logo.me-logo-white{display: block;}
header.active .me-logo.me-logo-white{display: none;}
nav{
    margin-top: 15px;
    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 10px 10px 10px;border-bottom: 2px solid transparent;color:#fff;}
header.active nav ul li a{border-bottom: 2px solid #fff;color:#000;}
nav ul li:hover a, nav ul li.active a{border-bottom: 2px solid #fff;}
header.active nav ul li:hover a, header.active nav ul li.active a{border-bottom: 2px solid #000;}
.nav-menu, .login-sec.active{display: inline-block;vertical-align: top;color:#fff;}
header.active .login-sec.active{display: inline-block;vertical-align: top;color:#000;}
.login-sec {display: none;}
.login-sec .unverified, .login-sec .verified{display: none;font-size: .8em;}
.ur-log-btn{color: #fff;cursor: pointer;}
header.active .ur-log-btn{color: #7543fe;cursor: pointer;}

.video-pop{display: none;}
.participate-sec{padding: 30px 0;}
.participate-btn {
    background: #FFBD0B;
    border: 2px solid #FFBD0B;
    color: #000;
    padding: 8px 20px;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    border-radius: 3px;
    cursor: pointer;
    -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;
}
.participate-btn:hover{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.watchvideo-btn{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    position: relative;
    margin-left: 60px;
    height: 40px;
}
.watchvideo-btn:hover{
    background: #4775d2;
    border: 2px solid #4775d2;
    color: #fff;
}
.watchvideo-btn:before {
    content: "";
    background: transparent url("../images/watchvideo-icon.svg") no-repeat center center;
    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;
}
.watchvideo-btn:hover:before {
    background: #2d5dbf url("../images/watchvideo-icon.svg") no-repeat center center;
    background-size: 16px;
    border: 2px solid #2d5dbf;
    border-width: 2px 0 2px 2px;
}
.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;
}
.vpop-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}
div.ecard-headerselectlang {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    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;
    margin: 0 0 20px 10px;
    text-align: left;
}
div.ecard-headerselectlang .headdefault_lang_dropdown p{
    background: #fff url(https://www.manageengine.com/happyholidays/2018/images/dropdown-icon.svg) no-repeat 95% center;
}
header.active div.ecard-headerselectlang .headdefault_lang_dropdown p{
    background: #0290ed url(https://www.manageengine.com/happyholidays/2018/images/dropdown-icon.svg) no-repeat 95% center;
    color: #fff;
}
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;
}
header.active div.ecard-headerselectlang ul {
    background: #bae4ff;
}
div.ecard-headerselectlang:hover ul {
    height: 310px !important;
    position: absolute;
    top: 48px;
    width: 100%;
}
div.ecard-headerselectlang ul li {
    display: block;
}
div.ecard-headerselectlang p {
    display: block;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
}
header.active div.ecard-headerselectlang ul p{
    background: #bae4ff;
}
header.active div.ecard-headerselectlang ul p:hover{
    background: #0290ed;
    color:#fff;
}
div.ecard-headerselectlang ul p:hover{
    background: #eee;
    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: #5da1eb;text-align: center;color:#fff;min-height: 500px;padding: 150px 0 0 0;position: relative;}
#Home .container{position: relative;z-index: 3;}
#Home p{font-size:1.2em;line-height: 28px;}
#Home h1{margin: 20px 0;font-weight: 600;}
#Home h3{margin: 40px 0 20px 0;}
#Home a{border-radius: 13px;padding: 4px 19px 17px 6px;position: absolute;bottom:30px;width:30px;margin: 0 auto;z-index: 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: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    z-index: 2;
}
#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;
    overflow: hidden;
    background: #000;
    object-fit: cover;
}
/*----------------------------Highlights----------------------------*/
#Highlights{padding-top: 80px;}
#Highlights p:first-child{margin-bottom: 60px;font-weight: normal;font-size: 1.1em;}
#Highlights p:first-child span{display: block;font-weight: 800;}
#Highlights ul li{display:inline-block;vertical-align: top; width: 25%;text-align: center;margin:0 20px;transition: all ease-in-out .5s;cursor: pointer;}
#Highlights ul .high-conts{padding: 15px;min-height: 200px;position: relative;z-index: 2;}
#Highlights ul .high-conts h3{padding: 10px 0 0 0;}
#Highlights ul .high-conts p{padding: 10px 0;min-height: 110px;}
#Highlights li:first-child .high-conts{background: #F5BCCB;}
#Highlights li:nth-child(2) .high-conts{background: #89F0B5;}
#Highlights li:nth-child(3) .high-conts{background: #9BCFF0;}
.high-curve{width: 100%;height: 240px;background: #DCC2FE;border-radius: 30px 30px 0 0;position: relative;}
.high-curve.curve1{background: #FECDCD;}
.high-curve.curve2{background: #C6F1D9;}
.high-curve.curve3{background: #81CBF0;}
#Highlights .arrow{ border:1px solid #fff;border-width: 0 2px 2px 0; display: inline-block;padding: 5px; transform: rotate(45deg);
  -webkit-transform: rotate(45deg);transition: 1s;}
#Highlights ul li:hover{transform: scale(1.05);}
.high-curve img{
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 20%;
}
.ecard-sec img{bottom: -100px;}
.fortunate-shot-game img{
    bottom: -5px;
    width: 250px;
    left: 8%;
}
.memory-grandmaster-game img{
    bottom: -10px;
    width: 220px;
    left: 12%;
}
/*----------------------------Ecard----------------------------*/

.ecard-thumb li p {
  color: white;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  margin-top: 1.175em;
}
.carousel{width: 72%;}

.left-pos {
  opacity: 1;
  margin-left: -71em !important;
  z-index: 1000;
}

.back-pos {
  margin-left: 2em !important;
  opacity: .05;
}

.right-pos {
  opacity: 1;
  margin-left:  25em !important;
  z-index: 1000;
}

#backToTop {
    display: none!important;
}
#1:target ~ .img-container {
        left: 0;
    }
.img-hover ul li {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
}
.main-pos:hover .img-hover{display: block;}
/*----------------------------Playgames----------------------------*/
#Playgames{margin-top: 100px;}
#Playgames p{padding: 0 50px;}
#Playgames ul{margin-top: 70px;}
#Playgames ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 20px;
    width: 25%;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out .5s;
}
#Playgames ul li:hover{transform: scale(1.05);}
#Playgames ul li p{padding: 0;}
#Playgames ul li img{width:100%;border-bottom: 3px solid #fff;}
#Playgames ul li .game-1{background: #BDF5D5;padding: 20px 25px 50px 25px;margin-top: -10px;}
#Playgames ul li .game-2{background: #C4DDFA;padding: 20px 25px 50px 25px;margin-top: -10px;}
#Playgames ul li .game-1:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 110px;
    background: url(../images/spin-batch.svg) no-repeat 0 center;
    background-size: 100px;
    left: 35%;
    top: 75px;
    display: none;
}
#Playgames ul li .game-2:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 110px;
    background: url("../images/memory-batch.svg") no-repeat 0 center;
    background-size: 100px;
    left: 35%;
    top: 75px;
    display: none;
}
#Playgames ul li span{
    border: 1px solid #FFBD0B;
    background: #FFBD0B;
    padding: 15px 60px;
    font-weight: 600;
    cursor: pointer;
    margin: 20px 0 0 0;
    display: inline-block;
    -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;
}
#Playgames ul li:hover a{
    border: 1px solid #000;
    background: transparent;
}
.games{min-height: 250px;}
.games h3{margin: 15px 0;}
/*----------------------------LookBack----------------------------*/
#Lookback{background: linear-gradient(to top, #FCF3DF, #FCF1D9, #fff);position:relative;}
#Lookback ul{margin-top: 70px;color:#fff;}
#Lookback ul li{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin: 0 1%;
	position: relative;
	min-height: 250px;
	transition: all ease-in-out .5s;
	overflow:hidden;
}
.year{bottom: -82px;position: absolute;padding: 20px 0 30px;width: 100%;transition: all ease-in-out .5s;}
.year h3{padding: 0 0 28px;color:#fff;}
.year1{background: #7BA0E7;}
.year2{background: #9699C7;}
.year3{background: #FFDA5E;}
.year4{background: #9BD348;}
.year5{background: #0B2E35;}
.year .visit{padding: 10px;border: 1px solid #FFBD0B;background: #FFBD0B;font-weight: 600;width: 100px;margin: 15px auto;margin: auto;}
.year .visit:hover{border:1px solid #fff;background: transparent;color:#fff;}
.year-img{width: 100%;height: 270px;border-radius: 30px 30px 0 0;}
.year1-img{background: url("../images/year1-img.jpg") no-repeat center 0;background-size: cover;}
.year2-img{background: url("../images/year2-img.jpg") no-repeat center 0;background-size: cover;}
.year3-img{background: url("../images/year3-img.jpg") no-repeat center 0;background-size: cover;}
.year4-img{background: url("../images/year4-img.jpg") no-repeat center 0;background-size: cover;}
.year5-img{background: url("../images/year5-img.jpg") no-repeat center 0;background-size: cover;}
#Lookback ul li:hover .year{bottom: 0px;overflow: auto;}
/*----------------------------Footer----------------------------*/
footer{background: #FCF3DF;padding: 60px 0;}
.foot-me-logo{display: inline-block;margin-bottom: 10px;}
.foot-me-logo img{width:240px;}
footer a{color:#FFB100;}
.share-list a{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    padding: 8px 8px 5px;
    border:1px solid #000;
    border-radius: 50%;
}
footer .copyright a{color:#000;text-decoration: underline;}
footer .copyright a:hover{text-decoration: none;}
.share-list svg{width:20px;height: auto;}
#meGDPRMessage{margin: 10px 0 0 0;}
#fortune-spin #meGDPRMessage, #memory-grandmaster-sec #meGDPRMessage{margin: 10px 0;text-align: center;}
#meGDPRMessage .checkmarkgdpr{box-sizing: content-box;}
/*-------------Ecard mail styles------------*/
.carousel {
    width: 550px;
    height: 29em;
    margin: 0 auto;
    position: relative;
}
.carousel .ecard-thumb > li {
    width: 750px;
    height: 450px;
    background: transparent;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    margin-top: 50px;
    z-index: 1;
}
.carousel .ecard-thumb > li.main-pos {
    margin-left: -23em !important;
    z-index: 2;
}
.items {
    position: absolute;
}
.items img {
    width: 100%;
}
.img-hover {
    background: linear-gradient(to top, #6981F2, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
.img-hover-footer {
    width: 100%;
    padding: 25px 0px;
    position: absolute;
    bottom: 0;
}
.main-pos .img-hover-but {
    padding: 15px 50px;
    background: #FFBD0B;
    border: 1px solid #FFBD0B;
    margin: 200px 0 0 0;
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
}
.main-pos .img-hover-but:hover{
	border: 1px solid #fff;
	background: #fff;
	color:#000;
}
.img-hover ul li span + span {
    font-weight: 400;
    font-size: .9em;
}
.carousel li.back-pos {
    margin-left: -23em !important;;
    opacity: .05;
}
.but-styl {
    background: url("../images/arrow-left.svg") no-repeat left 0;
    background-size: 50px;
    border: none;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 9;
    left: -32%;
    bottom: 25%;
    outline: none;
    cursor: pointer;
}
.but-styl:hover {
    cursor: pointer;
}
#next {
    background: url("../images/arrow-right.svg") no-repeat right 0;
    background-size: 50px;
    left: auto;
    right: -36%;
}
.button-container {
    bottom: -30%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    width: 500px;
}
.slide1 {
    display: inline-block;
	height: auto;
    width: 100px;
	margin: 4px;
	border: 2px solid #fff;
    cursor: pointer;
}
.slide1.active{border: 2px solid #e60017;}
.button-container img{width:100%;height:100%;}
div.close-icon {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}
div.close-icon img {
    width: 12px;
    height: 18px;
    margin-top: 6px;
}
/*---------------------Popup styles------------------------*/

.popup-container {
    background: #5da1eb;
    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: rgb(93, 161, 235,0.8); */
}
.popup-container.active {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.pop-cont{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #5da1eb;
}
.popup-close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}
.popup-close img, .vpop-close img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.popup-close:hover img{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.btn{
    background: #94D505;
    border: 1px solid #94D505;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 5px 0 5px;
    vertical-align: top;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.succ-msg-btn-grp span:first-child{
    background: transparent;
    border: 1px solid #fff;
}
.btn:hover, .succ-msg-btn-grp span:first-child:hover{
    background: #FDD900;
    border: 1px solid #FDD900;
    color:#000;
}
.registration-form, .verfication-form, .ecards-sec, #fortune-spin, #memory-grandmaster-sec {
    display: none;
}
.ecard-success-msg, .spinwheel-success-msg, .memory-success-msg, .ecard-closed {
    display: none;
    text-align: center;
}
.ecard-success-msg, .spinwheel-success-msg, .memory-success-msg{
    color:#fff;
    text-align: center;
    background: #F582B3;
    width: 600px;
    margin: 7% auto 0 auto;
    padding: 50px;
    border-radius: 20px 20px 30px 30px;
    border: 2px solid #FDFD1C;
}
.ecard-success-msg h3, .spinwheel-success-msg h3, .memory-success-msg h3, .pop3_line3{
    padding: 13px 0 40px;
    text-align: center;
    margin: -70px auto 0px auto;
    background: url(../images/fortune-title.svg) no-repeat top center;
    color: #fff;
    width: auto;
    font-size: 1.4em;
    background-size: 350px;
}
.pop4_line11{font-weight: 800;padding: 10px 0 0 0;color: #fdfd1c;}
#fortune-spin{padding: 5% 0 2% 0;}
.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: url(../images/fortunekquizebg.svg) no-repeat 0 0;
    background-size: 100%;
    width: 700px;
    height: 350px;
    margin: 8% auto 0 auto;
}
.verfication-form h3 {
    padding: 13px 0 30px 0;
    text-align: center;
    margin: -60px auto 0px;
    background: url(../images/fortune-title.svg) no-repeat 0 0;
    color: #fff;
    width: 320px;
    font-size: 1.4em;
}
.reg_form_errors_verify{padding: 10px 0 0 0;}
.ecards-img-block, .ecards-form {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 50%;
}
.ecards-form {
    overflow: auto;
    width: 35%;
    margin: 0 5% 0 0;
    text-align: left;
    overflow: scroll;
    padding: 0 2% 0 0;
}
.ecard-steps {
    color: #fff;
    padding: 10px 0 10px 2%;
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
    background: #1b6ec8;
    left: 0;
    border-bottom: 1px solid #78b7fb;
    z-index: 2;
}
.ecard-steps strong {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding: 4px;
}
.ecard-steps p {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    font-size: .8em;
    background: url(../images/sys20-arrow.svg) no-repeat right center;
    background-size: 20px;
    padding: 2px 25px 2px 5px;
}
.ecard-steps p:last-child{background: none;}
.ecard-steps p span{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
}
.ecards-images {
    width: 94%;
}
.ecards-images>img {
    width: 100%;
    height: auto;
}
.ecards-images ul {
    margin: 20px 0 0 0;
    padding: 0;
}
.ecards-images ul li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 0 0.7%;
    -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 img {
    border: 2px solid #5ca1eb;
    width: 100%;
}
.ecards-images ul li.active img {
    border: 2px solid #fff;
}
.ecards-form .form-field{
    display: inline-block;
    width: 98%;
    margin: 0 0 10px 0;
    position: relative;

   color : !important #97bee8;
}

.ecards-form .label
{
  color : !important #97bee8;

}


.game-popup .form-control{
    display: inline-block;
    width: 98%;
    margin: 0 0 20px 0;
    position: relative;
}
.game-popup .btn-submits{
    margin: 20px 0;
}
.ecards-form input, .ecards-form textarea, .game-popup form input{
    background: transparent;
    border: 1px solid #F8EBFD;
    padding: 10px 2%;
    color: #fff;
    width: 100%;
    font-size: 1em;
    -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 #97bee8;

    color : !important #97bee8;
}



.ecards-form input:focus, .ecards-form textarea:focus, .ecards-form select:focus, .game-popup form input:focus, .game-popup form select:focus {
    outline:none;
    border: 1px solid #FDD900;
}
.ecards-form .reg_form_errors{
    display: none;
    position: absolute;
    bottom: -18px;
    color: #f9e600;
    font-size: .8em;
}
.game-popup .error{
    display: none;
    position: absolute;
    bottom: -21px;
    color: #f9e600;
    font-size: .8em;
}
.ecards-form form select, .game-popup form select {
    background: transparent;
    border: 1px solid #F8EBFD;
    padding: 10px 2%;
    color: #fff;
    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;
}
.ecards-form form select#country_state, .game-popup form select#country_state{
    margin: 10px 0 0 0;
}
#EcardsCountry{position: relative;}
#EcardsCountry:before{
    content: "";
    width:0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    position: absolute;
    right: 15px;
    top: 16px;
}
.zc-label-text {

    font-weight: 600;
    margin: 15px 0 10px 0;
    display: block;
}
.ecards-form form .zc-Radio span {
    padding: 5px 0;
    display: block;
    cursor: pointer;
}
.ecards-form form .zc-Radio input {
    width: 20px;
}
.ecards-form form .zc-Radio label {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.ecards-form .disabled
{
  display: none;
}

.ecards-form form a, .game-popup form a{ color: #97bee8; text-decoration: underline;}
.ecards-form ::placeholder, .game-popup form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #97bee8;

  opacity: 1; /* Firefox */
}

.ecards-form :-ms-input-placeholder, .game-popup form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #97bee8;
}

.ecards-form ::-ms-input-placeholder, .game-popup form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #97bee8;
}
.ecards-form .privacy-policy{padding: 20px 0;}
.preview-btn{
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px 0 10px;
    cursor: pointer;
}
.ecards-form .submit-btn, form input[type="submit"], .game-popup .pop_submit_val{
    display: inline-block;
    vertical-align: top;
    background: #ffd253;
    border:1px solid #ffd253;
    color: #000;
    font-weight: 600;
    padding: 15px 40px;
    cursor: pointer;
    -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;
    width: auto;
    border-radius: 3px;
    font-size: 1em;
}
.ecards-form .submit-btn:hover, form input[type="submit"]:hover, .game-popup .pop_submit_val:hover{
    background: transparent;
    border:1px solid #fff;
    color: #fff;
}
/*---------------------verfication form styles------------------------*/
.verfication-form .form-field {
    text-align: center;
}
.verfication-form input[type="tel"] {
    background: url(../images/sys20-line.svg) no-repeat left bottom;
    background-size: 200px;
    font-size: 3em;
    color: #fff;
    line-height: normal;
    letter-spacing: 16px;
    width: 220px;
    outline: none;
    border: none;
    padding: 10px 0;
}
.anotherid{
    text-decoration: underline;
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
}
.anotherid:hover{
    text-decoration: none;
}
.verify-submit{
    margin: 10px 0 0 0;
}
/*---------------------Preview popup styles------------------------*/
.preview-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    display: none;
    z-index: 999999;
    overflow-x: auto;
}
.pre-pop-inner {
    background: #5da1eb;
    color: #fff;
    width: 600px;
    margin: -6% auto 0 auto;
    text-align: center;
    transform: scale(.7);
    position: relative;
}
.ecard-prev-maincont {
    padding: 20px;
}
.pre-pop-inner img {
    width: 100%;
}
.preview-popup h4 {
	font-family: 'Zoho_Puvi_Regular', sans-serif;
    font-size: 1.4em;
    line-height: normal;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}
.preview-popup p {
    line-height: 20px;
    padding: 5px 0;
    text-align: left;
    font-size: 1em;
}
.preview-popup p.big-text {
    font-weight: 600;
    padding: 10px 0 5px 0;
}
.top-close {
    background: #000;
    padding: 6px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ecard-footer {
    background: #2f7bce;
    text-align: center;
    margin: 0;
    padding: 20px 20px 10px 20px;
    font-size: .8em;
}
.pre-pop-inner .sysme-logo {
    display: block;
    padding: 0 0 10px 0;
}
.pre-pop-inner .sysme-logo img {
    width: 160px;
}
.ecard-footer p {
    text-align: center;
}
div.loader {
    background: #5da1eb;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.preload-wrapper {
    top: 40%;
    position: relative;
    color: #fff;
    font-size: 30px;
    width: 200px;
    margin: 0 auto;
}
.preload-wrapper img{
    width: 100px;
    height: auto;
}
/*---------------------Game form Styles--------------------------*/
.game-popup{
    color: #fff;
    text-align: center;
    background: #F582B3;
    width: 600px;
    margin: 4% auto 0 auto;
    padding: 50px;
    border-radius: 20px 20px 30px 30px;
    border: 2px solid #FDFD1C;
    display: none;
}
.pop3_line4{margin: 0 0 15px 0;}
/*---------------------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;
	position: relative;
    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: transparent url("../images/watchvideo-icon.svg") no-repeat center center;
    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: #2d5dbf url("../images/watchvideo-icon.svg") no-repeat center center;
    background-size: 16px;
    border: 2px solid #2d5dbf;
    border-width: 2px 0 2px 2px;
}

/*---------------------Responsive Styles--------------------------*/
@media only screen and (min-width:1500px){
    section{padding: 0 0 100px 0;}
    #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);
    }
    #Playgames {margin-top: 150px;}
}
@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: 360px;}
    .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;}
    #next{right: -32%;}
    .carousel .ecard-thumb > li{margin-top: 30px;}
    .button-container {bottom: -25%;}
    .but-styl{bottom: 25%;}
    .main-pos .img-hover-but{margin: 165px 0 0 0;}
    .img-hover ul li{padding: 0 5px;}
}
@media only screen and (max-width:1360px){
    .ecards-images ul li{margin: 0 0.6%;}
}
@media only screen and (max-width:1200px){
	.container{width:90%;}
	#Home br{display:none;}
	#Playgames ul li{width:40%;margin: 20px;}
	#Lookback ul li{margin: 5% 2%;width: 25%;}
    #Highlights ul .high-conts{min-height: 250px;}
    .fortunate-shot-game img{width: 200px;left: 5%;}
    .memory-grandmaster-game img{left: 5%;}
    div.ecard-headerselectlang{width: auto;}
    div.ecard-headerselectlang p{padding: 10px 10px 10px 5px;}
    div.ecard-headerselectlang p span+span{display: none;}
    div.ecard-headerselectlang .headdefault_lang_dropdown p{background: #fff url(https://www.manageengine.com/happyholidays/2018/images/dropdown-icon.svg) no-repeat 85% center;padding: 5px 10px 0 0;margin: 10px 0 0 0;}
    header.active div.ecard-headerselectlang .headdefault_lang_dropdown p{background: #0290ed url(https://www.manageengine.com/happyholidays/2018/images/dropdown-icon.svg) no-repeat 85% center;color: #fff;}
}
@media only screen and (max-width:1000px){
    #Home{padding: 100px 0 0 0;min-height: 550px;}
    #Home h1{font-size: 2.8em;}
    .button-container{width:100%;}
	.nav-menu {background: #fff;position: absolute;width: 100%;top: 90px;z-index: 99;display: none;float: none;left:0;}
    .nav-menu li{display: block;text-align: center;transition: .5s;}
    .nav-menu li.login-sec{display: none;}
    .nav-menu li a{border-bottom: 1px solid #b3b1b1;padding: 15px;transition: .5s;}
	.nav-menu li a {color: #000;display: block;}
    nav ul li:hover a, nav ul li.active a{border-bottom: 1px solid #5da1eb;}
	#Highlights ul li{width: 40%;margin: 20px;}
    .carousel .ecard-thumb > li.main-pos {margin-left: -16em !important;margin-top:30px;}
    .button-container{bottom: -20%;}
    .but-styl{left: 5%;bottom: 30%;}
    #next{right: 5%;}
    #Playgames {margin-top: 50px;}
	#Playgames ul li span{padding: 10px 20px;}
	.games{min-height: 300px;}
	#Lookback ul li{margin: 5% 5%;width: 30%;}
	.right-pos{display:none !important;}
	.left-pos{display: none !important;}
	.back-pos{display: none !important;}
	.carousel li.main-pos{width:100% !important;height:auto!important;margin-left: -18em !important;}
	.menu-icon{display: block;}
    .login-sec{padding: 15px;}
	.main-pos .img-hover-but{margin: 140px 0 0 0;}
    .ecards-img-block{width:100%;}
    .ecards-form{width: 100%;position: absolute;top: 800px;left: 0;padding: 5%;}
    .ecards-images{width: 100%;margin: 100px auto 0 auto;}
    .ecards-images ul li{margin: 0;}
    .login-sec span:first-child{display: none;}
    .img-hover{display: block;}
    .img-hover .img-hover-footer{display: none;}
    .ecard-steps strong{display: none;}
    .ecard-steps p{display: block;background: none;}
    #intro-video, .overlay-bg{height: 550px;}
    #Home a{bottom:0;}
    .banner-down-arrow img{width:20px;}
    div.ecard-headerselectlang .headdefault_lang_dropdown p{margin: 5px 40px 0 0;}
}
@media only screen and (max-width:800px){
    .ecards-form{top: 650px;}
}
@media only screen and (max-width:650px){
    .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;}
	#Playgames ul li{width: 80%;}
	#Playgames ul li span{padding: 15px 60px;}
	#Lookback ul li{width: 60%;}
    .verfication-form{background: #F582B3;width: 90%;padding: 20px;border: 2px solid #FDD900;border-radius: 20px 20px 30px 30px;}
    #Playgames ul li span {padding: 15px 30px;}
	.items{position: relative !important;}
	#Home{padding: 100px 0 50px 0;}
	#E-card br{display: none;}
    .ecards-form{top: 550px;}
	.main-pos .img-hover-but{margin: 85px 0 0 0;}
    .button-container {bottom: -20%;}
    .but-styl{bottom: 15%;}
    #Playgames ul li .game-1::before, #Playgames ul li .game-2::before {left: 30%;top: 50px;}
    #Highlights p br, #intro-video, .overlay-bg{display: none;}
    div.ecard-headerselectlang .headdefault_lang_dropdown p{margin: 5px 60px 0 0;}
    .game-popup{width:90%;}
}
@media only screen and (max-width:450px){
	#Playgames ul li, #Highlights ul li{width: 80%;}
    .ecards-form{top: 430px;}
    .main-pos .img-hover-but {margin: 95px 0 0 0;}
    .main-pos .img-hover-but{font-size: 1em;padding: 10px 30px;}
}
@media only screen and (max-width:380px){
    .ecards-form{top: 400px;}
    .main-pos .img-hover-but {margin: 75px 0 0 0;}
    #Playgames ul li .game-1::before, #Playgames ul li .game-2::before {left: 25%;top: 40px;}
}
@media only screen and (max-width:380px){
    .ecards-form{top: 370px;}
    .me-logo.me-logo-white {width: 140px;margin: 8px 0 0 0;}
}
