﻿/* Common CSS Start */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
	box-sizing: border-box;
}
body {
	line-height: 1;
	-ms-word-break: break-all;
	word-break: break-all;
}
h2 {
	-ms-word-break: normal;
	word-break: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	outline: none;
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
a:hover {
	vertical-align: baseline;
	background: transparent;
	color: #009CE0;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

.social-media-main {
    width: 43px;
    float: left;
    position: fixed;
    top: 50px;
    z-index: 9999;
    right: 0px;
}
.social-media-ins {
    width: 50px;
    float: left;
    margin: 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook, .fa-twitter, .fa-google, .fa-whatsapp {
    color: white;
    padding: 8px;
    width: 20px;
}
.fa {
    padding: 10px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    cursor: pointer;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-facebook, .fa-twitter, .fa-google, .fa-whatsapp {
    color: white;
    padding: 8px;
    width: 20px;
}
.fa-google {
    background: #dd4b39;
}
.fa-whatsapp {
    background: #25D366;
}
.fa-twitter {
    background: #55ACEE;
}
.fa-facebook {
    background: #3B5998;
}
.wrapper {
	width: 1180px;
	height: auto;
	margin: 0px auto 0px auto;
}
.top-header {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.top-mob-header {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
	display: none;
}

.top-header img{
	width: 100%;
}
.home-slider {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}

.home-slider img{
 width: 100%;
}
.videos-contest {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}
.left-slot {
	width: 71.61016949152542%;
	height: auto;
	float: right;
	margin-right: 2.9661016949152543%;
}
.right-slot {
	width: 25.42372881355932%;
	height: auto;
	float: right;
}
.video-header-blk {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	float: left;
}
.video-gallery-blk-call {
	width: 100%;
	height: auto;
	float: left;
	
}

.video-gallery-blk {
	width: 100%;
	height: auto;
	float: left;
	background-color: #62AFDD;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

}

.video-player {
	width: 100%;
	height: 486px;
	float: left;
	padding: 10px 1% 10px 1%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;

}
.video-thump-blk {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}
.video-h-content {
	font-family: roboto;
	font-size: 20px;
	font-weight: bold;
	color: #2987BE;
	width: 50%;
	float: left;
	word-break: normal;
}
.more-videos {
	font-family: roboto;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	width: 50%;
	float: left;
	text-align: right;
	word-break: normal;
}

.thump-header {
	width: 33.33%;
	height: auto;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.thump-img {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding-bottom: 3px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

}

.thump-img img{
	width: 100%;
	}
.thump-content {
	font-family: PanchariUni;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	height: auto;
	float: left;
	line-height: 130%;
	word-break: normal;
}

.man-of-the-match-blk-call {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}

.man-of-the-match-blk {
	width: 100%;
	height: auto;
	float: left;
	
}
.man-match-header-blk {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
	font-family: roboto;
	font-size: 20px;
	font-weight: bold;
	word-break: normal;
	color: #DB378A;
}
.man-match-contest-blk {
	width: 100%;
	height: auto;
	float: left;
	background-image: url('../images/man-of-the-match-bg.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #303393;
}
.contest-container-man-match {
	padding: 5%;
	width: 100%;
	height: auto;
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.contest-content-player {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-family: roboto;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	word-break: normal;
	line-height: 130%;
}
.select-box-blk {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}
.captcha-blk {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
	font-family: roboto;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	word-break: normal;
	line-height: 130%;
	text-align: center;
}
.captcha-blk1 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
	font-family: roboto;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	word-break: normal;
	line-height: 130%;
	text-align: center;
}
.submit-blk {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	 

}
.country-blk {
	border-color: none;
	width: 100%;
	float: left;
	padding: 0px 10px;
	border-width: 0px;
	
	border-style: none;
	height: 30px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #555555;
}

.submit-bg {
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF8000;
	border-style: none;
	border-width: 0px;
	width: 100px;
	height: 30px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.quiz-header {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
	font-family: roboto;
	font-size: 20px;
	font-weight: bold;
	word-break: normal;
	color: #EE940D;
}
.mail-bg {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 10px;
	border-style: none;
	height: 30px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #404040;

}
.quiz-container {
	width: 100%;
	height: auto;
	float: left;
	background-image: url('../images/quiz-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	background-color: #F4A62F;
	background-size: 100% 100%;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

}
.quiz-contest {
	width: 100%;
	height: auto;
	float: left;
	padding: 5%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.quiz-content-player {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-family: EGGIndulekhaUni;
	font-size: 20px;
	
	color: #000000;
	word-break: normal;
	line-height: 110%;
}

.quiz-answer-slot {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding:15px 10px 15px 40px;
	font-family: PanchariUni;
	font-size: 19px;
	font-weight: bold;
	color: #1A1A1A;
	background-color: #FFFFFF;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	word-break: normal;
	cursor: pointer;
}




.quiz-blk-cotest {
	width: 100%;
	height: auto;
	float: left;
}

.quiz-blk-cotest-call {
	width: 100%;
	height: auto;
	float: left;
}

.nav-blk {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.nav {
	width: 100%;
	height: auto;
	float: left;
}

.nav ul li {
	height: auto;
	float: left;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #6A6A6A;
	margin-right: 2%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	list-style-type: none;
	padding-right: 1%;
	width: auto;
}

.nav ul li:last-child {
	height: auto;
	float: left;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #6A6A6A;
	margin-right: 2%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	list-style-type: none;
	padding-right: 1%;
	width: auto;
}




.navigation {
	width: auto;
	margin: 0px auto 0px auto;
	text-align: center;
}


.nav-font {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 0;
	margin-right: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	color: #646464;
}

.nav-font:last-child {
	border-right-width: 0px;
	}


.quiz-fill-box {
	width: 100%;
	height: auto;
	float: left;
}
#resultScreen{
	min-height: 300px;
}
.box-cotainer {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.quiz-submit-bg {
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993366;
	border-style: none;
	border-width: 0px;
	width: 100px;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nav-box-small {
	float: left;
	width:50%;
	display: none;
	cursor: pointer;
}

.video-icon {
	position: absolute;
	z-index: 10;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	width: 21px;
	height: 19px;
}
.ad-970 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

.nav-content-container {
	width: 50%;
	height: auto;
	float: left;
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
	width: 50%;
	height: auto;
	float: left;
}
.read-content {
	width: 49%;
	height: auto;
	float: left;
	font-family: roboto;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	color: #666666;
	padding-right: 1%;
	cursor: pointer;
}

.video-icon-b {
	margin: 0px;
	width: auto;
	height: auto;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.special-page-blk {
	width: 100%;
	height: auto;
	float: left;
	display: block !important;
}


.special-page-blk1 {
	width: 100%;
	height: auto;
	float: left;
	display: none !important;

}

.special-page-blk img {
	width: 100%;
}


.special-page-blk1 img {
	width: 100%;
}

.q-a-container {
	width: 100%;
	height: auto;
	float: left;
}
.next-q-blk {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;
	background-color: #F9EEB5;
}
.ans-all-total {
	width: auto;
	height: auto;
	float: left;
	font-family: roboto;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding: 15px 8px 15px 8px;
	background-color: #F9EEB5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.font-total {
	font-family: roboto;
	font-size: 20px;
	font-weight: bold;
	color: #990033;
}
.yrnextbtn, .yrprevbtn {
	line-height: 0;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	padding: 10px;
	height: 34px;
	border-radius: 3px;
	font-size: 15px;
	font-family: arial;
	background-color: #b33360;
	color: #FFFFFF;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	float: right;
	margin-left: 8px;
	
	background-repeat: no-repeat;
}
 .yrprevbtn {
    background-image: url("../images/arrow-prev.png");
    background-position: 13% center;
    padding-left: 20px;
}
.yrnextbtn {
    background-image: url("../images/arrow-2.png");
    background-position: 87% center;
    padding-right: 20px;
}
.yrprevbtn:disabled, .yrprevbtn[disabled]{
	background-image: url("../images/arrow-prev-disabled.png");
}

.yrnextbtn:disabled, .yrnextbtn[disabled], .yrprevbtn:disabled, .yrprevbtn[disabled] {
    background-color: #999;
    cursor: default;
    color: #FFFFFF;
	border-color:  #999;
	font-weight: normal;
}
.yrprevbtn {
	background-color: transparent;
    border: 1px #b33360 solid;
    color: #b33360;
    font-weight: bold;
	margin-left: 0px;
}
.answrselect {
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 2px solid #092a4a;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    background-position: -100px;
}
.spriteicon {
    background-image: url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-size: 78px auto;
}
.right-answer.quiz-answer-slot .answrselect  {
    border: 0px;
    background-color: #FFFFFF;
    background-position: -5px -24px;
}
.right-answer.quiz-answer-slot, .right-answer.quiz-answer-slot:hover {
    background-color: #0bcc6c;
    color: #FFFFFF;
    cursor: default;
}
.wrong-answer.quiz-answer-slot {
    background-color: #c34a31;
    color: #FFFFFF;
    cursor: default;
}
.wrong-answer.quiz-answer-slot .answrselect {
    border: 0px;
    background-color: #FFFFFF;
    background-position: -5px -53px;
}
.qstncount {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #ba5c31;
    color: #fff;
	position: absolute;
left: 0;
top: 0;
}
.qstHead {
    width: 100%;
    position: relative;
    padding-left: 35px;
	float: left;
}
.ans-all-total-1 {
	width: auto;
	height: auto;
	float: right;
	font-family: roboto;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding: 8px 8px 8px 0px;
	background-color: #F9EEB5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.arrow-blk {
	padding-left: 5px;
	}

.right-blk {
	position: absolute;
	margin-right: 10px;
	left: 5px;
	top: 50%;
	margin-top: -11px;
}
.wrong-blk {
	position: absolute;
	margin-right: 10px;
	left: 5px;
	top: 50%;
	margin-top: -11px;
}

.Congratulations-blk {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: roboto;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.your-score {
	width: 100%;
	height: auto;
	float: left;
	font-family: roboto;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
	word-break: normal;
}
.play-again {
	font-family: roboto;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	background-color: #CC0000;
	width: 100px;
	margin: 0px auto 0px auto;
	cursor: pointer;
	word-break: normal;
}


@media screen and (max-width:1024px)
{

.wrapper {
	width: 100%;
	}



}

@media screen and (max-width: 980px)
{

}
@media screen and (max-width: 966px)
{

@media screen and (max-width:800px)
{

 .special-page-blk {
	width: 100%;
	height: auto;
	float: left;
	display: none !important;
	
}


.special-page-blk1 {
	width: 100%;
	height: auto;
	float: left;
	display: block !important;

}


.videos-contest {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 1%;
	padding-left: 1%;
}

.video-header-blk {
  padding-top: 10px;
    }

.left-slot {
    width: 100%;
    margin-right: 0%;
}

.right-slot {
    width: 100%;
    
}

.quiz-blk-cotest-call {
    width: 100%;
}

.quiz-blk-cotest {
    width: 100%;

}

.man-of-the-match-blk-call {
	width: 100%;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}


.man-of-the-match-blk {
	width: 100%;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;


}
}
@media screen and (max-width:768px)
{
  .video-player {
    height: 435px;

}
 

}
@media screen and (max-width:700px)
{

   .video-player {
    height: 398px;

}
 

}

@media screen and (max-width:667px)/* IPHONE*/
{

 .video-player {
    height: 381px;

}

}


@media screen and (max-width:640px)
{
.video-player {
    height: 366px;

}



}
@media screen and (max-width:600px)
{

.video-player {
    height: 344px;

}



}
@media screen and (max-width:568px)
{
.video-player {
    height: 328px;

}

}

@media screen and (max-width:480px)
{



.thump-header {
    width: 100%;
   }

.thump-img {
	width: 40%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.thump-content {
    width: 59%; 
}

.video-player {
    height: 280px;

}

}
@media screen and (max-width:416px)
{

.video-player {
 height: 246px;

}
   
}

@media screen and (max-width:375px)
{

.video-player {
    height: 223px;

}
}

}
@media screen and (max-width:360px)
{
.video-player {
    height: 216px;

}
}

@media screen and (min-width:769px) and (max-width:800px)
{	

}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
}

@media screen and (max-width:320px)
{

.video-player {
    height: 193px;

}

}

@media screen and (max-width:300px)
{

.txt-none-mob {display: none;
	}
	.yrprevbtn {
    background-image: url("../images/arrow-prev.png");
    background-position: center center;
    padding-left: 20px;
    padding-right: 20px;
}
}



.radio-group{
    position: relative;
}

.radio{
   cursor:pointer;
    
}

.selected{
    background-color: lightblue;
}


