/* @import url('./variable.css'); */

.bg-menu-theme {
  background-color: #5340b0 !important;
  color: #697a8d;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.layout-page {
  background-color: var(--bg-blue) !important;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
  background-color: #2e1f75 !important;
  color: #ffffff !important;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner>.menu-item.active:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 2.6845rem;
  border-radius: 0.375rem 0 0 0.375rem;
}

.main-container {
  border-radius: 30px !important;
  background: #f2f4fa;
  padding: 20px;
  overflow: hidden;
}

.text-ebco-blue {
  color: #01113c !important;
}

.bg-menu-theme .menu-inner-shadow {
  background: none !important;
}

.my-course .owl-carousel .item {
  /* background: #4DC7A0; */
  /* padding: 30px; */
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 18px;
  border-radius: 16px;
}

.my-course .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}

.my-course .owl-theme .owl-dots .owl-dot.active span {
  background: #000;
  border-radius: 10px;
}

.my-course .owl-nav {
  display: none;
}

.upcomming-lec-card {
  /* height: 150px; */
  height: 160px;
  background-image: url(../img/backgrounds/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

.upcomming-lec-card .card-body {
  border-radius: 20px !important;
}

.w-100px {
  width: 120px;
}

.text-light {
  color: #f2f4fa;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 8px;
  padding: 5px 15px !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

.bg-dark-primary {
  background: #ee8a24;
}

.bg-info1 {
  background-color: var(--info-color) !important;
}

.info-dark {
  background-color: #3bbdc7;
}

.rounded-12px {
  border-radius: 12px !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.did-u-know-card {
  /* position: relative;
  bottom: 0px; */
  width: 100%;
  height: 330px;
  background-image: url(../img/backgrounds/bg-5.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.did-u-know-card .content {
  /* position: relative; */
  /* bottom: 0; */
  padding: 120px 30px 10px 20px;
}

.progress-bar {
  background-color: #31ba96;
  color: #fff;
  /* box-shadow: 0 2px 4px 0 rgba(26, 207, 201, 0.4); */
}

.exam-btn {
  background: #7566c0;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

.exam-btn:hover {
  background: #7566c0;
  color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 4.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: start;
}

.w-200px {
  width: 200px !important;
}

.layout-navbar {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
  height: 2.875rem !important;
  flex-wrap: nowrap;
  color: #697a8d;
  z-index: 2;
}

.bg-transparent {
  background: transparent !important;
}

.bg-blue {
  background: var(--bg-blue) !important;
}

.navbar-detached {
  box-shadow: none !important;
}

.bg-light-1 {
  background: #f2f4fa !important;
}

.text-blue {
  color: var(--bg-blue) !important;
}

.z-9999 {
  z-index: 9999;
}

.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #333333;
  background: #ffffff;
  border: none;
  outline: none;
  border-radius: 50%;
  font-weight: 600;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #fff;
}

.icon-button__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #dc3434;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.my-account .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  background: transparent;
}

.my-account .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 10px;
  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);
}

.select-exam-section {
  padding: 20px 0px;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.active1 .card {
  border-color: var(--bg-blue) !important;
}

.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: 0 0.25rem 0.75rem 0 rgba(34, 48, 62, 0.14);
}

.modal-backdrop.show {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.modal-backdrop.show {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1050;
  /* Adjust if necessary */
}

/* ============ practice test start  ============ */
/* ========= area test start  =========  */
.practice-test ul {
  margin: 20px 0px 0px 0px;
}

.practice-test ul li button {
  border: 1px solid var(--primary-color);
  border-radius: 0px;
  color: var(--primary-color);
  padding: 0.7rem 3.5rem;
  font-family: var(--primary-fonts);
  font-weight: 500;
  margin-right: 5px;
}

.practice-test ul li button.active {
  background-color: var(--primary-color);
  color: var(--light-color);
}

.practice-test .tab-content {
  margin: 30px 0px;
}

.practice-test .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.practice-test .card .row {
  justify-content: center;
  align-items: center;
}

.practice-test .card .img-container {
  width: 100%;
  height: 150px;
}

.practice-test .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}

.practice-test .card .card-title {
  font-family: var(--primary-fonts);
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  word-spacing: 1px;
  font-size: 19px;
}

.practice-test .card .card-text {
  color: var(--dark-alt);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  word-spacing: 1px;
}

.practice-test .attempted .card .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.practice-test .start-test {
  font-family: var(--primary-fonts);
  color: var(--light-color);
  text-transform: capitalize;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  background-color: var(--primary-color);
}

.practice-test .analysis {
  font-family: var(--primary-fonts);
  color: var(--light-color);
  text-transform: capitalize;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  background-color: var(--primary-color);
}

/* ========= area test start  =========  */

/* ============ practice test end  ============ */

/* =========== help start  =========== */
.text-content .banner img {
  width: 100%;
  height: auto;
}

.text-content .banner {
  padding: 0px 0px 30px 0px;
}

.text-content .faq {
  padding: 0px 0px 50px 0px;
}

.text-content .faq .accordion-button:not(.collapsed) {
  color: var(--light-color);
  background-color: var(--primary-color);
  box-shadow: none;
}

.text-content .faq .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.text-content .faq .heading {
  display: flex;
  gap: 20px;
  align-items: center;
}

.text-content .faq .heading img {
  width: 35px;
}

.text-content .faq .accordion button {
  font-family: var(--primary-fonts);
  font-weight: 500;
  letter-spacing: 0.2px;
  word-spacing: 1px;
}

.text-content .faq .accordion .accordion-body p {
  font-family: var(--primary-fonts);
  color: var(--dark-alt);
  font-weight: 500;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  margin: 5px 0px;
}

.text-content .faq .accordion .accordion-body ul li {
  margin: 10px 0px;
  font-family: var(--primary-fonts);
  color: var(--dark-alt);
  font-weight: 500;
}

.text-content .enquiry-form .enquiry-form-btn {
  padding: 1rem 5rem;
  border: 0px;
  background-color: var(--primary-color);
  color: var(--light-color);
  font-weight: 600;
  border: transparent;
  font-family: var(--primary-fonts);
  margin: 20px 0px;
  transition: all 0.3s ease-in-out;
}

.text-content .enquiry-form .enquiry-form-btn:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

/* =========== help start  =========== */

/* ============== practice start ============== */
.list-group-item {
  position: relative;
  display: block;
  margin: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: #fff !important;
  background-color: var(--bs-list-group-bg);
  /* border: none !important; */
  border-bottom: 1px solid #5b5b5b33 !important;
}

.list-group-item:hover {
  background-color: white;
}

.lectrue-date {
  font-size: 12px !important;
  color: #f2f4fa !important;
  /* font-weight: 500; */
}

.lecture-time {
  font-size: 11px !important;
  color: #f2f4fa !important;
}

.batch-name {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #e7f5ff !important;
  padding-bottom: 8px;
}

.lecture-title {
  font-size: 16px !important;
  color: #f2f4fa !important;
  font-weight: 500 !important;
}

.menu-item {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
  margin: 0rem;
}

.join-btn {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 8px;
  font-size: 14px;
  /* padding: 5px 10x; */
}

.icon-badge {
  width: 44.11px;
  height: 44.11px;
  border-radius: 50%;
  background-color: #ffffff12;
  padding: 10px !important;
}

.badge-3 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #00aa5b;
}

.badge-4 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #feb247;
}

.badge-5 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1eb3bf;
}

