/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Dec 19, 2019, 2:39:03 PM
    Author     : Yellowandgray
*/

@font-face {
    font-family: 'isMail_0';
    src: url('../font/ismail_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.box-shadow {
    background: #fff;
    box-shadow: 0 0 9px 5px #e3e3e3;
    overflow: hidden;
    cursor: pointer;
}

.box-custom {
    overflow: hidden;
}

.box-shadow .box-text {
    padding: 20px 10px;
    height: 100px;
    overflow: hidden;
}

.box-custom .box-img {
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.box-custom .box-img2 {
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.box-custom .box-img3 {
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.box-custom .box-img {
    background: url(../img/01.png)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.box-custom .box-img2 {
    background: url(../img/02.png)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.box-custom .box-img3 {
    background: url(../img/03.png)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.box-shadow:hover .box-custom .box-img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.box-shadow:hover .box-custom .box-img2 {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.box-shadow:hover .box-custom .box-img3 {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.close {
    opacity: 1;
    color: #fff;
}

.subject-content {
    padding: 100px 0 50px 0 !important;
}

.subject-section {
    background: #fff;
    box-shadow: 0 0 9px 5px #e3e3e3;
    cursor: pointer;
    margin-bottom: 30px;
}

.subject-1 {
    overflow: hidden;
    position: relative;
    top: -25px;
    border-bottom: 1px solid #e3e3e3;
}

.subject-1 .subject-1-img {
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.subject-section:hover .subject-1 .subject-1-img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.subject-1-text h2 {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.subject-1-text {
    padding: 5px;
    position: relative;
    top: -15px;
}

.price {
    background: #5cb85c;
    box-shadow: 0 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, .2);
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    position: relative;
    font-size: 14px;
    left: -10px;
    top: 10px;
    padding: 3px 0px 3px 15px;
    z-index: 2;
    font-weight: 700;
    line-height: 1.4;
    width: 35%;
}

.price::before {
    border: 4px solid transparent;
    border-top: 4px solid #348c34;
    border-right: 4px solid #348c34;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
}

.margin-auto {
    margin: 0 auto;
}

.control-group .controls input {
    width: 95%;
}

.control-group .controls select {
    width: 97%;
}

.control-group .controls input[type="checkbox"] {
    width: auto;
}

.logout_position {
    text-align: right;
    display: flex;
    height: 100%;
    float: right;
    /*margin-top: 10px;*/
}

.logout_section {
    /*    padding-top: 20px;
        border-radius: 50%;
        width: 50px;*/
    margin-top: 13px;
    float: right;
    /*    height: 30px;
        background-position: center;*/
    cursor: pointer;
    /*position: relative;*/
}

.logout_section img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 6px 5px #e3e3e3;
    padding: 1px;
    border: 1px solid #a40b0b;
}

.topic_section {
    padding: 80px 0;
}

.side_section {
    background: #f03c02;
    /* box-shadow: 0 0 9px 5px #e3e3e3; */
    overflow: hidden;
    text-align: justify;
    padding: 20px;
}

.side_section h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

.side_section h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.topic_section_1 h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}


/*.topic-list {
    margin: 0 0 0 0;
}

.topic-list li {
    list-style: none;
    margin: 12px 0;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
    border-bottom: 1px solid;
}

.topic-list li i {
    font-size: 25px;
    display: none;
    transition: all 0.5s;
}

.topic-list li:hover i {
    display: block;
    position: absolute;
    transition: all 0.5s;
    padding-right: 5px;
}

.topic-list li:hover a {
    padding-left: 35px;
    text-decoration: none;
    transition: all 0.5s;
}

.topic-list li a {
    font-size: 25px;
    font-weight: 600;
    color: #3e3e3e;
    transition: all 0.5s;
    padding-left: 15px;
}

.topic-list li a:hover {
    text-decoration: none;
    color: #b3b3b3;
    transition: all 0.5s;
}

.topic-list li input[type="checkbox"] {
    position: absolute;
     top: 0; 
    right: 0;
    height: 20px;
    width: 20px;
     background-color: #eee; 
    border-radius: 50%;
}*/

.logout_dropdown {
    display: none;
    position: absolute;
    top: 62px;
    right: 98px;
    box-shadow: 0 0 6px 2px #e3e3e3;
    background: #fff;
    padding: 0px 0;
    list-style: none;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    z-index: 1;
    width: 250px;
}

.logout_list {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
}

.logout_list li {
    text-align: left;
    padding: 3px 0;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px dashed;
    color: #333;
}

.logout_list li:hover {
    color: #F03C02;
}

.result_user_section {}

.result_user_section .user_profile {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid red;
}

.user_details {
    padding-top: 30px;
    width: 60%;
    margin: 0 auto;
}

.user_details h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.user_details h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.user_details h4 span {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.user_details h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.user_profile {
    text-align: center;
}

.user_profile img {
    margin-top: 10px;
    width: 70px;
    border-radius: 50%;
    padding: 0;
    border: none;
    box-shadow: none;
    height: 70px;
}

.user_profile h5 {
    margin-bottom: 10px;
}

.topic_list_position_left {
    position: relative;
}

.topic_list_position_right {
    position: absolute;
    right: 40px;
    margin-top: -25px;
}

.topic_list_position_left a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    padding-left: 15px;
}

.topic_list_position_left a:hover {
    text-decoration: none;
    color: #5cb85c;
}

.topic_list_position_left i {
    font-size: 25px;
    position: absolute;
}

.topic_list_section a.btn-green,
.topic_list_section a.btn-danger {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

.display-content {
    padding: 80px 0 40px;
    background: #e3e3e3;
}

.accordion-inner .table tbody td {
    text-align: left;
    border: none;
}

.crt_clr .option table td, .wrng_clr .option table td {
    color: #fff;
}

.headnav-1 {
    display: none;
}

@media screen and (max-width:390px) {
    .pagination .button {
        padding: 0.2rem 1rem;
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 5rem;
        margin: 0 0.1rem;
        transition: 0.3s;
        background: #30445c;
    }
}

.lable-blue {
    background-color: #30445c;
}

.lenth_width span.lable-blue {
    font-size: 14px;
    font-weight: 600;
}

.lenth_width span.label-success {
    font-size: 14px;
    font-weight: 600;
    background: #d0291c;
}

.hidden {
    display: none;
}

.image-preview {
    position: relative;
    overflow: hidden;
}

.image-preview img {
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 200px;
}

.close-button-profile-img {
    position: absolute;
    top: 0px;
    right: 36%;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 22px;
}

.pagination a.btn-green {
    padding: 5px 30px;
    border-radius: 5rem;
    margin: 0 0.25rem;
    transition: 0.3s;
    position: relative;
}

.pagination a.btn-green:hover {
    background: transparent;
    border: 1px solid #479c18;
    color: #479c18;
}

.accordion-inner h2.titleContainer {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.accordion-inner h2 span {
    float: right;
}

.text-center {
    text-align: center !Important;
}

.result_table .icon-ok-sign {
    color: #479c18;
    font-size: 20px;
}

.result_table .font-icon-remove-circle {
    color: #F03C02;
    font-size: 20px;
}

.logo {
    width: auto;
    margin: 0 auto;
}

.register_section {
    padding: 40px 0;
}

.signup-section {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 15px;
    box-shadow: 0px 15px 15px 0px #e3e3e3;
}

.signup-title {
    background: #F03C02;
    padding: 30px 0;
    width: 62.7%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 5px #e3e3e3;
}

.signup-title h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.signup-title i {
    position: absolute;
    margin-left: 20px;
    margin-top: 5px;
    color: #fff;
    font-size: 22px;
}

.login-section i {
    position: absolute;
    margin-left: 10px;
    margin-top: 17px;
    color: #fff;
    font-size: 22px;
}

.language_section ul {
    list-style: none;
}

.language_section ul li {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 20px 15px;
    padding-left: 0px;
    border-bottom: 1px solid #e3e3e3;
    color: #30445c;
    /*    font-family: 'isMail_0', sans-serif;*/
}

.language_section ul i {
    /*    position: absolute;*/
    margin-top: 11px;
    font-size: 22px;
    color: #f03c02;
}

.topic_option ul {
    list-style: none;
}

.topic_option ul li {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 20px 15px;
    padding-left: 30px;
    border-bottom: 1px solid #e3e3e3;
    color: #30445c;
}

.topic_option ul i {
    position: absolute;
    margin-top: 11px;
    font-size: 22px;
    color: #f03c02;
}

.topic_section_1 {
    padding: 10px 20px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    box-shadow: 0px 7px 20px 0px #e3e3e3;
}

.topic_list_section {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.pagenation-width {
    text-align: center;
}

.modal-body {
    position: relative;
    /*     max-height: auto; */
    padding: 15px;
    /* overflow-y: auto; */
}

.topic-head a {
    color: #fff;
    font-size: 22px;
    position: absolute;
    margin-top: 9px;
}

.topic-head a:hover {
    color: #fff;
    opacity: .8;
}

.quiz-question-section {
    background: #1E90FF;
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.quiz-question-section h2 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

.quiz-question-section h2 strong {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.quiz-question-section i {
    position: absolute;
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
    margin-top: 8px;
    cursor: pointer;
}

.subject-section-order li input {
    position: relative;
    height: 19px;
    width: 19px;
    float: left;
    margin-right: 10px;
}

.subject-section-order li label {
    padding-left: 30px;
    font-size: 20px;
    color: #F03C02;
    margin-bottom: 10px;
    position: relative;
    top: 3px;
}

.subject-section-order li ul li input {
    position: absolute;
}

.subject-section-order li ul li label {
    padding-left: 0px;
}

.subject-section-order li ul li label span {
    padding-left: 30px;
    font-size: 18px;
    position: relative;
    top: 3px;
    font-weight: 600;
}

.heading-custom {
    font-size: 25px !important;
    margin-bottom: 20px !important;
}

.list-none {
    list-style: none;
}

.list-none li {
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.list-none li i {
    color: #F03C02;
    font-size: 20px;
}

.list-none li a {
    font-size: 20px;
    font-weight: 600;
}

.year_select_section ul {
    list-style: none;
}

.year_select_section ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.year_select_section ul li input {
    position: absolute;
    width: 20px;
    height: 20px;
}

.year_select_section ul li label {
    font-size: 20px;
    padding-top: 4px;
    padding-left: 30px;
    color: #F03C02;
}

.title-section {
    font-size: 18px;
}

.headnav li a:hover {
    color: transparent;
}

.btn-custom {
    background: #f03c02;
    color: #fff;
    opacity: 0.9;
}

.btn-custom:hover {
    background: #f03c02;
    color: #fff;
    opacity: 1;
}

.logout-btn {
    text-decoration: none;
    color: #ffffff;
    background: #f03c02;
    opacity: 0.9;
    margin-top: 7px;
    margin-right: 12px;
    /*height: 20px;*/
}

.logout_position a.user-menu-btn {
    position: relative;
    top: 5px;
}

.logout-btn:hover{
    opacity: 1;
    /*background: #f03c02;*/
    background: #18191a;
    color: #ffffff;
    opacity: 1;
}

.menu-bar i {
    font-size: 25px;
    color: #d0291c;
}

.no-header-logo {
    width: 200px;
    margin: 0 auto;
}

.table-title {
    width: 100%;
    margin: 0 auto;
}

.table-title td {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    line-height: 1.5;
    font-weight: 400;
}

.table-title th {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    line-height: 1.5;
}

.sub-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.quiz-heading-width {
    width: 75%;
    margin: 0 auto;
}

.language-section {
    background: url(../img/pic-woman-studying.jpg)no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 100px;
}

.language-box {
    background: #fff;
    cursor: pointer;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.language-section .language-img-zoom .language-img {
    background-size: cover !important;
    background-position: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.language-box .language-img-zoom {
    overflow: hidden;
    position: relative;
}

.language-box:hover .language-img-zoom .language-img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.language-title {
    padding: 10px 0;
    border-top: 1px solid #f03c02;
    border-bottom: 1px solid #f14812;
}

.language-title h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 5px;
    margin: 0;
}

.language-title h3 a:hover {
    text-decoration: none;
}

.language-description {
    padding: 10px 5px;
}

.language-width {
    width: 50%;
    margin: 0 auto;
}

.home_link {
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 1050;
}

.home_link:hover {
    text-decoration: none;
}

.optionContainer .q-option {
    float: left;
}

.optionContainer .MathJax_Display {
    text-align: left !important;
    margin: 0 !important;
}

.goto-here .questionBox .questionContainer .questionFooter .question-explanation {
    padding: 0 20px 30px;
}

.goto-here .questionBox .questionContainer .questionFooter .question-explanation h4 {
    color: #f03c02;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
    margin: 0;
}

.goto-here .questionBox .questionContainer .questionFooter .question-explanation span {
    color: rgba(0, 0, 0, 0.85);
}

.goto-here .questionBox .questionContainer .questionFooter .question-explanation img {
    width: 50%;
}

.question-explanation span .MathJax_Display {
    text-align: left !important;
}

#create {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}

#create h6 {
    font-size: 20px;
}

#create .result-option {
    border-radius: 290486px;
    padding: 5px 20px;
    margin: 0;
    margin-bottom: 12px;
    transition: 0.3s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.85);
    border: transparent 1px solid;
    font-size: 15px;
}

.crt_clr {
    background: #5cb85c !important;
    color: #fff !important;
}

.notsure_clr {
    background: yellow !important;
    color: #000 !important;
}

.wrng_clr {
    background: #f53c00 !important;
    color: #fff !important;
}

.language-main-title h4 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.border-none {
    border: none;
    padding: 5px 0;
}

.student-full-result .result-option {
    background: #e3e3e3;
    padding: 5px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.student-full-result .result-title span.no_question {
    /*    float: left;
        margin-right: 10px;*/
}

.student-full-result .result-title span.question_title {
    /*    float: left;*/
}

.student-full-result .result-option .option .option-float  {
    float: left;
    margin-right: 2px;
}

.student-full-result .question-title h6  {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.student-full-result .question-title  {
    border-bottom: 2px dotted #fa6738;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.student-full-result .explanation_image  {
    width: 100%;
    margin: 0 auto;
}

.student-full-result .explanation_image img  {
    width: 100%;
}

.MathJax_Display {
    margin: 0 !important;
    text-align: left !important;
}

.quiz-question-no {
    float: left;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .quiz-pause .float-left {
        width: 100% !important;
    }
    .language-width {
        width: 100% !important;
    }
    .span-position {
        margin: 0 0px 0px 10px !important;
        text-align: left;
    }
    .logout_dropdown {
        top: 60px !Important;
        right: 0;
        width: 100%;
    }
    .user_details {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .language-section .language-img-zoom .language-img {
        height: 400px !Important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .logo {
        margin: 0px !important;
    }
    .logout_position a {
        padding: 5px 10px !important;
    }
    .logout_dropdown {
        right: 0 !Important;
    }
}


.logout_position.member-login-menu {
    display: none;
}

.quiz-pause {
    width: 95%;
    padding: 10px 0;
    margin-bottom: 0px;
}

.quiz-pause .float-left {
    float: left;
    width: 45%;
    text-align: left;
}

.quiz-pause .float-right {
    float: right;
    /*    width: 50%;*/
    text-align: right;
    /*    padding-right: 20px;*/
}

.pause-right {
    margin-right: 10px;
    border: 1px solid #468847;
    border-radius: 50%;
    width: 78%;
    padding: 1px 2px 1px 0px;
    cursor: pointer;
    transition: 0.3s all;
}

.pause-right:hover {
    background: #468847;
    border: 1px solid #fff;
    box-shadow: 0 0 4px 2px #468847;
    padding: 1px 2px 1px 0px;
}

.pause-right i {
    color: #468847;
}

.pause-right:hover i {
    color: #fff;
}

.quiz-pause input {
    width: 20px;
    height: 20px;
}

.span-position {
    /*    position: absolute;
        top: 28px;
        left: 40px;*/
    margin: 0 0px 0px 5px;
    font-weight: 600;
    color: #fff;
}


.footer-explanation-section {
    padding: 10px 20px;
    width: auto;
    margin: 0 auto;
}

.footer-explanation-section strong {
    color: rgb(71, 156, 24);
    margin-bottom: 10px;
}
.footer-explanation-section span {
    color: rgba(0, 0, 0, 0.85);
    margin: 10px 0;
}

.footer-explanation-section .quiz-explanation-view{
    text-align: left;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 5px;
    padding: 5px 0;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}


#tets {
    display: none;
}

.footer-explanation-section .border-b {
    border-bottom: 1px solid #1c75bc;
}

.pause-content {
    font-size: 14px !important;
    color: #b7b7b7 !important;
    font-style: italic;
}

.nmlfont {
    font-style: normal;
    font-size: 12px !important;
    margin-left: 10px;
}

.quiz-timer {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    /* float: left; */
    position: absolute;
    right: 0;
}

.quiz-timer span {
    color: #fff;
}


.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}


.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}

.radio-btn-section{
    list-style: none;
}

.radio-btn-section li {
    font-size: 20px;
}


.btn-custom1 {
    background: #477cff;
    color: #fff;
    /*    border-radius: 18px;*/
    opacity: 0.8;
    transition: all 0.3s;
}

.btn-custom1:hover {
    background: #477cff;
    color: #fff;
    border-radius: 18px;
    opacity: 1;
    transition: all 0.3s;
}


.loadingoverlay
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loadingoverlay-spinner
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}  


.radio-btn-section li {
    font-size: 20px;
    border-bottom: 1px solid #1c75bc;
    padding: 10px 0;
}

.custom-title h2 {
    font-size: 20px;
    font-weight: 700;
}

.feedback-popup {
    width: 100%;
    margin: 0 auto;
    /*    z-index: 1050;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.feedback-popup .feedback-popup-box {
    width: 50%;
    margin: 0 auto;
}

.btn-answerd-clr {
    background: #000099;
    color: #fff;
}

.btn-answerd-clr:hover {
    background: #000099;
    color: #fff;
}

.btn-not-sure-clr {
    background: #ffcc00;
    color: #fff;
}

.btn-not-sure-clr:hover {
    background: #ffcc00;
    color: #fff;
}

.btn-unanswered-clr {
    background: #000;
    color: #fff;
}

.btn-unanswered-clr:hover {
    background: #000;
    color: #fff;
}

.admin-panel-btns {
    /*    width: 70%;*/
    margin: 20px auto 0px;
}

.admin-panel-btns .row {
    margin-bottom: 0;
}

.clr-blue {
    color: #000099;
    font-weight: 600;
    border: 1px solid #000099;
    padding: 3px 8px;
    border-radius: 50%;
}

.clr-yellow {
    color: #ffcc00;
    font-weight: 600;
    border: 1px solid #ffcc00;
    padding: 3px 8px;
    border-radius: 50%;
}

.question-number-title h3 {
    text-align: center;
    width: 85%;
    font-size: 22px;
    font-weight: 600;
    color: #f14812;
}

.showqus {
    cursor: pointer;
}

.answered-clr {
    padding: 0px 10px;
    background: #000099;
    margin-right: 6px;
}

.notsure-clr {
    padding: 0px 10px;
    background: #ffcc00;
    margin-right: 6px;
}

.unanswered-clr {
    padding: 0px 10px;
    background: #000;
    margin-right: 6px;
}

#question_list table th {
    padding: 5px;
}

#question_list table td {
    padding: 5px;
}

#question_list table th  {
    padding: 5px;
    text-align: left;
    color: #f53c00;
}

#question_list table th i {
    color: #f53c00;
    text-align: center;
}

.question-number-table {
    width: 93%;
}

.question-number-table td {
    padding-bottom: 10px;
    text-align: center;
}

.question-number-table td .q-a-n {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 8px;
}

#question_list_det .question-title {
    padding-bottom: 10px;
    border-bottom: 1px dashed #f53c00;
    margin-bottom: 10px;
}

.q-center {
    text-align: center;
}

.testmodetxt {
    cursor: pointer;
}

.contact-section-examhorse {
    padding: 100px 0 50px;
}

.contact-section-examhorse .contact-form {
    padding: 20px;
    background: #fff;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.contact-section-examhorse .contact-form h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-section-examhorse .contact-form span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-section-examhorse .contact-form input, .contact-section-examhorse .contact-form textarea {
    border: none;
    border-bottom: 1px solid #333;
    width: 95%;
    box-shadow: none;
    padding: 5px 10px;
}

.contact-section-examhorse .contact-content {
    padding: 20px;
}

.contact-section-examhorse .contact-content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-section-examhorse .contact-content p {
    font-size: 18px;
    padding: 25px 12px;
    background: #fff;
    margin: 20px 0 30px 0;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.call-as-now ul{
    list-style: none;
    margin: 0;
}

.call-as-now ul li {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.call-as-now ul li img {
    position: absolute;
    width: 6%;
}

.call-as-now ul li span {
    margin-left: 40px;
}


.logout_position a {
    font: 16px Arial, Helvetica, sans-serif;
    background: transparent;
    color: #30445c;
    font-size: 18px;
    transition: 0.3s ease;
    text-decoration: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 8px 20px;
    font-weight: 500;
}

.logout_position a:hover {
    border-top: 2px solid #f14f1b;
    border-bottom: 2px solid #f14f1b;
    /*    padding: 0 20px;*/
}

.logout_position a.logout-btn {
    background: #f03c02;
    color: #fff;
    text-transform: none;
    padding: 4px 15px 4px;
    margin: 8px 12px;
}

.file-upload{
    width: 42%;
    margin: 0px auto;
    border: 1px solid #f0c0d0;
    border-radius: 100px;
    /* overflow: hidden; */
    position: relative;
    cursor: pointer;
    background: #fff;
    transition: all .3s;
}

.file-upload:hover {
    box-shadow: 0 0 3px 3px #e3e3e3;
    background: #f03c02;
}

.file-upload:hover p {
    color: #fff;
}

.file-upload p {
    position: relative;
    top: 5px;
    cursor: pointer;
}
.file-upload input{
    position: absolute;
    top: 2px;
    opacity: 0; 
    left: 0px;
    padding: 9px 0;
    cursor: pointer;
}

.file-upload img{
    height:70px;
    width:70px;
    margin:15px;
}

.tab-content>.tab-pane {
    overflow: auto;
}

.result-title h6 table td  {
    text-align: left;
}