@charset "utf-8";
@import url('https://fonts.googleapis.com');
@import url('https://fonts.gstatic.com');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/* CSS Document */
@font-face {
	font-family:'dti-fonts';
	src: url('../fonts/dti.eot');
	src: url('../fonts/dti.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dti.woff') format('woff'),
		url('../fonts/dti.ttf') format('truetype'),
		url('../fonts/dti.svg#Roboto-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2044;
}

@font-face {
	font-family:'ubuntu';
	src: url('../fonts/Ubuntu.eot');
	src: url('../fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Ubuntu.woff') format('woff'),
		url('../fonts/Ubuntu.ttf') format('truetype'),
		url('../fonts/Ubuntu.svg#Ubuntu') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2044;
}

@font-face {
	font-family:'gothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CenturyGothic.woff') format('woff'),
		url('../fonts/CenturyGothic.ttf') format('truetype'),
		url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2044;
}


@font-face {
	font-family:'arial-round';
	src: url('../fonts/ArialRoundedMTBold.eot');
	src: url('../fonts/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ArialRoundedMTBold.woff') format('woff'),
		url('../fonts/ArialRoundedMTBold.ttf') format('truetype'),
		url('../fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2044;
}

:root
{
    --theme-color         :   #10bbb3;
    --theme-color-2       :   #6b528a;
    --theme-color-hover   :   #14938d;
}

.aqua
{
    --theme-color         :   #10bbb3;
    --theme-color-2       :   #6b528a;
    --theme-color-hover   :   #14938d;

    --theme-btn-color     :   #10bbb3;
    --theme-btn-color-2   :   #6b528a;
}

.purple 
{
    --theme-color         :   #6b528a;
    --theme-color-2       :   #10bbb3;
    --theme-color-hover   :   #45315f;

    --theme-btn-color     :   #10bbb3;
    --theme-btn-color-2   :   #6b528a;
}

.theme3
{
    --theme-color         :   #104471;
    --theme-color-2       :   #2090cf;
    --theme-color-hover   :   #0c528e;

    --theme-btn-color     :   #104471;
    --theme-btn-color-2   :   #2090cf;
}

.theme4 
{
    --theme-color         :   #2090cf;
    --theme-color-2       :   #104471;
    --theme-color-hover   :   #186fa0;

    --theme-btn-color     :   #104471;
    --theme-btn-color-2   :   #2090cf;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
  }
  
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body{margin: 0;padding: 0;text-align: center;font-family: 'Roboto', sans-serif; font-size:14px; }
ul,ol{ padding:0; margin:0; list-style:none}
h1, h2, h3, h4, h5, h6, section, header, figure { margin:0; padding:0;font-family: 'Roboto', sans-serif; }

.custom_container
{
	width:700px;
	background: #e9ebee;
	padding:0;
    /*background-image: url("../images/bg.jpg");background-repeat: no-repeat;*/
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.theme-color
{
	background:var(--theme-color);
}

.theme-color #menu li:hover
{
	background:var(--theme-color-hover);
}


.theme-color-bar{
	background:var(--theme-color);
}

.theme-color-gradient{
	background:linear-gradient(to right, var(--theme-color) , var(--theme-color-2));
}

.theme-color-font-color{
	color:var(--theme-color);
}

.theme-color-border{
	border-color:var(--theme-color);
}

/*.navbar-header {
        float: none;
    }
.navbar-toggle {
        display: block;
    }
.navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

.navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
.navbar-nav>li {
        float: none;
    }
.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
.navbar-default .navbar-brand{
	color:#fff;
}
.navbar-custom{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	border:none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a{
	    color: #fff;
		font-size:16px;
}
.navbar-default .navbar-nav > li > a:hover{
	    color: #fff;
		font-size:16px;
		background:#14938d;
}
 
/*
 label {
    display: block;
    height: 25px;
    width: 60px;
    background:#10bbb3;
	 color: #fff;
	 border:1px solid #fff;
    text-align: center;
    font: 14px/25px Helvetica, Arial, sans-serif;
    margin: 12px 13px 0px 10px;
	float:right;
}
label:hover {
			  background: #6b528a;
			  color: #fff;
			  cursor: pointer;
			}
 input#lightswitch {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 input#lightswitch:checked + .footer{
   
	--main-bg-color: #10bbb3; 
}
 */
 
 /* Code start for menubar */

.menubar
{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	border:none;
}

.menubar a
{
    text-decoration :   none;
	color:#fff;
}
.heading{
	width:100%;
	position:relative;
	min-height:50px;
	padding: 10px;
	
}
.heading span{
	display:inline-block;
	
}
.collapse-icon
{
    cursor          :   pointer;
    position: absolute;
    right: 10px;
	   
}

.collapse-icon div
{
    width           :   24px;
    height          :   3px;
    background-color:   #fff;
    margin          :   5px 0;
}

.menubar ul
{
    list-style      :   none;
}

.menubar li
{

	padding:10px;
}

.logo{
    position: absolute;
    top:5px;
    left: 9px;
    font-size: 18px;
	
}

.logo img{
    height: 40px;
}

/* Code end for menubar */

.theme{
    /*box-shadow: 0px -3px 21px rgba(0, 0, 0, 0.4);*/
	background: rgba(0, 0, 0, 0.1);
}

.theme span {
  display:inline-block;
  margin-top: 7px;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  border: 3px solid #fff;
}

.theme span:nth-child(1) {
  background: var(--theme-btn-color);
  cursor: pointer;
}
.theme span:nth-child(2) {
  background: var(--theme-btn-color-2);
  cursor: pointer;
}
.language-div{
	position: absolute;
	right: 50px;
   
}
.language-dropdown{
	 border-radius: 10px 10px 0 0;
	 height: 32px;
    font-weight: bold;
    background-color: #fff;
}
.main_area{
	padding: 0 15px 0 15px;
}
.top-ad img{
	width:100%;
	height:100px;
}
.content_area h1{
	font-size:27px;
	color:#000;
	margin-bottom: 21px;
}
.fullWidthButton {
    display: block;
    width: 90%;
    border: none;
    background-color: var(--theme-color);
    color: #f7fcfc;
    padding: 14px 28px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
	border-radius: 30px;
	margin:0 0 0% 5%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fe1938;
}
.custom_dropdown_item {
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-weight: normal;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.enterquiz{
	padding:0 20px 0 20px;
}
.enterquiz p{
	font-size:18px;
	font-weight:bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}	
.btn-success{
    font-size: 28px;
    line-height: 30px;
    border-radius: 0;
    box-shadow: 3px 3px 0px #b3b3b3;
}
.btn-success:hover{
	background:#14938d;
	border-color:#14938d;
}
.main_sec{
	    min-height: 460px;
}	
.footer {
	
    text-align: center;
    padding: 10px;
	color:#fff;
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;
}
.footer ul li{
	display: inline-block;
}
.footer_menu ul li a{
	margin: 0 3px;
	color:#fff;
	text-decoration:none;
}
/*for footer social image links*/
.footer_button_img img{
	width:40px;
	height:40px;
	padding:2px;
}
.footer_button_cover img{
	width:45px;
	height:45px;
}
/*for footer social image links*/
.main_area .main_box img{
	width:100%;
	margin:0px 0 10px 0;
    background:#fff;
	padding:5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.main_area .main_box h2{
	position:relative;
}
.home-btn{
	font-size:25px;
	position:relative;
    top:-70px;
	background:#ff0415;
	border-radius:30px;
}
.home-btn:hover{
    box-shadow: 0px 15px 20px rgba(255, 4, 21, 0.4);
    top:-77px;
}

.instructions{
	background:#fff;
	width:100%;
	padding:20px 10px 30px 10px;
}
.instructions ol li{
	text-align:left;
	font-size:20px;
	list-style-type: square;
	margin-left:20px;
}
.instructions h5{
	font-size:35px;
	 text-decoration: underline;
}
.instructions p{
	font-size:16px;
}
.instructions img{
	width:100%;
	height:100%;
	margin-top: 10px;
}
.ads{
	height:250px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.photos_area{
	width:100%;
	height:auto;
	display:flex;
}


.option-div
{
    background      :#fff;
    border          : 4px solid rgba(82, 82, 82, 0.125);
    border-radius   : .25rem;
    box-shadow      : 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    flex            :   0 0 50%;
    cursor          :   pointer;
}
.option-div:hover
{
    background      :#ccc;
}
.option-div a
{
    display:block;
    text-decoration :   none;
    color           :#000;
}

.image-div{
	flex:0 0 50%;
}
.image-div img{
   width:100%;
}
.card-body {
    font-size: 26px;
    padding: 0.25rem;
}

.correct{
	background:#34d331;
}
.correct:hover{
	background:#34d331;
}
.wrong{
	background:#ff2f2f;
}
.wrong:hover{
	background:#ff2f2f;
}

.green{
    background:#34d331;
}
.green:hover{
    background:#34d331;
}
.red{
    background:#ff2f2f;
}
.red:hover{
    background:#ff2f2f;
}


/*.Question__h5_lineheight__2u7Xf {
    height: 30px;
	font-size:40px;
}*/
.skip_question{
	margin:0 0 0px 0;
}
.skip_button{
	padding: 10px 20px;
    font-size: 18px;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
    border-radius: 10px;
	border:1px solid #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.skip_button:hover{
	font-weight:bold;
}
.question_line{
	width:100%;
	height:20px;
	border-radius:30px;
	margin: 15px 0 15px 0;
	background: rgba(0, 0, 0, 0.1);
	/*background:#fff;*/
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
}
.sub_line{
	width:0%;
	height:20px;
	border-radius:30px;
}
.enter_quiz.reddy h1.redeed{
	text-align: center;
}

.enter_quiz.reddy p{
	text-align: center;
    font-size: 15px;
}
.login-page{
	border-style: solid;
    border-width: 5px;
}
.login-page h5{
	font-size:40px;
}
.form-control-quiz{
	width:90%;
    padding: 16px;
    border-radius: 5px; 
}
.btn-quiz{
	width:90%;
	margin-bottom:20px;
}

.button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.snapchat_ss{
	    width: 90%;
    max-width: 500px;
    margin-top: 10px;
}
.modal-body p{
	font-size: 20px;
    font-weight: bold;
}
.step_text {
    font-size: 20px;
    font-weight: bold;
}
.link_share {
    background: #fff;
    color: #000;
	width:100%;
    padding: 12px 0px;
	font-size:18px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}
.cop_text{
	background: var(--theme-color);
    width: 100%;
    border-radius: 30px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.cop_text:hover{
	background: var(--theme-color-hover);
	 color: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}
.cop_textred {
    background: #e9ebee;
    width: 100%;
	white-space:nowrap;
    border-radius: 30px;
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    padding: 15px;
}
.cop_textred :hover{
	background: var(--theme-color-hover);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}
.share_part {
    position: relative;
    padding: 10px;
}
.share_part .btn {
    border-radius: 5px;;
    height: 54px;
	 font-size: 15px;
    box-shadow: none;
}
.share_part .onl_btn-whatsapp {
    background-color: #20c47a;
    border-color: #00884a;
}
.share_part .onl_btn-whatsapp:hover{
	background-color: #14a1cc;
    border-color: #00c3ff;
	color:#fff;
}
.share_part .onl_btn-instastatus {
    background: linear-gradient(to right, #db7a48 , #b33376);
    border-color: #8e0052;
}
.share_part .onl_btn-instastatus:hover{
	background-color: #14a1cc;
    border-color: #00c3ff;
	color:#fff;
}
.wats img {
    width: 30px;
    height: 30px;
    margin-top: -4px;
}
.share_part a {
    color: white;
    
}
.btn-lg {
    padding: 15px 9px;
}
.share_part .col-md-6.col-sm-6 {
    margin-top: 10px;
}
.share_part .onl_btn-facebook {
    background: #3b5998;
    border-color: #172d5e;
}
.share_part .onl_btn-facebook:hover{
	background-color: #14a1cc;
    border-color: #00c3ff;
	color:#fff;
}
.share_part .fa-2x {
    font-size: 34px;
    margin-top: -4px;
}
.share_part .onl_btn-bell {
    background-color: #fff70f;
    border-color: #dad303;
	color:#000;
}
.share_part .onl_btn-bell:hover{
	background-color: #14a1cc;
    border-color: #00c3ff;
	color:#fff;
}
.stroke img {
    width: 30px;
    height: 32px;
}
.share_part .onl_btn-messanger {
    background-color: #0166ff;
    border-color: #0050ca;
}
.share_part .onl_btn-messanger:hover{
	background-color: #14a1cc;
    border-color: #00c3ff;
	color:#fff;
}
.share_part .onl_btn-twitter {
    background: #000000;
    border-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share_part .onl_btn-twitter img {
   width: 22px;
}
.share_part .onl_btn-twitter:hover{
	background-color: #14a1cc;
    border-color: #00c3ff;
	color:#fff;
}
.share_part .onl_btn-bio {
    background: linear-gradient(to right, #db7a48 , #b33376);
    border-color: #8e0052;
}
.share_part .onl_btn-bio:hover{
	background: linear-gradient(to right, #14a1cc , #14a1cc);
    border-color: #00c3ff;
	color:#fff;
}
.fa-instagram {
    font-size: 33px;
    margin-top: -5px;
}
.share_text_page {
    vertical-align: 6px;
}
.share_incre {
    padding-right: 5px;
}
.share_decre {
    padding-left: 5px;
}
.resltss {
    color:#14938d;
}
.redeed{
	font-size:24px;
	margin-top:0px;
}
.resltss h2 {
    font-size: 21px; 
}
.gauge-container{
	width:400px;
	height:200px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background:#e9ebee;
	text-align:center;
}

.gauge-a{
	z-index: 1;
	position: absolute;
	background-color: white;
	width: 100%;
	height: 100%;
	top: 0%;
	border-radius:50em 50em 0 0 ;
}
.gauge-b{
	z-index: 3;
	position: absolute;
	bottom:0;
	left:10%;
	background-color:#e9ebee;
	width:80%;
	height: 80%;
	border-radius:50em 50em 0px 0px ;
}

.gauge-c{
	z-index: 2;
	position: absolute;
	background: linear-gradient(to right, var(--theme-color-2) , var(--theme-color));
	width:100%;
	height: 100%;
	top: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius:0px 0px 50em 50em ;
    transform-origin:center top;
	transition: all 1.3s ease-in-out;
}
.gauge-data {
    z-index: 4;
    color: rgba(0,0,0,.2);
    font-size: 1.5em;
    line-height: 25px;
    position: absolute;
    width: 100%;
    top: 132px;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s ease-out;
}

.gauge-title {
    width: 400px;
	height:2em;
    position: relative;
    margin-left:auto;
	margin-right:auto;
}
.trep_left {
    float: left;
}
.trep_right {
    float: right;
}
.medium{
	text-align:center;
}
.textaa{ 
    font-size:22px; 
	color: #6e6e6e; 
	font-family: 'Roboto', sans-serif;
}
.btndd{
	margin: 20px auto;
    text-align: center;
}
.btndd .btn-default {
	color: #fff; 
	background-color: var(--theme-color);
	border-color: transparent;
	font-size: 1.5em;
	padding: 10px 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
.btndd .btn-default:hover{
	background: var(--theme-color-hover);
	outline: none;
}
/*for language popup*/
.mymodal .modal-body{
	font-size:20px;
	padding: 15px ;
}

.lang-box{
	margin-bottom:5px;
    padding:10px;	
     border:1px solid #fff;      
	color:#fff;
	 text-shadow: 1px 1px #000;
	 box-shadow: 1px 1px 1px #000;
}


.lang-box:hover{
			  background:var(--theme-color-hover);
			  color:#fff;
}

.lang-box-new a{
            margin-bottom:5px;
            padding:10px;	
            border:1px solid #fff;      
            color:#fff;
            text-shadow: 1px 1px #000;
            box-shadow: 1px 1px 1px #000;
            display: block;
}


.lang-box-new a:hover{
            background:var(--theme-color-hover);
            color:#fff;
}


/*for language popup*/

/*for answer popup*/
#userStatsModal .modal-body{
	background: #dedcdd;
    font-size: 25px;
    padding: 15px;
}
.userStatsModal-box{
	margin-bottom: 20px;
    padding: 10px;
    color: #000;
}
.userStatsModal-wrong{
    background: #e80a0a;
    border-radius: 10px;
    padding: 10px;
}
.userStatsModal-correct{
    background: #34d331;
    border-radius: 10px;
    padding: 10px;
}
.close-circle {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-header .close-circle {
    margin-top: -2px;
}
.button.close-circle {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
/*for answer popup*/
.knows h2 {
    color: #000;
    text-align: center;
}
.knows.dvd h2 {
    margin-bottom: 30px;
    font-size: 40px;
}
.tabskr {
    background: #fff;
   border-style: solid;
    border-width: 1px;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 10px;
}
.para li {
    display: table;
    width: 100%;
    background:#fff;
    padding: 7px;
	color:#000;
	font-size:25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.cop_textred.btn-default:hover {
    background: var(--theme-color-hover);
    color: #fff;
}
.share-page{
	padding:20px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.last_page{
	padding:20px;
}
.scoreboard_div {
	border-style: solid;
    border-width: 2px;
    padding: 12px;
	background:#fff;
    border-radius: 20px;
    margin: 20px 0 20px 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.scoreboard_div td{
	text-align: left;
}
.scoreboard_table tbody td {
    font-size: 20px;
}
.scoreboard_table tbody td a {
    color: #ff0000;
}
.scoreboard_table th{
	font-size:23px;
	font-weight:normal;
}
.scoreboard_table tbody td a:hover {
    color: var(--theme-color);
    text-decoration: none;
}
.scoreboard_table tbody td:nth-child(2) {
    color: var(--theme-color);
}
.getstarted-page{
	padding:20px;
}
.getstarted-page h6{
	font-size:30px;
}
.started{
	font-size:25px;
	text-align:center;
 }
 .points{
	 text-align:center;
 }
 .points img{
	 width:100%;
	 height:100%;
 }
 /*.points ul{
	list-style-position: inside;
    list-style-type: disc;
    margin: 0 0 30px 0px;
	font-size: 14px;
	color: #817f7f;
  }*/
.form-group.dddus label{
	font-size: 24px;
	font-weight:normal;
}
.copy h3{
	font-size:16px;
	    text-align: left;
    color: #ad0000;
	margin:10px 0px 0 10px;
}

.share_part .onl_btn-line {background:#00b900;border-color:#006100;}
.share_part .onl_btn-line:hover{background:#14a1cc;border-color:#00c3ff;}
.share_part  .onl_btn-line img{
	width:40px;
	height:40px;
	margin-top: -11px;
	margin-left: -3px;
}

/*for Telegram button on share page*/
.share_part  .onl_btn-telegram {background:#29a0d3;color:#fff;border-color:#10678c;
    }
.share_part  .onl_btn-telegram:hover{background:#14a1cc;border-color:#00c3ff;}
.share_part  .onl_btn-telegram img{
	width:40px;
	height:40px;
	margin-top: -19px;
	margin-left: -3px;
}

/*for Telegram button on share page*/

/*for kakao, BBM, VK button on share page*/

.share_part  .onl_btn-kakao{
	background:#fae301;
	border-color:#908307;
	color:#000;
}
.share_part  .onl_btn-kakao:hover{
	color:#000;
}
.share_part  .onl_btn-kakao:hover{background:#14a1cc;border-color:#00c3ff;}

.share_part  .onl_btn-kakao img{
	width:45px;
	height:45px;
	margin-top: -11px;
	margin-left: -3px;
}
.share_part  .onl_btn-BBM{
	background:#00aeef;
	border-color:#0679a4;
}
.share_part  .onl_btn-BBM:hover{background:#14a1cc;border-color:#00c3ff;}
.share_part  .onl_btn-BBM img{
	width:35px;
	height:35px;
	margin-top: -10px;
	margin-left: -3px;
}
.share_part  .onl_btn-VK{
	background:#6c9dd3;
	border-color:#1c4572;
}
.share_part  .onl_tiktok-bio{
    background: #fbe406;
    color: #000000;
    border-color: #1c4572;
}
.more-plus-share{
}
.more-plus-share .a2a_dd{
    background: #F1DB2F;
    cursor: pointer;
    width: 100% ;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding:12px 9px !important;
    font-size: 14px;
    line-height:24px!important;
    color: #000000;
    border: 1px solid  #1c4572;
    border-radius: 5px;
}
.more-plus-share  .a2a_dd:hover{
    background: #14a1cc;
    border-color: #14a1cc;
}
.more-plus-share a span{
width:25px;
height:25px;
margin-right: 5px;
}
.more-plus-sharemobile{
    margin-bottom: 5px;
    display: none;
    width:100%;
}
.more-plus-share-mobile{
    background: #F1DB2F;
    cursor: pointer;
    width: 100% ;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding:12.5px 9px !important;
    font-size: 14px;
    line-height:24px!important;
    color: #000000;
    border: 1px solid #1c4572;
    border-radius: 5px;
}
.more-plus-share-mobile:hover{
    background: #14a1cc;
    border-color: #14a1cc;
}
.more-plus-share i{
    background: rgb(1, 102, 255);
    color: #fff;
    font-size: 19px;
    padding: 4px;
    border-radius: 4px;
    margin-right: 5px;
}
.share_part  .onl_btn-VK:hover{background:#14a1cc;border-color:#00c3ff;}
.share_part  .onl_tiktok-bio:hover{background:#14a1cc;border-color:#00c3ff;}
.share_part  .onl_btn-VK img{
	width:35px;
	height:35px;
	margin-top: -11px;
	margin-left: -3px;
}
.share_part  .onl_tiktok-bio img{
	width:35px;
	height:35px;
	margin-top: -11px;
	margin-left: -3px;
}
.share_part .col-md-12.col-sm-12 {
    margin-top: 10px;
}
.share_part a:hover{
	color:#fff;
}

   .insta-desktop img{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -3px;
}
.insta-mobile img{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -3px;
}
    
   

/*for kakao, BBM, VK button on share page*/

.btn-secondary{
	 background: var(--theme-color);
    width: 100%;
	white-space:nowrap;
    border-radius: 30px;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    padding: 15px;
	
}
.btn-secondary:hover{
	width:100%;
	color:#fff;
	background:var(--theme-color-hover);
	
}
.nowrap{
    white-space: normal;
    word-wrap:break-word;
    word-break: break-all;
}

.middle_ad{
    margin-top:40px;
    margin-bottom:20px;
}

.ad_center{
    display: inline;
    margin-top:0px;
    margin-bottom:0px;
}
/****insta status popup*****/
.mymodalinstastatus .modal-header{
    border-bottom: 0;
}
.mymodalinstastatus .modal-title{
    border-bottom: 1px solid #999999;
    margin: 25px 25px 0 25px;
    padding-bottom: 12px;
}
.mymodalinstastatus .modal-body{
    max-width: 480px;
    margin: 0 auto;
}
.mymodalinstastatus .insta-txt-img{
    text-align: left;
    margin-bottom: 30px;
}
.mymodalinstastatus .insta-txt-img:last-child{
    margin-bottom: 0px;
}
.mymodalinstastatus .insta-txt-img p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    
}
.mymodalinstastatus .insta-txt-img p a{
    text-decoration: none;
    color:#02B9FA;
}
.mymodalinstastatus .insta-txt-img p span:first-child{
    padding-right: 20px;
    display: inline-block;
}
.mymodalinstastatus .snapchat_ss{
    width:100%
}
.mymodalinstastatus .modal-footer{
   border-top: 0;
   text-align: center;
   padding: 0 15px;
}
.mymodalinstastatus .modal-footer-border{
    border-top: 1px solid #999999;
    margin: 0 25px 0 25px;
    padding: 20px 0;
}
.mymodalinstastatus .modal-footer button{
    width:120px;
}
@media(max-width:767px){
    .mymodalinstastatus .modal-title{
        border-bottom: 1px solid #999999;
        margin: 25px 0 0 0px;
        padding-bottom: 12px;
    }
    .mymodalinstastatus .insta-txt-img p{
        font-size: 14px;
        line-height: 20px;  
    }
    .mymodalinstastatus .modal-footer-border{
        border-top: 1px solid #999999;
        margin: 0 0px 0 0px;
        padding: 20px 0;
    }
    .mymodalinstastatus .insta-txt-img .step_text{
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 768px) {
    
	
	
	/*.custom-collapse .navbar-collapse .collapse{
		display: none !important;
	}*/
}


@media(max-width:991px){
    
}



@media (min-width: 480px) {
    .skip_button{
		width:35%;
	}
	
}

@media(max-width:480px){
  
.custom_container{
	width:100%;
}
.main_area .main_box img {
	height: 100%;
}

.instructions img{
	width: 80%;
}
.instructions p{
	font-size: 17px;
}
.gauge-container {
    width: 200px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.gauge-data {
    font-size: 1.5em;
    line-height: 25px;
    top: 40px;
}

.gauge-title {
    width: 200px;
    height: 2em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.skip_button{
    width:50%;
}

}

@media(max-width:320px){

.custom_container{
	width:100%;
}		
.instructions img{
	width:100%;
	height:30%;
}
.card-body{
	font-size:20px;
}
.instructions p{
	font-size: 16px;
}
.skip_question{
	margin: 0px 0 3px 0;
}
.fullWidthButton{
	width:100%;
	margin: 0;
}
.btn-success{
    padding:10px 0px;
}
.link_share{
	padding: 12px 5px;
	font-size:16px;
}	
    
.skip_button{
    width:80%;
}

}

@media(max-width:360px){

.custom_container{
	width:100%;
}	
.instructions img{
	width:100%;
	height:40%;
}
.instructions p{
	font-size: 17px;
}
.btn-success{
    padding:10px 0px;
}
.link_share{
    padding: 12px 5px;
}
.skip_button{
    width:80%;
}
	
}

.error{
	color:red;
	text-align: left;
	padding-left: 5px;
	display: none;
}

#loadingDiv, #name_post_quiz_div, #loadingDivPostQuiz{
	display: none;
}
#loadingDiv .quizSaveLoading,#loadingDivPostQuiz .quizSaveLoading{
	text-align: center;
}
#loadingDiv{
    margin-bottom: 300px;
}
.defaultHide{
	display: none;
}
.photos_area .optionDiv{
	width: 50%;
}


.pages{
    flex: 1;
}

.facebook-btn:hover {
    color: #fff;
    text-decoration: none;
}
.bottom_ad{
    margin-bottom: 40px;
}
.bottom_dfp_ad {
    padding-top: 0px;
    padding-bottom: 0px;
}
.bottom_dfp_ad div div,.top_ad div div{
    margin:auto;
}
.ad_box div {
    margin: auto;
}

.copy[dir=rtl] h3{
    text-align: right !important;
    margin: 10px 10px 0 10px;
}
/*================== Loader =================*/
/* #loadingDiv > .quizSaveLoading{ 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#loadingDiv{
    min-height: 72vh;
    position: relative;
}  */
#quizDiv{
    margin-bottom: 40px;
}
.adv-ads-txt{
    font-size: 10px!important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'roboto',sans-serif;
    text-align: center!important;
    opacity: 0.7;
}
/* floating ad */
.footer {
    padding-bottom: 70px;
}
.footer.footer_120 {
    padding-bottom: 120px;
}
.static_ads{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 999;
    width: 320px;
    height: 65px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.static_ads.sticky_h100 {
    height: 115px;
}
.static_ads .adv-ads-txt{
    position: absolute;
    top: 0;
}
@media(max-width:480px){
    .static_ads{
        width:100%;
    }
}

/* ====================== home page =================*/
.quizs_sec h2{
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0;
}
.quizs_sec h2 span{
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
.quizs_sec h2 span::before{
    content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    background: #10BBB3;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0px;
    z-index: -1;
}
.quizs_cont_block{
    width:49%;
    background: #E8EAED 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    overflow: hidden;
    margin-bottom:18px;
    padding: 10px;
}
.quizs_img{
    margin-bottom: 14px;
}
.quizs_link_btn{
    padding-top:14px;
    padding-bottom:11px;
}
.quizs_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 16px 15px;
    margin-bottom: 15px;

}
.blogs_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quizs_head{
    font: normal normal bold 22px/22px Poppins;
    letter-spacing: 0.22px;
    color: #144D50;
}
.quizs_link_btn button{
    min-width: 210px;
    min-height: 50px;
    background: #EF8450 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: #EF8450;
    font: normal normal bold 21px Poppins;
    letter-spacing: 0.21px;
    color: #FFFFFF;
}
.quizs_head_sec{
    min-height: 52px;
    margin-bottom: 10px;
}
.all_quiz_sec{
    display: flex;
    justify-content: center;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}
.all_quiz_sec button{
    min-width: 118px;
    min-height: 34px;
    border: 2px solid #FF0415;
    border-radius: 18px;
    font: normal normal bold 14px Poppins;
    letter-spacing: 0.14px;
    color: #FF0415;
    background: none;
    margin: 0 10px;
}
.all_quiz_sec button:hover{
    background: #FF0415;
    color: #ffffff;
}
.quizs_sec{
    padding-top:20px;
    border-top: 50px solid #fff;
}

.blog_sec  .quizs_cont_block{
    background: #E8EAED 0% 0% no-repeat ;
}
.blog_sec .quizs_img{
    background: #ffffff;
    padding: 5px;
    overflow: hidden;
}
.blog_sec .quizs_img img {
   width:100%;
}
.blog_sec .quizs_head_sec,.blog_sec .quizs_cont_sec,.blog_sec .quizs_link_btn{
    padding-left: 15px;
    padding-right: 15px;
}
.blog_sec .quizs_head_sec{
    font-size:18px;
    letter-spacing: 0.18px;
    color: #144D50;
    position: relative;
}
.blog_sec .quizs_head_sec p{margin-bottom: 0; }

.blog_sec .quizs_cont_sec{
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
}
.blog_sec .quizs_link_btn a{
    letter-spacing: 0.1px;
    border-radius: 18px;
    color: #FFFFFF;
    background: #10BBB3;
    font-size: 16px;
    line-height: 24px;
    width: 140px;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 20px;
}
.blog_sec .quizs_link_btn{
    padding-top:0;
}
.scroll_up{
    width: 58px;
    height: 37px;
    background: #10bbb3 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 25px #10bbb3;
    border: 3px solid #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    position: fixed;
    bottom:75px;
    right:10px;
    z-index: 99;
    display: none;
}
.scroll_up i{
    font-size: 50px;
    line-height: 0.5;
    font-weight: bold;
    color:#fff;
}

@media(max-width:500px){
    .quizs_sec h2 span{
        font-size: 23px;
    }
    .quizs_sec h2 span::before{
        width:50px;
    }
    .quizs_block{
        padding: 16px 16px;
        justify-content: center;
    }
    .quizs_cont_block{
        width:100%;
    }
    .quizs_head_sec {
        min-height: auto;
        padding-left:15px;
        padding-right:15px;
    }
}

/**********blog detail page******************/

.bd-main{
    background: #10bbb3;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow:0 0 10px 5px #ccc;
    position:relative;
    padding: 21px 25px;
    margin-bottom: 20px;
    
}
.bd-main img{
    width: 100%;
    border-radius: 5px;
}
.bd-inner{
    background: #E5E5E5;
    border-radius: 15px;
}
.bd-main-image img{
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.bd-heading-share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 34px;
}
.bd-heading{
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.bd-share-btn img{
    width: 18px;
}
.bd-para{
    padding: 0 34px;
}

.bd-share-btn{
    position: relative;
}
.bd-share-popup{
    position: absolute;
    width: 155px;
    right: 0;
    top: 0;
    background: #ffffff;
    padding: 10px 0 10px 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px;
    display: none;
}
.bd-close-popup{
    text-align: right;
    line-height: 0;
    padding-right: 5px;
}
.bd-close-popup img{
    width: 10px;
}
.bd-share-click{
    text-align: left;
    padding-bottom: 10px;
}
.bd-share-click span{ 
    color: #10bbb3;
    font-size: 12px;
    padding-left: 10px;
}
.bd-inner .a2a_kit{
    padding: 0 34px;
    margin-top: 20px;
}
.bd-para{
    text-align:left;
}
.bd-para h2{
    font-size: 25px;
}
.bd-para h3{
    font-size: 19px;
}
.bd-para h4{
    font-size: 16px;
}
.top_ads p, .foot_ads p{
    margin:0;
    color:#134B4E;
}
@media(max-width:767px){
    .bd-inner {
        padding: 40px 10px;
    }
    .bd-para h2{
        line-height: 30px;
    }
}

.bd-inner[dir="rtl"]{
    text-align: right;
}
.bd-inner[dir="rtl"] .bd-para{
    text-align: right;
}



/***Replace buttons and icons css  ***/
.view_btn_with_txt{
    font-size: 14px;
  }
  .delete_quiz_btns{
    display: flex;
    justify-content: center;
  }
  .delete_quiz_popup .modal-header{
    padding: 8px;
    text-align: center;
  }
  .delete_quiz_popup .modal-body{
    background: #ffffff;
  }
  .delete_quiz_btns .btn{
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    padding: 7px 12px;
    text-shadow: none;
    border: 2px solid #ccc;
    color: #000000;
    width: 100px;
    margin: 0 10px;
  }
  .delete_quiz_btns a.btn{
    background: #ff5200;
    color: #ffffff;
    border: 0;
  }


  /*custom-vignate-btn*/
.custom-vignate-btn-main{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .custom-vignate-btn{
    box-shadow: 0px 2px 3px #77777763;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 20px;
    background: #5B4FF2 ;
    display: inline-block;
    border: 0;
  }
  a.custom-vignate-btn{
    color: #ffffff;
  }
  a.custom-vignate-btn:hover{
    color: #ffffff;
    text-decoration: none;
  }
  
  @media(max-width:767px){
    .custom-vignate-btn-main{
       margin: 20px 20px;
    }
  }


  /* add css for popup top spaces*/
.modal.in .modal-dialog{
    padding-top:130px;
}


/**customise loader ***/

.loaderquizmain{
    text-align: center;
    margin-top: 30px;
}
.loaderquiz {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: inline-block;
  }
  .loaderquiz::before , .loaderquiz::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #5B4FF2;
    animation: prixClipFix 2s linear infinite ;
  }
  .loaderquiz::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #ff5200;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  }

  .create-new-quiz-btn a{
    max-width: 95%;
    background: #10bbb3;
    color: #ffffff;
  }


  /*** seo blog css***/
.seo_blog_sec{
    border-top: 50px solid #fff;
    text-align: initial;
    padding: 10px;
    .seo_blog_head{
        font-size: 35px;
        padding-bottom: 20px;
        color: #000000;
        line-height: 100%;
    }
    .seo_blog_title{
        font-size: 30px;
        padding-bottom: 20px;
        color: #000000;
        line-height: 35px;
    }
}

.seo_blog_desc{
    h2{
      font-size: 25px;  
    }
    h3{
        font-size: 20px;  
    }
    h4{
        font-size: 18px;  
    }
    p{
        font-size: 16px;
        margin-bottom: 0;
    }
    ul{
        padding-left: 15px;
        list-style: disc;
    }
}



/*  */
.reward_confirm_modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.reward_confirm_modal .reward_modal_dialog {
    margin: auto;
    padding: 25px;
    background-color: white;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 385px;
    border-radius: 20px;
    height: 170px;
}
.reward_modal_dialog > p{
    font-weight: 700;
    font-size: 18px;
    
}

.reward_confirm_modal .closeButton,
.reward_confirm_modal .rewardButtons {
    display: block;
    text-align: center;
    justify-content: center;
    margin-top: 23px;
}

.rewardButtons input[type="button"] {
    width: 150px;
}

.reward_confirm_modal .closeButton {
    position: absolute;
    right: -10px;
    top: -30px;
    z-index: 9;
}

.reward_confirm_modal input[type="button"] {
    padding: 0.5rem;
    border: none;
    border-radius: 4px;
    /* margin: 4px; */
    color: white;
}

.reward_confirm_modal .rewardButtons {
    display: flex;

    .yesButton {
        width: 150px;
    }

    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.reward_confirm_modal .yesCheckbox {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reward_confirm_modal .yesCheckbox input[type="checkbox"] {
    margin-top: 0;
}

.reward_confirm_modal .yesCheckbox label {
    padding-left: 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.reward_confirm_modal .yesButton {
    background: #ff8109;
    display: flex;
    /* padding-left: 10px; */
    align-items: center;
    border-radius: 5px;
    /* display: inline-block; */
    /* margin-top: 17px; */
    /* margin-right: 20px; */
}

.reward_confirm_modal .yesButton input[type="button"] {
    background: none;
}

.reward_confirm_modal .noButton {
    display: inline-block;
    position: relative;
    top: 0px;
}

.reward_confirm_modal .noButton input[type="button"] {
    border: 1px solid #000000;
    color: #000000;
}

.closeButton input[type="button"] {
    width: 32px;
    border-radius: 50% !important;
    background: rgb(237 7 7) !important;
    font-weight: 800;
}

.view-answer-rewarded{
    background: #FF512F;
    padding: 1px 4px;
    color: #ffffff !important;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    img{
        width: 15px!important;
    }
}
.check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .check-group label {
    position: relative;
    cursor: pointer;
  }
  
  .check-group label:before {
    content:'';
    -webkit-appearance: none;
    border: 2px solid #2DC38C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background: #2DC38C;
    border-radius: 5px;
  }
  
  .check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .reward_confirm_modal[dir="rtl"] .check-group input:checked + label:after {
    right: 14px;
    left: auto;
 }

@media(max-width:767px) {
    .reward_confirm_modal .reward_modal_dialog {
        width: 340px;
    }

    .rewardButtons input[type="button"] {
        width: 115px;
    }

    .reward_confirm_modal .rewardButtons {
        .yesButton {
            width: 115px;
        }
    }
    .scoreboardsec .table-heading span:nth-child(3) {
        width: 70px;
        margin-right: 10px;
    }
    .scoreboardsec ul li span:nth-child(3) {
        width: 70px;
        margin-right: 10px;
    }
}


    /***social profing css***/
    .user-quiz-played-number{
        font-size: 20px;
        padding-top: 20px;
        span{
            padding-right: 5px;
            font-weight: 700;
        }
    }


    /**nudge effect **/
.nudge-effect-quiz {
    animation: animate-shake 2s ease-in-out infinite;
}

@keyframes nudge-effect-quiz {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animate-shake {
    0%,
    10%,
    65%,
    100% {
      transform: rotate(0deg) scale(1.0);
    }
  
    30%,
    40% {
      transform: rotate(-1deg) scale(1.05);
    }
  
    35%,
    45% {
      transform: rotate(1deg) scale(1.05);
    }
}