.badge-6 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #209e00;
}

.badge-7 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #5340b0;
}

.badge-8 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #eeeeee;
}

.badge-9 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4b57b216;
}

.badge-10 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eb790325;
}

.badge-11 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1eb3bf10;
}

.icon-play {
  color: #4b57b2;
  font-size: 16px;
  padding: 2px 5px;
}

.icon-size {
  font-size: 20px;
  padding: 5px;
}

.title-2 {
  font-size: 14px;
  font-weight: 550;
  color: #5b5b5b;
  padding-top: 5px;
  padding-bottom: 15px;
}

.radius-16 {
  border-radius: 16px !important;
}

.img-5 {
  width: 80px !important;
  height: 80px !important;
}

.icon-mail {
  font-size: 14px;
  padding: 3px 1px;
}

.icon-back {
  padding: 3px;
  font-size: 16px;
  color: #1c1c1c;
}

.video-title {
  color: #494e50;
  font-size: 16px;
  font-weight: 400;
}

.progress-title {
  color: #5b5b5b;
  font-size: 13px;
  font-weight: 550;
  line-height: 24px;
  font-weight: 500;
}

.notes-icon {
  width: 24px;
  padding: 2px;
}

.icon-3 {
  color: #1eb3bf;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.lecture-card-content {
  width: 241px;
  padding: 0px 10px;
  /* padding-top: 15px; */
}

.title-3 {
  font-size: 24px !important;
  font-weight: 550;
  color: #01113c;
}

.card.accordion-item {
  box-shadow: none;
}

.right-arrow {
  color: #001a72 !important;
  font-size: 16px;
}

