*:focus {
  outline: none;
}
.tab-pane img {
  width: 130px;
  margin-bottom: 10px;
}
.hero {
  background-image: url(../images/bg3.png);
background-repeat:no-repeat;
  padding: 50px 0;
display:flex;
position: relative;
margin-bottom: 50px;
}
.logo{
height:30px;
}
.hero.page {
background-size: 100% 100%;
}
.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.hero p {
  font-size: 1rem;
}
.hero .card {
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.hero .card h5 {
  margin-bottom: 15px;
}
.hero .btn {
  width: 100%;
}
.search-bar {
  margin-top: 20px;
}
.subjects_boxes{
margin-top:25px;
}
.subjects_boxes i{
  font-size: 20px;
  background: #15a3f0;
  margin-right: 10px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 27px;
}
.subjects_boxes p{
margin:0px;
}
.subjects_boxes .card{
margin-bottom:15px;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  color: #6c757d;
}

/* Multi-level dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.125rem;
  margin-left: 0.1rem;
padding:0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a::after {
  content: "";
  float: right;
  margin-left: 0.5rem;
}

.dropdown-submenu:hover > a {
  background-color: #f8f9fa;
}
#main_menu{
    font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main_menu i{
font-size:16px;
margin-right:10px;
}

#main_menu_ul a.dropdown-item{
border-bottom: 1px solid  #ebebeb;
padding: 10px;
}
#main_menu_ul a.dropdown-item i{
color: #8dc6e1;
margin: 0 5px;
width: 15px;
}
.btn-link{
color:gray;
text-decoration:none;
border-left:1px solid lightgray;
padding: 0px 25px;
font-size: 14px;
border-radius:0px;
}
.btn-link:hover {
  border-left: 1px solid lightgray !important;
}
.dropdown-menu{
font-size:14px;
}
#languages{
  border-radius: 5px;
  font-size:14px;
}

#subjects_tabs .nav-item{
  padding:0px 15px;
}

#subjects_tabs .nav-item .nav-link{
  font-size:18px;
  color: #000000 !important;
  border-radius: 0 !important;
  background: #f0f0f0;
  border-radius: 25px !important;
}

#subjects_tabs .nav-item .nav-link.active,#subjects_tabs .nav-item .nav-link:hover{
background: #15a3f0;
color: #ffffff !important;
border-radius: 25px !important;
}

#subjects_tabs_Content .tab-pane h5{
  font-size:17px;
}
#subjects_tabs_Content .tab-pane p{
  font-size:14px;
}

.features-clean {
  color:#313437;
  background-color:#e2f5fe;
  padding-bottom:30px;
}

@media (max-width:767px) {
  .features-clean {
    padding-bottom:10px;
  }
}

.features-clean p {
  color:#000000;
}

.features-clean h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 60px;
}

@media (max-width:767px) {
  .features-clean .intro {
    margin-bottom:40px;
  }
}

.features-clean .item {
  min-height:100px;
  padding-left:80px;
  margin-bottom:40px;
}

@media (max-width:767px) {
  .features-clean .item {
    min-height:0;
  }
}

.features-clean .item .name {
  font-size:20px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:20px;
  color:inherit;
}

.features-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.features-clean .item .icon {
  font-size:40px;
  color: #15a3f0;
  float:left;
  margin-left:-65px;
}


/* ===== PRICING PAGE ===== */
.price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #15a3f0;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .price-tabs {
    margin-bottom: 60px;
  }
}

.price-tabs .nav-link {
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
}

.price-tabs .nav-link.active {
  background-color: #15a3f0;
  color: #ffffff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #15a3f0;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .price-item .price-top {
    margin: 0 -20px;
    border-radius: 20px;
  }
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #15a3f0;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700;
}

.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}

.price-item .price-content li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .price-item .price-content li {
    padding-left: 28px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}

.price-item .price-content .zmdi-check {
  color: #28a745;
}

