

.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: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.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;
}
}

.teacher-details-area .icon-element {
    background-color: #090909;   
    padding-top: 20px;
}

.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: 30%;
    }
}
.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;
}

.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 .card-item.hover-s:hover {
    -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;
}
.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: #ec8114;
}
.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: 100%;
    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;
    
}

.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-left: 30px;
    margin-right: 30px;
}
.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: #000;
}
.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;
    display: flex;
}
.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%;
}
.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 .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);
  }
}
.rs-check-out select, .rs-check-out input[type="text"], .rs-check-out input[type="search"], .rs-check-out textarea, .rs-check-out input[type="email"]{
        border: 1px solid #ddd;
}
.rs-check-out select.form-control {
        appearance: auto;
}
.checkout_login_top {

}
.checkout_login_top label{
float: right;
    cursor: auto;
    line-height: 27px;
}
.checkout_login_button {
float: right;    
    border: 1px solid;
    padding: 5px 15px;
    background-color: #4ba5cf;
    color: #fff !important;
    margin-right: 10px;
}
.checkout_login_button:hover {
    background-color: #020f40;
}
.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;
}

.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%;
  }
  .divider {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    height: 1px;
    margin: 0.5em 0 1.5em;
}
.divider span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ec5252;
}
.border-bottom-gray {
    border-bottom-color: rgba(128, 137, 150, 0.1) !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.card-item {

    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;  
    border: 0;
}
.card-item .card-title {
    color: #233d63;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 1px;
    font-size: 20px;
}
.card-item .card-title a {
    color: #233d63;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-item .card-title a:hover {
    color: #ec5252;
}
.card-item .card-text a {
    color: #7f8897;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-item .card-text a:hover {
    color: #ec5252;
}
.card-item .card-body {
    padding: 1.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .card-item .card-body.d-flex {
        flex-direction: column;
        text-align: center;
    }
}
  .media-card .media-img {
    width: 80px;
    height: 80px;
    margin-left: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
}
.media-card .media-img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid;
}
.media-card .media--img {
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}
.media-card .media-img-md {
    width: 100px;
    height: 100px;
}
.media-card .media-img-lg {
    width: 200px;
    height: 200px;
}
.media-card .media-body {
    -ms-flex: 1;
    flex: 1;
}
.media-card .media-body h5 {
    color: #233d63;
    font-weight: 600;
    line-height: 18px;
}
.media-card .media-body h5 a {
    color: #233d63;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.media-card .media-body h5 a:hover {
    color: #ec5252;
}

@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: 33%;
    flex: 0 0 33%;
  }

  .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;
  }
}




