@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
*{
    margin: 0;
    padding: 0;
    outline: 0;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
}
.main-wrapper{width: 100%;}
.fix{overflow: hidden;}
a{color: #778694;}
.header-left-container {
    padding-top: 11em;
    padding-left: 6em;
}
.header-left-container>h2 {
    font-size: 3em;
    color: #2C4257;
    font-weight: bold;
}
.header-left-container>h3 {
    font-size: 2em;
    font-weight: bold;
    padding-top: .2em;
    padding-bottom: 1em;
    color: #788795;
}
.header-left-container>h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: #788795;
}
.btn-xm{
    background: #2C4257;
    color: #fff;
    font-size: 2em;
    padding: .5em 2em;
    border-radius: 2em;
    font-weight: bold;
    margin-bottom: 5em;
}
.header-right-container {
    padding: 6em 8em 6em 5em;
}
.header-right-container>img {
    height: 28em;
    width: auto;
}
.btn-xm:hover{
    color: #ddd;
}
.navbar{
    padding: 0em 4em;
    height: 9em;
    background: #284056;
}
.nav-menu{
    font-size: 1.5em;
}
.nav-menu>li{
    padding: 0em 2em;
    position: relative;
}
.nav-menu>li:last-child{
    padding-right: 0em;
    padding-top: 0.9em;
}
.nav-menu>li>a{
    text-decoration: none;
    color: #fff;
    transition: .5s all ease;
}
.nav-menu>li>a:hover{
    color: #778694;
}
.nav-menu>li>img{
    height: 2em;
    width: 2em;
    margin-right: .4em;
}
.nav-menu>li>p{
    font-size: 20px;
    font-weight:normal;
    color: #ddd;
}
.wrapper-avater{}
.wrapper-avater>img{
    height: 48px;
    width: 48px;
    background-size: cover;
    background: #fff;
}
.box{}
.box>h4{
    font-size: 1em;
    color: #fff;
    margin-top: .25em;
}
.box>h4>a{
    color: #fff;
}
.box>h5{
    margin-top: -.25em;
    color: #fff;
    font-size: .9em;
    margin-bottom: 0em;
}
.profile-dropdown {
    background-color: #fff;
    list-style: none;
    position: absolute;
    border-radius: .3em;
    top: 3.2em;
    width: 11.2em;
    padding: 1em 1em;
    box-shadow: 0em 0em 0.3em 0em #636363;
    left: -9999px;
    z-index: 9999;
}
.profile-dropdown hr{
    padding: 0px;
    margin-top: 10px;
}
.profile-dropdown li{
    float: none;
    padding:0;
    margin:0;
}
.wrapper-avater:hover .profile-dropdown{
    left: -90px;
}
.profile-dropdown li a:first-child{
    display: inline-block;
    white-space: nowrap;
}
.profile-dropdown li a{
    display: block;
    white-space: nowrap;
}
.d-head{
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
}
.d-head a{
    font-size: 1em;
    font-weight: bold;
    text-decoration:none;
    color: #000;
}
.logout{
    border-top: 1px solid #788795;
}
.d-text,.d-link a{
    font-size:16px;
    color: #788795;
}
.d-link a{
    text-decoration:none;
}
.btn-renew-wrapper{
    border-bottom: 1px solid #788795;
}
.btn-renew{
    border-radius: 20px;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 14px;
    background: #284056;
}
.brand-logo {
    padding-top: 0.6em;
}
.logo-text{
    padding-left: .1em;
    padding-top: .2em;
}
.logo-text>h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}
.logo-text>p{
    padding: 0em;
    font-size: 1em;
}
.header{
    height: auto;
    background: rgb(233,233,233);
    background: linear-gradient(90deg, rgba(233,233,233,1) 0%, rgba(200,200,200,1) 100%);
}
.score{
    padding: 1em 2em;
}
.score>p{
    margin: 0px;
    font-size: 1.5em;
    color: #788795;
}
.options-section{
    padding:10em 0em;
    height: auto;
    background: #fff;
    position: relative;
}
.bg-img{
}
.bg-img > img {
    position: absolute;
    width: 25em;
    bottom: 0;
    z-index: 1;
}
.img-left{
    left:0;
}
.img-right{
    right: 0;
}
/* demo-change-here */
.opt {
	border:1px solid #ccc;
    border-radius: unset;
	padding: 1em;
	font-size: 2em;
	color: #666666;
	padding: 0em;
	margin-bottom: 1em;
	min-width: 100%;
	text-align: left;
}
.opt .opt-index {
	padding: 0.13em .4em .13em .4em;
	margin-right: .3em;
	font-weight: 600;
	font-size: 2em;
}