.price-item .price-content .zmdi-close {
  color: #f00;
}

.popular {
  background-color: #15a3f0;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #101f41;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
  color: #000000;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
  color: #fff !important;
}

.footer i{
  background: #15a3f0;
  border-radius: 50%;
  width: 30px;
  padding: 8px;
  height: 30px;
  color: #fff;
}

.nav-link{
color:gray;
}	

#questions_wizzard #question_label{
line-height: 25px;
padding: 25px 10px;
font-size:16px;

}
#questions_wizzard .q_answer  label{
display: flex;
align-items: center;
}
#questions_wizzard .q_answer  input{
display: none;
}

#questions_wizzard .q_answer label span{font-size:35px;margin-right:15px;color: #50a0b7;min-width: 50px;}
#questions_wizzard .q_answer label span:after{
content:' )';
}
#questions_wizzard .q_answer:hover{
background: #f9f9f9;
}
#questions_wizzard .q_answer{
padding: 20px 35px;
  border-radius: 10px;
  border: 1px solid lightgray;
  margin: 10px;
}
#questions_wizzard .q_answer.wrong{
  color:#d34747;
  border-color:#d34747;
}
#questions_wizzard .q_answer.wrong span{
color:#d34747;
}

#questions_wizzard .q_answer.selected_answer{
  color:#07afb5;
  border-color:#07afb5;
}
#questions_wizzard .q_answer.selected_answer span{
  color:#07afb5;
}

#questions_wizzard .q_answer.correct{
  color: #2fb02f;
  border-color: #2fb02f;
}
#questions_wizzard .q_answer.correct span{
color: #2fb02f;
}
#questionsWizzardTab .nav-item button{
font-weight: bold;
}
#timer {

}

#number_of_questions{
display: flex;
  align-content: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#number_of_questions .num_question{width: 46px;height:30px;border:1px solid lightgray;text-align:center;padding:2px;margin:5px;border-radius: 5px;}
#number_of_questions .num_question.current{border: 2px solid #000000;}
#number_of_questions .num_question.correct{background: #4fa84f;color: #fff;}
#number_of_questions .num_question.wrong{background: #f83434;color: #fff;}
#number_of_questions .num_question.answered{background: #e2f5fe;color: #0c0c0c;}

.questions_toolbar {
display: flex;
justify-content: space-between;
border: 1px solid lightgrey;
border-radius: 4px;
margin-bottom: 25px;
align-items: center;
background: #f9f9f9;
font-size: 14px;
}
.flag_question{
margin-left: 25px;
background: #fff;
padding: 3px 7px;
border-radius: 50%;
color: black;
display: inline-block;
width: 25px;
height: 25px;
}
.flag_question:hover,.flag_question:active{
color: red;
}
.flag_question.active{
color: red;
}

.question_country i{
color:#a0cee4
}

.contact-form input{
margin-bottom:15px;
}

.login-form{
max-width:350px;
margin:auto;
}
.login-form .form-control {
background: #f7f7f7 none repeat scroll 0 0;
border: 1px solid #d4d4d4;
border-radius: 4px;
font-size: 14px;
height: 50px;
line-height: 50px;
}

.login-form .form-group {
margin-bottom:10px;
text-align:left;
}
.login-form{ text-align:center;}
.forgot a {
color: #777777;
font-size: 14px;
text-decoration: underline;
}
.forgot {
text-align: left; margin-bottom:30px;
}
.botto-text {
color: #ffffff;
font-size: 14px;
margin: auto;
}
.input_error{
color:red;
font-size:14px;
}
.card.mini-stat {
transition: transform 0.3s ease; /* Smooth transition for the scaling effect */
}
.card.mini-stat:hover {
  transform: scale(1.10); 
  background: #15a3f0 !important;
  color:#fff;
}
.card.mini-stat:hover h6,
.card.mini-stat:hover h2,
.card.mini-stat:hover .ms-2 {
  color:#fff !important;
}
.mini-stat .mini-stat-icon i {
  font-size: 30px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #000000;
  border-radius: 50%;
  background: rgb(163 163 163 / 10%);
  display: inline-block;
}
.card.mini-stat:hover .mini-stat-icon i{
  color: #ffffff;
  background: rgb(0 0 0 / 10%)
}
.dropdown-menu.show {
  padding: 0px;
}
#chartContainer {
width: 100%;  /* Set the width of the container */
height: 200px;  /* Set the height of the container */
}
#myChart {
display: block;
width: 100%;  /* Make the canvas take up 100% of the container's width */
height: 100%; /* Make the canvas take up 100% of the container's height */
}

