@import url("https://fonts.googleapis.com/css?family=Cairo:200,200i,300,300i,400,400i,500,500i,600,600i,700");

body {
    font-size: 16px;
    line-height: 28px;
    font-family: Cairo, sans-serif;
    color: #7f8897;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit;
}

.la, .lab, .lad, .lal, .lar, .las {
    line-height: inherit;
}

.text_white {
    color: #ffffff !important;
}

.bg-ehab-blue {
    background-color: #1f1744;
}

.bg-ehab-blue-light {
    background-color: rgb(32 23 68 / 70%);
}

.color-ehab-blue {
    color: #1f1744;
}

.bg-ehab-orange {
    background-color: #ed8215;
}

.color-ehab-orange {
    color: #ed8215;
}

.ribbon {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 22px;
    background-color: rgba(246, 138, 3, 0.1);
    color: #ed8215;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ribbon-white {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ribbon-lg {
    font-size: 16px;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 28px;
}

.ribbon-blue-bg {
    background: rgba(53, 143, 247, 0.1) !important;
    color: #358ff7 !important;
}

.ribbon-trans-ehab-orange {
    background-color: transparent;
    color: #ed8215;
}

.ribbon-ehab-orange {
    background-color: #ed8215;
    color: #fff;
}


.ribbon-ehab-blue {
    background-color: #1f1744;
    color: #fff;
}

.ribbon-trans-ehab-blue {
    background-color: transparent;
    color: #1f1744;
}

.gif-logo {
    width: 65%;
    height: 100%;
}

.ehab-logo {
    max-width: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-element {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.user-btn-action .icon-element {
    /*display: none;*/
}
.shop-cart-menu-btn {
    position: relative;
    display: none;
}
.shop-cart-menu-btn.cart-menu-btn-active {
    background-color: #ea7615;
}
.shop-cart-menu-btn .dot-status {
    top: -6px;
    right: -6px;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    border: none;
    font-weight: bold;
    text-align: center;
    background-color: #ea7615;
    position: absolute;
    border: 1px solid #fff;

}
.shop-cart-menu-btn.cart-menu-btn-active .dot-status {

}
.user-menu-login {
    display: none;
}
.user-menu-login.user-menu-login-active {
    background-color: #ea7615;
}
.shop-cart-menu-btn a, .user-menu-login a {
    color: #233d63;
    font-size: 20px;
}
.shop-cart-menu-btn.cart-menu-btn-active a, .user-menu-login.user-menu-login-active a {
    color: #fff;
}
@media (max-width: 1199px) {
.shop-cart-menu-btn, .user-menu-login {
    display: inline-block;
}
}

.slider {
  /*filter: blur(0);
  transform: scale(1);*/
}
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /*transform: scale(1.2);*/
  /*filter: blur(20px);*/
  transition-delay: 0.8s;
}
@media (max-width: 767px) { 
    .slider {
      width: 100%;
      height: auto;
    }
}

.slider .swiper-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.slider .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.slider .swiper-container .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  filter: blur(5px);
}
.slider .swiper-container .swiper-slide img {

  width: 100%;  
}
.slider .gallery-top {
  height: 100%;
  width: 100%;
  background: #222327;
}
.slider .gallery-thumbs {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 120px;
  padding-bottom: 30px;
  z-index: 9;
  position: absolute;
  bottom: 40%;
  right: 0;
  height: auto;
  color: #fff;
}
@media (max-width: 767px) { 
  
    .slider .gallery-thumbs {
        bottom: 35%;
        margin: 0 140px;
    }
}
.slider .gallery-thumbs .swiper-slide {
  width: 90%;
  height: 100%;
  opacity: 0.4;
  text-align: center;
  filter: blur(3px);
}
.slider .gallery-thumbs .swiper-slide span {
  margin-left: 50%;
  transform: translateX(-50%);
  float: left;
  font-size: 3vw;
  line-height: 5vw;
  font-weight: 800;
  padding-top: 20px;
}
.slider .gallery-thumbs .swiper-slide a {
  display: none;
  font-size: 16px;
  color: #fff;
  font-family: Cairo, sans-serif;
      margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
    padding: 10px 15px;
    line-height: 15px;
}
.slider .gallery-thumbs .swiper-slide a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: none;
}
.slider .gallery-thumbs .swiper-slide a:hover {
  text-decoration: none;
}
.slider .gallery-thumbs .swiper-slide a:hover:before {
  width: 100%;
}
.slider .gallery-thumbs .swiper-slide-active {
  width: 100%;
  opacity: 1;
  transform: scale(1.4);
  filter: blur(0px);
}
.slider .gallery-thumbs .swiper-slide-active span {
  font-size: 4vw;
}
.slider .gallery-thumbs .swiper-slide-active a {
  display: inline-block;
}
.slider .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  background: none;
}
.slider .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  background: none;
}
.slider .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}
.slider .slide-progress span {
  display: inline-block;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 14px;
}
.slider .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}
.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}

