@font-face {
	font-family: 'Conv_gujfont';
	src: url('../fonts/gujfont.eot');
	src: local('☺'), url('../fonts/gujfont.woff') format('woff'), url('../fonts/gujfont.ttf') format('truetype'), url('../fonts/gujfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.pt10 {
	padding-top: 10px;
}
.timer-data {
	font-size: 18px;
	color: #777;
	font-weight: bold;
	float: right;
	width: 230px;
	margin-right: 10px;
	padding: 10px;
	border: 1px dotted #a11a1e;
	text-align: center;
}
.timer-data #timer {
	color: #a11a1e;
}
img {
	border: 0px;
}
.question_container {
	font-family: 'Conv_gujfont', Verdana, Geneva, sans-serif;
	padding: 4px;
}
.option_container {
	font-family: 'Conv_gujfont', Verdana, Geneva, sans-serif;
	padding: 4px;
}
select option {
	font-family: 'Conv_gujfont', Verdana, Geneva, sans-serif;
}
.login-panel {
	font-family: 'Conv_gujfont', Verdana, Geneva, sans-serif;
}
.op {
	padding: 4px;
}
.question_div {
	display: none;
	border-top: 1px solid #dddddd;
}
.footer_buttons .btn {
	margin-left: 15px;
	margin-right: 15px;
}
.footer_buttons {
	position: fixed;
	bottom: 0px;
	background: #ffffff;
	width: 100%;
	height: 80px;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #dddddd;
}
.qbtn {
	cursor: pointer;
	width: 40px;
	height: 30px;
	border-radius: 5px;
	background-color: #212121;
	color: #ffffff;
	float: left;
	font-size: 15px;
	padding: 2px;
	text-align: center;
	margin: 5px;
}
.qbtn.qbtn-show {
	width: 20px;
	height: 20px;
	padding: 0;
}
.extra-notes {
	float: left;
	padding-top: 8px;
}
.save_answer_signal {
	float: right;
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: #666666;
	margin: 2px;
}
#photograph {
	width: 150px;
	height: 150px;
}
/* liveclassroom */


.arrow_box {
	position: relative;
	background: #d50f29;
	border: 0px solid #f5e131;
	border-radius: 3px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(213, 15, 41, 0);
	border-bottom-color: #d50f29;
	border-width: 10px;
	margin-left: -5px;
}
.class_text_board {
	width: 650px;
	height: 500px;
	float: left;
}
.class_comment_board {
	width: 300px;
	height: 470px;
	border-radius: 10px;
	float: right;
	padding: 5px;
	border: 1px groove #eee;
}
#comment_box {
	width: 290px;
	height: 400px;
	overflow-y: scroll;
	padding: 5px;
}
#username_comment {
	color: #666666;
	font-size: 11px;
}
#comment_send {
	background: white;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #DDD inset;
	color: #666;
	outline: none;
	height: 25px;
	width: 275px;
}
.class_heading {
	width: 650px;
	height: 35px;
	background: #212121;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 25px 0px;
	border-radius: 8px 8px 0px 0px;
}
#page::after {
	content: ' ';
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	left: 20px;
	border-left: 1px solid #F8D3D3;
}
#page {
	width: 650px;
	height: 400px;
	overflow-y: scroll;
	line-height: 30px;
	font-size: 14px;
	padding: 5px 25px 27px;
	position: relative;
	outline: none;
	background: white;
	background: -webkit-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
	background: -moz-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
	background: linear-gradient(center top, #dfe8ec 0%, #ffffff 8%) 0 0px;
	-webkit-background-size: 100% 30px;
	-moz-background-size: 100% 30px;
	-ms-background-size: 100% 30px;
	background-size: 100% 30px;
}
#page_res {
	float: right;
	color: #666666;
	font-size: 12px;
}
.div_exp_corr {
	background: #E0FFE0;
	display: none;
}
.div_exp_wrong {
	background: #FF9D9D;
	display: none;
}
#stat_box {
	width: 210px;
	height: 100px;
	border: 0px solid #dddddd;
	float: left;
	margin-left: 20px;
}
#stat_head {
	width: 210px;
	height: 30px;
	background: #ec5c0d;
	font-family: arial;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 4px 0px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
#stat_val {
	width: 210px;
	height: 66px;
	background: #eeeeee;
	font-family: arial;
	font-size: 40px;
	color: #212121;
	text-align: center;
	padding: 4px 0px 0px 0px;
	border-radius: 0px 0px 4px 4px;
}

/*--------design-------*/

@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}
.tac {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	margin: 0;
	padding: 0;
}
#header {
	width: 100%;
	background: #EC6F35;
	margin-bottom: 20px;
}
#footer {
	width: 100%;
	background: #F58635;
	margin-top: 10px;
}
#footer2 {
	width: 100%;
	background: #F58635;	
}
.wrapper {
	height: 100%;
	display: block;
}
/*Slide2 Start*/
.slide {
	width: 100%;
}
.v-box {
	max-width: 768px;
	margin: 0 auto;
	padding: 10px 5%;
	font-family: Roboto;
	font-size: 20px;
	border: 3px solid #eee;
	border-radius: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.qa-box {
	max-width: 768px;
	margin: 0 auto;
	padding: 10px 5%;
	font-family: Roboto;
	font-size: 20px;
	border: 3px solid #eee;
	border-radius: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.submitbtn {
	padding: 5px 10px;
	text-transform: uppercase;
}
.rans {
	color: #006621;
}
.wans {
	color: #C00;
}
.qbtn {
	padding: 10px 16px;
	display: block;
	background: #212121;
	color: #fff;
	border-radius: 3px;
	height: 40px;
	text-align: center;
}
.qbtn:hover {
	background: #ffd008;
	color: #a11a1e;
}
.certi {
	max-width: 768px;
	background: url(../images/logoC.png) center no-repeat #fff;
	margin: 0 auto;
	padding: 10px;
	line-height: 2;
	text-align: center;
}
.certi h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36px;
	color: #a11a1e;
	text-align: center;
}
.certi h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
	color: #00338A;
}
.certi-title {
	max-width: 768px;
	background: #a11a1e;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}
body, html {
	margin: 0px;
}

:required {
 border:1px solid #a94442;
 background:#ffe8e6;
}
.gujarati {
	font-family: 'Conv_gujfont', Verdana, Geneva, sans-serif;
}
.navbar-brand > img {
	display: inline-block;
	margin-right: 5px;
}
.navbar-brand {
	padding: 0px 10px;
	min-width: 250px;
}
.btn.gujarati {
	min-width: 120px;
	line-height: 36px;
	padding: 5px 12px 0px 12px !important;font-family: 'Conv_gujfont', Verdana, Geneva, sans-serif;
}
.social{color: #aaa;
    margin: 10px 0;
    display: inline-block;}
.social img:hover{ border:2px solid #fff; border-radius:50%;}
.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%;
}
.hs-responsive-embed-youtube iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}
.qbtn-n{    display: inline-block;
    width: 215px;
    background: #415E70;
    color: #fff;
    padding: 7px 20px 0px 20px;
    height: 36px;
    margin: 10px auto;
    float: none;
    text-transform: uppercase;
    }
.qbtn{    display: block;
    width: 245px;
    background: #415E70;
    color: #fff;
    padding: 7px 20px 0px 20px;
    height: 36px;
    margin: 10px auto;
    float: none;
    text-transform: uppercase;
    }
.qbtn:hover,.qbtn-n:hover{background:#F68A1E;color:#fff;}
	
.tac{text-align:center;}