.opt-text{
    margin: 0em 0em .3em 0em;
}

.blue {
	background: #9687EF;
}
.red {
	background: #FF6B58;
}
.orange {
	background: #FFBC50;
}
.cyan {
	background: #43C4C1;
}
@media only screen and (min-width: 768px) {
	/* for screens bigger than 768px (md and lg) */
	.next {
		width: 5em;
		margin-top: 5em;
	}
}
@media only screen and (max-width: 768px) {
	/* small screens, less that 768 px */
	.next {
		width: 5em;
	}
}

.options-container>h2 {
    font-size: 2.5em;
    padding-bottom: 2em;
    font-weight: bold;
    color: #2C4257;
}
.options{

    margin-bottom: 20px;
}
.options-container{
}
.btn-register-now {
    background: #2C4257;
    font-size: 2em;
    color: #fff;
    border-radius: 2em;
    padding: 0.6em 2em !important;
    margin-top: 2em;
    font-weight: bold;
    transition: .5s all ease;
}

.btn-register-now:hover{
    color: #ddd;
}
.btn-submit {
    padding: .8em 2em;
    background: #fff;
    border-radius: 3em;
    float: right;
    margin-left: 2em;
    margin-top: 2em;
    font-size: 1.5em;
    font-weight: bold;
    border: .03em solid #2C4257;;
}
.btn-submit:hover{
    background: #2C4257;
    color: #fff;
}
.btn-submit-center{
    margin-left: 0em;
    margin-top: 3em;
    padding: .8em 5em;
}
.btn-another-q{
    background: #2C4257;
    color: #fff;
}
.btn-another-q:hover{
    background:#fff;
    color: #2C4257;
}
.features-section {
    padding: 8em 0em;
    width: 100%;
    background: #F0F0F0;
}
.features-heading {
    font-size: 4em;
    font-weight: bold;
    padding-bottom: 0.1em;
    color: #2C4257;
}
.feature-underline {
    height: 0.25em;
    width: 5em;
    background: #2C4257;
    margin: 0 auto;
    margin-bottom: 5em;
}
.nav-features{}
.nav-features>li {
    padding: 2em 0;
    margin-right: 2em;
    border-bottom: 0.03em solid #9fb2c3;
}
.nav-features>li>a {
    font-size: 2.1em;
}
.features-bottom {
    padding-top: 10em;
}
.features-bottom>h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.6em;
    color: #2C4257;
}
.features-bottom>p {
    font-size: 1.7em;
    color: #778694;
}
.features-bottom>a{
    margin:0 auto;
}
.footer {
    padding-top: 5em;
    padding-left: 5em;
    padding-right: 5em;
    height: auto;
    background: #ffff;
}
.footer-container{
    padding-left:150px;

}
.footer-title {
    padding-bottom: 0em;
    font-weight: bold;
    font-size: 2em;
    color: #778694;
}
.footer-nav-item{
    color: #778694;
    font-size:20px;
    font-weight:bold;
}
.footer-right>p{
    font-weight:bold;
    font-size:26px;
    color: #778694;
    margin-bottom: 0px;
}
.social-link>ul>li>a{
    font-weight:bold;
    font-size:26px;
    font-family: 'Open Sans', sans-serif;
}
/*submenu*/
.sub-menu-section{
    background: #788795;
}
.sub-menu-item{

}
.sub-menu-item a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2em 2.6em;
}
.topic-section,.summary-top{

    background: #F0F0F0;
}
.tips-section{
    background: #F0F0F0;
}
.tips-content{
    padding: 2em 4em;
}
.tips-content>p {
    font-size: 1.7em;
    color: #788795;
}
.custom-select {
    position: relative;
    display: block;
    max-width: 30em;
    border: .05em solid #dddddd;
    background-color: #ffffff;
    z-index: 10;
    margin-top: 60px;
    border-radius: 0em;
    padding: 2em 0em;
}
.custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 35px;
    color: #788795;
    font-size: 1.5em;
    padding-left: 1.0em;
    padding-bottom:.7em;
    margin-top: -0.7em;
}
.custom-select select option{}
.custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  line-height: 38px;
  content:"+";
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  z-index: -1;
  background:#788795;
  padding-top: 12px;
  font-weight:bold;
}
/*.....................login page......................*/
.login-section > .container > center > h2, .login-section > center > h2, .score-section > center > h2 {
    padding: 3em 0em 1em 0em;
    font-weight: bold;
    font-size: 3em;
    color: #2C4257;
}
.login-input > .form-group > .form-control-lg {
    border-radius: 0;
    padding: 1.2em 0.5em;
    font-size: 2.2em;
    color: #788795;
}
.reg-input{
    padding:0em 1em;
}
.re-send-password {
    font-size: 1.4em;
    margin: 0.5em 0em;
}
.btn-login-wrap{
    padding:3em 0em;
}
.btn-login {
    margin: 0em 0em 1em 0em !important;
}