.title-1 {
  font-size: 22px;
  color: #1c1c1c;
  font-weight: 700;
  line-height: 32px;
}

.section-title-1 {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 550;
}

.sub-section-title-1 {
  color: #5b5b5b;
  font: 16px;
  font-weight: 550;
}

.notes-title {
  color: #5b5b5b;
  font: 16px;
  font-weight: 550;
}

/* css 21/4/2025 */

.daily-test-tab {
  width: 100px;
  overflow: hidden;
}

.active-tab {
  display: flex;
  border: 1px solid;
  height: 3px;
  width: 80%;
  background: #5340b0;
  border-radius: 5px 5px 0px 0px;
}

.daily-test-btn {
  color: #5340b0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--primary-font);
}

.card1 {
  background-image: url(../img/icons/f1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 146px;
  /* Image starts at top, expands downward */
  border: 1px solid #d9d9d9;
}

.card2 {
  background-image: url(../img/icons/f2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 146px;
  /* Image starts at top, expands downward */
  border: 1px solid #d9d9d9;
}

.card3 {
  background-image: url(../img/icons/f3.png);
  background-position: 0 0;
  /* or: top left; */
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 146px;
  border: 1px solid #d9d9d9;
}


.test-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  font-family: var(--fourth-font) !important;
  color: #001f3c !important;
  margin-bottom: 10px;
}

.test-text {
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: var(--fourth-font) !important;
  color: #5B5B5B !important;
  padding-bottom: 10px !important;
}


.owl-dots {
  display: none !important;
  opacity: 0 !important;
}

.lecture-info {
  width: 80%;
  height: 80px;
  overflow: hidden;
}

.lecture-date {
  color: #b2acdc;
  font-size: 14px !important;
  font-weight: 500;
}

.lecture-time {
  color: #b2acdc !important;
  font-size: 14px !important;
  font-weight: 500;
}

.lecture-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: var(--primary-font) !important;
}

.btn-primary:hover {
  color: #fff !important;
  background: #5340b0 !important;
}

.old-lec-date {
  font-size: 16px !important;
  color: #7b7b7b;
  padding-bottom: 15px;
}

.theme-btn {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.main-container .col-lg-8:first-child {
  height: 100vh !important;
  overflow: auto !important;
}

/* Scrollbar styling */
.main-container .col-lg-8:first-child::-webkit-scrollbar {
  width: 1px;
}

.main-container .col-lg-8:first-child::-webkit-scrollbar-track {
  background: transparent;
}

.main-container .col-lg-8:first-child::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  /* Change as needed */
  border-radius: 1px;
}

/* Optional: Firefox scrollbar styling */
.main-container .col-lg-8:first-child {
  scrollbar-width: thin;
  scrollbar-color: #cacaca transparent;
}

.container-p-y {
  height: 100vh !important;
  overflow: hidden !important;
  border-radius: 30px !important;
}

.rounded-20px {
  border-radius: 20px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.my-course {
  height: 95vh !important;
  /* overflow: auto !important; */
  border-radius: 30px !important;
  background-color: #f3f4f9 !important;
  padding: 30px 30px !important;
}

.container-p-y:not([class^="pt-"]):not([class*=" pt-"]) {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.dashboard-title {
  font-size: 24px;
  line-height: 32px;
  color: #01113c;
  font-weight: 600;
  margin-bottom: 20px;
}

.dashboard-title2 {
  font-size: 22px;
  line-height: 32px;
  color: #01113c;
  font-weight: 600;
  margin-bottom: 20px;
}

.demo-vertical-spacing>* {
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
}

.fs-14px {
  font-size: 14px !important;
}

#test-card p {
  font-size: 13px !important;
  font-family: var(--fourth-font) !important;
}

#test-card h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  font-family: var(--fourth-font) !important;
  /* color: #001f3c !important; */
  color: #222222 !important;
}

.test-section-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.test-section-wrapper .card {
  max-width: 400px;
}

.test-section-scroll {
  display: flex;
  gap: 10px;
}


.test-section-scroll::-webkit-scrollbar {
  height: 2px !important;
}

.test-section-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.test-section-scroll::-webkit-scrollbar-thumb {
  background: #cacaca;
  border-radius: 10px;
}




.test-section-scroll {
  padding-bottom: 4px;
}


.empty-file-img {
  width: 100px;
}

.empty-file-text {
  font-size: 14px;
  font-weight: 550;
  color: #5b5b5b;
  padding-top: 5px;
  padding-bottom: 15px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #000000;
  font-weight: 400;
}

.nav-pills .nav-link:not(.active, .disabled) {
  color: #000000;
}

