.td_site_branding img{
    width: 230px;
}

html.td_app_ready .td_preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0s linear 0.15s;
}

/* Override Themedox breadcrumb divider (was incorrectly set to their URL in bootstrap.min.css) */
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
:root {
  --bs-breadcrumb-divider: "/";
}


#all-courses {
  scroll-margin-top: 110px;
}

.td_site_header .td_main_header_center {
  pointer-events: none;
}
.td_site_header .td_main_header_center a,
.td_site_header .td_main_header_center button,
.td_site_header .td_main_header_center .td_menu_toggle {
  pointer-events: auto;
}
.td_site_header .td_main_header_right {
  position: relative;
  z-index: 5;
}
.td_site_search_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 18px;
  cursor: pointer;
  flex-shrink: 0;
}
.td_site_search_toggle:hover,
.td_site_search_toggle:focus-visible {
  background: rgba(0, 0, 0, 0.06);
  outline: none;
}
body.td_site_search_open {
  overflow: hidden;
}
.td_site_search_overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 16px 32px;
}
.td_site_search_overlay[hidden] {
  display: none !important;
}
.td_site_search_backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(15, 23, 42, 0.62);
  cursor: pointer;
}
.td_site_search_dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  padding: 20px 20px 12px;
}
.td_site_search_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 20px;
  cursor: pointer;
}
.td_site_search_close:hover,
.td_site_search_close:focus-visible {
  background: rgba(0, 0, 0, 0.06);
  outline: none;
}
.td_site_search_input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  padding: 0 48px 0 18px;
  font-size: 20px;
  line-height: 1.2;
}
.td_site_search_input:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.18);
}
.td_site_search_panel {
  margin-top: 10px;
  max-height: min(52vh, 420px);
  overflow: auto;
}
.td_site_search_results {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.td_site_search_item {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 10px 14px;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
}
.td_site_search_item.is-active,
.td_site_search_item:hover {
  background: #f3f4f6;
}
.td_site_search_type {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6366f1;
  min-width: 70px;
}
.td_site_search_empty {
  margin: 0;
  padding: 12px 14px;
  font-size: 16px;
  color: #6b7280;
}
.td_onpage_search {
  max-width: 420px;
  margin: 8px auto 0;
}
.td_onpage_search input[type="search"] {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  padding: 0 16px;
  font-size: 15px;
}
.td_search_page_counts {
  margin-top: -4px;
}
.td_search_page_form {
  position: relative;
  max-width: 720px;
  margin: 20px auto 0;
}
.td_search_page_form .td_site_search_panel {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  max-height: min(48vh, 360px);
}
.td_search_empty {
  max-width: 560px;
  margin: 40px auto 0;
  text-align: center;
}
.td_search_pagination {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.td_search_pagination .pagination {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .td_site_search_overlay {
    padding: 12px 12px 16px;
    align-items: stretch;
  }
  .td_site_search_dialog {
    width: 100%;
    min-height: calc(100% - 8px);
    border-radius: 12px;
    padding: 56px 14px 16px;
  }
  .td_site_search_input {
    height: 52px;
    font-size: 18px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== Prove your skills section ========== */
.td_prove_skills_section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 80px 0 100px;
}
.td_prove_btn_border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.td_prove_icon {
  color: #4ade80;
}
.td_prove_why_box {
  background: rgba(255, 255, 255, 0.08);
  max-width: 400px;
}
.td_prove_cert_wrap {
  background: linear-gradient(145deg, #1e2a4a 0%, #0d1b2a 100%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.td_prove_sample_txt {
  transform: translate(-50%, -50%) rotate(-25deg);
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.td_prove_cert_inner {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td_prove_cert_img {
  max-width: 100%;
  max-height: 360px;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.td_prove_stat_box {
  background: rgba(255, 255, 255, 0.1);
}

/* ========== Footer ========== */
.td_footer_divider {
  opacity: 0.3;
}

/* ========== Get notice (Certificates Get Noticed) section ========== */
.td_get_notice_section {
  background: #1A1A1D;
  padding: 80px 15px;
}
.td_get_notice_green {
  color: var(--accent-color);
}
.td_get_notice_purple {
  color: #a78bfa;
}
.td_get_notice_card {
  background: #2C2C30;
}
.td_get_notice_tailored_pos {
  top: 20px;
  right: 24px;
}
.td_get_notice_pill {
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}
.td_get_notice_pill_icon {
  color: #4ade80;
  font-size: 6px;
}
.td_get_notice_list_icon {
  color: #4ade80;
}

/* ========== How it works section ========== */
.td_how_card_style {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 28px;
  height: 100%;
}
.td_how_icon_box {
  width: 70px;
  height: 70px;
}
.td_how_icon {
  font-size: 28px;
}
.td_how_step_badge {
  width: 32px;
  height: 32px;
  top: -8px;
  right: -8px;
}

.td_courses_section .coursesListRow{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* ========== Course details page ========== */
.td_card.td_style_5 .td_card_thumb .td_card_thumb_in > img{
  object-fit: contain;
}
.td_course_details_hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 80px 0 100px;
}
.td_certificate_hero .breadcrumb-item a:hover {
  color: #ffff
}
.td_course_badge {
  background: #fff;
  color: var(--accent-color);
  font-size: 16px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  display: inline-block;
  max-width: 100%;
}
.td_course_meta_row {
  max-width: 520px;
}
.td_course_meta_card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}
.td_course_details_section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 80px 0 100px;
}
.td_course_panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.td_course_panel p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
}
.td_course_panel_box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.td_course_panel_box .td_fs_16,
.td_course_panel_box .td_fs_14 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.td_course_btn_full {
  width: 100%;
  max-width: 100%;
}
.td_course_badge_sec {
  background: rgba(255, 255, 255, 0.15);
  font-size: 13px;
}
.td_course_badge_bonus {
  background: rgba(255, 255, 255, 0.15);
  font-size: 14px;
}

/* Quiz error popup (Laravel) */
.td_quiz_error_overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.td_quiz_error_modal {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 400px;
  width: 100%;
}
.td_quiz_unlock_modal {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 420px;
  width: 100%;
}
.td_billing_address_modal {
  max-width: 520px;
}
.td_billing_state {
  position: relative;
}
.td_billing_state_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.td_billing_state_trigger .td_billing_state_label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.td_billing_state_trigger .td_billing_state_caret {
  opacity: 0.7;
  margin-left: 8px;
  flex-shrink: 0;
}
.td_billing_state_panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.td_billing_state_search {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.td_billing_state_list {
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.td_billing_state_option {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.td_billing_state_option:hover,
.td_billing_state_option.is-active,
.td_billing_state_option.is-selected {
  background: rgba(255, 255, 255, 0.1);
}
.td_billing_state_empty {
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}
.td_certificate_detail_blur {
  filter: blur(7px);
  user-select: none;
}
.td_payment_spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: td_payment_spin 0.8s linear infinite;
}
.td_payment_spinner_dark {
  border: 3px solid rgba(1, 63, 76, 0.15);
  border-top-color: #013f4c;
}
@keyframes td_payment_spin {
  to {
    transform: rotate(360deg);
  }
}
.td_quiz_input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* ========== Quiz page ========== */
.td_quiz_section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  min-height: 80vh;
  padding: 60px 0 80px;
}
.td_quiz_card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.td_quiz_next_btn {
  display: none;
}
.quiz-result-pass,
.quiz-result-fail {
  display: none;
}
.td_quiz_badge_pass {
  background: rgba(74, 222, 128, 0.2);
  color: #4ade80;
}
.td_quiz_badge_meta {
  background: rgba(255, 255, 255, 0.1);
}
.td_quiz_badge_retake {
  background: rgba(234, 179, 8, 0.2);
  color: #facc15;
  border: 1px solid rgba(234, 179, 8, 0.5);
}
.td_quiz_why_box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.td_quiz_preview_wrap {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 280px;
}
.td_quiz_preview_locked_badge {
  background: rgba(0, 0, 0, 0.5);
}
.td_quiz_cert_blur_10 {
  filter: blur(10px);
  opacity: 0.85;
}
.td_quiz_cert_blur_6 {
  filter: blur(6px);
  opacity: 0.85;
}
.td_quiz_preview_overlay {
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.td_quiz_perf_section {
  background: #0A0E18;
  padding: 80px 0 100px;
}
.td_quiz_perf_card {
  background: #1D2434;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.td_quiz_perf_inner {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  body.td_quiz_in_progress #activity-toast-container {
    display: none !important;
  }
}

/* Quiz Section */
.quiz-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 18px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.01);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
  }
  .quiz-option:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.25);
  }
  .quiz-option input {
    margin-right: 12px;
    cursor: pointer;
    accent-color: #10325d;
  }
  .quiz-option.selected {
    /* background: rgba(74, 222, 128, 0.15);
    border-color: rgba(74, 222, 128, 0.5); */
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.25);
  }
  .certificate-preview-wrap {
    min-height: 280px;
  }
  .certificate-preview-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  /* Certificate result pages: show content immediately (WOW hides until scroll). */
  .td_thankyou_section .wow,
  .td_certificate_section .wow {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
  .td_certificate_preview {
    line-height: 0;
  }
/* Quiz Section End */

/* ========== /* leading companies Start Leading companies (Popular skills marquee) section ========== */
.td_leading_section {
    background: #0f172a;
    padding: 70px 0 80px;
  }

.td_marquee_wrap { 
    overflow: hidden; 
    width: 100%; 
    padding: 10px 0; 
    position: relative; 
}
.td_marquee_wrap::before,
.td_marquee_wrap::after { 
    content: ''; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 120px; 
    max-width: 15%; 
    pointer-events: none; 
    z-index: 2; 
}
.td_marquee_wrap::before { 
    left: 0; 
    background: linear-gradient(to right, #0f172a 0%, rgba(15, 23, 42, 0.8) 40%, transparent 100%); 
}
.td_marquee_wrap::after { 
    right: 0; left: auto; 
    background: linear-gradient(to left, #0f172a 0%, rgba(15, 23, 42, 0.8) 40%, transparent 100%); 
}
.td_marquee_track { 
    display: flex; 
    width: max-content; 
    gap: 2rem; 
    padding: 0 2rem; 
}
.td_marquee_track .td_marquee_set { 
    display: flex; 
    gap: 2rem; 
    flex-shrink: 0; 
}
.td_marquee_track .td_marquee_item { 
    flex-shrink: 0; 
    display: flex; 
    align-items: center; 
    justify-content: 
    center; 
    min-width: 80px; 
}
.td_marquee_track .td_marquee_item img { 
    height: 60px; 
    max-width: 150px; 
    object-fit: contain; 
    filter: brightness(0) invert(1); 
    opacity: 0.9; 
}
.td_marquee_wrap.td_marquee_left_row1 .td_marquee_track { 
    animation: tdMarqueeLeft1 15s linear infinite; 
}
.td_marquee_wrap.td_marquee_right .td_marquee_track { 
    animation: tdMarqueeRight2 15s linear infinite; 
}
.td_marquee_wrap.td_marquee_left_row3 .td_marquee_track { 
    animation: tdMarqueeLeft3 18s linear infinite; 
}
@keyframes tdMarqueeLeft1 { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
@keyframes tdMarqueeRight2 { from { transform: translate3d(-50%, 0, 0); } to { transform: translate3d(0, 0, 0); } }
@keyframes tdMarqueeLeft3 { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }

/* leading companies End */



/* ========== COurse CTA section ========== */
.td_cta_section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  padding: 80px 0;
}
.td_cta_intro {
  max-width: 560px;
}




/* ========== Header mobile: buttons between logo and menu ========== */
@media (max-width: 1199px) {
  .td_site_header.td_style_1 .td_main_header_in {
    flex-wrap: nowrap;
  }
  .td_site_header.td_style_1 .td_main_header_left {
    order: 1;
    flex-shrink: 0;
  }
  .td_site_header.td_style_1 .td_main_header_right {
    order: 2;
    flex-shrink: 1;
    padding-right: 8px;
    min-width: 0;
    z-index: 1;
  }
  .td_site_header.td_style_1 .td_main_header_center {
    order: 3;
    flex-shrink: 0;
    min-width: 44px; /* reserve space for hamburger so it stays visible */
    position: relative;
    align-self: stretch;
    z-index: 6;
  }
  .td_site_header.td_style_1 .td_menu_toggle {
    z-index: 7;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
  }
  .td_site_header.td_style_1 .td_menu_toggle > span,
  .td_site_header.td_style_1 .td_menu_toggle > span:before,
  .td_site_header.td_style_1 .td_menu_toggle > span:after {
    width: 22px;
  }
}

/* Responsive csss */
@media (max-width: 350px) {
    .td_site_branding img{
        width: 130px !important;
    }
    .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in{
        padding: 6px 4px;
        gap: 5px;
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    .td_hero.td_style_2 .td_hero_title svg {
      display: block;
    }
    .td_hero.td_style_2 .td_hero_title svg{
        width: 150px;
    }
    .td_hero.td_style_2 .td_hero_title span{
        color: #fff;
    }
}

@media (max-width: 480px){
    .td_hero .td_fs_64{
        font-size: 25px;
    }
    .td_hero.td_style_2 .td_hero_title svg{
        width: 150px;
    }
    .td_site_branding img{
        width: 150px;
    }
    /* .td_site_header .td_main_header_right{
        display: none !important;
    } */
    #courses .td_fs_48, 
    .td_certificate_hero .td_fs_48, 
    .td_proofOfSkill_section .td_fs_48, 
    .td_certificates_noticed .td_fs_48,
    .td_popular_certificates_section .td_fs_48,
    .td_popular_skills_marquee .td_fs_48,
    .td_testimonials_section .td_fs_48,
    .td_achievement_certificate_section .td_fs_48,
    .td_ready_to_prove_section .td_fs_48,
    .td_why_choose_us_section .td_fs_48,
    #how-it-works .td_fs_48,
    .td_courses_section .td_fs_48,
    #why-get-certified .td_fs_48,
    #trust-verification .td_fs_48,
    .td_cta_section .td_fs_48,
    .quiz-result-pass .td_fs_48,
    .quiz-result-fail .td_fs_48,
    .td_verify_certificate_section .td_fs_48,
    .td_certificate_section .td_fs_48,
    .td_thankyou_section .td_fs_48,
    .policyContentSection .td_fs_48{
        font-size: 25px;
    }
    .td_prove_skills_section,
    .td_get_notice_section{
        padding: 40px 0 60px;
    }
    .td_proofOfSkill_section .td_fs_24{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .td_main_header_right a{
        z-index: 2;
    }
    .td_hero.td_style_2 {
      padding: 20px 0 80px;
    }
    .td_prove_cert_inner{
        min-height: auto;
    }
}

/* Course details: prevent text overflow on mobile */
@media (max-width: 576px) {
  .td_hero.td_style_2{
    padding: 100px 0 50px 0;
    min-height: 400px;
  }
  .td_course_details_hero{
    padding: 50px 0 100px;
  }
  .td_course_details_hero .td_course_badge {
    font-size: 12px;
    line-height: 1.4;
  }
  .td_course_details_hero .courseTitle{
    margin-bottom: 0 !important;
  }
  .td_course_meta_row{
    margin-bottom: 10px;
  }
  .td_course_details_hero .td_course_meta_card{
    padding: .3rem 1.5rem !important;
  }
  .td_courses_section .coursesListRow{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .td_card.td_style_5.td_type_3 .td_card_thumb{
    height: auto;
  }

  .td_card_content .td_mb_12{
    margin-bottom: 10px;
  }
  .td_course_details_section .row {
    min-width: 0;
  }
  .td_course_details_section .col-lg-5,
  .td_course_details_section .col-lg-7 {
    min-width: 0;
  }
  .td_course_details_section .td_course_panel,
  .td_course_details_section .td_course_panel_box {
    min-width: 0;
  }
  .policyContentSection{
    padding-top: 40px;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .td_hero.td_style_2 .td_hero_title svg{
        width: 280px;
    }
}






/* ========== Frontend 404 / error layout ========== */
/* Fixed header is out of flow — pin footer to viewport bottom on short pages. */
.td_error_layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.td_error_layout > main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.td_error_404_section {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Clear fixed site header (td_sticky_header) */
  padding: 140px 0 96px;
}
.td_error_404_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  margin-bottom: 20px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(1, 63, 76, 0.1);
  color: #013f4c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.td_error_404_copy {
  max-width: 32rem;
  margin: 0 auto 32px;
  line-height: 1.65;
}
.td_error_404_actions {
  gap: 12px 16px;
  margin-bottom: 28px;
}
.td_error_404_actions .td_btn {
  min-width: 180px;
}
@media (max-width: 991.98px) {
  .td_error_404_section {
    padding: 120px 0 72px;
  }
}
@media (max-width: 575.98px) {
  .td_error_404_section {
    padding: 110px 0 64px;
  }
  .td_error_404_actions .td_btn {
    width: 100%;
    min-width: 0;
    max-width: 280px;
  }
}

.FeaturedCoursesCard.td_card.td_style_3{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.FeaturedCoursesCard .td_card_meta li span{
  font-size: 12px;
}
.FeaturedCoursesCard .td_card_meta li i{
  color: #808080;
}
.FeaturedCoursesCard.td_card.td_style_3 .td_card_category::before{
 border-radius: 5px;
}
.FeaturedCoursesCard.td_card.td_style_3 .td_card_info{
  padding: 20px;
  text-align: center;
}


.QuizHeight{
  display: none;
}
.quizSection{
  padding-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .td_site_search_toggle{
    height: auto;
    width: 20px;
  }
  .veriftCertBtn span{
    text-align: center;
  }
  .td_get_notice_tailored_pos{
    top: 5px;
  }
  
}

.MobileExploreBtn{
  display: block;
}

@media (min-width: 320px) and (max-width: 600px) {
  .MobileExploreBtn{
    display: none  !important;
  }
  .BrowsCoursesCTA{
    margin-top: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
 .td_main_header_center{
  left:40%;
 }
}

@media (min-width: 577px) and (max-width: 767px) {
  .td_card.td_style_5 .td_card_thumb {
    height: 360px;
  }
}