.activity-feed {
padding: 15px 15px 0 15px;
list-style: none;
}
.activity-feed .feed-item {
position: relative;
padding-bottom: 29px;
padding-left: 30px;
border-left: 2px solid #f5f6f8;
}
.activity-feed .feed-item .feed-item-list {
padding: 12px 20px;
border-radius: 7px;
background: #f8f9fa;
}
.activity-feed .feed-item::after {
content: "";
display: block;
position: absolute;
top: 0;
left: -10px;
width: 16px;
height: 10px;
border-radius: 6px;
background: #fff;
border: 4px solid #52a2ba;
}
.activity-feed .feed-item .feed-item-list::after {
left: 19px;
top: 0;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #f8f9fa;
border-width: 10px;
margin-left: -1px;
border-right-color: #f8f9fa;
}
.activity-feed .feed-item .date {
display: block;
position: relative;
top: -5px;
color: #8c96a3;
text-transform: uppercase;
font-size: 13px;
}
.activity-feed .feed-item .activity-text {
position: relative;
top: -3px;
}
.text-small{
font-size:13px;
}

.line{
  background: #ffb900 none repeat scroll 0 0;
  border-radius: 2px;
  display: block;
  height: 4px;
  margin: 20px auto;
  width: 60px;
}
.iti {
  width: 100%;
}

.iti__flag {
  margin-right: 8px;
}

#totalQuestions,#all_questions{
  border:1px solid gray;
  padding:5px 15px;
  border-radius: 5px;
  margin:0 5px;
}
.q_toggle{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.q_toggle div{
  display: flex;
  align-items: center;
  width: 75%;
}
.accordion-body .q_toggle{
  border-bottom:1px solid lightgray;
  padding:10px 48px;
}

.q_toggle p{
  margin:0px;
  width: 100%;
}

.q_toggle .form-check-input[type=checkbox]{
  margin-bottom: 0px;
}

.form-control {
  margin-bottom: 15px;
}
    .select2-container .select2-selection--single {
        height: calc(1.5em + .75rem + 2px); /* Match Bootstrap form control height */
        padding: .375rem .75rem; /* Match Bootstrap form control padding */
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #495057; /* Bootstrap text color */
        padding-left: 0; /* Remove extra padding */
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(1.5em + .75rem + 2px); /* Match height */
        right: .5rem;
    }

    .select2-container--default .select2-selection--single {
        border-color: #ced4da; /* Match Bootstrap border color */
    }
	
	
	/* Flex alignment for text and radio in one line */
.answer-option {
    display: flex;
    align-items: center;
}

/* Style the custom radio button */
.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.custom-radio .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: transparent;
    transition: background-color 0.3s;
}

