body{
	clear:both;
	margin:0px;
	padding:0px;
}
#btnstart {
    font-size:20px;
     font-weight:600;
}
 p{
    margin-bottom:0;
}
 .selectBox > .ddltopic_1{
    padding: 3px;
     width:98%;
}

  .valid {
            color: red;
        }


/* html css start here */

.gradient-custom { /* fallback for old browsers */ background: #4facfe; /* Chrome 10-25,
Safari 5.1-6 */ background: -webkit-linear-gradient(to bottom right, rgba(79, 172, 254,
1), rgba(0, 242, 254, 1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+,
Safari 7+ */ background: linear-gradient(to bottom right, rgba(79, 172, 254, 1), rgba(0,
242, 254, 1)) }
.br-r {border-radius: 0px 0px 20px 20px;
box-shadow: 0 0 8px 4px rgba(0 0 0 / 98%);
} 
.boxstyle{
	background: cornsilk; 
	margin-left:0px;
	border-radius: 0px;
	
}
.card {
  margin-bottom:10px;
  border-radius: 15px;
  padding: 0;
  border: 0px solid transparent;
  -webkit-box-shadow: -4px 5px 0px 0px rgba(175, 18, 18, 0.98);
          box-shadow: -4px 5px 0px 0px rgba(175, 18, 18, 0.98); }
		  
 
	
	
.card-header{
	 background-color:#fff8dc;
    margin: 0px;
    font-size:15px;
	padding-top: 10px;
    padding-bottom: 10px;
	border-radius: 15px 15px 0 0;
	}


 .card-from {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
    width: 30%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1)
}

.comment-box{
    
    padding:5px;
}


.comment-box {
    padding: 5px;
}
.comment-area textarea{
   resize: none; 
        border: 1px solid #ad9f9f;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(255, 0, 0) !important;
}

.send {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.send:hover {
    color: #fff;
    background-color: #f50202;
    border-color: #f50202;
}


.rating {
 display: flex;
        margin-top: -10px;
    flex-direction: row-reverse;
    margin-left: -4px;
        float: left;
}

.rating>input {
    display: none
}

.rating>label {
        position: relative;
    width: 19px;
    font-size: 25px;
    color: #ff0000;
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.navbarBg {
/* background: url('../images/headerbg.png')  fixed;*/
background-color: #FFFFFF;
}
 .bg-light{background-color: #f8f9fd;
}
/* html css end here */



/* login Section start here */
.bnaLoginBg{
    background: url('../images/bg.png'); 
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
	

}

.nav_header {
    display: flex;
    align-items: center;
    padding: 4px 40px;
    justify-content: center;
}


.navbar-default {
    background-color: #B10115;
    border-color: #e7e7e7;
}
@media screen and (max-width:520px){
.col-md-12{
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}

.gameBg{
    background: url(../images/gameBg.png) no-repeat center center fixed;
     background-size: cover;
}
 header{
	clear: both;
    border-bottom:1px solid #ccc;
     background:#fff;
}



 .bnaLogo{
	padding:10px;
    float:left;
}

@media screen and (max-width:750px){
 .bnaLogo{
	padding:10px;
    display:block; 
    float:none;
    text-align:center;
}
}

.cmplLogo{
	float:right;
    padding:10px;
}

@media screen and (max-width:750px){
    .cmplLogo{
    display:block;
    float:none; 
    text-align:center;
	
}
}


/*#requsername{
    font-size:10px;
}
*/
 .help {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    position: relative;
    top: 7px;
    left: 7px;
}
 .loginSec{
    min-height:196px;
     padding: 6px 36px;
     margin:22em auto auto;
    background: rgb(255, 255, 255);
     max-width:500px;
     border-radius: 15px;
}
 .loginSec_1{
    min-height:196px;
     padding: 6px 36px;
     margin:auto auto;
    background: rgba(300,300,300,0.3);
     max-width:500px;
}
 .loginSec_2{
    min-height:auto;
     padding: 6px 36px;
     margin:auto auto;
    background: rgba(300,300,300,0.8);
}
 .inputSec > input{
    width:100%;
     padding:3px;
}
 .loginBtn{
    display:inline-block;
     margin:10px;
     background:#34a6dd;
     padding:2px 10px;
     font-weight:600;
}
 @media screen and (max-width:520px){
    .loginSec{
        margin:350px 0 0 0;
         width:auto;
    }
}


/* login Section end here */
 footer{
    position: fixed;
     bottom: 0;
     background: #fff;
     display:block;
     width: 100%;
    z-index:999;
}
 .cmpl_logo{
    width:175px;
     padding:5px 10px;
}
 .powered{
    font-weight: 600;
    font-size: 12px;
    vertical-align: top;
    margin-top: 2px;
    display: inline-block;
}
 .logoSection{
    float:right;
}
 .qSec{
    background: #0d004c;
    border: 1px solid #393939;
    min-height: 65px;
    padding: 8px 0px;
}
 .qSec_1{
    background: #3d3d3e;
     border: 1px solid #393939;
    /*margin-top:10px;
    */
}
 .Q{
     font-size: 24px;
    color: #c1e9f6;
    margin: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}
 .Q_1{
    font-size:30px;
     color:#fff;
}
 .qEx{
    color:#fff;
     display:inline-block;
     vertical-align: middle;
}
 .question{
    display:inline-block;
     vertical-align: middle;
     color:#fff;
    width:94%;
}
 .qEx,.question{
    font-weight: 600;
     font-size: 20px;
     margin-left: 17px;
     margin-top: 7px;
}
 #ddltopic{
    padding:3px;
}
 .registSec{
    margin:10px auto;
}
 .selectBox > select> option{
    max-width:100%;
     width:100%;
     min-width:100%;
    display:inline-block;
}
 .myBtn{
    margin: 5px 10px;
     float:right;
}
 .square{
    width:50px;
     height:60px;
     background:#00808b;
     text-align:center;
     font-size: 34px;
     font-weight:500;
     color:#fff;
     display:inline-block;
     vertical-align:top;
}
 .ansBox{
    background:#fff;
     min-height:50px;
     margin:24px auto auto;
     color:#000;
     font-weight:700;
     border: 1px solid #adabab;
     font-size:28px;
}
 .ansBox_1{
    min-height:auto;
     margin:2px auto auto;
     color:#000;
     border: 1px solid #ccc;
}
 .square_1{
    width: 40px;
    height: 40px;
    font-size: 23.5px;
    background: #4b4c4c;
    padding: 4px;
    font-weight: 600;
}
 .ansBox p, .ansBox_1 p{
    display:inline-block;
     width:75%;
}
 .count{
    font-size: 44px;
    color: #d200ae;
    display: inline-block;
    margin: 0 auto;
     font-weight:700;
}
 .countBox{
    border:2px solid #d200ae;
     background:#fff;
     display:inline-block;
     padding: 0px 10px;
     margin: 40px auto 10px;
     width: 82px;
    height: 70px;
}
 .heartBox{
     height:100px;
    max-width: 436px;
    margin: 0 auto;
     display:none;
}
 .inrheartBox{
     height:100px;
     z-index: 9;
     position: relative;
    max-width: 436px;
    margin: 0 auto;
}
 .heartBox img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
     height:100px;
}
 .inrheartBox button{
    margin: 29px auto;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 20px;
}
 .inrBoxTbl{
    margin:0 auto;
}
 .dummyBox{
    height:100px;
}
 .startBtn_1 {
    margin-top:30px;
}
.img-thumb {
  max-height: 75px;
  border: 2px solid none;
   border-radius:3px;
  padding: 1px;
  cursor: pointer;
}
.img-thumb-wrapper {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid none;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}

.btn-primary {
    color: #fff;
    background-color: #B10115;
    border-color: #e7e7e7;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #e7e7e7;
}


/*new code*/
 .logout {
    margin: 5px 10px;
     float: right;
}

body {margin: 0;}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#98050;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align:left;
  padding: 14px 16px;
  text-decoration: none;
  
}
@media screen and (max-width: 600px) {
ul.topnav li a {
  border-bottom: 1px solid red;
}
}


ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

.logouttop{
	
	margin-top:15px; 
	margin-right:10px;
	margin-left:20px;
}
.active
{
	background-color: #020202;
}
@media (max-width:550px){
.container {
    width: 400px;
	text-align:center;
	float:none;
}
}