@charset "utf-8";
/* CSS Document */

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, sub, sup, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
img{
	max-width: 100%;
}
.fullwidth{
	width: 100%;
}
.clearfix, .clear{
	clear: both;
}
/* .........................  Social media style  .........................*/
.shareboxwrp{
	display:none;
	float:left;
	width:100%;
}
.shareboxwrpin {

    margin: 0 auto;
    display: table;
    width: 40px;

}
.social-media-main {
	width: 50px;
height: 240px;
	float: left;
	position: fixed;
	bottom: 10px;
	z-index: 9;
	right: 20px;
	padding-top: 60px;
}
.shretle {
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	width: 50px;
	height:50px;
	line-height:50px;
	background-size:60% auto;
	background-image:url(../images/share.svg);
	background-repeat:no-repeat;
	background-position:center center;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align: center;
	background-color: #FFFFFF;
	padding: 3px 0;
	color: #fff;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	float:left;
	position:absolute;
	top:50px;
	left:0;
	cursor:pointer;
	-moz-transition:all .2s linear .0s;
	-webkit-transition:all .2s linear .0s;
	transition:all .2s linear .0s;
}
.shretle.open {
	top:0;
	background-image:url(../images/close.svg);
	
}
.social-media-ins {
	width: 100%;
	height: 180px;
	float: left;
	margin: 0px;
}
.social-media-head {
	width: 100%;
	height: auto;
	float: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 110%;
}
.social-media-icon {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
	background-image: url(../images/social.svg);
	background-size:50px auto;
	background-repeat: no-repeat;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

margin-bottom: 5px;
}
.tw-clr {
	background-position: -4px -107px;
	background-color: #2caafe;
}
.gl-clr {
	background-position: -4px -56px;
	background-color: #fb443e;
}
.wt-clr {
	background-position: -4px -159px;
	background-color: #13b345;
}
.fb-clr {
	background-color: #2b44a0;
	background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/

html, body{
    width: 100%;
    height: 100%;

background-color: #0f9cc5;
    background-image: url("../images/bg-new.jpg");
    background-size: cover;
    background-position:  center center;


}
.mob-title{
    display: none;
}
.isl-left {
    width: 40%;
   
    float: left;
    padding-left: 20px;
    height: 100%;
}
.left-mdle {
    max-width: 72%;
    height: 100%;
    margin: 0 auto;
    width: 100%;
   
    padding: 0 20px;
    -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.left-mdleIn{
    cursor: pointer;
}
.isl-right{
    
    height: 100%;
    width: 60%;
    float: left;
    position: relative;
}
.click-new-btn {
    display: table;
    margin: 20px auto 0px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    color: #24015b;
    font-weight: bold;
    padding: 10px 14px;
    font-size: 16px;
    font-family: arial;
    line-height: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.islform-right.isl-right::after{
    background: rgba(2,19,86,0.7);
}
.isl-thank-right:after{
     background: rgba(2,19,86,0.8);
}
.player-img{
    text-align: center;
}
.player-img img{
     max-height: 100vh;
    max-height: calc(100vh - 120px);
   
}
.logo-section {
    max-width: 200px;
    margin: 0 auto 15px;
    position: relative;
}
.index-logo-section{
    position: relative;
}
.isl-right.index-right {
    float: right;
}
.brnd-logo.mmlogo {
    width: 45%;
    left: 0;
    max-width: 100px;
    display: block;
    float: right;
}
.brnd-logo.maxlogo {
    right: 0;
    max-width: 300px;
    display: block;
    width: 100%;
    bottom: 30px;
    position: absolute;
}
.isl-right-in {
    max-width: 730px;
    margin: 0 auto;
    height: 100%;
    padding: 0px 20px 15px;
        -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
    position: relative;
    z-index: 1;
}
.left-mdle img{
    max-height: 80vh;
}
.click-btn {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.questionh1 {
    font-size: 32px;
    color: #fff;
    -moz-text-shadow: 0px 2px 3px #000;
    -webkit-text-shadow: 0px 2px 3px #000;
    text-shadow: 0px 2px 3px #000;
}
.answrslection {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
    margin-top: 10px;
}
.answer-select {
    color: #011052;
    /*-moz-text-shadow: 1px 2px 2px #000;
    -webkit-text-shadow: 1px 2px 2px #000;
    text-shadow: 1px 2px 2px #000;*/
    font-size: 20px;
    cursor: pointer;
    background: rgba(255,255,255,0.9);
    padding: 10px 10px 10px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    border-radius: 5px;
    display: block;
}
.radio-input[type="radio"]:checked+label.answer-select { 
    
    background:#f9ed35; 
    -moz-box-shadow: 0px 0px 10px #f9ed35;
    -webkit-box-shadow: 0px 0px 10px #f9ed35;
box-shadow: 0px 0px 10px #f9ed35;

}
/*.radio-input.error[type="radio"]+label.answer-select {
    background: red;
}*/
label.answer-select:hover{
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(255,255,255,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(255,255,255,0.6);
box-shadow: 0px 0px 10px rgba(255,255,255,0.6);
}

.question-wrp {
    text-align: center;
    margin-top: 30px;
    width: 100%;
}
.answrslectionin {
    position: relative;
}
.radio-input {

    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;

}
.form-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 0 5px;
    position: relative;
}
.form-filed {
    width: 100%;
}
.form-input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: none;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.form-input:focus {
    -moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.4);
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.4);
}
.form-input.error {
    -moz-box-shadow: 0px 0px 0px 2px #f00;
    -webkit-box-shadow: 0px 0px 0px 2px #f00;
    box-shadow: 0px 0px 0px 2px #f00;
}
.right-inner {

    width: 100%;
    float: left;

}
.form-title {
    width: 100%;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    
}
.form-wrp {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.islform-right .title-section {
    max-width: 430px;
    margin: 0 auto;
}
.islform-right .logo-section{
    max-width: 300px;
    
}
.submit-btn {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    border: none;
    outline: none;
    background: #5ad553;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
    cursor: pointer;
}
.submit-btn:hover, .submit-btn:focus{
    background: #44b33e;
}
.form-row.form-rowhalf{
    width: 50%;
}
.icon-round {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
}
.thankyou-wrp{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #FFFFFF;
}
.thankyouTitle {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}
.thankyou-p {
    text-align: center;
    color: rgba(255,255,255,0.7);
    font-size: 16px;
}
.tryagain-btn {
    display: table;
    margin: 15px auto 0px;
    color: #031254;
    background: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    font-family: arial;
    border: none;
    outline: none;
    cursor: pointer;
}


label.error::before, .custerror:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c80042;
    position: absolute;
    top: -5px;
    left: 5px;
}

label.error, .custerror{
    position: absolute;
    background: #c80042;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    left: 5px;
	display: none;
   font-family: arial;
    top: 100%;
    -moz-transition: all .1s ease-in .0s;
    -webkit-transition: all .1s ease-in .0s;
    transition: all .1s ease-in .0s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	z-index: 2;
}
.terms-a {
    font-family: arial;
    color: #fff;
    font-size: 14px;
    opacity: .9;
}
.login-link {
    display: block;
    cursor: pointer;
}
.mmlogo-iner {
    max-width: 100px;
    display: table;
    margin: 10px auto;
    float: none;
    width: 100%;
}
.maxlogo-inner {
    margin: 10px auto;
    max-width: 200px;
    display: block;
    float: none;
    width: 100%;
}