/** {

    margin: 0;

    padding: 0;

    border: none;

    outline: none;

}



body {

    margin: 0;

    padding: 0;

    font-family: 'Roboto', sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6,

h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

    color: #000;

    margin-bottom: 10px;

}



h1,

h1 a {

    font-size: 28px;

    font-weight: 700;

}



h2,

h2 a {

    font-size: 24px;

    font-weight: 500;

}



h3,

h3 a {

    font-size: 20px;

    font-weight: 400;

}



h4,

h4 a {

    font-size: 18px;

    font-weight: 300;

}



h5,

h5 a {

    font-size: 16px;

    font-weight: 300;

}



h6,

h6 a {

    font-size: 14px;

    font-weight: 300;

}



p,

ul,

ol {

    color: #000;

    font-size: 14px;

    font-weight: 400;

    margin: 0 0 10px 0;

    line-height: 22px;

}



ul {

    margin: 0;

    padding: 0;

}



ul li {

    list-style: none;

}



a,

button {

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



a,

a:hover,

a:focus {

    text-decoration: none;

    outline: none;

}



img {

    max-width: 100%;

    border: none;

    outline: none;

    padding: 0;

    margin: 0

}*/



.select-question-one {

    padding-top: 30px;

    padding-bottom: 30px;



    margin: auto;

    border-radius: 10px;

}



.select-question-one h1 {

    margin-bottom: 50px;

    color: rgb(45, 45, 45);

}



.select-question-one h2 {

    font-size: 20px;

    margin-bottom: 50px;

}



.select-question-one h2 span {

    color: #4AC494;

}



.select-question-one h6 {

    color: #000;

    font-weight: 600;

    font-size: 15px;

    padding-left: 20px;

}



.select-question-one h1 span {

    color: #F77A83;

}



.box-one {

    border: 2px solid #91919145;

    padding: 50px 50px;

    transition: 0.5s;

    border-radius: 8px;

}



/*.box-one:hover {

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    transition: 0.5s;

}*/



ul.nav.nav-tabs {

    margin-bottom: 30px;

}



.select-question-one .nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

    color: #4AC494;

    background-color: #fff;

    border-color: #dee2e6 #dee2e6 #fff;

    font-size: 18px;

}



.select-question-one .nav-item a {

    color: #919191;

    font-size: 18px;

}



.select-question-one .row {

    display: flex;

    flex-wrap: wrap;

    margin-right: 0px;

    margin-left: 0px;

    align-items: baseline;

    margin-bottom: 10px;

}



.sub-btn input {

    background-color: #4AC494;

    color: #fff;

    padding: 12px 70px 12px 40px;

    outline: none;

    border: none;

    border-radius: 5px;

    cursor: pointer;

    font-size: 17px;

}



.sub-btn i {

    position: absolute;

    top: 15px;

    left: 200px;

    color: #38ab41;

    z-index: 1111;

    transition: 0.5s;

}



.sub-btn:hover i {

    left: 210px;

    transition: 0.5s;

}



.sub-btn {

    margin-top: 50px;

    position: relative;

}



.form-check-input {

    transform: scale(2);

    margin: 12px 0px 0 0px;

}

.sba-qus-body .form-check-input {

    transform: scale(2);

    margin: 12px 0px 0 0px;

}



.form-check {

    position: relative;
    display: block;

}





/*********** question page's css ********/



.question-one h1 {

    text-align: center;

}



.question-one .box-one {

    border: 2px solid #91919145;

    padding: 0px;

    transition: 0.5s;

    /*max-width: 800px;*/

    margin: auto;

    border-radius: 10px;

}



.question-one .form-check {

    position: relative;

    display: block;

    margin-bottom: 25px;

}



.question-one .form-check-label {
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    padding-left: 25px;
}





.heading {

    background-color: #f4f4f4;

    padding: 20px 20px;

    border-radius: 10px 10px 0px 0px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.exam-box .heading {
    background-color: #F8FAFD;
}


.question-one .question {

    margin-top: 30px;

    margin-bottom: 15px;

    padding-left: 3rem;

    padding-right: 3rem;

    font-size: 18px;

    font-weight: 400;

    color: #626262;

}



.question-one .heading h3 {

    font-size: 20px;

    color: #000;

    margin-bottom: 0;

    padding-left: 1.6rem;

}



.question-one .form-check-input {

    transform: scale(1.5);

    margin: 12px 0px 0 0px;

    cursor: pointer;

}

#mtf_options .form-check-input {

    transform: scale(2);

    margin: 12px 0px 0 0px;

}

.question-one .heading a i {

    font-size: 40px;

    color: #4AC494;

}



.question-one .sub-btn {

    margin-top: 30px;

    position: relative;

    margin-bottom: 40px;

    margin-left: 45px;

}