/*...........Register_page.......................*/
.error-msg {
    padding: .8em 1em;
    margin-top: 1em;
}
.error-msg>i{
    font-size: 1.4em;
    color: #788795;
    display: inline-block;
}
.error-msg>i>span{
    color: red;
    margin-right: 0.5em;
}
.btn-register {
    background: #284056;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: .6em 5em;
    border-radius: 1.5em;
    margin: 1em 0em 5em 0em;
}
/*.............Custom checkbox..........................*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size:32px;
    color: #788795;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 50px 0px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 34px;
    width: 34px;
    background-color: #ffff;
    border:1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 12px;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.score-section {
    margin-bottom: 5em;
}
.user-list {
    font-size: 2em;
    color: #788795;
    transition: .5s all ease;
    padding: 1.5em 2em;
}
.user-list:hover{
    background: #FF6B57;
    color: #fff;

}
.score-section > center > i {
    font-size: 2em;
    color: #788795;
}
.score-header {
    padding-bottom: 3em;
}

/*..........................User Dashboard..................................*/

.ud-sidebar-top,
.ad-sidebar-top{
    height: 535px;
    background: #284056;
    padding:0;
    transition: .1s all ease;
}
.admin-wrapper {
    padding: 5em 5em;
}

.user-status, .admin-status {
    padding: 2em;
    background: #333;
}
.user-status>li>.nav-link, .qa-section>li>.nav-link, .admin-status>li>.nav-link {
    padding-left: 0;
    font-size: 1.7em;
    color: #54dcd9;
    transition: 0.5s all ease;
}
.user-status>li>.nav-link:hover,
.qa-section>li>.nav-link:hover,
.admin-status>li>.nav-link:hover{
    color: #fff;
}
.user-status>li>h2, .qa-section>li>h2, .admin-status>li>h2 {
    color: #fff;
    font-size: 2.3em;
    font-weight: normal;
}
.sidebar-header-text{
    background: #41C5C2;
    text-align: center;
    padding: 3em 0em;
}
.sidebar-header-text>h2 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 600;
    padding: 0em .5em;
}
.ud-sidebar-bottom{
    height: 400px;
    background: #284056;
    padding:0;
}
.subscription {
    margin: 4em 0em;
}
.user-subscription {
    padding: 3em 0em;
}
.user-subscription > h2 {
    font-size: 1.8em !important;
    color: #fff;
}
.user-subscription > a {
    background: #ff0909;
    font-size: 1.5em;
    color: #fff;
    padding: .6em 1.5em;
    border-radius: 1.5em;
    margin-top: .9em;
    transition: .5s all ease;
}
.user-subscription>a:hover{
    background: #f10909;
    color: #fff
}
.user-info, .renew-subscription {
    padding: 1em 1em;
    font-size: 2.1em;
    color: #284056;
}
.user-info > h2, .renew-subscription > h2 {
    color: #284056;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: .5em;
}

.user-info > a, .renew-subscription > a {
    color: #ffffff;
    font-size: .8em;
    background: #284056;
    padding: .8em 4em;
    border-radius: 1.6em;
    margin-top: 1em;
}
.user-edit-btn {
    color: red;
    text-decoration: none;
    font-size: 1em;
    transition: .5s all ease;
    text-align: center;
    border-radius: 1em;
}
.user-edit-btn:hover{
    color: #284056;
    background: #ddd;
}
/*...................Add Question Section...........................*/