.course-overview-card .overview-list-item li i {
    left: auto;
    right: 0px;
}

.sec-title {
    margin-bottom: 40px;
}

.exams_filter_wrap {    
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 40px;
    background-color: #1f1744;
}
.exams_filter_wrap .select-container .dropdown-item {
    white-space: normal;
}
.exams_filter_wrap .bootstrap-select .dropdown-menu li {
        border-bottom: 1px solid #eee;
}
.my-course-filter-by-content-inner .select-container {
    width: 25%;
}
.my-course-filter-by-content {
    padding-left: inherit;
    padding-right: inherit;
    width: 100%;
}
.my-course-search-content {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
}
.my-course-search-content .theme-btn {
    padding: 5px 15px;
}
.my-course-search-content .theme-btn .la {
        font-size: 22px;
}
.exam_year_period_box {
    width: 100%;
    margin-bottom: 25px !important;
}

.exam_year_period_group {

}

.exam_year_period_title {
    width: 100%;
    border-bottom: 2px solid #1f1744;
}
.exam_year_period_title h3.exams_group_title {

    width:350px;
    height:50px;
    line-height:50px;
    background:#1f1744;
    text-align:center;
    font-size:24px;
    color:#fff;
    vertical-align:middle;
    overflow: visible;
    position: relative;
}

.exam_year_period_title h3.exams_group_title:after {
    content: "";
    position: absolute;
    display: block;
    left: -30px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: solid 50px #1f1744;
    border-left: solid 30px transparent;
}