.question-one .sub-btn input {

    padding: 12px 40px 12px 40px
}

.question-one .sub-btn i {

    position: absolute;

    left: 140px;

    top: 18px;

    color: #55555e;

    z-index: 1111;

    transition: 0.5s;

}

.question-one .sub-btn:hover i {

    left: 160px;

}



.question-one .prev-btn input {

    background-color: #55555e;

    color: #fff;

    padding: 12px 40px 12px 40px;

    outline: none;

    border: none;

    border-radius: 5px;

    cursor: pointer;

    font-size: 17px;

}



.question-one .prev-btn i {

    position: absolute;

    top: 18px;

    left: -20px;

    color: #55555e;

    z-index: 1111;

    transition: 0.5s;

}



.question-one .prev-btn:hover i {

    left: -40px;

    transition: 0.5s;

}



.question-one .prev-btn {

    margin-top: 30px;

    position: relative;

    margin-bottom: 40px;

    margin-left: 45px;

}



/* .question-one .box10 {
    padding: 20px 15px 20px 20px;
    border: 1px solid #e3e3e3;
    margin: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    border-radius: 50px;
} */

.correct-opt span:last-child {
    background-color: transparent;
}

.opt-review {
    position: absolute;
    right: 65px;
    background-color: transparent !important;
}

.question-one .box10 span i {
    font-size: 20px;
    color: #4AC494;
}

.emq-opt-review {
    background-color: #4AC494 !important;
    padding: 2px 8px !important;
    color: #fff;
    right: 80px;
}


.question-one .box10 span {

    padding: 2px 15px;

    border-radius: 14px;

    font-size: 12px;

}



.question-one .box10 h6 {

    color: #000;

    font-weight: 500;

    font-size: 18px;

    margin-bottom: 0;

}



.question-one h4 {
    color: #585858;
    padding-left: 45px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
}



.question-one .box-one {

    margin-bottom: 50px;

}

.question-one .action-btn-wrapper {

    display: flex;

}

.question-one .box-one.correct {
    display: none;
}

.question-one .box-one.wrong {
    display: none;
}

/*.exam-box input[type='radio']{
    position: relative;
}
.exam-box input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px !important;
    top: -20px;
    left: -3px;
    font-size: 30px;
    position: absolute;
     background-color: gainsboro; 
     content: '';
    outline: 4px solid blue; 
    content: '\25CF';
    color: blue;
    display: inline-block;
    visibility: visible;
    outline-offset: -10px;
    transition: 0.5s;

}

.exam-box input[type='radio']:hover:after {
     content: '';
    outline: 6px solid #F77A83; 
    content: '\25CF';
    color: #F77A83;
     background-color: #9a9a9a; 
    transition: 0.5s;
}

.exam-box input[type='radio']:checked:after {
     content: '';
     outline: 6px solid #F77A83; 
    content: '\25CF';
    color: #F77A83;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -20px;
    left: -3px;
    font-size: 30px;
    position: relative;
    display: inline-block;
    visibility: visible;
    outline-offset: -10px;
     background-color: #9a9a9a; 
    transition: 0.5s;

}*/

.question-one .radio span {
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    padding-left: 25px;
    padding-right: 50px;
}

.radio {
    display: block;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

.radio+.radio {
    margin-top: 12px;
}

.radio input {
    display: none;
}

.radio input+span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    width: 100%;
}

.radio input+span:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    border-radius: 50%;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
}

.radio input+span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: rgb(25, 4, 148);
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 3.2px;
    opacity: 0;
    transform: scale(2, 2);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.radio input:checked+span:after {
    opacity: 1;
    transform: scale(1, 1);
}

html *,
html *:before,
html *:after {
    box-sizing: border-box;
}


/*#mtf_options .radio input + span:before {
    content: '';
    display: block;
    position: relative;
    top: 0px;
    left: 5px;
    border-radius: 50%;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
}

#mtf_options .radio input + span:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: rgb(25, 4, 148);
	position: absolute;
	border-radius: 50%;
	top: 3px;
	left: 3.2px;
	opacity: 0;
	transform: scale(2, 2);
	transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }*/


#mtf_options .radio span {
    margin-bottom: 15px;
    padding-top: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    padding-left: 10px;
    padding-right: 10px;
}

.question-type-mtf .radio span {
    margin-bottom: 18px;
    padding-top: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    padding-left: 10px;
    padding-right: 10px;
}





/*mac radio end*/
.exam-box .form-check-label {
    cursor: pointer;
}

label.error {
    color: #F77A83;
}

.finish-and-review-one .qus-body {
    border: 1px solid #efefef;
    margin: 0px;
    border-radius: 10px;
}

.qus-body .qus {
    padding: 20px;
}