.add-question-section{
    width: 100%;
}
.add-question-header {

    width: 100%;
    padding: 2.5em 0.5em;
    border-bottom: .03em solid #ddd;

}
.before-add-new {
    background: #a9dd7a;
    padding: 0em .4em 0em .4em;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    float:left;
}
.add-new-header{
    display: inline;
    margin: .5em 1em;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #284056;
}
.question-no {
    font-size: 2.5em;
    float: right;
    margin-right: .2em;
}
.add-question-header-text>span{
    float: right;
    color: #000000;
    font-size:39px;
}
.bkash{}
.bkash label {
    margin-right: .5em;
    color: #284056;
}
.bkash input[type="text"] {
    border: 0.03 solid #284056;
    height: 2.2em;
    width: 13em;
    padding: 1em .5em;
    color: #284056;
}
.bkash p {
    font-size: .8em;
    margin: 2em 0em;
    color: #284056;
}
.bkash .btn-bkash {
    background: #284056;
    border-radius: 1.5em;
    padding: .5em 3em;
    font-size: .9em;
}
.question-text{
    font-size:43px;
    font-weight:bold;
}
.option{
    margin:0 auto;
}
.input-option-section{
    padding: 2em;
}
.add-question-text {
    padding: 0em 0em;
    font-size: 2.7em;
    border: none;
    width: 27.79em;
    border-bottom: .05em solid #BEC5CC;
    color: #2C4257;
    font-weight: bold;
    padding: .2em .5em;
    margin-top: 2em;
}
.options-wrapper{
    margin-left: 40px;
    width: 1100px;
}
.correct-ans-section{
    background: #f0f0f0;
    border: 1px solid #bec5cc;
    margin-left: 45px;
    width: 1090px;
    margin-top: 10px;
}
.c-wrapper {
    background: #f0f0f0;
    border: .3em solid #bec5cc;
    padding: 4em;
}
.c-ans-wrapper, .category-wrapper {
    margin-top: 0.5em;
}
.c-ans-heading, .question-category-heading {
    color: #284056;
    font-size: 2.35em;
}
.btn-c-options {
    width: 100%;
    padding: 0.2em;
}
.input-a,.input-b{
    margin-bottom:35px;
}
.input-c,.input-d{
    margin-bottom:35px;
}
.input-a input[type="text"],.input-b input[type="text"],.input-c input[type="text"],.input-d input[type="text"]{
    height: 88px;
    width: 435px;
    font-size:32px;
    padding:35px;
    color: #788795;
    border: 1px solid #bec5cc;
}
.answer-section{
    padding:4em 0em;
}
.ans-box {
    font-size: 2em;
    
    padding: .1em 0em;
    position: relative;
    margin-bottom:.5em;
}
.ans-box > input[type="text"] {
    padding: 0.6em 0.2em .6em 2.6em;
    width: 15em;
    border: .03em solid #ccc;
    color: #788795;
    margin-left: 0.1em;
}
.ans-box > span {
    position: absolute;
    padding: .1em .6em 0.24em 0.6em;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}
.op-a, .op-b, .op-c, .op-d {
    background: #fff;
    padding: .2em 0.6em;
    border-radius: .2em;
    color: #666;
    font-size: 2em;
    font-weight: bold;
    margin: 0.3em 0.1em;
    transition: .3s all ease-in-out;
}
.op-a{
    border: 1px solid #9788ef;
}
.op-a:hover{
    background: #9788ef;
    color: #fff;
}
.op-b{
    border: 1px solid #ff6b57;
}
.op-b:hover{
    background: #ff6b57;
    color: #fff;
}
.op-c{
    border: 1px solid #ffbd4f;
}
.op-c:hover{
    background: #ffbd4f;
    color: #fff;
}
.op-d{
    border: 1px solid #41c5c2;
}
.op-d:hover{
    background: #41c5c2;
    color: #fff;
}
.custom-select-category {
    margin-top: 1em;
    width: 30em;
}
.ans-box-a{
    background: #9788ef;
}
.ans-box-b{
    background: #ff6b57;
}
.ans-box-c{
    background: #ffbd4f;
}
.ans-box-d{
    background: #41c5c2;
}

/*..... css for Exam-Summary: 17th Fabruary, 2019................*/

.single-score{
    margin-top: 2em;
}
.btn-share,.btn-session{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 900;
    /* margin-top: 1em; */
    border: .04em solid #284056;
    border-radius: 1.5em;
    color:#284056;
    padding: .5em 2em;
}

.btn-icon{
    margin-right:.8em; 
    width: 1.5em;
}
.btn-share:hover{
    color: #ffff;
    background:#4467B0;
}
.summary-header-bottom-text,.summary-top-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    font-weight: 900;
    color: #EC0000;
}
.summary-top-text{
    text-align: center;
    color: #2C4257;
}

.btn-session{
    background: #2C4257;
    color: #ffff;
    font-size: 1.7em;
    border-radius: 2em;
    padding: 1em 2em;
    margin-top: 1em;
}
.btn-session:hover{
    border:.04em solid #2C4257;
    background: #ffff;
    color: #2C4257;
}
.digit{
    font-size: 10em;
    padding: 0em;
}
.txt-blue{
    color: #4D92D0;
}
.txt-green{
    color: #89C542;
}
.txt-cyan{
    color: #3FA9B7;
}
.txt-orange{
    color: #F99442;
}
.percentage{
    font-size: .4em !important;
}
.digit-bottom{
    color:#808E9B;
}
.summary-top-text,.summary-header-bottom-text{
    padding: 1em 0em;
}