.test .btn-outline-primary {
  padding: 5px 10px !important;
  font-weight: 600;
  font-size: 14px !important;
}

.fs-9px {
  font-size: 9px !important;
}

.bg-dark-success {
  background: #219d02 !important;
}

.mock-card {
  height: 80vh !important;
  overflow: hidden !important;
  border-radius: 15px !important;
  background-color: #ffffff !important;
  /* padding: 30px 30px !important; */
}

.test-list1 {
  height: 70vh !important;
  overflow: auto !important;
}

.test-list1::-webkit-scrollbar {
  width: 2px;
}

.test-list1::-webkit-scrollbar-track {
  background: transparent;
}

.test-list1::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  /* scrollbar color */
  border-radius: 10px;
}

/* Firefox */
.test-list1 {
  scrollbar-width: thin;
  scrollbar-color: #cacaca transparent;
}

.test-list1 .text-muted {
  color: rgb(169, 168, 168) !important;
  font-size: 14px !important;
}

.back-btn {
  width: 30px;
  height: 30px;
  background: #eeeeee;
}

.icon-img-2 {
  width: 16px;
  height: 16px;
}

.test-section-wrapper .card-body {
  padding: 15px 20px !important;
}

@media screen and (max-width: 991px) {
  .test-section-scroll {
    display: flex;
  }

  .my-course {
    height: 90vh !important;
    overflow: auto !important;
    /* border-radius: 30px !important; */
    border-radius: 20px !important;
    background-color: #f3f4f9 !important;
    padding: 30px 30px !important;
  }

  .main-container {
    height: 90vh !important;
    overflow: auto !important;
    border-radius: 20px !important;
    background-color: #f3f4f9 !important;
    padding: 30px 30px !important;
  }

  /* .mock-card {
    height: 80vh !important;
    overflow: auto !important;
    border-radius: 15px !important;
    background-color: #ffffff !important;
   
  } */

  .test-list1 {
    height: 70vh !important;
    overflow: auto !important;
  }

  .my-course::-webkit-scrollbar {
    width: 2px;
  }

  .my-course::-webkit-scrollbar-track {
    background: transparent;
  }

  .my-course::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    /* scrollbar color */
    border-radius: 10px;
  }

  .main-container .col-lg-8:first-child {
    height: 100% !important;
    overflow: auto !important;
  }
}

.sidear-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.sidebarmenu.inactive .primary-font {
  color: #b8b1df !important;
}

.my-prep-card-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #5b5b5b;
}

.sidear-icon-my-prep {
  filter: brightness(0) invert(1);
  /* makes it white */
}

.material-icons {
  font-size: 12px;
  line-height: 15px;

}

.back-btn2 {

  width: 35px;
  height: 35px;
  background: #eeeeee;
  border-radius: 50%;

}

.back-btn2 i {
  font-size: 20px;
  padding: 8px;
}

.bg-white {
  background-color: #fff !important;
}

.c-name {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.c-description {
  font-size: 16px;
}

.c-price {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.myprep-layout .row {
  /* height: 82vh; */
  overflow-y: scroll;
}

.my-course .page-wrap {

  height: 85vh;
  overflow-y: scroll;
}

.subject-nav-pills {
  border: 1px solid !important;
  border-radius: 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  overflow: scroll !important;
}

@media screen and (max-width: 576px) {
  .tab-content .list-group-item {
    padding: 0px !important;
    margin: 0px !important;
  }

}

@media (min-width: 992px) {
  .first-section {
    width: 68% !important;
    padding: 10px;
    margin-right: 10px !important;
  }

  .second-section {
    width: 30% !important;
    padding: 10px;
  }
}

.section-text {
  font-size: 14px !important;
  color: #5b5b5b;
  font-family: var(--primary-font);
  font-weight: 500;
}

.prev-lecture {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #9e9e9e !important;
}

.test .tab-content {
  height: 75vh !important;
  padding-bottom: 30px !important;
  overflow-y: auto !important;
}

.text-color-2 {
  color: var(--text-color-2) !important;
}

.accordion {
  --bs-accordion-btn-icon-transform: rotate(270deg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: rotate(270deg) !important;
}

.accordion-button::after {
  transform: rotate(180deg) !important;
}

.mock-name {
  color: #222222;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.mock-desc {
  color: #999999 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.mock-tabs-page .list-group-item h5 {
  color: #222222;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.mock-tabs-page .list-group-item span {
  color: #999999 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.mock-tabs-page .list-group-item span b {
  color: #999999 !important;
  font-size: 14px !important;
  font-weight: 550 !important;
}