.finish-and-review-one .select-question-one .nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link.active {

    color: #4AC494;

    background-color: #fff;

    border-color: #dee2e6 #dee2e6 #fff;

    font-size: 18px;

    padding-top: 15px;

    padding-bottom: 10px;

}



.finish-and-review-one .select-question-one .nav-tabs .nav-item.show .nav-link,

.nav-tabs .nav-link {

    color: #4AC494;

    background-color: #fff;

    border-color: #dee2e6 #dee2e6 #fff;

    font-size: 18px;

    padding-top: 15px;

    padding-bottom: 10px;

}



.nav-item:hover {}



.border-left-wrong {

    border-left: 2px solid #F77A83;

    margin-left: 20px;

}



.border-left-right {

    border-left: 2px solid #4AC494;

    margin-left: 20px;

}



.finish-and-review-one.question-one .form-check {

    position: relative;

    display: block;

    /*padding-left: 3rem;*/

}



.finish-and-review-one label {

    position: relative;

    width: 100%;

}



.finish-and-review-one label .fa-check-circle {

    position: absolute;

    top: 4px;

    font-size: 25px;

    right: 0;

    color: #4AC494;

}



.question-one.finish-and-review-one h6 {

    margin-top: 0px;

    margin-bottom: 5px;

    padding-left: 0rem;

    font-size: 16px;

    font-weight: 400;

    color: #626262;

    font-weight: 600;

}



.question-one.finish-and-review-one p {

    font-size: 15px;

    color: #a0a0a0;

    font-weight: 400;

}



.finish-and-review-one label .fa-times {

    position: absolute;

    top: 4px;

    font-size: 25px;

    right: 0;

    color: #F77A83
}



.finish-and-review-one .feedback {

    background-color: #F8FAFD;
    border: 3px solid #DFE5F0;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;

}

.answer-feedback .feedback {

    background-color: #F8FAFD;

    margin: 30px 50px;

    padding: 20px 30px;

    border-radius: 5px;

    border: 1px solid #DFE5F0;
}

#question_marks_wrap .answer-feedback .feedback {

    margin: 0px;

    margin-bottom: 10px;

}

.finish-and-review-one .correct-answer,
.answer-feedback .correct-answer {

    border-left: 5px solid #4AC494;

}





.finish-and-review-one .wrong,
.answer-feedback .wrong {

    border-left: 5px solid #F77A83;

}

.feedback .sub-btn {

    margin-left: 0px !important;

}

.feedback h6 {

    padding-left: 0px !important;

}

.categories-border .form-check {

    border: 1px solid #ced4da;
    padding: 1rem 1.75rem 0rem 0.75rem;
    border-radius: 7px;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    align-content: center;
    justify-content: space-between;

}

.normal-opt {

    /* background-image: url(https://d32xxyeh8kfs8k.cloudfront.net/css/images/greybar.png); */

    border-left: thick solid rgb(199, 199, 199);

}

.normal-opt span {

    background-color: #dee2e6;

}

.correct-opt {

    /* background-image: url(https://d32xxyeh8kfs8k.cloudfront.net/css/images/greenbar.png); */

    border-left: thick solid #4AC494;

}

.correct-opt span {

    background-color: #4AC494;
    color: #fff;

}

.wrong-opt {

    /* background-image: url(https://d32xxyeh8kfs8k.cloudfront.net/css/images/redbar.png); */

    border-left: thick solid #F77A83;

}

.wrong-opt span {

    background-color: #F77A83;
    color: #fff;

}

.categories-border .form-check-input {

    transform: scale(2);

    margin: 12px 20px 0 10px;

}



.custom-select {

    font-size: 20px;

    font-size: 15px;

    font-weight: 600;

}



















/* bootstrap css */

.containerr {

    max-width: 1140px;

    width: 100%;

    padding-right: 0px;

    padding-left: 0px;

    margin-right: auto;

    margin-left: auto;

}



.roww {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



.col-mdd-12 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

}



.col-mdd-9 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;

    max-width: 75%;

}



.col-mdd-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%;

}



.custom-select {

    display: inline-block;

    height: calc(2.25rem + 2px);

    padding: 0.375rem 1.75rem 0.375rem 0.75rem;

    line-height: 1.5;

    color: #495057;

    vertical-align: middle;

    background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat right 1% center;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    width: 100%;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border: 1px solid #ced4da;

    padding: 0.375rem 1.75rem 0.375rem 0.75rem;

    border-radius: 7px;

}



.form-group {

    margin-bottom: 1rem;

}



label {

    display: inline-block;

    margin-bottom: 0.5rem;

}



/* tab-container */



.tab-container {

    border-radius: 4px;

}



.tab-menu {

    margin-bottom: 50px;

    padding-left: 20px;

    padding-top: 36px;

}



.tab-menu ul {

    margin: 0;

    padding: 0;

}



.tab-menu ul li {

    list-style-type: none;

    display: inline-block;

}



