/* Fonts removed to standardize on Inter and Space Grotesk */

.d-hidden {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.mt-7px {
  margin-top: 7px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-9px {
  margin-top: 9px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-11px {
  margin-top: 11px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-13px {
  margin-top: 13px !important;
}

.mt-14px {
  margin-top: 14px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-17px {
  margin-top: 17px !important;
}

.mt-18px {
  margin-top: 18px !important;
}

.mt-19px {
  margin-top: 19px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.me-5px {
  margin-right: 5px !important;
}

.me-6px {
  margin-right: 6px !important;
}

.me-7px {
  margin-right: 7px !important;
}

.me-8px {
  margin-right: 8px !important;
}

.me-9px {
  margin-right: 9px !important;
}

.me-10px {
  margin-right: 10px !important;
}

.me-11px {
  margin-right: 11px !important;
}

.me-12px {
  margin-right: 12px !important;
}

.me-13px {
  margin-right: 13px !important;
}

.me-14px {
  margin-right: 14px !important;
}

.me-15px {
  margin-right: 15px !important;
}

.me-16px {
  margin-right: 16px !important;
}

.me-17px {
  margin-right: 17px !important;
}

.me-18px {
  margin-right: 18px !important;
}

.me-19px {
  margin-right: 19px !important;
}

.me-20px {
  margin-right: 20px !important;
}

.text-20px {
  font-size: 20px !important;
}

.text-19px {
  font-size: 19px !important;
}

.text-18px {
  font-size: 18px !important;
}

.text-17px {
  font-size: 17px !important;
}

.text-16px {
  font-size: 16px !important;
}

.text-15px {
  font-size: 15px !important;
}

.text-14px {
  font-size: 14px !important;
}

.text-13px {
  font-size: 13px !important;
}

.text-12px {
  font-size: 12px !important;
}

.text-11px {
  font-size: 11px !important;
}

.text-10px {
  font-size: 10px !important;
}

.text-9px {
  font-size: 9px !important;
}

.text-8px {
  font-size: 8px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.radius-0 {
  border-radius: 0px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-7 {
  border-radius: 7px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-9 {
  border-radius: 9px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-11 {
  border-radius: 11px !important;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-13 {
  border-radius: 13px !important;
}

.radius-14 {
  border-radius: 14px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-end-8 {
  border-radius: 0px 8px 8px 0px !important;
}

/*Start common css*/
.ellipsis-line-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-line-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-line-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-line-5 {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.object-fit-cover {
  object-fit: cover;
}

/*End common css*/

/*Start courses page*/
.list-btn:hover,
.list-btn.active {
  background-color: var(--color-4);
  color: var(--color-9);
  border: 1.5px solid var(--color-4);
}

.list-btn svg path {
  fill: #0d0c23;
}

.list-btn:hover svg path,
.list-btn.active svg path {
  fill: #fff;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.form-select:focus {
  border-color: var(--color-15);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f2f4f6;
}

.courses-card .courses-card-body .courses-text .review-icon i.filled {
  color: var(--bs-yellow);
}

/*End courses page*/

/* Pagenation */
.pagenation-items {
  background-color: var(--bg-white);
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}

.page-link,
.page-item a {
  padding: 6px 14px;
  margin-right: 11px;
  border-radius: 5px;
  color: var(--color-13);
  border: 0px solid #00000000;
  background-color: var(--bg-white);
  font-size: 16px;
  font-weight: 400;
}

.pagenation .active,
.page-item.active .page-link {
  background-color: #ea580c;
  color: #fff;
  box-shadow: 0px 7px 18px -8px #ea580c;
}

.page-item:last-child:not(.active) .page-link,
.page-item:first-child:not(.active) .page-link {
  border-radius: 5px;
  border: none;
  background-color: var(--bg-white);
  color: var(--color-9);
  border: 1px solid var(--bg-white);
}

.page-link:focus,
.page-item a:hover {
  box-shadow: none;
  color: var(--color-13);
  background-color: transparent;
}

.page-link:hover,
.page-item a:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--color-4);
  border-color: var(--color-4);
}

/*End pegination*/
.instructor-item .content .social-nav a {
  font-size: 16px !important;
}

.blog-item .content .link {
  margin-top: 7px;
}

.instructor-item .content p {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.instructor-item:hover .content p {
  visibility: visible;
  opacity: 1;
}

.title-two .title {
  font-family: var(--font-heading) !important;
}

.efont {
  font-family: var(--font-heading) !important;
}

/*Instructor page social button*/
.social-btn {
  display: grid;
  color: var(--color-4);
  border-radius: 10px;
  padding: 15px 10px;
  min-width: 80px;
  font-size: 14px;
  justify-content: center;
  transition: 0.5s;
}

.social-btn:hover,
.social-btn:focus {
  color: var(--bg-white-2);
  background-color: var(--color-4);
  transition: 0.5s;
}

.social-btn svg {
  margin: auto;
  transition: 0.5s;
  margin-bottom: 3px;
}

.social-btn:hover svg path {
  fill: #fff;
}

/*End Instructor page social button*/

/*Course details page*/
.course-heading-info {
  display: flex;
  flex-wrap: wrap;
}

.course-heading-info .info-tag {
  display: flex;
  margin-right: 18px;
  color: var(--color-9);
  font-size: 18px;
}

.course-heading-info .info-tag i {
  margin-right: 4px;
  margin-top: 4px;
}

@media only screen and (max-width: 500px) {
  .course-heading-info .info-tag .text-12px {
    margin-top: 2px !important;
  }
}

.created-by-instructor {
  color: var(--color-9);
}

.created-by-instructor:hover {
  color: var(--color-8);
}

.mobile-search .inline-form .form-control {
  background-color: var(--bg-white)!important;
  border: 1px solid lightgrey !important;
}

/*Removed this code from style.css file*/
/*.tab-content h3{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin: 20px 26px;
    }
    .tab-content p{
      margin: 20px 26px;
      line-height: 1.7;
    }
    .tab-content ul{
      margin: 0px 31px;
    }
    .tab-content ul li{
      list-style-type: none;
    }

    .tab-content ul li a{
      text-decoration: none;
      color: #6E798A;

    }
    .tab-content ul li{
      position: relative;
      margin: 20px 10px;
    }
    .tab-content ul li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    .tab-content ul li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: 45px;
      background-color: #754ffe58;
      left: -14px;
      top: 8px;
    }
    .tab-content ul li:last-child::before{
      display: none;
    }*/

.course-description {
  /* margin: 20px 24px; */
  line-height: 2;
  font-size: 15px;
}

.course-description h3.description-head {
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #000;
}

.course-description.requirements ul {
  list-style: inside;
}

ul.step-down {
  margin: 0px 8px;
}

ul.step-down li {
  list-style-type: none;
}

ul.step-down li a {
  text-decoration: none;
  color: #6e798a;
}

ul.step-down li {
  position: relative;
  margin: 20px 10px;
}

ul.step-down li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-4);
  left: -18px;
  top: 10px;
}

ul.step-down li::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: calc(100% + 28px);
  background-color: #754ffe58;
  left: -14px;
  top: 12px;
}

ul.step-down li:last-child::before {
  display: none;
}

.course-left-side .faq.accordion-button::after {
  margin-left: unset !important;
  background-size: unset;
  top: unset;
  position: initial !important;
}

.course-decription .course-right-section {
  position: sticky;
  top: 10px;
}

@media only screen and (max-width: 991px) {
  .course-decription .course-right-section {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .course-decription .course-left-side {
    margin-top: 35px !important;
  }
}

.course-right-section .button a:hover,
.course-right-section .button a.active {
  background-color: var(--color-4);
  color: #fff;
}

/*curriculum-*/
.curriculum-accordion .accordion-button.collapsed::after {
  margin-left: -37px;
  background-size: 18px;
  top: 0;
  position: absolute;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
}

.curriculum-accordion .accordion-button::after {
  margin-left: -37px;
  background-size: 18px;
  top: 0;
  position: absolute;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
}

/*End course details page

/*Headre searchbar*/
.menu-search {
  z-index: 997 !important;
}

/*Headre searchbar*/

/*Compare page*/
.compare-table .table th {
  max-width: 80px !important;
}

.select2-selection.select2-selection--single {
  height: 40px !important;
  padding: 6px 5px !important;
}

.select2-selection__arrow {
  height: 38px !important;
}

.select2-selection__rendered,
.select2-results__option {
  font-size: 14px !important;
}

.compare-table .table td {
  width: 26%;
  min-width: 200px;
}

.compare-table .table th {
  width: 22%;
  min-width: 200px;
}

/*End compare page*/

/*Blog page*/
.image-placeholder-2 {
  position: absolute;
  width: 100%;
  height: 100% !important;
  background: radial-gradient(
    circle,
    rgb(117 79 254 / 89%) 0%,
    rgb(117 79 254) 74%
  ) !important;
}

.blog-search-input {
  height: 42px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #cdcdcd;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.blog-search-button {
  display: none;
  padding: 0px 20px;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  background-color: #fff;
}

.blog-search-input.form-control:focus {
  border-color: #ea580c !important;
}

/*End Blog page*/

/*Button*/
.btn-primary {
  border: 1.5px solid #6e798a45;
  background-color: var(--color-4);
  padding: 12px 30px;
  color: var(color-9);
}

.btn-primary:hover {
  background-color: var(--color-4);
}

/*Button end*/
/*Color*/
.bg-primary {
  background-color: var(--color-4) !important;
}

/*End color*/

.right-section .search {
  margin-top: unset;
}

/*Student profile*/
.wish-list-body .wish-list-search {
  background-color: var(--bg-white);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
  border: 1px solid #f3f1f8 !important;
}

.my-course-1-full-body {
  background-color: var(--bg-white);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
  border: 1px solid #f3f1f8 !important;
}

.student-profile-info {
  text-align: center;
  margin: 30px 0px 30px 0px;
}

.student-profile-info .profile-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.student-profile-info h4 {
  margin-top: 20px;
  color: var(--color-1);
  font-size: 18px;
  font-weight: 600;
}

.student-profile-info span {
  color: var(--color-11);
  font-size: 12px;
  font-weight: 500;
}

.btn-profile-menu {
  text-decoration: none;
  color: var(--color-1);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  width: 100%;
  border-radius: 8px;
  transition: 0.5s;
  margin: 2px 0px;
}

.btn-profile-menu:hover,
.btn-profile-menu.active {
  background-color: var(--color-4);
  color: var(--color-9);
  transition: 0.5s;
}

.invoice-bill::after {
  background-color: #fff;
}

@media print {
  .print-content {
    position: fixed !important;
    margin: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 3333 !important;
    width: 100% !important;
    background: #fff !important;
  }

  .print-d-none {
    display: none !important;
  }

  footer,
  nav,
  title {
    display: none !important;
  }

  body {
    overflow: hidden !important;
  }
}

.bg-white-2 {
  background-color: var(--bg-white-2) !important;
}

.conversation-body-1.active {
  background-color: #6e798a1a;
}

/*End student profile*/

.webui-popover {
  z-index: 99 !important;
}

.single-popup-course > .courses-card-body {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
}

.category-hide-icon {
  position: absolute;
  top: 41%;
  right: 10px;
}

.expert-instructor .instructor-card .instructor-card-body img {
  object-fit: cover;
  border-radius: 5%;
}

.speech-item-img img {
  max-width: 300px !important;
}

/*Home 2nd*/
.h-2-top-body .h-2-top a {
  position: relative;
}

.h-2-top-body .h-2-top a {
  osition: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-2-top-body:hover .h-2-top a {
  color: #fff !important;
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
  width: 90%;
  height: auto !important;
  display: flex;
  margin: auto;
  position: absolute;
  left: 5%;
  top: -40px;
  border-radius: 10px;
}

.eInstructor2 .h-2-instructor-full .h-2-instructor-image img {
  height: 262px !important;
}

/*Home 3rd*/
.category-product-body:hover .category-product-body a i {
  color: #fff !important;
}

.h-3-top-categories .category-product .category-product-body a:first-child > i {
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #fb6871;
}

.h-3-top-categories
  .category-product
  .category-product-body:hover
  a:first-child
  > i {
  border: 2px solid #fff;
}

/*Home 4th*/
.instructor-item {
  max-height: 340px !important;
}

/*Hone 5th*/
.course-item-5 .content {
  bottom: 0px !important;
  top: unset !important;
  padding: 12px 20px 70px !important;
}

.course-training-five .img {
  max-width: 170px !important;
}

.instructor-item-5 .content {
  max-height: 85px;
}

.instructor-item-5:hover .social {
  bottom: 70px;
}

/*End Home page*/

/*Header*/
/*Language selector*/
.right-icon .language-control .nice-select {
  padding: 2px 20px;
  font-size: 12px;
  height: 25px;
}

.nice-select .option {
  line-height: 30px !important;
  min-height: 30px !important;
  margin: 4px 10px;
  background: #f2f4f6;
  border-radius: 4px;
  color: #0d0c23;
  padding: 0;
  padding-left: 10px;
}

/*Language selector END*/

/*Start search bar*/
.header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

.search-container {
  position: relative;
}

.header-search-icon {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  padding: 4px 7px;
  background-color: transparent;
  z-index: 1;
}

.search-input-form .dropdown .btn {
  transform: translateY(0px) !important;
  border: 0px solid #e0d8ff;
  color: #000;
}

.search-input-form .dropdown .dropdown-toggle.show .search-menu-icon {
  display: none;
}

.search-input-form .dropdown .dropdown-toggle:not(.show) .close-menu-icon {
  display: none;
}

.search-input-floating {
  width: 100%;
  max-width: 380px;
  border: 1px solid #e0d8ff;
  min-width: 350px;

  padding: 7px 6px 7px 38px;
  border-radius: 3px;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out,
    width 0.3s ease-in-out;
  font-size: 14px;
  color: #555;
  outline: none;
  opacity: 1;
}

.search-input {
  width: 0;
  padding: 7px 6px 7px 38px;
  border: 1px solid #e0d8ff00;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  font-size: 14px;
  color: #555;
  margin-left: 4px;
  outline: none;
  opacity: 1;
}

.search-input:focus,
.search-input.focused {
  width: 100%;
  max-width: 380px;
  border: 1px solid #e0d8ff;
  transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out;
}

/*End search bar*/

/*Mobile device start*/
.btn-toggle {
  width: 100%;
  padding: 10px 20px;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}

.btn-toggle-list {
  padding: 10px 20px;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
  margin-left: auto;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}

.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}

/*Mobile device ended*/
/*Header end*/

/*UI FIX*/
/* .courses-card .courses-card-body .courses-text p{
    color: #6e798a !important;
} */
.grid-view-body .courses-card .courses-text .review-icon {
  margin-top: 11px;
  margin-bottom: 17px;
}

/* .courses-list-view-card .courses-list-view-card-body .courses-text{
    padding: 12px 20px !important;
} */
.courses-card-body {
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
  border: 1px solid #f3f1f8 !important;
}

.course-all-category {
  border: 1px solid #f3f1f8 !important;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
}

/* .list-card-control .btn{
    border: 1px solid #64799616 !important;
} */
.select-box .nice-select .current {
  color: #0d0c23;
}

.select-box .nice-select {
  background-color: #fff !important;
}

.language-control .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
}

.language-control .nice-select {
  background-color: transparent !important;
  border: none !important;
}

.language-control .nice-select .current {
  color: var(--color-9);
  font-weight: 500;
}

.form-select {
  border: 1px solid hsl(222.86deg 12.73% 89.22%) !important;
}

.course-category h3 {
  color: #1e293c;
}

.courses-card .courses-card-body .review-btn {
  margin-left: auto;
}

.courses-card .courses-card-body {
  display: block;
  width: 100%;
}

.courses-card .courses-card-body .courses-text .ellipsis-line-2 {
  margin-left: 0px;
}

.price-free {
  color: #6bbc92 !important;
}

.course-right-section .course-card .enrol .icon h4,
.course-right-section .course-card .enrol > h5 {
  font-size: 16px;
  color: #202937;
  font-weight: 500;
}

/* .course-right-section .course-card .ammount{
    padding: 0;
} */
.course-right-section .course-card .enrol .icon img {
  margin: 0px 18px 0px 0px;
}

.font-inter-light {
  font-family: "Inter", sans-serif !important;
  color: var(--primary-color) !important;
}

.font-inter-dark {
  font-family: "Inter", sans-serif;
  color: var(--color-5) !important;
}

.course-left-side .nav-link.active svg *,
.course-left-side .nav-link:hover svg * {
  fill: var(--color-4);
}

.instructor .instructor-icon i {
  width: 38px;
  text-align: center;
}

.accordion-header {
  margin: 20px 0px 20px;
}

.course-left-side .accordion-item {
  border-bottom: 1.5px solid #ebebeb;
}

.course-left-side .accordion-button {
  padding: 0px 0px 10px 23px;
}

.accordion-item-title {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 500;
  color: var(--color-5);
}

.ac-lecture li a {
  /* padding: 10px 15px; */
  color: var(--color-5);
}

.ac-lecture li a span {
  font-size: 15px;
}

.ac-lecture li a span i {
  font-size: 19px;
  position: relative;
  top: 2px;
}

/* .reviews{
    margin: 0px 30px;
} */

.menu_pro_tgl_bg,
.menu_pro_wish {
  background-color: var(--color-9);
}

@media only screen and (min-width: 992px) {
  .course-card {
    margin-top: -225px;
  }
}

.courses-card .courses-card-body .courses-text {
  padding: 16px;
}

.common-card {
  background-color: var(--bg-white);
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
  border: 1px solid #f3f1f8 !important;
}

.message .conversation .conversation-1 .conversation-img p {
  width: 15px;
  height: 15px;
  line-height: 13px;
}

.courses-price-left {
  align-items: center;
}

.course-item-5 .img img {
  margin-bottom: -30px;
}

/*UI FIX END*/

/*Notification Start*/
.notify-icon {
  border-radius: 50%;
  background-color: #e6dfff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}

.notify-icon i {
  font-size: 16px !important;
}

.grid-view-body .courses-card .courses-text .review-icon span {
  line-height: 17px;
}

/*Notification End*/

/*Filter side bar bategory show more show less*/
.course-all-category .course-category .webdesign {
  padding: 0px 1px;
}

.course-all-category .course-category .webdesign.less {
  max-height: 320px;
  overflow: hidden;
  padding: 0px 1px;
  transition: height 4s !important;
}

.instructor-1 .instructor-about,
.instructon-contact,
.instructor-about .grid-view-body .row {
  background-color: #fff;
}

.invoice-2-table-head h6 {
  margin: 15px 0px;
  color: var(--bs-dark-border-subtle);
}

.student .student-body-text {
  height: 220px;
}

@media (max-width: 420px) {
  .student .man {
    width: 100%;
    object-fit: contain;
    padding: 0px;
  }

  .slick-track {
    gap: 0px !important;
  }
}

.category-product .category-product-body {
  margin: 10px 0px !important;
}

.sbundle-items .bundle-body {
  max-height: 270px !important;
  min-height: 180px !important;
  overflow-y: auto;
}

.availOptions .aBox {
  width: 120px;
  height: 100px;
  margin-left: 8px;
}

.bannar-card {
  position: unset;
  bottom: unset;
  margin-top: 55px;
}

@media screen and (max-width: 575px) {
  .banner-five-content .title span.graphic {
    font-size: 50px !important;
    line-height: 80px;
  }
}

.btn-fill {
  border: 1px solid #ea580c !important;
  transition: 0.5s;
  padding: 12px 30px;
}

.btn-fill:hover {
  background: #ea580c;
  color: #fff;
}

.einsBtn .btn {
  padding: 14px 0 !important;
  font-weight: 500;
}

.courses .eimage img {
  height: 230px !important;
  object-fit: cover;
}

.follow-btn {
  border: 1px solid #ea580c !important;
  font-size: 13px;
  padding: 8px 30px;
  transition: 0.5s;
  font-weight: 500;
}

.follow-btn:hover {
  background-color: #ea580c;
  color: #fff;
}

.instructor-right .follow-btn {
  font-size: 14px;
}

.grecaptcha-badge {
  z-index: 99999;
}

.main-nav-wrap .nav-item .nav-link {
  color: #0d0c23 !important;
  font-weight: 500 !important;
  font-size: 14px;
  background: transparent !important;
}

.ctBtn {
  background-color: #ea580c;
  padding: 7px 18px;
  border-radius: 5px;
  color: #fff !important;
}

.language-control .nice-select .option {
  line-height: 28px !important;
  min-height: 19px !important;
  margin: 6px 4px;
}

/* Addon Css */
.course-bundle-details .created-by-instructor {
  color: #0d0c23;
  font-weight: 500;
  font-size: 16px;
}

.course-right-section .course-card .card-img img {
  border-radius: 12px 12px 0 0;
  padding: 16px;
}

.eBundle-details .course-details-sidebar h1 {
  font-size: 24px !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif;
  margin-bottom: 7px !important;
}

/* New Home Css */
.elegant-testimonial-slide {
  box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.2);
  padding: 20px;
  border-radius: 10px;
  margin: 3px;
  background-color: var(--bg-white);
}

.ele-testimonial-profile-area {
  column-gap: 12px;
  margin-bottom: 16px;
}

.ele-testimonial-profile-area .profile {
  min-width: 64px;
  width: 64px;
  height: 64px;
}

.ele-testimonial-profile-area .profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.ele-testimonial-profile-name .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0d221d;
}

.ele-testimonial-profile-name .time {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #858c8a;
  margin-bottom: 2px;
}

.ele-testimonial-profile-name .rating {
  column-gap: 5.32px;
}

.ele-testimonial-profile-name i {
  color: #fad300;
}

.ele-testimonial-profile-name .thin i {
  color: #babab4f0;
}

.elegant-testimonial-slide .review {
  font-size: 15px;
  line-height: 24px;
  color: #858c8a;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.mb-14px {
  margin-bottom: 14px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.mb-18px {
  margin-bottom: 18px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-26px {
  margin-bottom: 26px !important;
}

.mb-28px {
  margin-bottom: 28px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.mb-110px {
  margin-bottom: 110px !important;
}

.mb-120px {
  margin-bottom: 120px !important;
}

/* padding */
.p-2px {
  padding: 2px !important;
}

.p-6px {
  padding: 6px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-12px {
  padding: 12px !important;
}

.p-14px {
  padding: 14px !important;
}

.p-16px {
  padding: 16px !important;
}

.p-18px {
  padding: 18px !important;
}

.p-20px {
  padding: 20px !important;
}

.p-26px {
  padding: 26px !important;
}

.p-40px {
  padding: 40px !important;
}

/* pb */
.pb-18px {
  padding-bottom: 18px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

/* font size */
.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
}

.fs-18px {
  font-size: 18px !important;
}

.fs-20px {
  font-size: 20px !important;
}

.fs-28px {
  font-size: 28px !important;
}

.fs-31px {
  font-size: 31px !important;
}

.fs-32px {
  font-size: 32px !important;
}

.fs-34px {
  font-size: 34px !important;
}

.fs-40px {
  font-size: 40px !important;
}

.fs-43px {
  font-size: 43px !important;
}

.fs-44px {
  font-size: 44px !important;
}

.fs-48px {
  font-size: 48px !important;
}

.fs-52px {
  font-size: 52px !important;
}

.fs-56px {
  font-size: 56px !important;
}

.fs-82px {
  font-size: 82px !important;
}

.fs-105px {
  font-size: 105px !important;
}

/* line hight */
.lh-normal {
  line-height: normal !important;
}

.lh-18px {
  line-height: 18px !important;
}

.lh-19px {
  line-height: 19px !important;
}

.lh-20px {
  line-height: 20px !important;
}

.lh-22px {
  line-height: 22px !important;
}

.lh-23px {
  line-height: 23px !important;
}

.lh-24px {
  line-height: 24px !important;
}

.lh-25px {
  line-height: 25px !important;
}

.lh-26px {
  line-height: 26px !important;
}

.lh-28px {
  line-height: 28px !important;
}

.lh-29px {
  line-height: 29px !important;
}

.lh-30px {
  line-height: 30px !important;
}

.lh-35px {
  line-height: 35px !important;
}

.lh-36px {
  line-height: 36px !important;
}

.lh-37px {
  line-height: 37px !important;
}

.lh-38px {
  line-height: 38px !important;
}

.lh-42px {
  line-height: 42px !important;
}

.lh-44px {
  line-height: 44px !important;
}

.lh-48px {
  line-height: 48px !important;
}

.lh-52px {
  line-height: 52px !important;
}

.lh-56px {
  line-height: 56px !important;
}

.lh-60px {
  line-height: 60px !important;
}

.lh-64px {
  line-height: 64px !important;
}

.lh-107px {
  line-height: 107px !important;
}

.lh-129px {
  line-height: 129px !important;
}

/* title */
.title-1 {
  font-family: "Poppins";
  color: #030531;
  font-weight: 600;
  line-height: 1.3;
}

.italic-1 {
  font-style: italic;
  background: linear-gradient(133deg, #264871 18.22%, #076785 89.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 3px;
}

.subtitle-1 {
  font-family: "Rubik";
  font-weight: 400;
  color: #86868d;
  line-height: 1.5;
}

.title-2 {
  font-family: "Poppins";
  color: #062320;
  font-weight: 600;
  line-height: 1.3;
}

.title-3 {
  font-family: "Lexend Deca";
  font-weight: 500;
  line-height: 1.3;
  color: #0f101a;
}

.subtitle-2 {
  font-family: "Outfit";
  font-weight: 400;
  line-height: 1.5;
  color: #93949e;
}

.subtitle-3 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
  color: #8f919b;
}

.subtitle-4 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
  color: #838b95;
}

.title-4 {
  font-family: "Lato";
  font-weight: 600;
  line-height: 1.3;
  color: #1d242d;
}

.title-5 {
  font-family: "DM Sans";
  font-weight: 600;
  line-height: 1.3;
  color: #121421;
}

.subtitle-5 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
  color: #93949e;
}

.subtitle-6 {
  font-family: "Manrope";
  font-weight: 500;
  line-height: 1.6;
  color: #8e8e96;
}

.title-6 {
  color: var(--whiteColor);
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  line-height: 130.5%;
}

.subtitle-7 {
  color: var(--whiteColor);
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.title-7 {
  color: #121314;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

/* letter Spacing */
.ls-1-7px {
  letter-spacing: 1.7px;
}

.ls-1px {
  letter-spacing: 1px;
}

/* Text Color */
.text-dark-2 {
  color: #171719 !important;
}

.text-dark-3 {
  color: #121314 !important;
}

.text-dark-4 {
  color: #49494a !important;
}

.text-danger-2 {
  color: var(--skinColor6) !important;
}

.text-pink {
  color: var(--skinColor7) !important;
}

.text-pink-2 {
  color: var(--skinColor7) !important;
  letter-spacing: 0.14em;
}

.text-purple-2 {
  color: #c874f4 !important;
}

.text-brown-2 {
  color: #feaf75 !important;
}

.text-skyblue-2 {
  color: #58c3ff !important;
}

.text-yellow-2 {
  color: #ffc832 !important;
}

.text-secondary-2 {
  color: #8a9097 !important;
}

.rounded-20px {
  border-radius: 20px !important;
}

.rounded-10px {
  border-radius: 10px !important;
}

.rounded-5px {
  border-radius: 5px !important;
}

/* Force Inter font for all pricing elements */
.price, 
.courses-price,
.price-card-heading h6,
.ammount h1,
.ammount h5,
.ammount h6,
.courses-price-left span,
.current-price,
.original-price {
    font-family: var(--font-body) !important;
}

/* Styles for the JS-moved language dropdown */
.moved-language-dropdown.list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 5px;
    border: 1px solid #eef1f6;
    overflow: hidden;
}

.moved-language-dropdown .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    font-size: 14px;
    color: #1e293b;
}

.moved-language-dropdown .option:hover, 
.moved-language-dropdown .option.focus, 
.moved-language-dropdown .option.selected.focus {
    background-color: #f6f6f6;
    color: #C2410C;
}

.moved-language-dropdown .option.selected {
    font-weight: bold;
    color: #C2410C;
    background-color: #fdf2eb; 
}