.exam_year_period_group .exam_group_item .card-item {
    background: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.exam_year_period_group .exam_group_item.hover-s:hover .exam_group_item_inner {
    -webkit-box-shadow: 0 0 40px rgb(32 23 68 / 80%);
    -moz-box-shadow: 0 0 40px rgba(32, 23, 68, 0.8);
    box-shadow : 0 0 40px rgb(32 23 68 / 80%);
}

.exam_year_period_group .card-item .card-body {
    padding: 10px;
}

.exam_year_period_group .card-item .card-body .icon-element {
  margin: auto;
  background-color: #ed8215;
  width: 100%;
    border-radius: 100px;
    line-height: 28px;
    font-size: 30px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.exam_year_period_group .card-item .card-body .icon-element.exam_question_result {
    line-height: 46px;
    font-size: 30px;
    text-align: center;
}
.exam_year_period_group .card-item .card-body .icon-element.exam_question_result span {
    line-height: 16px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.exam_year_period_group .exam_group_item .exam_group_item_overlay {
    display: none;
    position: absolute;
    z-index: 998;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner {
    font-size: 17px;
    width: 40%;
    color: white;
        line-height: 25px;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner:hover {
    color: #1f1744;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner.link_disabled {
    color: #e0c3c3;
} 
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner.exam_group_item_overlay_inner_right {
    border-left: 1px solid;
    width: 50%;
}

.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner.exam_group_item_overlay_inner_left {
    cursor: pointer;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay .icon-element {
    display: flex;
    flex-direction: row;
}
.exam_year_period_group .exam_group_item.hover-s:hover .exam_group_item_overlay {
    display: flex;

}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_toltip {
    display: none;
    position: absolute;
    z-index: 999;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    bottom: -20px;
    left: -34px;
    width: 100%;
    flex-direction: row;
    background: #fff;
    padding: 15px 5px;
    font-size: 20px;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #cbc8d6;
    cursor: default;
    border-radius: 10px;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner_right .exam_group_item_overlay_toltip {
    right: -25px;
    left: auto;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner_left .exam_group_item_overlay_toltip_inner_right {
    border-left: 1px solid;
    padding-left: 14px;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_toltip .exam_group_item_overlay_toltip_inner.link_disabled { 
    color: #e0c3c3;
}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner_left:hover .exam_group_item_overlay_toltip {
    display: flex;

}
.exam_year_period_group .exam_group_item .exam_group_item_overlay_inner.exam_group_item_overlay_inner_right:hover .exam_group_item_overlay_toltip {
    display: flex;

}
.exam_group_item_checkbox_box {
 position: absolute;
    right: 22px;
    top: 5px;
}
.exam_group_item_checkbox_box .custom-control-input{
    z-index: 999;
    opacity: 1;
    width: 16px;
    height: 16px;
   
}
.quiz-course-nav {

}
.quiz-course-nav a.current_question {
    background-color: #ed8215;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 3px solid #fff;
    font-weight: bold;
}

.quiz-nav-btns {

}
.prev_question_btn {

}
.next_question_btn {

}
.quiz-nav-btns.quiz_nav_btn_disabled .theme-btn {
    cursor: default;
    color: #b1a9a9;
    background-color: #f1f1f1;
}
.exam_question_file {
    text-align: center;
    width: 100%;

}

.exam_question_file object {
  height: 900px;
  width: 900px;
  max-width: 100%;
}
.exam_question_answers {
    border-top: 2px solid #201844;
}
.exam_question_answers_title {
    text-align: right;
    padding-bottom: 20px;
    padding-bottom: 20px;
}
.exam_question_answers .card-body img {
    max-width: 100%;
}

.load_spinner {
    position: absolute;
    z-index: 10;
    margin: auto;
    width: 100%;
    text-align: center;
    max-width: 1200px;
    display: none;
}
.load_spinner img {
      margin: auto;
    max-width: 350px;
}
.generic-accordion .card-header .btn {
    text-align: right;        
    background-color: #201844;
    color: #fff;
        width: 85%;
    float: right;
}

.search_section .card-item-list-layout .card-image {
  width: 20%;
}
.exam_search_img {
    background-color: #ed8215;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 45px;
    
}
h3.exam_question_title {
    float: right;
}
.video_question_popover_container {
    position: relative;
    float: left;
}

.video_question_btn{
    position: relative;
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
    background: none;
    color: #ed8215;
    left: 30px;
    border: none;
    font-size: 70px;
    line-height: 70px;
    z-index: 9;
    cursor: pointer;
}
.video_question_btn.question_have_comment{
    color: #059205;
}
.video_question_btn:focus {
    box-shadow: none;
}
.video_question_btn:hover {
    color: #b0a6de;
    text-decoration: inherit;
}
.video_question_popover_box {
    position: absolute;
    top: 31px;
    left: 41px;
    z-index: 999;
    width: 500px;
}
@media only screen and (max-width: 767px) {
    .video_question_popover_box {
        width: 350px;
        left: 0px;
        top: 50px;
    }

}
.video_question_popover_box .popover_content_inner {
    background: #201844;
    padding: 10px;
    border-radius: 10px;
}
.video_question_popover_box .popover_content_inner h3 {
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    line-height: 16px;
    color: #fff;
}
.video_question_popover_box .popover_content_inner .input-group {
    align-items: center;
    justify-content: space-between;
}
.video_question_popover_box .popover_content_inner textarea {
        width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 16px;
}
.video_question_popover_box .popover_content_inner .audio-record {
    max-width: 100%;
}
.video_question_popover_box .popover_content_inner .audio_playback_item {
    max-width: 100%;
    width: 200px;
}
.video_question_popover_box .popover_content_inner .popover_content_button_box {
    margin-right: 5px;
}
.video_question_popover_box .popover_content_inner button {
    background: #ed8215;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
}
.std_exam_question_comment_reply_box {
margin-top: 10px;
    border-top: 1px solid;
    padding-top: 5px;
    flex-direction: column;
}
.std_exam_question_comment_reply_box h3{
    
}
.std_exam_question_comment_reply_box .std_exam_question_comment_reply{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 0px 10px;
}

.generic-accordion-layout-2 .card-header .btn[aria-expanded="true"] {
        background-color: #ed8214;
}


.contact-area .info__text{
    color: #233d63;
}

.card-item.member-card {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;    
    box-shadow: none;
    background: none;
}
.member-card .card-image {
    width: 50%;
    height: auto;
}
.member-card.card-item .card-title {
  font-weight: bold;
}
.member-card .sub_text {
  font-weight: 600;
  color: #233d63;
}
.member-card:after {
    display: none;
}

.form-group .header_search_btn {
  position: absolute;
    float: left;
    background: none;
    border: none;
    top: 0;
    left: 0;
}
.form-group .header_search_btn .search-icon {
    position: relative;
    color: #201844;
    padding: 11px 15px;
    cursor: pointer;    
    font-size: 18px;
    background-color: transparent;
    border: none;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.header_shop_cart {
      margin-right: 35px;
}
.remove_from_cart_btn {
position: absolute;
    left: -12px;
    top: -5px;
    color: red;
    font-size: 14px;
}
.cart-dropdown-menu li.header_cart_item {
  position: relative;
  border-bottom: 1px solid rgba(127, 136, 151, 0.4);
}
.header_shop_cart .shop-cart-btn {
      color: #ea7615;
}
.header_shop_cart .shop-cart-btn .dot-status {
    top: 5px;
    right: -6px;
    height: 16px;
    width: 16px;
    color: #ea7615;
    font-size: 14px;
    line-height: 15px;
    border: none;
    font-weight: bold;
    text-align: center;
    background-color: #fff;    
} 

.header_shop_cart .media-card .media-img {
  height: auto;
  max-height: 80px;
  overflow: hidden;
}
.header_shop_cart .product-final-price {
  text-align: left;
}

.header_shop_cart .cart-total {
  float: left;
}
.cart-dropdown-menu.show_cart {
    opacity: 1;
    visibility: visible;
    top: 45px;
}
.checkout_products_list .media-card {
    position: relative;
}
.checkout_products_list .media-card .remove_from_cart_btn {

}
.course_register_form .label-text {
  float: right;
}

.course_register_form .from_label_check {
  float: left;
}

.course_register_form .form-group {
  float: right;
  width: 100%;
}

@media only screen and (max-width: 991px) {
    .flex_reverse_mobile {
        flex-direction: column-reverse;
    }
}
.course_page_sections {

}
.course_page_sections .course_section_item .course_section_item_header .course_section_item_header_lectures {
    margin-left: 5px;
    padding-right: 15px;
    border-right: 1px solid #1d173c;
    margin-right: 15px;
}
.course_page_sections .course_section_item .course_section_item_header .course_section_item_header_price {
    margin-left: auto;
    padding-right: 15px;
    border-right: 1px solid #1d173c;
    margin-right: 15px;
}
.course_page_sections .course_section_item .course_section_item_header .course_section_item_header_price_final {
    font-size: 16px;
}
.course_page_sections .course_section_item .course_section_item_header .course_section_item_header_price_before {
    font-size: 14px;
    color: #aeb5bf;
}
.course_page_sections .course_section_item .course_section_item_header .btn.course_section_item_header_btn {
  background-color: #ed8215;
    color: #fff;
    font-weight: 600;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 100px;
    text-align: center;
  line-height: 20px;
      float: left;
    max-width: 12%;
}
.course_page_sections .generic-accordion .card-header .btn.add_to_card_btn, .course_page_sections .generic-accordion .card-header .btn.exist_in_card_btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.course_page_sections .generic-accordion .card-header .btn.add_to_card_btn .la {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 25px;
}
.course_page_sections .generic-accordion .card-header .btn.exist_in_card_btn .la {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 25px;
}

.cloader {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    right: 28%;
    display: none;
}
.cloader:after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: cloader 1.2s linear infinite;
}
@keyframes cloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.checkout_form_login_box {
  display: none;
}
.student_login_box_checkout {
  border: 2px solid rgb(234 118 21 / 48%);
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    margin-bottom: 20px;
}

.student_login_box_checkout h3 {
  font-size: 21px;
}
.student_login_box_checkout .check-out-box{
  margin-top: 10px;
}
.student_login_box_checkout .theme-btn{
  line-height: 1;
}

.checkout_verify_account_form_box {
 
    padding: 10px;
   
    margin-bottom: 20px;
}

.checkout_verify_account_form_box h3 {
  font-size: 21px;
}
.checkout_verify_account_form_box .check-out-box{
  margin-top: 10px;
}
.checkout_verify_account_form_box .theme-btn{
  line-height: 1;
}
.checkout_verify_account_form_box .error_message {
    color: #f02323;
    font-size: 20px;
}

.form-control.invalid {    
    background-color: #ecd7d7 !important;
    border: 2px solid #ee2e2e !important;
}


  .icon_img  { 

  }
  .icon_img a { 
    padding: 10px;
  }
  .icon_img a.tiktok-bg {
        background-color: #FE2C55;
    }
  .icon_img a img { 
        max-width: 100%;
  }

@media only screen and (max-width: 1580px) and (min-width: 1441px){ 
  .header-top {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .header-menu-content {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

}

@media only screen and (max-width: 767px) {
  .my-course-filter-by-content {
    width: 100%;
  }
  .my-course-filter-by-content-inner .select-container {
        width: 45%;
  }
  .my-course-filter-by-content-inner .select-container.exams_filter_select_subject {
       width: 45%; 
  }
  .main-menu-content {
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .ehab-logo {
      max-width: 65px;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  .quiz-result-area.pt-30px{
    padding-top: 15px !important;
  }
  .quiz-result-area .sec-title {
      margin-bottom: 15px;
  }

  .my-course-search-content {
      width: 90%;
      padding-left: 0px;
      padding-right: 5px;
  }

  .exams_filter_wrap {   
      width: 100%;
      padding: 10px 10px;
      margin-bottom: 20px;
      background-color: #1f1744;
  }
  .exam_year_period_title {
    border-bottom: 0px;
  }
  .exam_year_period_group .exam_group_item {
    width: 50%;
    flex: 0 0 50%;
  }

  .exam_year_period_group .card-item .card-body .icon-element {
        font-size: 26px;
        line-height: 28px;
  }
  .exam_year_period_group .card-item .card-body .icon-element.exam_question_result {
    line-height: 26px;
    font-size: 24px;

}

  .single_exam_bread {
    display: none;
  }

  .checkout_page_header {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }
  .checkout_page_header .section__title {
    font-size: 22px;
  }

  .checkout_products_list .media-card .remove_from_cart_btn {
        left: -20px;
  }

  .exam_year_period_title h3.exams_group_title {

    width:auto;
    height:50px;
    line-height:50px;
    font-size:24px;
  }
}
.generic-list-item-flash.course_features_list li i {
    font-size: 18px;
}
.generic-list-item-flash.course_features_list li.not_supported i {
    color: #ec5252;
}