.tab-menu ul li a {

    text-decoration: none;

    color: rgba(0, 0, 0, 0.4);

    background-color: #b4cbc4;

    padding: 15px 40px;

    border-radius: 4px;

}



.tab-menu ul li a.active-a {

    background-color: #588d7d;

    color: #ffffff;

}



.tab {

    display: none;

}



.tab h2 {

    color: rgba(0, 0, 0, .7);

}



.tab p {

    color: rgba(0, 0, 0, 0.6);

    text-align: justify;

}



.tab-active {

    display: block;

}



.p1 {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    align-content: center;

}



.points {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;

}



.question-one.finish-and-review-one h6:first-child {

    width: 20%;

    font-weight: 500;

    color: #000;

}



.question-one.finish-and-review-one h6:last-child {

    font-weight: 400;

    color: rgb(100, 100, 100);

}



.finish-and-review-one.question-one h2 {

    text-align: left;

    padding: 50px 50px 0px 50px;

    font-size: 25px;

}



.question-one.finish-and-review-one .sub-btn {

    margin-top: 30px;

    position: relative;

    margin-bottom: 10px;

    margin-left: 0px;

}



.question-one.finish-and-review-one .sub-btn input {

    padding: 12px 100px 12px 40px;

}



/**************** 13.10.2022 ***************/



.score-section h4 {

    color: #585858;

    padding-left: 0px;

    margin-top: 0px;

    font-size: 22px;

    font-weight: 700;

}



.score-section h5 {

    color: #191919;

    margin-top: 20px;

    font-size: 17px;

    font-weight: 700;

    background-color: #e0e0e0;

    padding: 10px;

}



.score-section {

    margin-left: 30px;

    /* border: 2px solid #ebebeb; */
    background-color: #F8FAFD;

    padding: 20px 20px;

    border-radius: 10px;

}



.score-section ul li {

    font-size: 15px;

    margin-bottom: 10px;

    color: rgb(145, 145, 145);

}

.score-section ul b {

    color: #000;

}

.score-section .fa-check-circle {

    color: #4AC494;

}

.score-section .fa-times {

    color: #F77A83;

}



.badges-images {

    display: flex;

    flex-wrap: wrap;

    /* border: 2px solid #e5e5e5; */

}

.badge-section {
    padding: 20px 20px;
    margin-left: 30px;
    border-radius: 10px;
    background-color: #F8FAFD;
    margin-top: 40px;
}

.badge-section h4 {
    color: #585858;
    padding-left: 0px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
}

.badges-images img {

    width: 50%;

}


/* ////////////////26.10.2022 ////////////////*/

.exam-box #mtf_options .form-check-input {
    transform: scale(2);
    margin: 15px 0px 15px 13px;
}

.question-type-emq td {
    padding: 20px 20px;
}

.finish-and-review-one #saq_options {
    margin-left: 10px;
}

.finish-and-review-one #question_marks_wrap {
    margin-left: 10px;
}

.question-options select {
    border-radius: 3px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 30px 5px 15px;
    border: none;
    background: #dedede url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 10% center;
    background-size: 12%;
}

.exam-box .question p img {
    width: 100%;
    padding: 10% 20%;
    display: block;
}

.exam-box .question textarea {
    width: 100%;
    min-height: 200px;
}

.question-one .box-one {
    padding: 0px 0px;
}


.finish-and-review-one label .fa-times {
    position: absolute;
    top: 0px;
    font-size: 25px;
    right: 30px;
    color: #F77A83;
}

.finish-and-review-one label .fa-check-circle {
    position: absolute;
    top: 9px;
    font-size: 25px;
    right: 30px;
    color: #4AC494;
}

.finish-and-review-one .border-left-right {
    padding-left: 40px;
    padding-right: 20px;
}

.finish-and-review-one .border-left-wrong {
    padding-left: 40px;
    padding-right: 20px;
}



/* //////////////// end 26.10.2022 ////////////////*/

.question-type-mtf .form-check-input {
    transform: scale(1.5);
    margin: 12px 0px 0 20px;
    cursor: pointer;
}

.finish-and-review-one p img {
    width: 60%;
    padding: 5% 10%;
    display: block;
    margin: auto;
}

.question-type-emq .fa-times {
    right: 7px !important;
}

.question-type-emq .fa-check-circle {
    right: 7px !important;
}

/*.question-type-mtf .form-check-input {
    margin: 12px 0px 15px 80px !important;
}*/

.finish-and-review-one .question-type-mtf .fa-times {
    top: -13px;
}

.finish-and-review-one .question-type-mtf .fa-check-circle {
    position: absolute;
    top: -12px;
    right: 40%;
    transform: translateX(-50%);
}