.custom-radio input[type="radio"]:checked + .checkmark {
    background-color: #28a745; /* Green color for checked */
    color: #fff;
}
#languages_mobile_box{
  display: none;
}
.nav-pills .nav-item{
  margin-bottom:15px;
}
@media (max-width: 1200px) and (min-width:992px){
  #subscriptions .col-md-6{
    width:50%;    
  }
}
@media (max-width: 992px){
 a#main_menu.nav-link{
    display:none;
  }
  .dropdown-menu.sub_dropdown_menu{
      display:block
  }
  .the_submenu .btn-link {
      border: 0px;
      display: block;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #ebebeb !important;
      color: #000;
      padding: 10px;
  }
  .btn-link:hover {
      border-left: 1px solid lightgray !important;
  }
  .the_submenu .btn-link i{
    color: #8dc6e1;
    margin: 0 5px;
    width: 15px;
  }
  #languages_box{
    display:none;
  }

  .languages_mobile_box{
    background: #f2f2f2;
    margin: 7px 0;
    border-radius: 5px;
    padding-left:30px;
  }
  #languages_mobile_box{
    display: block;
  }
}

#testSectionsSelection{
  display:none;
}

#exam_info,#exam_filter{
  border: 1px solid lightgray;
  border-radius: 5px;
  position: relative;
  margin: 18px;
  padding: 15px;
  background: #ffffff;
  display: none;
}

#exam_info h3,#exam_filter h3{
  font-size: 16px;
  margin: 10px;
}
#exam_info h1,#exam_filter h1{
  font-size: 16px;
  top: -22px;
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  color: #15a3f0;
}

#my_notes{
  margin: 10px 0;
}
#my_notes ul{
  padding: 0;
  margin: 0;
}
#my_notes ul li{
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 15px;
  margin-bottom: 15px;
  background: #fafafa;
}
#my_notes ul li small{
  display: block;
  text-align: right;
  font-size: 12px;
}

#students_comments{
  margin: 10px 0;
}
#students_comments ul{
  padding: 0;
  margin: 0;
}
#students_comments ul li{
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 15px;
  margin-bottom: 15px;
  background: #fafafa;
}
#students_comments ul li small{
  display: block;
  text-align: right;
  font-size: 12px;
}

#subjectsAccordion .accordion-icon {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-right: 15px;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  cursor: pointer;
}

/* Rotate when open */
#subjectsAccordion .accordion-collapse.show + .accordion-icon {
  transform: rotate(180deg);
}

#subjectsAccordion .accordion-button::after{
  display: none;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Ensures buttons stay in a row */
  list-style: none;
  padding: 10px;
  border-radius: 5px;
  gap: 5px; /* Adds space between buttons */
}

.pagination button {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  min-width: 35px;
  margin: 0 2px;
  text-align: center;
  transition: 0.3s;
}

.pagination button:hover {
  background: #f1f1f1;
}

.pagination button.active {
  background: #007bff;
  color: #fff;
  border: 1px solid #007bff;
  pointer-events: none;
}

.pagination button:disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Ensures pagination stays in a row */
.pagination span, .pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Fix issue where buttons might wrap improperly */
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  overflow: hidden;
}

#questions_container{
  background: #fbfbfb;
  border-radius: 5px;
}
.test_completed .q_answer{
  pointer-events: none;
}
.test_cancelled .q_answer{
  pointer-events: none;
}


  .card.mini-stat{
		margin-bottom:15px !important;
	}
	
	#testimonialCarousel .btn-outline-primary
 {
    font-size: 18px;
    color: #000000 !important;
    border-radius: 0 !important;
    background: #f0f0f0;
    border: none !important;
}

#testimonialCarousel .btn-outline-primary:hover {
    background: #15a3f0;
    color: #ffffff !important;
}

#subjects_tabs_Content .card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            transition: all .3s ease-out;
            margin-bottom: 30px;
            width: 130px;
            margin: 20px auto;
            cursor: pointer;
			
        }

       #subjects_tabs_Content  .card:hover {
            box-shadow: none;
        }

        #subjects_tabs_Content  .card-body {
            padding: 20px;
        }

        #subjects_tabs_Content  .card-title {
            font-size: 18px;
            font-weight: bold;
        }

        #subjects_tabs_Content  .card-text {
            font-size: 14px;
            color: #666666;
        }

        #subjects_tabs_Content  .icon {
            font-size: 40px;
            color: #ffffff;
            margin-bottom: 10px;
        }