.finish-and-review-one .question-type-mtf .fa-times {
    position: absolute;
    top: -12px;
    right: 40%;
    transform: translateX(-50%);
}

.finish-and-review-one .question-type-emq .fa-times {
    top: -13px;
}

.finish-and-review-one .question-type-emq .fa-check-circle {
    top: -13px;
}

/***************** 10.11.2022 **************/
.roww.child-roww {
    width: 100%;
    padding-left: 30px;
}

.select2 {
    border: 1px solid #ced4da;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 100% !important;
}

.select2 .select2-selection.select2-selection--multiple {
    border: none;
}

.select2 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    border-bottom: 1px solid #ced4da;
    padding: 10px 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    outline: 0;
}

.select2 .select2-selection {
    padding-bottom: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 22px !important;
}

h3#ques_id {
    width: fit-content;
    padding: 5px;
    background-color: #4AC494;
    color: white;
    border-radius: 50px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 1px;
    padding-bottom: 1px;

}

.partially-correct-answer {
    border-left: 5px solid #FFBF00 !important;
}

/* tab */
.container-new .tabs {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgb(24 94 224 / 15%), 0 6px 12px 0 rgb(24 94 224 / 15%);
    padding: 17px 20px 10px 20px;
    border-radius: 100px;
    margin: 10px 10px;
    margin-bottom: 40px;
    max-width: 1000px;
    align-items: center;
    align-content: center;
    margin: 20px auto 40px auto;
}

.container-new .tabs * {
    z-index: 2;
}

.container-new .tab-menu input[type="radio"] {
    display: none;
}

.container-new input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px !important;
    top: -20px;
    left: -3px;
    font-size: 30px;
    position: absolute;
    /* background-color: gainsboro; */
    /* content: '';
    outline: 4px solid blue; */
    content: '\25CF';
    color: blue;
    display: inline-block;
    visibility: visible;
    outline-offset: -10px;
    transition: 0.5s;
}

.container-new input[type='radio']:checked:after {
    /* content: '';
     outline: 6px solid #F77A83; */
    content: '\25CF';
    color: #F77A83;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -20px;
    left: -3px;
    font-size: 30px;
    position: relative;
    display: inline-block;
    visibility: visible;
    outline-offset: -10px;
    /* background-color: #9a9a9a; */
    transition: 0.5s;
}

.container-new .tab-n {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 300px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    position: relative;
    border: 2px solid #E6EEF9;
}

.container-new .notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    background-color: #e6eef9;
    transition: 0.15s ease-in;
}

.container-new input[type="radio"]:checked+label {
    color: #185ee0;
}

.container-new input[type="radio"]:checked+label>.notification {
    background-color: #185ee0;
    color: #fff;
}

.container-new input[id="radio-1"]:checked~.glider {
    transform: translateX(0);
}

.container-new input[id="radio-2"]:checked~.glider {
    transform: translateX(100%);
}

.container-new input[id="radio-3"]:checked~.glider {
    transform: translateX(200%);
}

.container-new .glider {
    position: absolute;
    left: 100px;
    /* display: flex; */
    display: none;
    height: 60px;
    width: 300px;
    background-color: #e6eef9;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

.container-new .active-a {
    background-color: #e6eef9;
    transition: 1s ease-out;
}

/*tab js*/

/*.tab-container{
   margin: 5% 10%;
   background-color: #c1e3d9;
   padding: 3%;
   border-radius: 4px;
}*/
.tab-menu {}

.tab-menu ul {
    margin: 0;
    padding: 0;
}

.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
}

.tab-menu ul li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    background-color: #b4cbc4;
    padding: 7px 25px;
    border-radius: 4px;
}

.tab-menu ul li a.active-a {
    background-color: #588d7d;
    color: #ffffff;
}

.tab {
    display: none;
}

.tab h2 {
    color: rgba(0, 0, 0, .7);
}

.tab p {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;

}

.tab-active {
    display: block;
}

#mtf_options th {
    text-align: left;
}

.finish-and-review-one .question-type-mtf .border-left-right {
    padding-left: 10px;
    padding-right: 20px;
}


/**************** review btn end *************/

/******************** 23.11.2022 ************************/

/* .question-options input[type="checkbox"] {
    position: relative;
} */

/* input[type="checkbox"] {
    position: relative;
}

input[type="checkbox"]::before {
    content: '';
    -webkit-box-shadow: 0px 1px 33px 9px rgb(0 0 0);
    -moz-box-shadow: 0px 1px 33px 9px rgba(0, 0, 0, 1);
    box-shadow: 0px 1px 7px 7px rgb(0 69 255 / 11%);
    position: absolute;
    top: 5px;
    left: 5.5px;
    z-index: 1111;
    visibility: hidden;
}

input[type="checkbox"]::after {
    content: '';
    background-color: #fff;
    width: 72%;
    height: 69%;
    position: absolute;
    top: 1.2px;
    left: 1.2px;
    border-radius: 1px;
    z-index: 1111;
    visibility: hidden;
}

input[type="checkbox"]:hover:before {
    content: '';
    visibility: visible;
}

input[type="checkbox"]:hover::after {
    content: '';
    visibility: visible;
}

input[type="checkbox"]:checked:hover:after {
    visibility: hidden;
} */


/* .question-one h4 span:first-child {
    color: #F77A83 !important;
} */

input.next_btn {
    background-color: #38ab41 !important;
    border-radius: 50px;
}

input#sub_btn {
    background-color: #061468;
    border-radius: 50px;
}

input#finish_btn {
    background-color: #061468;
    border-radius: 50px;
    margin-left: 62px;
    margin-top: -28px;
}

input#prev_question {
    background-color: #b8b8b8;
    border-radius: 50px;
}

.tab-menu-item {
    position: relative;
}

.expand-icon {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 30px;
    color: #4AC494;
}

.all-btn-wraper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    height: 50px;
}


/********************************** 30.11.2022 ****************************/


#wrong>div.answer-opt-container {
    background-color: #F8FAFD;
    border-radius: 5px;
    border: 1px solid #DFE5F0;
    margin: 30px 50px;
}

#correct .answer-opt-container {
    margin: 0 50px;
    background-color: #F8FAFD;
}

.question-one .box10 {
    padding: 20px 15px 20px 20px;
    border: 0.5px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;

}

/*.question-one .form-check-label {
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    padding-left: 15px;
}

.answer-feedback .feedback {
    background-color: #F8FAFD;
    margin: 30px 50px;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #DFE5F0;
} */
/* her css end */

#score_table {
    border-bottom: none;
}

.select-question-one.question-one.finish-and-review-one .box-one {
    border: 0px solid #91919145;
}

.select-question-one.question-one.finish-and-review-one .section-points .box-one {
    border: 2px solid #91919145;
}

.responsive-table-container {
    overflow-x: auto;
}

.question-one.finish-and-review-one .form-check-input {
    transform: scale(1.5);
    margin: 12px 0px 0 -30px;
    cursor: pointer;
}

#mtf_options .radio input+span:before {
    content: '';
    left: 12px;
}
#mtf_options .radio input+span:after {
    content: '';
    left: 15.2px;
}

.finish-and-review-one .question-type-mtf .radio input+span:before {
    content: '';
    left: 19px;
}
.finish-and-review-one .question-type-mtf .radio input+span:after {
    content: '';
    left: 22.2px;
}

#score_table tr.child-row {
    background-color: #f0f6ff !important;
}

#score_table tbody td {
    padding: 15px 10px;
    font-weight: 500;
}


#mtf_options table tr td:first-child{
    width: 100%;
}


/************************* Responsive ********************/
/************************* Responsive ********************/
/************************* Responsive ********************/
/************************* Responsive ********************/
/************************* Responsive ********************/

@media (max-width: 1024px) {

    .containerr {
        max-width: 950px;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-new .tab-n {
        height: 60px;
        width: 250px;
        font-size: 16px;
    }

    .container-new .glider {
        height: 60px;
        width: 250px;
    }

    .container-new .glider {
        left: 80px;
    }

    .container-new .tabs {
        max-width: 850px;
    }

    #score_table {
        width: auto !important;
        overflow-x: scroll;
        border-bottom: none;
    }

    .question-options {
        overflow-x: scroll;
    }

    .question-one .form-check-label {
        padding-left: 10px;
    }

    .question-one .form-check-input {
        margin: 12px 0px 0 5px;
    }

    .answer-opt-container .answer-opt h6 {
        width: 80% !important;
    }


}


@media (max-width: 992px) {

    html {

        overflow-x: hidden !important;

        width: 100% !important;

        margin: 0 auto !important;

    }



    body {

        overflow-x: hidden !important;

        width: 100% !important;

        margin: 0 auto !important;

    }



    .select-question-one {

        max-width: 675px;

        margin: auto;

        border-radius: 10px;

    }

    .tab-menu ul li a {

        text-decoration: none;

        color: rgba(0, 0, 0, 0.4);

        background-color: #b4cbc4;

        padding: 14px 20px;

        border-radius: 4px;

    }

    .question-one.finish-and-review-one h6:first-child {

        width: 30%;

    }

    .col-mdd-9 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 75%;

        flex: 100%;

        max-width: 100%;

    }



    .col-mdd-3 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 75%;

        flex: 100%;

        max-width: 100%;

    }

    .score-section {
        margin-left: 0px;
        margin-top: 30px;
    }

    .badges-images {

        margin-left: 0px;

    }

    .finish-and-review-one label .fa-check-circle {
        top: 5px;
    }

    .finish-and-review-one label .fa-times {
        top: 5px;
    }

    /*////////////// 01/11/2022 /////////////////////*/
    .question-type-mtf table {
        margin: 0 -40px;
        width: 100%;
    }

    .finish-and-review-one .question-type-mtf .qus-body {
        overflow-x: scroll;
    }

    .finish-and-review-one .question-type-mtf table {
        margin: 0 0px;
        width: 100%;
    }

    .container-new .tab-n {
        height: 50px;
        width: 200px;
        font-size: 13px;
    }

    .container-new .glider {
        height: 50px;
        width: 200px;
    }

    .container-new .glider {
        left: 20px;
    }


    /****************************** 30/11/2022 ***********************/
    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header {
        padding: 0px;
    }


    .question-one .box-one {
        border: 1px solid #91919145;
        padding: 15px 15px;
        /* padding: 0px; */
        transition: 0.5s;
        margin: auto;
        border-radius: 10px;
        margin-top: 20px;
    }

    /* #correct .answer-opt-container {
        margin: 0 0px;
    } */
    #score_table_wrapper table.dataTable tbody td {
        padding: 40px 10px;
    }

    .badge-section {
        margin-left: 0px;
        margin-top: 40px;
        display: none;
    }

    .badges-images img {
        width: 20%;
    }
    
    .finish-and-review-one .question-type-mtf .radio input+span:before {
        content: '';
        left: 13px;
    }
    .finish-and-review-one .question-type-mtf .radio input+span:after {
        content: '';
        left: 16.2px;
    }






}

@media (max-width: 766px) {

    .container-new .tabs {
        display: flex;
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 1px 0 rgb(2 2 2 / 0%), 0 6px 12px 0 rgb(218 218 218 / 0%);
        padding: 10px 10px;
        border-radius: 30px;
        margin: 10px 10px;
        margin-bottom: 40px;
        text-align: center;
        margin: 30px 10px;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }






}

@media (max-width: 568px) {



    .containerr {

        max-width: 340px;

        width: 100%;

        padding-right: 0px;

        padding-left: 0px;

        margin-right: auto;

        margin-left: auto;

    }


    .box-one {

        border: 2px solid #91919145;

        padding: 50px 25px;

        transition: 0.5s;

        border-radius: 8px;

    }



    .categories-border .form-check {

        border: 1px solid #ced4da;

        padding: 3px 5px;

        border-radius: 7px;

        font-size: 14px;

    }



    .categories-border .form-check-input {

        transform: scale(1.5);

        margin: 12px 10px 0 10px;

    }



    .select-question-one h6 {
        color: #000;
        font-weight: 300;
        font-size: 14px;
        padding-left: 10px;
        padding-top: 0px;
        margin-bottom: 20px;
    }



    .select-question-one {

        padding-top: 70px;

        padding-bottom: 70px;

    }



    .select-question-one h1 {

        margin-bottom: 40px;

        font-size: 25px;

        color: rgb(45, 45, 45);

    }



    .custom-select {

        background: transparent url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 2% center;

        background-size: 4%;

    }





    .question-one h5 {

        margin-top: 30px;

        margin-bottom: 14px;

        padding-left: 20px;

        padding-right: 20px;

        font-size: 17px;

        font-weight: 400;

        color: #626262;

    }



    .question-one .form-check {

        position: relative;
        display: block;
        padding-right: 1rem;

        margin-bottom: 25px;

    }



    .question-one .sub-btn {

        margin-top: 30px;

        position: relative;

        margin-bottom: 40px;

        margin-left: 20px;

    }



    .question-one .box10 {

        margin: 20px 20px;

        padding: 10px 20px 20px 20px;

        align-items: flex-end;

    }

    .points {

        padding-left: 20px;

        padding-right: 20px;

    }

    .question-one.finish-and-review-one h6:first-child {

        width: 50%;

        font-size: 14px;

    }

    .question-one.finish-and-review-one h6:last-child {

        font-weight: 400;

        color: rgb(100, 100, 100);

        font-size: 13px;

    }

    .finish-and-review-one .feedback {

        background-color: #f8f8f8;

        margin: 30px 0px;

        padding: 20px 20px;

        border-radius: 5px;

    }

    .answer-feedback .feedback {

        background-color: #f8f8f8;

        margin: 30px 0px;

        padding: 20px 20px;

        border-radius: 5px;

    }

    .finish-and-review-one.question-one h2 {

        text-align: left;

        padding: 30px 10px 0px 15px;

        font-size: 20px;

        margin-bottom: 20px;

    }

    .border-left-right {

        border-left: 2px solid #4AC494;

        margin-left: 0rem;

    }

    .tab-menu ul {

        margin: 0;

        padding: 0;

        display: grid;

        width: 100%;

        justify-items: start;

        align-items: center;

    }

    .tab-menu ul li {

        list-style-type: none;

        display: inline-block;

        margin-bottom: 30px;

        width: 100%;

    }

    .question-one .form-check-label {

        margin-bottom: 0;

        padding-top: 7px;

        font-size: 14px;

        font-weight: 400;

        color: #3f3f3f;

        padding-left: 10px;

    }

    .border-left-wrong {

        border-left: 2px solid #F77A83;

        margin-left: 0rem;

    }

    /****************** 01.11.2022 ****************/
    .question-one .question {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .finish-and-review-one label .fa-check-circle {
        right: -10px;
    }

    .finish-and-review-one label .fa-times {
        right: -20px;
    }

    .finish-and-review-one p img {
        width: 100%;
        padding: 5% 5%;
    }

    /* .question-one .box-one {
        padding: 0px 0px;
    } */

    .qus-body .qus {
        padding: 10px;
    }

    .question-one .sub-btn input {
        padding: 7px 30px 7px 30px;
    }

    .question-one .prev-btn input {
        padding: 7px 30px 7px 30px;
    }

    .question-type-mtf table {
        margin: auto;
        width: 100%;
        overflow-x: auto;
        border-collapse: collapse;
    }

    .question-type-mtf #mtf_options {
        overflow-x: scroll;
    }

    .question-one .box10 h6 {
        width: 85% !important;
    }

    .question-type-emq {
        overflow-x: scroll;
    }

    /*.container-new .tabs {
        display: flex;
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 1px 0 rgb(24 94 224 / 15%), 0 6px 12px 0 rgb(24 94 224 / 15%);
        padding: 10px 10px;
        border-radius: 30px;
        margin: 10px 10px;
        margin-bottom: 40px;
        text-align: center;
        margin: 30px 10px;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }*/
    .container-new .tabs {
        display: flex;
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 1px 0 rgb(2 2 2 / 0%), 0 6px 12px 0 rgb(218 218 218 / 0%);
        padding: 10px 10px;
        border-radius: 30px;
        margin: 10px 10px;
        margin-bottom: 40px;
        text-align: center;
        margin: 30px 10px;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    .container-new .glider {
        background-color: transparent;
    }

    .container-new .tab-n {
        width: 250px;
        font-size: 13px;
    }

    .container-new input[type="radio"]:checked+label {
        color: #000;
        padding: 22px 35px;
    }

    .expand-icon {
        cursor: pointer;
        position: absolute;
        right: 5px;
        top: 4px;
        font-size: 22px;
        color: #4AC494;
    }

    .question-one .prev-btn i {
        display: none;
    }

    .question-one .sub-btn i {
        display: none;
    }

    .question-one .prev-btn {
        margin-left: 5px;
    }

    input#finish_btn {
        margin-left: 10px;
    }

    .opt-review {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent !important;
    }

    #wrong>div.answer-opt-container {
        background-color: #F8FAFD;
        margin: auto;
        border-radius: 5px;
        border: 1px solid #DFE5F0;
    }

    /* 30.11.2022 */
    .question-one .box10 {
        margin: 0px 0px;
        padding: 20px 5px 20px 5px;
        align-items: flex-end;
        border: 1px solid #e3e3e3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        position: relative;

    }

    .box-one {
        border: 2px solid #91919145;
        transition: 0.5s;
        border-radius: 8px;
    }

    #correct .answer-opt-container {
        margin: 0 0px;
    }

    .exam-box input[type='radio']:after {
        top: -12px;
        left: -4px;
        font-size: 24px;
        content: none;
    }

    .exam-box input[type='radio']:hover:after {
        top: -12px;
        left: -4px;
        font-size: 24px;
        content: none;
    }

    .exam-box input[type='radio']:checked:after {
        top: -12px;
        left: -4px;
        font-size: 24px;
        content: none;
    }

    .question-one h4 {
        padding-left: 0px;
    }

    .finish-and-review-one.question-one .form-check {
        padding-left: 0rem;
    }

    .question-one .form-check-input {
        transform: scale(1.5);
        margin: 12px 0px 1px 10px;
        cursor: pointer;
    }
    /* .correct-opt span {
        display: contents;
    }
    .wrong-opt span {
        display: contents;
    } */
    /* .normal-opt span {
        display: none;
    } */
    .opt_per {
        display: none !important;
    }

    .finish-and-review-one .border-left-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .finish-and-review-one .border-left-wrong {
        padding-left: 20px;
        padding-right: 20px;
    }




}



/*22-11-2022*/
.start-exam-btn {
    border-radius: 50px;
    background-color: #38ab41;
}

.start-exam-btn:hover {
    border-radius: 50px;
    background-color: #29a333;
}

.sq-border {
    border: 2px solid #DFE5F0 !important;
}

/*6/12/2022*/
.box-no-border{
    border: none;
}