/* ============================================================
   CMEPEDIA – Custom Bootstrap Layer
   All brand colours, typography, and component overrides.
   Loaded AFTER Bootstrap so these rules take priority.
   ============================================================ */

/* ---- Design Tokens ---------------------------------------- */
:root {
  --cme-brand: #49ba80;
  --cme-brand-dark: #3aa06b;
  --cme-hero-bg: #e3e8e0;
  --cme-process-bg: #f0f7f3;
  --cme-process-mobele-bg: #ffffff;
  --cme-process-footer-bg: #E3E8E0; /* add 16-6-26*/
  --cme-role-bg: #d3f3e3;
  --cme-card-bg: #edf3ee;
  --cme-text-dark: #0f0f0f;
  --cme-text-mid: #393939;
  --cme-text-dark-black: #000000;
  --cme-font: "Cairo", sans-serif;
  --cme-font-cabin: "Cabin", cursive;

  /* CMEPEDIA variables from cmepedia-bootstrap */
  --cmepedia-green: #49ba80;
  --cmepedia-green-dark: #63b471;
  --cmepedia-bg: #f0f7f3;
  --cmepedia-input-bg: #f0f7f3;
  --cmepedia-input-active-bg: #f4fff6;
  --cmepedia-text: #393939;
  --cmepedia-text-dark: #0f0f0f;
  --cmepedia-heading: #2a2a2a;
  --cmepedia-divider: #a6cbad;
  --cmepedia-footer-promo: #e3e8e0;
  --cmepedia-accrecent: #263c86;
  --bs-body-font-family: "Cairo", sans-serif;
  --bs-body-color: var(--cmepedia-text);
  --bs-body-bg: var(--cmepedia-bg);
  --bs-primary: var(--cmepedia-green);
  --bs-primary-rgb: 73, 186, 128;
  --bs-link-color: var(--cmepedia-green-dark);
  --bs-link-hover-color: var(--cmepedia-green);
}

/* ---- Base -------------------------------------------------- */
body {
  font-family: var(--cme-font);
  color: var(--cme-text-mid);
  overflow-x: hidden;
}
/* validation login register */
small.help-block {
    color: #de4f45;
}
img {
  max-width: 100%;
  height: auto;
}

/* ---- Utility ---------------------------------------------- */
.cme-text-brand {
  color: var(--cme-brand) !important;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.cme-navbar {
  background-color: #fff;
  padding: 0 0;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  z-index: 1030;
}
.cme-logo {
  height: 80px;
  width: auto;
}
.cme-nav-link {
  font-family: var(--cme-font);
  font-size: 18px;
  color: var(--cme-text-mid) !important;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
}
.cme-nav-link:hover {
  color: var(--cme-brand) !important;
}
.cme-nav-active {
  color: var(--cme-brand) !important;
  font-weight: 700;
  position: relative;
}
/* active underline indicator */
.cme-nav-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: var(--cme-brand);
}
.accordion-icon{
    background: #49ba80 !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 30px !important;
    line-height: 1;
}
/* ============================================================
   BUTTONS
   ============================================================ */
.cme-btn-primary {
  background-color: var(--cme-brand);
  border-color: var(--cme-brand);
  color: #fff;
  font-family: var(--cme-font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.2s, border-color 0.2s;
}
.cme-btn-primary:hover,
.cme-btn-primary:focus {
  background-color: var(--cme-brand-dark);
  border-color: var(--cme-brand-dark);
  color: #fff;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.14);
  
}

.cme-btn-outline-primary {
  background-color: var(--cme-brand);
  border: 2px solid var(--cme-brand);
  color: #fff;
  font-family: var(--cme-font);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s;
  line-height: 100%;
  padding: 7px 43px;
}
.cme-btn-outline-primary:hover,
.cme-btn-outline-primary:focus {
  background-color: var(--cme-brand-dark);
  border-color: var(--cme-brand-dark);
  color: #fff;
}

/* ============================================================
   DIVIDERS / LINES
   ============================================================ */
.cme-divider-line {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

/* ============================================================
   SECTION LABELS & HEADINGS
   ============================================================ */
.cme-section-label {
  font-size: 22px;
  color: var(--cme-text-mid);
  white-space: nowrap;
  line-height: 42px;
}
.cme-green-label {
  color: var(--cme-brand);
  font-size: 22px;
  line-height: 42px;
}
.cme-section-heading {
  font-family: var(--cme-font);
  font-size: 48px;
  font-weight: 700;
  color: var(--cme-text-dark);
  line-height: 56px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.cme-hero {
  background-color: var(--cme-hero-bg);
  /* min-height: 820px; */
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.cme-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cme-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.cme-hero-row {
  /* min-height: 820px; */
  align-items: stretch;
}

/* Left text column */
.cme-hero-text-col {
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 90px;
  /* padding-top: 160px;
  padding-bottom: 80px; */
} 
.cme-hero-sub {
  font-size: 30px;
  color: var(--cme-text-mid);
   line-height: 42px;
}

.cme-hero-heading {
  font-family: var(--cme-font);
  /* font-size: clamp(28px, 3.5vw, 48px); */
  /* font-size: 48px; */
  font-size: 40px;
  font-weight: 700;
  color: var(--cme-text-dark);
  /* line-height: 1.2; */
  /* line-height: 56px; */
  line-height: 46px;
}
.cme-accent {
  font-family: var(--cme-font-cabin);
  color: var(--cme-brand);
  font-style: italic;
}
.cme-hero-cta {
  font-size: 22px;
  padding: 10px 44px;
}

/* Right illustration column */
.cme-hero-right-col {
  position: relative;
  padding: 0;
}
.cme-illustration-wrap {
  position: relative;
  width: 100%;
  /* min-height: 820px; */
  /* height: 100%; */
  /* overflow: hidden; 27-6-26*/
  overflow: visible; 
  /* margin-top:160px; */
  margin-top:100px;
}
/* Circles SVG – fills the full wrap */
.cme-circles-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top right;
  z-index: 0;
}
/* Healthcare illustration – anchored to bottom (original: bottom:0, height:671/821=81.7%) */
.cme-main-illustration {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: inherit;
  object-position: top center;
  z-index: 1;
  display: block;
}
.cme-main-illustration-home{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 82%; */
	object-fit: inherit;
	object-position: top center;
	z-index: 1;
}
.cme-illustration-wrap-home{
	position: relative;
	width: 100%;
	min-height: 600px;
	/* min-height: 820px; */
	height: 100%;
	overflow: hidden;
}

/* ---- Floating stat badges (absolutely positioned over illustration) ---- */
.cme-badge {
  position: absolute;
  z-index: 5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
}

/*
  Original proportions (bg-ani 821×1379px, small-cards 434px tall starting at top:13px):
  Badge 1 (FREE):        left ~23% of bg-ani, top ~89/821 = 10.8%
  Badge 2 (Courses):     left ~49% of bg-ani, top ~87/821 = 10.6%
  Badge 3 (Free Hub):    left ~72% of bg-ani, top ~337/821 = 41%
  Badge 4 (10K+):        left ~88% of bg-ani, top ~375/821 = 45.7%
*/
.cme-badge-login-1 {
  top: -13%;
  left: 3%;
}
.cme-badge-1 {
  top: 15%;
  left: 5%;
}
.cme-badge-login-2 {
  top: -20%;
  left: 36%;
}
.cme-badge-login-3 {
  top: -18%;
  right: 20%;
}
.cme-badge-login-4 {
  top: 36%;
  right: 3%;
}
.cme-badge-2 {
  top: 14%;
  left: 35%;
}
.cme-badge-3 {
  top: 9%;
  right: 14%;
}
.cme-badge-4 {
  top: 67%;
  right: 1%;
}
.cme-badge-5 {
    top: 70%;
    left: 19%;
}
.cme-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  /* padding: 12px 20px; */
  border-radius: 100px;
  font-family: var(--cme-font);
  white-space: nowrap;
}
.cme-stat-green {
  background-color: var(--cme-brand);
  color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 130px;
  border: 2px solid transparent;
  background: linear-gradient(#49BA80 , #49BA80) padding-box, linear-gradient(90deg, #999999 0%, #FFFFFF 100%) border-box;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.cme-green-box-1{
  line-height: 30px;
}
.cme-green-box-2{
  line-height: 24px;
}
.cme-green-box-3{
  line-height: 30px;
}
.cme-stat-white {
  background-color: #fff;
  color: var(--cme-text-mid);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #AFFFD6 0%, #49BA80 100%) border-box;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.cme-stat-label-lg-green-1{
  font-size: 24px;
}
.cme-stat-label-lg-green-2{
  font-size: 24px !important;
}
.cme-stat-label-lg-green-3{
  font-size: 24px;
}
.cme-stat-label-lg {
  font-weight: 700;
  color: #fff;
}
.cme-white-box-4{
  line-height: 24px;
}
.cme-stat-num {
  font-size: 20px;
  /* font-size: 24px; */
  font-weight: 700;
}
.cme-stat-label {
  font-size: 16px;
}
/* .cme-stat-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
} */
 .cme-stat-icon {
    width: 43px;
    height: 40px;
    flex-shrink: 0;
    background:#D3EBDD;
    border-radius: 100px;
    margin-right: 2px;
    padding: 9px;
  } 

/* ============================================================
   COURSE CARDS
   ============================================================ */
.cme-course-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--cme-card-bg);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
  /* min-height: 538px; */
}
.cme-course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.14);
}

/* Top split: green-left + image-right (original proportion: 44% / 56%, 77.7% height) */
.cme-card-top {
  display: flex;
  /* height: 380px; */
  flex-shrink: 0;
}
.cme-card-green-side {
  width: 44%;
  background-color: var(--cme-brand);
  color: #fff;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.cme-card-img-side {
  width: 56%;
  position: relative;
  overflow: hidden;
}
.cme-card-img-side img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  /* border-radius: 0 16px 0 0; */
}
.cme-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent);
  border-radius: 0 16px 0 0;
}
.cme-vector-badge {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  z-index: 2;
}

/* Card internals */
.cme-card-title-area {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  color: #fff !important;
  flex-wrap: wrap;
  /* height: 130px;
  max-height: 130px; */
  overflow: auto;
}
.cme-course-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height:32px;
  flex: 1;
}
.cme-dashed-divider {
  border-top: 1px dashed rgba(255, 255, 255, 0.45);
  margin: 4px 0;
}
.cme-course-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  line-height:28px;
  flex-grow: 1;
  margin: 0;
}
.cme-credits-badge,
.cme-credits-badge-new {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  width: fit-content !important;
  min-width: 130px !important;
  max-width: 100% !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--cme-brand, #49BA80) !important;
  box-sizing: border-box !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: normal !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 14px !important;
  text-decoration: none !important;
  overflow: visible !important;
}
.ebac-image {
  max-height: 26px !important;
  max-width: 110px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.cme-share-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.85);
}
.cme-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: var(--cme-brand);
  border-radius: 10px;
  padding: 2px 9px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

/* Bottom meta strip */
.cme-card-bottom {
  background-color: var(--cme-card-bg);
  padding: 16px 20px;
  margin-top: auto;
}
.cme-course-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
  color: var(--cme-text-mid);
}
.cme-course-meta span {
  white-space: nowrap;
}

/* ============================================================
   PROCESS SECTION
   ============================================================ */
.cme-process-section {
  background-color: var(--cme-process-mobele-bg);
}
.cme-step.completed .cme-step-circle {
    background: var(--cmepedia-divider);
    border-color: var(--cmepedia-divider);
}
  
.cme-step.active .cme-step-circle {
    background: var(--cme-brand); 
    border-color: var(--cme-brand);
}
 
.cme-step.active .cme-step-label {
    color: var(--cme-brand);
}
.cme-step-circle {
    width: 64px;
    height: 64px;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    color: #333;
    transition: all 0.4s ease;
}

.cme-step-label {
    transition: all 0.4s ease;
}
.cme-step.active .cme-step-circle {
    background: #49ba80;
    border-color: #49ba80;
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(73, 186, 128, 0.4);
}
.cme-step.active .cme-step-word,
.cme-step.active .cme-step-num {
    color: #fff;
}
.cme-step.completed .cme-step-word,
.cme-step.completed .cme-step-num {
    color: #fff;
}
.cme-step.completed .cme-step-label{
  color:var(--cme-text-dark-black);
}
.cme-step.active .cme-step-label {
    color: #49ba80;
    font-weight: 600;
}
/* Step indicators */
.cme-steps-row {
  flex-wrap: nowrap;
  padding: 0 10px;
}
.cme-step {
  min-width: 70px;
  flex-shrink: 0;
}
.cme-step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #cbe2c6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cme-step-word {
  font-size: 13px;
  color: var(--cme-text-mid);
  line-height: 1;
}
.cme-step-num {
  font-size: 28px;
  color: var(--cme-brand);
  line-height: 1;
}
.cme-step-label {
  font-size: 15px;
  color: #000;
  margin-top: 8px;
  margin-bottom: 0;
}
.cme-step-connector {
  flex: 1;
  height: 1px;
  border-top: 1px dashed #cbe2c6;
  width: calc(110% + 110px);
  margin-left: -70px;
  margin-right: -70px;
}

/* Role box */
.cme-role-box {
  background-color: var(--cme-role-bg);
}
.cme-role-box-heading {
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.25;
  font-weight: 700;
}
.cme-role-deco {
  position: relative;
  top: -1px;
  right: -100px;
  width: 65px;
  z-index: 1;
}
.cme-role-card{
    background:#fff;
    border-radius:16px;
    display:flex;
    flex-direction:column;
    align-items:center;
    height:100%;
    /* min-height:170px; */
    transition:.3s;
}

.cme-role-card:hover{
    background:#49ba80;
    /* cursor: pointer; */
}


.cme-role-avatar-1 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--cme-brand) url("../images/first-aid-kit-1.png") no-repeat center;
    background-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
     flex-shrink: 0;
}

/* Hover */
.cme-role-card:hover .cme-role-avatar-1{
    background: #ffffff  url("../images/first-aid-kit-2.png") no-repeat center;
    background-size: 32px;
}
.cme-role-avatar-2 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--cme-brand) url("../images/content-provider-2.png") no-repeat center;
    background-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
     flex-shrink: 0;
}

/* Hover */
.cme-role-card:hover .cme-role-avatar-2{
    background: #ffffff  url("../images/content-provider-1.png") no-repeat center;
    background-size: 32px;
}
.cme-role-avatar-3 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--cme-brand) url("../images/employer-2.png") no-repeat center;
    background-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
     flex-shrink: 0;
}

/* Hover */
.cme-role-card:hover .cme-role-avatar-3{
    background: #ffffff  url("../images/employer-1.png") no-repeat center;
    background-size: 32px;
}
.cme-role-avatar-4 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--cme-brand) url("../images/medical-symbol-1.png") no-repeat center;
    background-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
     flex-shrink: 0;
}

/* Hover */
.cme-role-card:hover .cme-role-avatar-4{
    background: #ffffff  url("../images/medical-symbol-2.png") no-repeat center;
    background-size: 32px;
}
.cme-role-avatar-5 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--cme-brand) url("../images/sponsor-2.png") no-repeat center;
    background-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
     flex-shrink: 0;
}

/* Hover */
.cme-role-card:hover .cme-role-avatar-5{
    background: #ffffff  url("../images/sponsor-1.png") no-repeat center;
    background-size: 32px;
}
.cme-role-avatar-6 {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--cme-brand) url("../images/book-signing-2.png") no-repeat center;
    background-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
     flex-shrink: 0;
}

/* Hover */
.cme-role-card:hover .cme-role-avatar-6{
    background: #ffffff  url("../images/book-signing-1.png") no-repeat center;
    background-size: 32px;
}
.cme-role-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cme-role-card p {
  font-size: 13px;
  color: #000;
  text-align: center;
}
.cme-role-card:hover p {
    font-size: 13px;
    color: #FFF;
    text-align: center;
}
/* Hidden by default */
.cme-home-view-details{
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.cme-home-view-details:hover{
  cursor: pointer;
}
/* Show on hover */
.cme-role-card:hover .cme-home-view-details{
    opacity: 1;
    visibility: visible;
    text-decoration: underline;
    transform: translateY(0);
    /* cursor: pointer; */
}
.cme-role-card-4:hover .cme-home-view-details{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.cme-role-card-5:hover .cme-home-view-details{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cme-view-details {
  font-size: 13px;
  color: var(--cme-brand);
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}
.cme-view-details:hover {
  text-decoration: underline;
}

/* Partner text */
.cme-partner-text {
  font-size: 17px;
  color: var(--cme-text-mid);
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   BLOG CARDS
   ============================================================ */
.cme-blog-card {
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s, box-shadow 0.25s;
}
.cme-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}
.cme-blog-img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.cme-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
}
.cme-blog-card:hover .cme-blog-img {
  transform: scale(1.04);
}
.cme-blog-tag {
  position: absolute;
  top: 15px;
  left: 14px;
  background: #fff;
  color: var(--cme-brand);
  font-size: 13px;
  font-weight: 600;
  padding: 3px 13px;
  border-radius: 8px;
  z-index: 1;
}

.cme-blog-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--cme-text-dark);
    line-height: 32px;
}
.cme-blog-excerpt {
  font-size: 20px;
  color: var(--cme-text-mid);
  line-height: 30px;
}
.cme-blog-meta {
    font-size: 20px;
    color: #888;
    line-height: 30px;
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.cme-testimonial-section {
  background-color: #E3E8E0;
}

.cme-testimonial-card {
  background: #f7fdf9;
  border: 1px solid #d9f0e4;
  border-radius: 16px;
  height: 100%;
}
.cme-testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.cme-quote-icon {
  width: 36px;
  opacity: 0.4;
  flex-shrink: 0;
}

/* Dot indicators (button elements wired to Bootstrap carousel) */
.cme-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: #cbe2c6;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.25s, transform 0.25s;
}
.cme-dot-active,
.cme-dot.active {
  background-color: var(--cme-brand);
  transform: scale(1.3);
}
.cme-dot-sm {
  width: 9px;
  height: 9px;
  background-color: #ddeee6;
}

/* Arrow buttons controlling the carousel */
.cme-arrow-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s, transform 0.2s;
  object-fit: contain;
  display: block;
}
.cme-arrow-btn:hover {
  opacity: 1;
  transform: scale(1.08);
}
.cme-devide-hight{
  margin-top: 32px;
  margin-bottom: 32px;
}
/* Testimonial carousel – hide Bootstrap's built-in arrows */
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  display: none;
}
#testimonialCarousel .carousel-indicators {
  display: none;
}
.cme-testimonial-text {
  font-size: 20px;
  color: var(--cme-text-mid);
  line-height: 32px;
}
.text-muted-section{
  font-size: 20px;
}
.text-profile-section{
  font-size: 22px;
}
.text-our-collaborators{
  font-size: 30px;
}

/* Collaborators */
.cme-collab-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

/* ============================================================
   FAQ / ACCORDION
   ============================================================ */
.cme-faq-section {
  background-color: #fff;
}

.cme-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  background: transparent;
}
.cme-accordion .accordion-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cme-accordion .accordion-button {
  font-family: var(--cme-font);
  font-size: 18px;
  color: var(--cme-text-dark);
  background: transparent;
  font-weight: 500;
  box-shadow: none !important;
  padding: 18px 0;
}
.cme-accordion .accordion-button:not(.collapsed) {
  color: var(--cme-brand);
  background: transparent;
}
/* Replace the default chevron with brand colour */
.cme-accordion .accordion-button::after {
  background-image: url("../images/plus.png");
}
.cme-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}
.cme-accordion .accordion-body {
  font-size: 16px;
  color: var(--cme-text-mid);
  padding: 0 0 18px 0;
  line-height: 1.7;
}

/* ============================================================
   ACCRECENT PROMO SECTION
   ============================================================ */
.cme-accrecent-section {
  /* background-color: var(--cme-process-bg); 16-6-26 */
  background-color: var(--cme-process-footer-bg);
}
.cme-accrecent-box {
  background: #fff;
  border: 1px solid #cde8d9;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.cme-accrecent-logo {
  max-height: 120px;
}
.cme-accrecent-heading {
  font-size: clamp(20px, 2.5vw, 36px);
  color: var(--cme-text-dark);
  font-weight: 700;
  line-height: 1.4;
}

/* ============================================================
   FOOTER
   ============================================================ */
.cme-footer {
  background-color: var(--cme-process-footer-bg);
  /* background-color: #f8fdf9; 
   border-top: 1px solid #dceee4; 16-6-26 */
}
.cme-footer-logo {
  height: 60px;
  width: auto;
}
.cme-footer-heading {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  line-height: 100%;
  margin-bottom: 16px;
}
.cme-footer-desc { 
  font-size: 22px;
  color: #000;
  line-height: 32px;
}
.cme-footer-links li {
  margin-bottom: 10px;
}
.cme-footer-links a {
  color: var(--cme-text-dark-black);
  text-decoration: none;
  font-size: 22px;
  transition: color 0.2s;
  line-height: 48px;
}
.cme-secured-ptm{
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--cme-text-dark-black);

}
.cme-footer-links a:hover {
  color: var(--cme-brand);
}
.cme-footer-contact-link {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  line-height: 24px;
}
.cme-footer-contact-link:hover {
  text-decoration: underline;
}
.cme-footer-contact-label{
  font-family: Cairo;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;

}

/* Payment & Social */
.cme-payment-logo {
  height: 22px;
  width: auto;
  object-fit: contain;
}
.cme-social-icon {
  width: 28px;
  height: 28px;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.cme-social-icon:hover {
  opacity: 1;
}

/* ============================================================
   LEGAL BAR
   ============================================================ */
.cme-legal-bar {
  background-color: #fff;
  border-top: 1px solid #dceee4;
  font-size: 14px;
  color: var(--cme-text-mid);
}

.dotted-line  {
    border: 0;
    border-top: 2px dotted #dee2e6;
    opacity: 1;
}


/* ============================================================
   SHARED CMEPEDIA THEME STYLES (from cmepedia-bootstrap.css)
   ============================================================ */

body.cmepedia-page {
  font-family: "Cairo", sans-serif;
  background-color: var(--cmepedia-bg);
  color: var(--cmepedia-text);
}

/* Sidebar navigation */
.sidebar-nav {
  background: #fff;
  /* border: 2px solid var(--cmepedia-green-dark); */
  border-radius: 16px;
  overflow: hidden;
}

.sidebar-nav .list-group-item {
  border: none;
  border-bottom: 1px solid var(--cmepedia-divider);
  padding: 1rem 1.25rem;
  color: var(--cmepedia-text);
  background: transparent;
  font-size: 20px;
  line-height: 2.6;
}

.sidebar-nav .list-group-item:last-child {
  border-bottom: none;
}

.sidebar-nav .list-group-item.active {
  background-color: var(--cmepedia-input-active-bg);
  color: var(--cmepedia-text-dark);
  font-weight: 700;
  border-left: 4px solid var(--cmepedia-green);
}

.sidebar-nav .list-group-item:hover:not(.active) {
  background-color: rgba(73, 186, 128, 0.08);
  color: var(--cmepedia-green-dark);
}

/* Content typography */
.page-title {
  font-size: 48px;
  font-weight: 600;
  color: var(--cmepedia-text-dark);
  line-height: 56px;
}

.section-title {
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 600;
  color: var(--cmepedia-text-dark);
}

.section-title-green {
  color: var(--cmepedia-green-dark);
}

.content-prose {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--cmepedia-heading);
  text-align: justify;
}
.cme-under-title-para {
    font-size: 20px;
    line-height: 1.6;
}
.cme-online-ce {
    font-size: 30px;
    line-height: 36px;
}
.cme-table-section{
    font-size: 24px ;
    line-height: 36px;
    color: #000000 ;
}
.card-section-title{
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.table-text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0%;
  text-align: justify;
  color: #2A2A2A;
}
.table-title-card{
  font-size: 12px !important;
  line-height: 1.4;
  letter-spacing: 0%;

}
.table-text strong {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0%;
  text-align: justify;
  color: #2A2A2A;
}
.content-prose a {
  color: inherit;
  text-decoration: underline;
}

.section-divider {
  border-color: var(--cmepedia-divider);
  opacity: 1;
  border-width: 2px;
}

/* Data tables */
.table-cmepedia {
  --bs-table-border-color: var(--cmepedia-divider);
  font-size: 1rem;
  color: var(--cmepedia-heading);
}

.table-cmepedia thead th {
  background-color: #fff;
  font-weight: 600;
  vertical-align: middle;
  border-color: var(--cmepedia-divider);
}

.table-cmepedia tbody td,
.table-cmepedia tbody th {
  vertical-align: middle;
  border-color: var(--cmepedia-divider);
}

.table-cmepedia .table-light {
  --bs-table-bg: rgba(240, 247, 243, 0.6);
}

.table-caption-top {
  caption-side: top;
  font-weight: 600;
  color: var(--cmepedia-text-dark);
  padding-bottom: 0.75rem;
}

/* Subscription comparison */
.subscription-card {
  background: #fff;
  border-radius: 16px;
  /* border: 1px solid var(--cmepedia-divider); */
  overflow: hidden;
}

.subscription-card .table {
  margin-bottom: 0;
}

.subscription-card .check-icon {
  color: var(--cmepedia-green);
  font-weight: 700;
}

.subscription-card .x-icon {
  color: #ccc;
}

/* Content cards */
.content-card {
  background: #fff;
  border-radius: 24px;
  border: none;
}

.feature-pillar {
  text-align: center;
}

.feature-pillar img {
  max-height: 64px;
  width: auto;
  margin-bottom: 0.75rem;
}

.feature-pillar h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--cmepedia-text);
}

/* Sponsor page */
.filter-sidebar {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
}

.filter-sidebar .form-check-input:checked {
  background-color: var(--cmepedia-green);
  border-color: var(--cmepedia-green);
}

.sponsor-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  height: 100%;
}

.sponsor-card-header {
  background: var(--cmepedia-green);
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.sponsor-card-image {
  height: 140px;
  object-fit: cover;
  width: 100%;
}

.sponsor-card .card-body {
  font-family: "Inter", "Cairo", sans-serif;
}

.sponsor-card-meta {
  font-size: 0.875rem;
  color: #666;
}

.pagination-cmepedia .page-link {
  color: var(--cmepedia-text);
  border-radius: 8px;
  margin: 0 2px;
  border: 1px solid #ddd;
}

.pagination-cmepedia .page-item.active .page-link {
  background-color: var(--cmepedia-green);
  border-color: var(--cmepedia-green);
}

/* Breadcrumb */
.breadcrumb-cmepedia {
  font-size: 1.125rem;
  color: var(--cmepedia-text);
}

.breadcrumb-cmepedia a {
  color: var(--cmepedia-text);
  text-decoration: none;
}

/* Form controls (shared) */
.form-control-cmepedia,
.input-group-cmepedia .input-group-text {
  background-color: var(--cmepedia-input-bg);
  border: 1px solid #ccc;
  border-radius: 16px;
  font-size: 1rem;
  color: #3d3d3d;
  padding: 0.75rem 1rem;
}

.form-control-cmepedia:focus {
  background-color: var(--cmepedia-input-active-bg);
  border-color: var(--cmepedia-green-dark);
  box-shadow: 0 0 0 0.2rem rgba(73, 186, 128, 0.2);
}

/* Buttons from cmepedia-bootstrap.css (optional but safe to keep) */
.btn-cmepedia {
  --bs-btn-bg: var(--cmepedia-green);
  --bs-btn-border-color: var(--cmepedia-green);
  --bs-btn-hover-bg: #3da872;
  --bs-btn-hover-border-color: #3da872;
  --bs-btn-active-bg: #359966;
  --bs-btn-active-border-color: #359966;
  --bs-btn-color: #fff;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 500;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-padding-x: 1.75rem;
}

.btn-cmepedia-outline {
  --bs-btn-color: var(--cmepedia-green);
  --bs-btn-border-color: var(--cmepedia-green);
  --bs-btn-hover-bg: var(--cmepedia-green);
  --bs-btn-hover-border-color: var(--cmepedia-green);
  --bs-btn-hover-color: #fff;
}



.table-cmepedia {
    border: none !important;
}

.table-cmepedia th,
.table-cmepedia td {
    border: 1px solid #dee2e6;
}
/* Remove outer borders */
.table-cmepedia tr:first-child th,
.table-cmepedia tr:first-child td {
    border-top: 0;
}

.table-cmepedia tr:last-child th,
.table-cmepedia tr:last-child td {
    border-bottom: 0;
}

.table-cmepedia th:first-child,
.table-cmepedia td:first-child {
    border-left: 0;
}

.table-cmepedia th:last-child,
.table-cmepedia td:last-child {
  border-right: 0;
}
.table-cmepedia tbody td, .table-cmepedia tbody th {
    vertical-align: middle;
    border-color: var(--cmepedia-divider);
    padding-left: 10px !important;
}

/* dorpdown arrow icon hide */
  .hide-dropdown-arrow::after {
      display: none !important;
  }

  /* social icon */
  .social-icon-bg{
    color:var(--cme-brand) !important;
  }
  .dropdown-item:hover .social-icon-bg {
    color: #000000 !important;
  }
  .social-icon-bg:hover {
      color: #000000 !important;
  }
  /* Add to wishlist */
   .custom-heart{
        color:#fff;
    }
    .popover,
    .tooltip-inner {
        background-color: var(--cme-brand);
        color: #fff !important;
    }
    .tooltip-inner {
    background-color: #49BA80 !important;
    color: #fff;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before {
    border-top-color: #fff !important;
}
/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */
/* Exclude mobile */
 @keyframes breathe {
      0% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.04);
      }
      100% {
          transform: scale(1);
      }
  }
  .cme-stat-green, .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
  }
  .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
        border-radius: 100px;
  }
/* @media (min-width: 768px) { */
/* movement */
/* @media (min-width: 992px) {
  
  .cme-illustration-wrap-home{
      position: relative;
  }

  .cme-badge{
      position: absolute;
      animation-duration: 6s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      will-change: transform;
  }

  .cme-badge-1{
      animation: badge1 6s ease-in-out infinite alternate;
  }

  @keyframes badge1{
      from{
          transform: translate(0,0);
      }
      to{
          transform: translate(45px,-45px);
      }
  }

  .cme-badge-2{
      animation: badge2 6s ease-in-out infinite alternate;
      animation-delay:.8s;
  }

  @keyframes badge2{
      from{
          transform: translate(0,0);
      }
      to{
          transform: translate(35px,35px);
      }
  }

  .cme-badge-3{
      animation: badge3 6s ease-in-out infinite alternate;
      animation-delay:1.6s;
  }

  @keyframes badge3{
      from{
          transform: translate(0,0);
      }
      to{
          transform: translate(-45px,45px);
      }
  }

  .cme-badge-4{
      animation: badge4 6s ease-in-out infinite alternate;
      animation-delay:2.4s;
  }

  @keyframes badge4{
      from{
          transform: translate(0,0);
      }
      to{
          transform: translate(-35px,35px);
      }
  }

  .cme-badge-5{
      animation: badge5 6s ease-in-out infinite alternate;
      animation-delay:3.2s;
  }

  @keyframes badge5{
      from{
          transform: translate(0,0);
      }
      to{
          transform: translate(-45px,-45px);
      }
  }
} */


@media (max-width: 575.98px) {
   .text4 {
      font-size: 14px !important;
  }
  .search-hint{
    display:none;
  }
  .search-result-text{
      font-size:22px;
  }
  .mobile-duration{
    padding:0px !important;
  }
  .ebac-image {
    /* max-width: 100%; */
    height: 37px !important;
    min-height: 37px;
  }
  .image-start-arrow{
    width:14px;
  }
  .mobile-dropdown-profile{
    justify-content:end;
  }
  .cme-blog-mobile{
    margin-bottom: 12px !important;
  }
  /* 04-08 */
  .mobile-screen-hide{
      display: none !important;
    }
   .mobile-main-nav{
    width: 100% !important;
    background: #fff;
  }
  .mobile-container{
    padding:0px;
  }
   .mobile-collapse-section{
    padding: 16px;
  }
  .mobile-menu-section-nav{
    padding: 16px;
    float: right;
  }
   .cme-navbar {
    background-color: #f0f7f3;
    padding: 0 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    z-index: 1030;
}
 
  .cme-nav-link{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      /* padding: 14px 16px; */
      border-bottom: 1px solid #e5e5e5;
      text-decoration: none;
  }
  a[href*="free-content"]{
    border-bottom: none !important;
  }
  .menu-section-list{
    background: #fff;
    border-radius: 10px;
    padding:10px;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 16px;
  }
  .main-menu-section{
    padding:10px;
    flex-wrap: wrap;
  }
  .cme-nav-link i{
      margin-left: auto;
      font-size: 16px;
      color: #666;
  }
  .cme-btn-mobile-login{
    background: #fff;
    padding: 7px 43px;
    font-size: 12px;
  }
 
  .cme-btn-mobile-login:hover{
    background-color: var(--cme-brand);
    border-color: var(--cme-brand);
  }
  .cme-btn-register{
    padding: 7px 43px;
    font-size: 16px !important;
  }
  /* 04-08 */
  .price-labels {
    width: 95% !important;
  }
  .price-labels span {
      margin-left: 4px !important;
  }
  #zendesk-button {
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    font-size: 26px !important;
  }
  .back-to-top-btn {
    background: #49BA80;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
  }
  .cme-stat-icon {
    width: 44px;
    height: 40px;
    flex-shrink: 0;
    background:#D3EBDD;
    border-radius: 100px;
    margin-right: 2px;
    padding: 9px;
  } 
  .impact-table2 {
      margin: 0px !important;
  }
  .modal-header.reg_header {
    font-weight: 600;
    font-size: 1rem !important;
    text-align: center;
  }
  .modal-body {
    position: relative !important;
    flex: 1 1 auto;
    padding: 0px !important;
  }
  .tableresponse{
    width: 100% !important;
  }
  /* .author-description p {
      font-size: 12px !important;
      line-height: 1.4;
      margin-bottom: 0px !important;
  } */
  .author-name{
      font-weight: 700;
      font-size: 22px!important;
      line-height: 1.4;
  }
  .author-profession{
      font-size: 18px!important;
  }
  .mobile-section{
    padding-top: 16px;
  }
  .cme-logo {
    height: 56px;
  }
  .cme-social-section {
      justify-content: start !important;
      margin-top: 14px;
  }
  .hide-about-right{
    display: none;
  }
  .cme-nav-active::after {
    display: none;
  }
  img.cme-end-icon {
    height: 33px !important;
    width: 33px !important;
    position: absolute;
    top: 7px !important;
    right: 10px !important;
  }
  .cme-stat {
    border-radius: 18px;
  }
  .cme-accrecent-box {
    padding: 30px 20px !important;
  }
  .cme-stat-label-lg-green-2 {
      font-size: 14px !important;
      /* line-height: 25px; */
      margin-right:39px;
  }
  .cme-illustration-wrap-home {
    min-height: 480px;
  }
  .cme-hero-text-col {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  


  /*  */

  .accordion-icon {
        background: #49ba80 !important;
        color: #fff !important;
        border-radius: 50%;
        font-size: 18px !important;
        line-height: 1;
    }
   .cme-faq-div-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .cme-steps-row{
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 8px;
    }

    .cme-step{
        flex: 1;
        min-width: 90px;
    }

    .cme-step-connector{
        width: 20px;
        flex-shrink: 0;
    }

    /* service */
    .content-card {
        padding: 1rem !important;
    }
    .no-mobile-border::after {
        display: none !important;
    }
    .section-title {
        font-size: 20px !important;
        line-height: 56px !important;
    }
    .no-mobile-border {
        border-right: none !important;
        
    }
    
    .cme-mobile-role-right{
      margin-top:16px;
    }
    .cme-devide-hight {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    
    .feature-pillar {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 10px;
    }

    .feature-pillar img {
        width: 40px;
        flex-shrink: 0;
    }

    .feature-pillar h3 {
        margin-bottom: 0;
    }
    .custom-btn {
      padding: 6px 6px;
    }
    .cme-footer-desc{
      font-weight: 400;
      font-style: Regular;
      font-size: 12px;
      line-height: 140%;
      margin-top: 0px !important;
      letter-spacing: 0%;
      color:var(--cme-text-dark-black);
    }
    button.cme-footer-heading{
      font-size: 16px;
    }
    .cme-footer-links a {
        color: var(--cme-text-dark-black);
        text-decoration: none;
        font-size: 14px;
        transition: color 0.2s;
        line-height: 25px;
    }
    /* font size start */
    .content-prose {
        line-height: 1.4 !important;
        font-size: 14px !important;
        color: var(--cmepedia-heading);
        text-align: justify;
    }
    .page-title {
        font-size: 20px !important;
        font-weight: 600;
        color: var(--cmepedia-text-dark);
        line-height: 1.4 !important;
    }
    .section-title-accordian {
        font-size: 20px !important;
        font-weight: 600;
        color: var(--cmepedia-text-dark);
        line-height: 1.3 !important;
    }
    .section-title-elearning {
        font-size: 16px !important;
        /* font-size: clamp(1.375rem, 3vw, 1.875rem); */
        font-weight: 600;
        color: var(--cmepedia-text-dark);
        line-height: 56px !important;
    }
    h3.e-learn-section {
        font-size:13px !important;
        font-weight: 600;
        color: var(--cmepedia-text);
    }
    .table-cmepedia th,
    .table-cmepedia td {
        font-size: 13px;
    }
    a.btn.btn-cmepedia.rounded-pill {
        font-size: 13px;
    }
    /* end font size */
    .feature-pillar:not(:last-child)::after {
      right: 5px !important;
    }

    .hide-accordion.accordion-button::after {
      display: none;
    }
    .accordion-button:not(.collapsed) {
        background: none !important;
    }
    /* our process */
    #roleSelect {
        background-color: #49ba80;
        color: #fff;
        border-color: #49ba80;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 700;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }

    #roleSelect:focus {
        border-color: #49ba80;
        box-shadow: none;
    }
    .fs-md-5 {
        font-size: 14px !important;
    }
    .mobile-para-section {
        line-height: 1.5;
        font-size: 14px !important;
        color: var(--cmepedia-heading);
        text-align: justify;
    }
    
    .comparison-table
    .comparison-table b,
    .comparison-table span
    .comparison-table h3,
    .comparison-table .text2 {
        font-size: 13px !important;
        line-height: 1.4;
    }
    .comparison-icon {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain;
    }
    .custom-btn {
        font-size: 13px !important;
        line-height: 100%;
        /* padding: 7px 43px; */
    }
    .cme-free-text {
      font-weight: 700;
      font-size: 13px !important;
      letter-spacing: 0%;
      line-height: 1.4 !important;
  }
    .register-btn {
        padding: 12px 8px !important;
    }
    /* impact */
    ol.content-prose.text-note {
      padding-left: 10px;
    }
    a.tab-pill {
        text-decoration: underline;
        background: #fff;
        padding: 14px 9px !important;
        border-radius: 12px;
        text-decoration: none;
        color: #000;
        font-size:13px !important;
        line-height: 16px;
    }
    a.tab-pill.active {
        text-decoration: underline;
        background: #49BA80;
        padding: 10px;
        border-radius: 15px;
        text-decoration: none;
        color: #fff;
    }
    .cme-lead-text{
      font-size: 14px !important;
      line-height: 42px;
    }
    .cme-title-head {
        font-size: 20px !important;
        line-height: 38px;
    }
    .cme-under-title-para {
      font-size: 14px !important;
      line-height: 1.5 !important;
    }
    .impact-section{
      margin-bottom: 0px !important;
    }
    .mobile-cty-section{
          padding-left: 20px;
          justify-content: space-between !important;
    }
    .country-border-custome{
      border-radius: 16px;
    }
    .btm-mobile-sec{
        padding: 6px 14px;
        font-size: 14px;
    }

    .btm-mobile-sec img{
        width: 18px;
        height: 18px;
    }
    .contact-form-card {
      border-radius: 24px;
      background-color: #fff;
    }
    /* Breadcrumb */
    .breadcrumb-cmepedia {
      font-size: 12px;
      color: var(--cmepedia-text);
    }
    .text-head-content{
      font-family: Cairo;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 13px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;

    }
    .cme-hero-cta {
        font-size: 13px;
        padding: 7px 16px;
    }
    .cme-role-avatar-1 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-2 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-3 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-4 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-5 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-6 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-card p {
        font-size: 12px !important;
        text-align: center;
        line-height: 16px;
    }
    .cme-home-view-details{
      font-size: 12px;
      display: none;
    }
    /* .cme-role-card {
        background: #fff;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        min-height: 0px;
        padding: 0px;
    } */
    .cme-mobile-blog-section{
      margin-top:8px;
    }
    .mobile-d-none{
      display:none !important;
    }
    .text-success-emphasis {
        color: var(--bs-success-text-emphasis) !important;
        font-size: 13px !important;
        line-height: 38px !important;
    }
     .cme-card-top{
        flex-direction:row;
    }

    .cme-card-green-side{
        width:40%;
    }

    .cme-card-img-side{
        width:60%;
        min-height:220px;
    }
    .pagination {
        justify-content: space-evenly;
    }
    .mobile-fs{
      font-size:12px !important;
    }
    .mobile-res-fs{
      font-size:13px !important;
    }
    .mobile-recent-post-fs{
      font-size:16px !important;
    }
    .cme-accrecent-heading {
        font-size:16px;
        color: var(--cme-text-dark);
        font-weight: 700;
        line-height: 1.4;
    }
    .contact-info p {
        font-size: 12px !important;
        line-height: 2;
        color: var(--cmepedia-heading);
    }
    .address-block {
        font-size: 12px !important;
        line-height: 1.65;
        text-align: justify;
        font-style: normal;
        max-width: 376px;
    }
    .policy-question {
        font-size: 13px !important;
        font-weight: 600;
        color: #000;
    }
    .section-heading {
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.4;
        color: var(--cmepedia-green-dark);
        margin-bottom: 0.75rem;
    }
    .info-bar-title {
        font-size: 12px !important;
        font-weight: 400;
    }
    .info-bar-link {
        font-size: 12px !important;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }
    .copyright-text {
        font-size: 12px !important;
        font-weight: 600;
        line-height: 1.6;
    }
    .form-control-cmepedia, .input-group-cmepedia .input-group-text {
        background-color: var(--cmepedia-input-bg);
        border: 1px solid #ccc;
        border-radius: 16px;
        font-size: 12px;
        color: #3d3d3d;
        padding: 0.75rem 1rem;
    }
    .contact-title {
        font-size: 20px !important;
        font-weight: 600;
        line-height: 1.2;
        color: var(--cmepedia-text-dark);
    }
    .cme-menu {
        color: #737373;
        font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
        leading-trim: NONE;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .cme-heading {
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px !important;
        leading-trim: NONE;
        line-height: 1.4 !important;
        letter-spacing: 0%;
        color: #0E0E0E;
    }
    .cme-pol-paragraph {
        font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
        leading-trim: NONE;
        line-height: 1.4 !important;
        letter-spacing: 0%;
        color: #2A2A2A;
    }
    .cme-div-content {
      font-family: Cairo;
      font-weight: 700;
      font-style: Bold;
      font-size: 12px !important;
      leading-trim: NONE;
      /* line-height: 32px; */
      letter-spacing: 0%;
      color: #404040;
      width: 152px;
      height: 32px;
      top: 581px;
      left: 1051px;
      angle: 0 deg;
      opacity: 1;
  }
  .cme-div-content-side {
      font-size: 12px !important;
  }
  .cme-menu input[type="radio"]{
      accent-color: #49BA80;
  }
  .cme-second-div a {
    text-decoration: none;
    color: #363636;
    font-family: Cairo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
  }
  .mobile-vertical-line{
    display:none !important;
  }
  .cme-hero-heading {
    font-family: var(--cme-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--cme-text-dark);
    line-height: 1.2;
  }
  .cme-hero-sub {
      font-size: 16px;
      color: var(--cme-text-mid);
      line-height: 1.3;
  }
  
  .cme-stat {
        display: flex;
        align-items: left;
        gap: 0px;
        padding: 4px 8px;
        font-family: var(--cme-font);
        white-space: nowrap;
    }
    .cme-stat-label {
        font-size: 13px;
    }
    .cme-stat-num {
        font-size: 16px;
        font-weight: 700;
    }
    .cme-badge-1 {
        top: 22%;
        left: 2%;
    }
    .cme-badge-2 {
        left: 20%;
        top: 42%;
    }
    .cme-badge-3 {
        right: 2%;
        top: 22%;
    }
    .cme-badge-4 {
        right: 2%;
        top: 1%;
    }
    .cme-badge-5 {
        top: 2%;
        left: 2%;
  }
  .cme-stat-green, .cme-stat-white {
        animation: breathe 3s ease-in-out infinite;
        transform-origin: center;
        will-change: transform;
    }
    .cme-stat-white {
        animation: breathe 3s ease-in-out infinite;
        transform-origin: center;
        will-change: transform;
         border-radius: 100px;
    }

    @keyframes breathe {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.04);
        }
        100% {
            transform: scale(1);
        }
    }
    .cme-main-illustration {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 186px; */
        object-fit: inherit;
        object-position: top center;
        z-index: 1;
        display: block;
    }

    .cme-stat-label-lg {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        line-height: 1.8;
    }
    .cme-illustration-wrap {
        min-height: 450px;
    }
    .cme-stat-label-free {
        font-weight: 700;
        font-style: Bold;
        font-size: 12px !important;
        line-height: 19px !important;
        letter-spacing: 0%;
    } 
    .cme-stat-label-cme {
        font-weight: 700;
        font-style: Bold;
        font-size: 14px !important;
        line-height: 19px !important;
        letter-spacing: 0%;
    } 
    .cme-badge-login-1 {
        top: 7%;
        left: 4%;
    }
    .cme-stat-label-login {
        font-weight: 400;
        font-style: Regular;
        font-size: 16px !important;
    }
    .cme-illustration-wrap {
      margin-top: 50px;
    }
    .cme-badge-login-2 {
        top: 31%;
        left: 3%;
    }
    .cme-badge-login-3 {
        top: 29%;
        right: 7%;
    }
    .cme-badge-login-4 {
        top: 7%;
        right: 7%;
    }
    .cme-btn-outline-primary {
        font-size: 13px;
        font-weight: 600;
        transition: all 0.2s;
        padding: 7px 16px;
        line-height: 100%;
    }
    .cme-reg-heading {
        font-size: 20px !important;
        font-style: SemiBold;
        margin-top: 20px;
    }
    .cme-accordion .accordion-button {
        font-family: var(--cme-font);
        font-size: 13px;
        background: transparent;
        font-weight: 500;
        box-shadow: none !important;
        padding: 18px 0;
    }
    .cme-accordion .accordion-body {
        font-size: 12px;
        padding: 0 0 18px 0;
        line-height: 1.7;
    }
    .cme-testimonial-text {
        font-size: 14px;
        line-height: 1.65;
    }
    .cme-section-label {
        font-size: 12px;
        white-space: nowrap;
    }
    .cme-blog-excerpt {
        font-size: 14px;
        line-height: 1.5;
    }
    .cme-blog-meta {
        font-size: 12px;
        line-height: 42px;
    }
    .cme-section-heading {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }
    .cme-section-heading-faq{
      font-size: 20px;
        font-weight: 700;
        line-height: 56px;
    }
    .cme-blog-title {
        font-size: 14px;
        font-weight: 700;
        color: var(--cme-text-dark);
        line-height: 1.4;
    }
    .cme-partner-text {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }
    .cme-social-section {
        justify-content: start !important;
        margin-top: 16px;
    }
    .cme-green-label {
        font-size: 14px;
        line-height: 42px;
        color: var(--cme-brand) !important;
    }
    
    .cme-step-num {
      font-size: 12px;
      color: var(--cme-brand);
      line-height: 20px;
  }
    
     .cme-tab-how-it{
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 30px;
        letter-spacing: 0%;
      }
      .cme-step-label {
          font-size: 12px;
          margin-top: 8px;
          margin-bottom: 0;
          line-height: 16px;
      }
      .cme-role-box-heading {
          font-size: 16px;
          line-height: 1.4;
          font-weight: 700;
      }
      .hour {
          color: #49ba80;
          line-height: 30px;
          font-size: 12px;
      }
      .fee-free {
          margin: 0;
          position: relative;
          font-size: 12px !important; 
          line-height: 30px !important;
          display: inline-block;
          font-family: inherit;
      }
      .course-duration-1-container {
        margin: 0;
        position: relative;
        font-size: 12px !important; 
        line-height: 30px !important;
        display: inline-block;
        font-family: inherit;
    }
    .cme-course-desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.95);
        line-height: 1.6 !important;
        flex-grow: 1;
        margin: 0;
    }
    .cme-course-title {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.8;
        flex: 1;
    }
    .cme-rating {
        display: flex;
        align-items: center;
        gap: 4px;
        background-color: var(--cme-brand);
        border-radius: 10px;
        padding: 2px 9px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }
    .cme-share-btn {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.85);
    }
    .cme-comment-heading {
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px !important;
        line-height: 65px;
        letter-spacing: 0%;
    }
    .cme-review-heading {
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px !important;
        line-height: 65px;
        letter-spacing: 0%;
    }
    .cme-comment-profile-name {
        padding: 0px 0px 0px 4px;
        color: #000000;
        font-style: SemiBold;
        font-size: 13px !important;
        font-weight: 700;
    }
    .cme-comment-content {
        font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
        leading-trim: NONE;
        line-height: 165%;
        letter-spacing: 0%;
        color: #2A2A2A;
    }
    .cme-comment-date{
       font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
    }
    .cme-review-count {
        font-family: Cairo;
        font-weight: 700;
        font-style: Bold;
        font-size: 48px !important;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
    }
    .cme-review-show {
        height: 45px;
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px !important;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
        color: #333333;
        margin-top: 15px;
    }
    .section-pad{
      padding:0px 0px;
    }
    .cme-share-pad {
      padding:0px 0px;
    }
    .cme-py-section{
      padding-top: 16px  !important;
      padding-bottom: 16px !important;
    }
    .cme-left-section {
       border-right: 0 !important;

        /* width: 196px; */
        height: 485px;
        top: 1503px;
        left: 134px;
        angle: 0 deg;
        opacity: 1;
        padding-right: 18px;
    }
    .cme-right-section{
      padding-left:5px !important;
    }
    .cme-card-right {
    padding-left: 0px !important;
    }
    .cme-right-comment-section img.cme-comment-image {
      max-width: 100%;
      height: 24px;
        
    }
    .mobile-cme-partner-text{
      margin-top: 12px;
    }
    .cme-process-section-mobile {
      background-color: var(--cme-process-bg);
      padding-top: 20px !important;
    }
   
    .cme-footer-container {
        padding-left: 15px !important;
        font-size: 12px !important;
    }
    .cme-social-section{
      justify-content: start !important;
    }
    .cme-section-secure{
      margin-bottom: 8px !important;
    }
    /* about us */
    .access-to-medical {
      text-transform: lowercase;
      line-height: 1.4 !important;
    }
    .transforming-access-to-container {
        font-size: 20px !important;
    }
    .cmepedias-story-began {
        font-size: 12px !important;
        line-height: 1.4  !important;
    }
    .education-column {
        height: auto !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 44px 0 0;
        min-width: 310px;
        max-width: 946px;
        max-height: 599px;
    }
    .text-muted-team {
        color: #2A2A2A;
        font-size: 12px !important;
        line-height: 16px;
    }
    .timeline-content h2 {
        font-size: 24px !important;
        font-weight: 700;
        color: #7d7d7d;
        margin-bottom: 10px;
    }
    .time-para-section {
        font-size: 12px !important;
        text-align: left;
        border-top: 1px dotted #bdbdbd;
        padding: 6px;
    }
    .timeline-content {
        gap: 0px !important;
    }
    .cme-dr {
        font-weight: 700;
        color: #1D9732 !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .cme-card-title-name{
      font-size: 18px !important;
      line-height: 32px !important;
    }

  .timeline-wrapper{
      position:relative;
  }
  .card-content-section-meet{
    margin-top:16px;
  }

  .timeline-line{
      position:absolute;
      top:0;
      bottom:0;
      left:5.22%;          /* center of Bootstrap col-2 */
      transform:translateX(-50%);
      width:4px;
      background:#bdbdbd;
      z-index:0;
  }

  .timeline-dot-mobile{
      position:relative;
      width:20px;
      height:20px;
      border-radius:50%;
      border:3px solid #999;
      background:#fff;
      margin:0px 27%;
      z-index:2;
  }
  .timeline-row.active div.col-2 .timeline-dot-mobile{
    border-color:#63b471;
  }
  .timeline-row::after {
    content: '';
    position: absolute;
    left:5.22%;
    top: 0;
    width: 4px;
    height: 310px;
    height: var(--line-height, 50px);
    background: #63b471;
    transform: translateX(-50%);
}


  .timeline-content-mobile{
    position:relative;
      background: #fff;
      padding: 12px;
      border-radius: 12px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0,0,0,.08);
  }
  
  .timeline-item-mobile .timeline-content-mobile::after {
      content: '';
      position: absolute;
      left: -12px;
      top: 35px;
      border-width: 12px 12px 12px 0;
      border-style: solid;
      border-color: transparent #fff transparent transparent;
  }
  .timeline-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .timeline-content-mobile h2 {
    font-weight: 700;
    color: #7d7d7d;
  }
  .timeline-item-mobile.active h2 {
      color: #63b471;
  }
  .timeline-row.active .timeline-content-mobile {
      border: 1px solid #63b471;
  }
  .section-divider-mobile {
    border: 0;
    border-top: 1px solid var(--cmepedia-divider);
    opacity: 1;
    transition: border-width 0.3s ease;
  }
  .text-align-para {
    text-align: justify;
    font-size: 12px !important;
  }
  .text-term-head{
      font-size: 20px;
  }
  /* When accordion is open */
  .accordion-item:has(.accordion-button:not(.collapsed)) .section-divider-mobile {
      border-top-width: 4px;
  }
  /* about usour sction */
  .cme-mobile-our-vison-section {
      display: flex;
      flex-direction: column;
  }
  .our-vison-head{
    text-align: center;
    margin-top:5px;
  }
  .text-muted-section{
  font-size: 12px;
  line-height: 24px;
  }
  .text-profile-section{
    font-size: 14px;
    line-height: 24px;
  }
  .text-our-collaborators{
      font-size: 24px !important;
      line-height: 1.2;
  }
  .cme-accordion-body-mobile{
    padding: 0px;
  }
  /* about us  accordian*/
  button.content-prose.mobile-timeline.fw-semibold.mb-1.py-1.col-md-mb-3.accordion-button.hide-accordion.collapsed.shadow-none {
      padding: 0px !important;
  }
    button.content-prose.mobile-timeline.fw-semibold.mb-1.py-1.col-md-mb-3.accordion-button.hide-accordion.shadow-none {
      padding: 0px;
  }
  .cme-online-ce {
      font-size: 18px !important;
      line-height: 1.4;
  }
  .cme-table-section {
    font-size: 14px !important;
    color: #000000 !important;
    line-height: 1.4 !important;
  }
  .table-cmepedia tbody th:first-child {
    font-size: 20px;
    color: #2A2A2A !important;
    line-height: 1.4;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px !important;
    letter-spacing: 0%;
    text-align: justify;
  }
  .table-cmepedia tbody td:not(:first-child) {
      font-weight: 700;
      font-style: Bold;
      font-size: 12px !important;
      line-height: 1.4;
      letter-spacing: 0%;
      text-align: justify;
      color: #2A2A2A;
  }
  /* .cme-text-brand, .text-per-year {
    font-size: 12px !important;
} */
  .text-note {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .note-head {
      font-size: 14px !important;
      line-height: 38px !important;
  }
  .text-solution {
      font-size: 12px !important;
      line-height: 1.5 !important;
  }
  .table-cmepedia tbody td:first-child {
      font-size: 20px;
      color: #2A2A2A !important;
      line-height: 1.6;
      font-weight: 400;
      font-style: Regular;
      font-size: 12px !important;
      letter-spacing: 0%;
      text-align: justify;
  }
  .text-solution-para {
    font-size: 12px !important; 
    line-height: 1.5 !important;
  }
  .cme-billion-hours {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .cme-other-table-section {
    font-size: 18px !important;
    line-height: 38px !important;
    color: #000000 !important;
  }
  .text-cme-align{
    padding-left: 10px;
  }
  .cme-card-section-mobile{
    display: flex;
  }
  .btn-visit-us-mobile{
    float:right;
    padding-right: 25px;
  }
  /* login */
  .cme-btn-login {
    font-weight: 400;
    font-style: Regular;
    font-size: 13px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 7px 50px;
  }
  .cme-rember {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-left: 3px;
  }
  .cme-content-cls {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding-left: 4px;
  }
  .cme-login-account {
    font-weight: 500;
    font-style: Medium;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #343434;
  }
  .input-style {
    width: 100%;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }
  .cme-login-top-para {
    font-weight: 500;
    font-style: Bold;
    font-size: 12px !important;
    line-height: 1.4 !important;
    letter-spacing: 0%;
  }
  .cme-login-top-head {
      font-weight: 600;
      font-style: SemiBold;
      font-size: 20px !important; 
      line-height: 28px !important;
      letter-spacing: 0%;
      margin-top: 20px;
  }
  .cme-hero-heading {
    font-size:30px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    text-align: left;
    /* padding-top: 50px; */
  }
  .cme-hero-sub {
      font-size: 16px !important;
      color: var(--cme-text-mid);
      line-height: 1.3 !important;
      font-family: Cairo;
      font-style: Regular;
      text-align: left;
  }
  .table-cmepedia th,
    .table-cmepedia td {
        font-size: 12px !important;
    }
    .cme-btn-primary {
    font-size: 12px !important;
  }
 .author-description,
  .author-description p,
  .author-description span {
      font-size: 16px !important; /* apni required size */
      line-height: 1.6;
  }
    .author-name{
        font-weight: 700;
        font-size: 18px !important;
    }
    .author-profession {
        font-size: 16px !important;
    }
    .cme-section-heading {
      font-size: 24px !important;
      font-weight: 700;
      line-height: 1.2;
  }
  .cme-course {
    font-size: 16px !important;
    line-height: 1.4;
  }
  .cme-days-radio {
      font-size: 14px !important;
  }
  .cme-sidebar-sponsor .form-check-label {
    font-size: 14px !important;
    line-height: 100%;
  }
  /* error  */
  .text-danger{
    font-size: 12px !important;
  }
  .cme-testimonial-cards p {
      font-size: 12px !important;
      line-height: 1.8;
      color: #666;
  }
  .cme-testimonial-cards h2, .cme-testimonial-cards h3 {
    font-size: 16px !important;
  }
  .cme-testimonial-cards h6 {
    font-size: 16px !important;
    color: #222;
  }
  .border-end {
    border-right: none !important;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .text-muted-team-heading {
    font-size: 20px !important;
    color: #0E0E0E;
    line-height: 32px !important;
  }
  .policy-content span{
    font-size:12px !important;
  }
  .ebac-image {
    height: 36px !important; 
    min-height: 36px;
  }
   .cme-course-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:9;
        overflow: hidden !important;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: calc(1.5em * 9) !important;
        /* min-height: 165px; */
        font-size: 18px;
        line-height: 28px;
        flex-grow: 1;
        margin: 0;
        align-items: center;
        font-weight: 600;
        color: #fff;
        flex-wrap: wrap;
        height: 60px;
        max-height: 60px;
        /* overflow: auto; */
    }
}
@media (min-width: 576px)and (max-width: 767px){
  .text4 {
      font-size: 14px !important;
  }
  .search-hint{
    display:none;
  }
  .search-result-text{
      font-size:22px;
  }
  .image-start-arrow{
    width:14px;
  }
  .ebac-image {
    height: 43px !important;
    min-height: 43px;
  }
  .mobile-dropdown-profile{
    justify-content:end;
  }
    /* 04-08 */
  .mobile-screen-hide{
    display: none !important;
  }
  .mobile-main-nav{
    width: 100% !important;
    background: #fff;
  }
  .mobile-container{
    padding:0px;
  }
   .mobile-collapse-section{
    padding: 16px;
  }
  .mobile-menu-section-nav{
    padding: 16px;
    float: right;
  }
  .cme-navbar {
    background-color: #f0f7f3;
    padding: 0 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    z-index: 1030;
  }
 
  .cme-nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 14px 16px; */
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
  }
  a[href*="free-content"]{
    border-bottom: none !important;
  }
  .menu-section-list{
    background: #fff;
    border-radius: 10px;
    padding:10px;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 16px;
  }
  .main-menu-section{
    padding:10px;
  }
  .cme-nav-link i{
      margin-left: auto;
      font-size: 16px;
      color: #666;
  }
  .cme-btn-mobile-login{
    background: #fff;
    padding: 7px 50px;
  }
  
  .cme-btn-mobile-login:hover{
    background-color: var(--cme-brand);
    border-color: var(--cme-brand);
  }
  .cme-btn-register{
    padding: 7px 50px;
  }
  /* 04-08 */
  .price-labels {
      width: 95% !important;
  }
  .price-labels span {
      margin-left: 4px !important;
  }
   #zendesk-button {
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    font-size: 26px !important;
  }
  .back-to-top-btn {
    background: #49BA80;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
  }
  .cme-testimonial-cards p {
      font-size: 12px !important;
      line-height: 1.8;
      color: #666;
  }
  .cme-testimonial-cards h2, .cme-testimonial-cards h3 {
      font-size: 16px !important;
  }
  .cme-testimonial-cards h6 {
    font-size: 16px !important;
    color: #222;
  }
  .border-end {
    border-right: none !important;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .cme-green-label {
      font-size: 14px;
      line-height: 42px;
      color: var(--cme-brand) !important;
  }
  .text-muted-team-heading {
    font-size: 20px !important;
    color: #0E0E0E;
    line-height: 32px !important;
  }
  .hide-about-right{
    display: none;
  }
  .cme-course {
    font-size: 16px !important;
    line-height: 1.4;
  }
  .cme-days-radio {
      font-size: 14px !important;
  }
  .cme-sidebar-sponsor .form-check-label {
    font-size: 14px !important;
    line-height: 100%;
  }
  .text-align-para {
      text-align: justify;
      font-size: 14px;
  }
  .cme-illustration-wrap-home {
      position: relative;
      width: 100%;
      min-height: 650px;
      height: 100%;
      overflow: hidden;
  }
  .cme-social-section {
      justify-content: start !important;
      margin-top: 16px;
  }
  .cme-nav-active::after {
    display: none;
  }
    .accordion-icon {
        background: #49ba80 !important;
        color: #fff !important;
        border-radius: 50%;
        font-size: 18px !important;
        line-height: 1;
    }
   .cme-faq-div-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .cme-steps-row{
        flex-wrap: nowrap !important;
        justify-content: space-between;
        gap: 8px;
    }

    .cme-step{
        flex: 1;
        min-width: 90px;
    }

    .cme-step-connector{
        width: 20px;
        flex-shrink: 0;
    }

    /* service */
    .content-card {
        padding: 1rem;
    }
    .no-mobile-border::after {
        display: none !important;
    }

    .no-mobile-border {
        border-right: none !important;
        
    }
    
    .cme-mobile-role-right{
      margin-top:16px;
    }
    .cme-devide-hight {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    
    .feature-pillar {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 10px;
    }

    .feature-pillar img {
        width: 40px;
        flex-shrink: 0;
    }

    .feature-pillar h3 {
        margin-bottom: 0;
    }
    .custom-btn {
      padding: 6px 6px;
    }
    .cme-footer-desc{
      font-weight: 400;
      font-style: Regular;
      font-size: 12px;
      line-height: 140%;
      margin-top: 0px !important;
      letter-spacing: 0%;
      color:var(--cme-text-dark-black);
    }
    button.cme-footer-heading{
      font-size: 16px;
    }
    .cme-footer-links a {
        color: var(--cme-text-dark-black);
        text-decoration: none;
        font-size: 14px;
        transition: color 0.2s;
        line-height: 25px;
    }
    /* font size start */
    .content-prose {
        line-height: 1.4;
        font-size: 12px;
        color: var(--cmepedia-heading);
        text-align: justify;
    }
    .page-title {
        font-size: 20px;
        font-weight: 600;
        color: var(--cmepedia-text-dark);
        line-height: 1.4;
    }
    .section-title-accordian {
        font-size: 20px !important;
        font-weight: 600;
        color: var(--cmepedia-text-dark);
        line-height: 1.3 !important;
    }
    .section-title-elearning {
        font-size: 16px;
        /* font-size: clamp(1.375rem, 3vw, 1.875rem); */
        font-weight: 600;
        color: var(--cmepedia-text-dark);
        line-height: 1.167;
    }
    h3.e-learn-section {
        font-size:13px;
        font-weight: 600;
        color: var(--cmepedia-text);
    }
    .table-cmepedia th,
    .table-cmepedia td {
        font-size: 13px !important;
    }
    a.btn.btn-cmepedia.rounded-pill {
        font-size: 13px;
    }
    /* end font size */
    .feature-pillar:not(:last-child)::after {
      right: 5px !important;
    }

    .hide-accordion.accordion-button::after {
      display: none;
    }
    .accordion-button:not(.collapsed) {
        background: none !important;
    }
    /* our process */
    #roleSelect {
        background-color: #49ba80;
        color: #fff;
        border-color: #49ba80;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 700;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    }

    #roleSelect:focus {
        border-color: #49ba80;
        box-shadow: none;
    }
    .fs-md-5 {
        font-size: 14px !important;
    }
    .mobile-para-section {
        line-height: 1.5;
        font-size: 14px !important;
        color: var(--cmepedia-heading);
        text-align: justify;
    }
    
    .comparison-table
    .comparison-table b,
    .comparison-table span
    .comparison-table h3,
    .comparison-table .text2 {
        font-size: 13px !important;
        line-height: 1.4;
    }
    .comparison-icon {
        width: 20px !important;
        height: 20px !important;
        object-fit: contain;
    }
    .custom-btn {
        font-size: 13px !important;
        line-height: 100%;
        /* padding: 7px 43px; */
    }
    .cme-free-text {
      font-weight: 700;
      font-size: 13px !important;
      letter-spacing: 0%;
      line-height: 1.4 !important;
  }
    .register-btn {
        padding: 12px 8px !important;
    }
    /* impact */
    ol.content-prose.text-note {
      padding-left: 10px;
    }
    a.tab-pill {
        text-decoration: underline;
        background: #fff;
        padding: 14px 9px !important;
        border-radius: 12px;
        text-decoration: none;
        color: #000;
        font-size:13px !important;
        line-height: 16px;
    }
    a.tab-pill.active {
        text-decoration: underline;
        background: #49BA80;
        padding: 10px;
        border-radius: 15px;
        text-decoration: none;
        color: #fff;
    }
    .cme-lead-text{
      font-size: 14px !important;
      line-height: 42px;
    }
    .cme-title-head {
        font-size: 20px !important;
        line-height: 38px;
    }
    .cme-under-title-para {
      font-size: 12px !important;
      line-height: 1.5 !important;
    }
    .impact-section{
      margin-bottom: 0px !important;
    }
    .mobile-cty-section{
          padding-left: 20px;
          justify-content: space-between !important;
    }
    .country-border-custome{
      border-radius: 16px;
    }
    .btm-mobile-sec{
        padding: 6px 14px;
        font-size: 14px;
    }

    .btm-mobile-sec img{
        width: 18px;
        height: 18px;
    }
    .contact-form-card {
      border-radius: 24px;
      background-color: #fff;
    }
    /* Breadcrumb */
    .breadcrumb-cmepedia {
      font-size: 12px;
      color: var(--cmepedia-text);
    }
    .text-head-content{
      font-family: Cairo;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 13px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
      color:#000000;

    }
    .cme-hero-cta {
        font-size: 13px;
        padding: 7px 43px;
    }
    .cme-role-avatar-1 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-2 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-3 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-4 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-5 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-avatar-6 {
        width:55.75px !important;
        height: 55.75px !important;
    }
    .cme-role-card p {
        font-size: 14px !important;
        text-align: center;
        line-height: 18px;
    }
    .cme-home-view-details{
      font-size: 12px;
      display: none;
    }
    /* .cme-role-card {
        background: #fff;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        min-height: 0px;
        padding: 0px;
    } */
    .cme-mobile-blog-section{
      margin-top:8px;
    }
    .mobile-d-none{
      display:none !important;
    }
    .text-success-emphasis {
        color: var(--bs-success-text-emphasis) !important;
        font-size: 13px !important;
        line-height: 38px !important;
    }
     .cme-card-top{
        flex-direction:row;
    }

    .cme-card-green-side{
        width:40%;
    }

    .cme-card-img-side{
        width:60%;
        min-height:220px;
    }
    .pagination {
        justify-content: space-evenly;
    }
    .mobile-fs{
      font-size:12px !important;
    }
    .mobile-res-fs{
      font-size:13px !important;
    }
    .mobile-recent-post-fs{
      font-size:16px !important;
    }
    .cme-accrecent-heading {
        font-size:16px;
        color: var(--cme-text-dark);
        font-weight: 700;
        line-height: 1.4;
    }
    .contact-info p {
        font-size: 12px !important;
        line-height: 2;
        color: var(--cmepedia-heading);
    }
    .address-block {
        font-size: 12px !important;
        line-height: 1.65;
        text-align: justify;
        font-style: normal;
        max-width: 376px;
    }
    .policy-question {
        font-size: 13px !important;
        font-weight: 600;
        color: #000;
    }
    .section-heading {
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.4;
        color: var(--cmepedia-green-dark);
        margin-bottom: 0.75rem;
    }
    .info-bar-title {
        font-size: 12px !important;
        font-weight: 400;
    }
    .info-bar-link {
        font-size: 12px !important;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }
    .copyright-text {
        font-size: 12px !important;
        font-weight: 600;
        line-height: 1.6;
    }
    .form-control-cmepedia, .input-group-cmepedia .input-group-text {
        background-color: var(--cmepedia-input-bg);
        border: 1px solid #ccc;
        border-radius: 16px;
        font-size: 12px;
        color: #3d3d3d;
        padding: 0.75rem 1rem;
    }
    .contact-title {
        font-size: 20px !important;
        font-weight: 600;
        line-height: 1.2;
        color: var(--cmepedia-text-dark);
    }
    .cme-menu {
        color: #737373;
        font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
        leading-trim: NONE;
        letter-spacing: 0%;
        vertical-align: middle;
    }
    .cme-heading {
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px !important;
        leading-trim: NONE;
        line-height: 1.4 !important;
        letter-spacing: 0%;
        color: #0E0E0E;
    }
    .cme-pol-paragraph {
        font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
        leading-trim: NONE;
        line-height: 1.4 !important;
        letter-spacing: 0%;
        color: #2A2A2A;
    }
    .cme-div-content {
      font-family: Cairo;
      font-weight: 700;
      font-style: Bold;
      font-size: 12px !important;
      leading-trim: NONE;
      /* line-height: 32px; */
      letter-spacing: 0%;
      color: #404040;
      width: 152px;
      height: 32px;
      top: 581px;
      left: 1051px;
      angle: 0 deg;
      opacity: 1;
  }
  .cme-div-content-side {
      font-size: 12px !important;
  }
  .cme-menu input[type="radio"]{
      accent-color: #49BA80;
  }
  .cme-second-div a {
    text-decoration: none;
    color: #363636;
    font-family: Cairo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
  }
  .mobile-vertical-line{
    display:none !important;
  }
  .cme-hero-heading {
    font-family: var(--cme-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
  }
  .cme-hero-sub {
      font-size: 16px;
      color: var(--cme-text-mid);
      line-height: 1.3;
  }
  .cme-hero-text-col{
    z-index: 2;
    padding-top: 60px;
  }
  .cme-stat {
        display: flex;
        align-items: left;
        gap: 3px;
        padding: 7px 16px;
        /* border-radius: 100px; */
        font-family: var(--cme-font);
        white-space: nowrap;
    }
    .cme-stat-label-lg-green-2 {
        font-size: 18px !important;
        line-height: 25px;
        margin-right: 53px;
    }
    .cme-stat-label {
        font-size: 18px;
    }
    .cme-hero-text-col {
        padding-bottom: 0px;
    }
    img.cme-end-icon {
      height: 33px !important;
      width: 33px !important;
      position: absolute;
      top: 7px !important;
      right: 13px !important;
  }
    .cme-stat-num {
        font-size: 16px;
        font-weight: 700;
    }
    .cme-badge-1 {
        top: 21%;
        left: 9%;
    }
    .cme-badge-2 {
        left: 2%;
        top: 42%;
    }
    .cme-badge-3 {
        right:9%;
        top: 21%;
    }
    .cme-badge-4 {
        right: 2%;
        top: 41%;
    }
    
    .cme-badge-5 {
        top: 6%;
        left: 33%;
  }
  @keyframes breathe {
      0% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.04);
      }
      100% {
          transform: scale(1);
      }
  }
  .cme-stat-green, .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
  }
  .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
        border-radius: 100px;
  }
  .cme-badge-login-1 {
      top: -12%;
      left: 7%;
  }
  .cme-badge-login-2 {
    top: 15%;
    left: 7%;
  }
  .cme-badge-login-3 {
    top: 7%;
    right: 7%;
  }
  .cme-badge-login-4 {
    top: -18%;
    right: 7%;
  }
  .cme-illustration-wrap {
    margin-top: 100px;
  }
  
  .cme-stat-label-cme {
      font-weight: 700;
      font-style: Bold;
      font-size: 14px;
      line-height: 19px !important;
      letter-spacing: 0%;
  }
  .cme-stat-label-cme {
      font-weight: 700;
      font-style: Bold;
      font-size: 16px !important;
      line-height: 19px !important;
      letter-spacing: 0%;
  }
    .cme-main-illustration {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 186px; */
        object-fit: inherit;
        object-position: top center;
        z-index: 1;
        display: block;
    }

    .cme-stat-label-lg {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1.8;
    }
    .cme-illustration-wrap {
        min-height: 450px;
    }
    .cme-btn-outline-primary {
        background-color: var(--cme-brand);
        border: 2px solid var(--cme-brand);
        color: #fff;
        font-family: var(--cme-font);
        font-size: 16px;
        font-weight: 600;
        transition: all 0.2s;
    }
    .cme-accordion .accordion-button {
        font-family: var(--cme-font);
        font-size: 15px;
        color: var(--cme-text-dark);
        background: transparent;
        font-weight: 500;
        box-shadow: none !important;
        padding: 18px 0;
    }
    .cme-accordion .accordion-body {
        font-size: 14px;
        padding: 0 0 18px 0;
        line-height: 1.7;
    }
    .cme-testimonial-text {
        font-size: 14px;
        line-height: 1.65;
    }
    .btn-visit-us-mobile {
        float: right;
        padding-right: 25px;
    }
    .cme-section-label {
        font-size: 14px;
        white-space: nowrap;
    }
    .cme-blog-excerpt {
        font-size: 14px;
        color: var(--cme-text-mid);
        line-height: 1.55;
    }
    .cme-blog-meta {
        font-size: 14px;
        color: #888;
    }
    .cme-blog-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
    }
    .cme-partner-text {
        font-size: 14px;
        line-height: 1.75;
        margin: 0;
    }
    .cme-green-label {
        font-size: 14px;
    }
    .cme-step-num {
        font-size: 14px;
        line-height: 20px;
    }
     .cme-tab-how-it{
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 30px;
        letter-spacing: 0%;
        color: #0E0E0E;
      }
      .cme-step-label {
          font-size: 14px;
          color: #000;
          margin-top: 8px;
          margin-bottom: 0;
      }
      .cme-role-box-heading {
          font-size: 18px;
          line-height: 1.25;
          font-weight: 700;
      }
      .hour {
          color: #49ba80;
          line-height: 30px;
          font-size: 14px;
      }
      .fee-free {
          margin: 0;
          position: relative;
          font-size: 14px !important; 
          line-height: 30px;
          display: inline-block;
          font-family: inherit;
      }
      .course-duration-1-container {
        margin: 0;
        position: relative;
        font-size: 14px !important; 
        line-height: 30px;
        display: inline-block;
        font-family: inherit;
    }
    .cme-course-desc {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.95);
        line-height: 1.6;
        flex-grow: 1;
        margin: 0;
    }
     .cme-course-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:6;
        overflow: hidden !important;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: calc(1.5em * 6) !important;
        /* min-height: 165px; */
        font-size: 18px;
        line-height: 28px;
        flex-grow: 1;
        margin: 0;
        align-items: center;
        font-weight: 600;
        color: #fff;
        flex-wrap: wrap;
        height: 60px;
        max-height: 60px;
        /* overflow: auto; */
    }
    .cme-course-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        flex: 1;
    }
    .cme-rating {
        display: flex;
        align-items: center;
        gap: 4px;
        background-color: var(--cme-brand);
        border-radius: 10px;
        padding: 2px 9px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }
    .cme-share-btn {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.85);
    }
    .cme-section-heading {
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
    }

    .cme-comment-heading {
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px !important;
        line-height: 65px;
        letter-spacing: 0%;
    }
    .cme-review-heading {
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px !important;
        line-height: 65px;
        letter-spacing: 0%;
    }
    .cme-comment-profile-name {
        padding: 0px 0px 0px 4px;
        color: #000000;
        font-style: SemiBold;
        font-size: 13px !important;
        font-weight: 700;
    }
    .cme-comment-content {
        font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
        leading-trim: NONE;
        line-height: 165%;
        letter-spacing: 0%;
        color: #2A2A2A;
    }
    .cme-comment-date{
       font-family: Cairo;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px !important;
    }
    cme-review-count {
        font-family: Cairo;
        font-weight: 700;
        font-style: Bold;
        font-size: 48px !important;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
    }
    .cme-review-show {
        height: 45px;
        font-family: Cairo;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px !important;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -1%;
        color: #333333;
        margin-top: 15px;
    }
    .section-pad{
      padding:0px 0px;
    }
    .cme-share-pad {
      padding:0px 0px;
    }
    .cme-py-section{
      padding-top: 16px  !important;
      padding-bottom: 16px !important;
    }
    .cme-left-section {
       border-right: 0 !important;

        /* width: 196px; */
        height: 485px;
        top: 1503px;
        left: 134px;
        angle: 0 deg;
        opacity: 1;
        padding-right: 18px;
    }
    .cme-right-section{
      padding-left:5px !important;
    }
    .cme-card-right {
    padding-left: 0px !important;
    }
    .cme-right-comment-section img.cme-comment-image {
      max-width: 100%;
      height: 24px;
        
    }
    .mobile-cme-partner-text{
      margin-top: 12px;
    }
    .cme-process-section-mobile {
      background-color: var(--cme-process-bg);
    }
    .cme-footer-container {
        padding-left: 15px !important;
        font-size: 12px !important;
    }
    .cme-social-section{
      justify-content: start !important;
    }
    .cme-section-secure{
      margin-bottom: 8px !important;
    }
    /* about us */
    .access-to-medical {
      text-transform: lowercase;
      line-height: 1.4 !important;
    }
    .transforming-access-to-container {
        font-size: 20px !important;
    }
    .cmepedias-story-began {
        font-size: 12px !important;
        line-height: 1.4  !important;
    }
    .education-column {
        height: auto !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 44px 0 0;
        min-width: 310px;
        max-width: 946px;
        max-height: 599px;
    }
    .text-muted-team {
        color: #2A2A2A;
        font-size: 12px;
        line-height: 16px;
    }
    .timeline-content h2 {
        font-size: 24px !important;
        font-weight: 700;
        color: #7d7d7d;
        margin-bottom: 10px;
    }
    .time-para-section {
        font-size: 12px !important;
        text-align: left;
        border-top: 1px dotted #bdbdbd;
        padding: 6px;
    }
    .timeline-content {
        gap: 0px !important;
    }
    .cme-dr {
        font-weight: 700;
        color: #1D9732 !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .cme-card-title-name{
      font-size: 18px !important;
      line-height: 32px !important;
    }

  .timeline-wrapper{
      position:relative;
  }
  .card-content-section-meet{
    margin-top:16px;
  }

  .timeline-line{
      position:absolute;
      top:0;
      bottom:0;
      left:5.22%;          /* center of Bootstrap col-2 */
      transform:translateX(-50%);
      width:4px;
      background:#bdbdbd;
      z-index:0;
  }

  .timeline-dot-mobile{
      position:relative;
      width:20px;
      height:20px;
      border-radius:50%;
      border:3px solid #999;
      background:#fff;
      margin:0px 27%;
      z-index:2;
  }
  .timeline-row.active div.col-2 .timeline-dot-mobile{
    border-color:#63b471;
  }
  .timeline-row::after {
    content: '';
    position: absolute;
    left:5.22%;
    top: 0;
    width: 4px;
    height: 310px;
    height: var(--line-height, 50px);
    background: #63b471;
    transform: translateX(-50%);
}


  .timeline-content-mobile{
    position:relative;
      background: #fff;
      padding: 12px;
      border-radius: 12px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0,0,0,.08);
  }
  
  .timeline-item-mobile .timeline-content-mobile::after {
      content: '';
      position: absolute;
      left: -12px;
      top: 35px;
      border-width: 12px 12px 12px 0;
      border-style: solid;
      border-color: transparent #fff transparent transparent;
  }
  .timeline-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .timeline-content-mobile h2 {
    font-weight: 700;
    color: #7d7d7d;
  }
  .timeline-item-mobile.active h2 {
      color: #63b471;
  }
  .timeline-row.active .timeline-content-mobile {
      border: 1px solid #63b471;
  }
  .section-divider-mobile {
    border: 0;
    border-top: 1px solid var(--cmepedia-divider);
    opacity: 1;
    transition: border-width 0.3s ease;
  }

  /* When accordion is open */
  .accordion-item:has(.accordion-button:not(.collapsed)) .section-divider-mobile {
      border-top-width: 4px;
  }
  /* about usour sction */
  .cme-mobile-our-vison-section {
      display: flex;
      flex-direction: column;
  }
  .our-vison-head{
    text-align: center;
    margin-top:5px;
  }
  .text-muted-section{
  font-size: 14px;
  line-height: 24px;
  }
  .text-profile-section{
    font-size: 16px;
    line-height: 24px;
  }
  .text-our-collaborators{
    font-size: 24px !important;
    line-height: 1.2;
  }
  .cme-accordion-body-mobile{
    padding: 0px;
  }
  /* about us  accordian*/
  button.content-prose.mobile-timeline.fw-semibold.mb-1.py-1.col-md-mb-3.accordion-button.hide-accordion.collapsed.shadow-none {
      padding: 0px !important;
  }
    button.content-prose.mobile-timeline.fw-semibold.mb-1.py-1.col-md-mb-3.accordion-button.hide-accordion.shadow-none {
      padding: 0px;
  }
  .cme-online-ce {
      font-size: 18px !important;
      line-height: 1.4;
  }
  .cme-table-section {
    font-size: 14px !important;
    color: #000000 !important;
    line-height: 1.4 !important;
  }
  .table-cmepedia tbody th:first-child {
    font-size: 20px;
    color: #2A2A2A !important;
    line-height: 1.4;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px !important;
    letter-spacing: 0%;
    text-align: justify;
  }
  .table-cmepedia tbody td:not(:first-child) {
      font-weight: 700;
      font-style: Bold;
      font-size: 12px !important;
      line-height: 1.4;
      letter-spacing: 0%;
      text-align: justify;
      color: #2A2A2A;
  }
  .text-note {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  .note-head {
      font-size: 14px !important;
      line-height: 38px !important;
  }
  .text-solution {
      font-size: 12px !important;
      line-height: 1.5 !important;
  }
  .table-cmepedia tbody td:first-child {
      font-size: 20px;
      color: #2A2A2A !important;
      line-height: 1.6;
      font-weight: 400;
      font-style: Regular;
      font-size: 12px !important;
      letter-spacing: 0%;
      text-align: justify;
  }
  .text-solution-para {
    font-size: 12px !important; 
    line-height: 1.5 !important;
  }
  .cme-billion-hours {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .cme-other-table-section {
    font-size: 14px !important;
    line-height: 38px !important;
    color: #000000 !important;
  }
  .text-cme-align{
    padding-left: 10px;
  }
  .cme-card-section-mobile{
    display: flex;
  }
  .policy-content span{
    font-size:12px !important;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px){
  .search-hint{
    display:none;
  }
  .search-result-text{
      font-size:22px;
  }
  .image-start-arrow{
    width:16px;
  }
  .ebac-image {
    height: 36px !important;
    min-height: 36px;
  }
  .mobile-dropdown-profile{
    justify-content:end;
  }
   /* 04-08 */
   .mobile-screen-hide{
      display: none !important;
    }
  .mobile-main-nav{
    width: 100% !important;
    background: #fff;
  }
  .mobile-container{
    padding:0px;
  }
   .mobile-collapse-section{
    padding: 16px;
  }
  .mobile-menu-section-nav{
    padding: 16px;
    float: right;
  }
   .cme-navbar {
    background-color: #f0f7f3;
    padding: 0 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    z-index: 1030;
}
 
  .cme-nav-link{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      /* padding: 14px 16px; */
      border-bottom: 1px solid #e5e5e5;
      text-decoration: none;
  }
  a[href*="free-content"]{
    border-bottom: none !important;
  }
  .menu-section-list{
    background: #fff;
    border-radius: 10px;
    padding:10px;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 16px;
  }
  .main-menu-section{
    padding:10px;
  }
  .cme-nav-link i{
      margin-left: auto;
      font-size: 16px;
      color: #666;
  }
  .cme-btn-mobile-login{
    background: #fff;
    padding: 7px 50px;
  }
 
  .cme-btn-mobile-login:hover{
    background-color: var(--cme-brand);
    border-color: var(--cme-brand);
  }
  .cme-btn-register{
    padding: 7px 50px;
  }
  /* 04-08 */
  .cme-hero-text-col {
    z-index: 2;
      padding-top: 60px;
  }
  .cme-rating {
    padding: 2px 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }
  
  .cme-share-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 16px;
      line-height: 30px;
      color: rgba(255, 255, 255, 0.85);
  }
  .cme-vector-btn {
      padding: 0px 0px !important;
  }
  .btn-visit-us-mobile {
      float: right;
      padding-right: 25px;
  }
    .cme-social-section {
        justify-content: start !important;
        margin-top: 16px;
    }
    .cme-stat-label-lg-green-2 {
        font-size: 22px !important;
        line-height: 25px;
        margin-right: 53px;
    }
  img.cme-end-icon {
    height: 33px !important;
    width: 45px !important;
    position: absolute;
    top: 7px !important;
    right: 10px !important;
  }
  .cme-badge-login-1 {
    top: -47%;
    left: 7%;
  }
  .cme-badge-login-2 {
    top: -18%;
    left: 7%;
  
  }
  .cme-badge-login-4 {
    top: -48%;
    right: 7%;
  }
  .cme-badge-login-3 {
    top: -20%;
    right: 7%;
  }
  .cme-illustration-wrap {
    margin-top: 250px;
  }
  .cme-stat-green {
    min-width: 163px;
  }
  .cme-stat-num {
    font-size: 16px;
    font-weight: 700;
  }
  .cme-stat-label-cme {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0%;
  }
  .cme-nav-active::after {
    display: none;
  }
  .frame3 {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 13px 0 0;
    gap: 20px;
    max-width: 1638.2px;
  }
   .transforming-access-to-container {
      margin: 0;
      flex: 1;
      position: relative;
      font-size: inherit;
      line-height: 15px !important;
      font-weight: 600;
      font-family: inherit;
      display: inline-block;
      max-width: 100%;
      font-size: 30px !important;
    }
 .education-column {
  height: 300px !important;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 0 0;
  min-width: 310px;
  max-width: 946px;
  max-height: 599px;
}

.cmepedias-story-began {
    flex: 1;
    position: relative;
    line-height: 32px;
    display: inline-block;
    max-width: 946px;
    display: none !important;
}
.about-text{
  color:#2a2a2a;
  font-size: 20px;
}
  
.transforming-access-to-medical {
  padding: 0px !important;
}
  .timeline-dot-mobile {
      position: relative;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 3px solid #999;
      background: #fff;
      margin: 0px 28%;
      z-index: 2;
  }
  .cme-card-title-name{
    font-size: 18px !important;
    line-height: 32px !important;
  }

  .timeline-wrapper{
      position:relative;
  }
  .card-content-section-meet{
    margin-top:16px;
  }
 
  .timeline-line{
      position:absolute;
      top:0;
      bottom:0;
      left:5.22%;          /* center of Bootstrap col-2 */
      transform:translateX(-50%);
      width:4px;
      background:#bdbdbd;
      z-index:0;
  }

  .timeline-dot-mobile{
      position:relative;
      width:20px;
      height:20px;
      border-radius:50%;
      border:3px solid #999;
      background:#fff;
      margin:0px 27%;
      z-index:2;
  }
  .timeline-row.active div.col-2 .timeline-dot-mobile{
    border-color:#63b471;
  }
  .timeline-row::after {
    content: '';
    position: absolute;
    left:5.22%;
    top: 0;
    width: 4px;
    height: 310px;
    height: var(--line-height, 50px);
    background: #63b471;
    transform: translateX(-50%);
}


  .timeline-content-mobile{
    position:relative;
      background: #fff;
      padding: 12px;
      border-radius: 12px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0,0,0,.08);
  }
  
  .timeline-item-mobile .timeline-content-mobile::after {
      content: '';
      position: absolute;
      left: -12px;
      top: 35px;
      border-width: 12px 12px 12px 0;
      border-style: solid;
      border-color: transparent #fff transparent transparent;
  }
  .timeline-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .timeline-content-mobile h2 {
    font-weight: 700;
    color: #7d7d7d;
  }
  .timeline-item-mobile.active h2 {
      color: #63b471;
  }
  .timeline-row.active .timeline-content-mobile {
      border: 1px solid #63b471;
  }
  .section-divider-mobile {
    border: 0;
    border-top: 1px solid var(--cmepedia-divider);
    opacity: 1;
    transition: border-width 0.3s ease;
  }
      .accordion-button:not(.collapsed) {
        background: none !important;
    }
  .cme-btn-primary {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.2s, border-color 0.2s;
  }
  .cme-home-view-details{
      font-size: 12px;
      /* display: none; */
    }
    .mobile-hide{
      display:none;
    }
    .tab-design{
      display: flex;
      align-items: center;
    }
  .cme-section-heading {
      font-family: Cairo;
      font-weight: 700;
      font-style: SemiBold;
      font-size: 30px;
      leading-trim: NONE;
      line-height: 56px;
      letter-spacing: 0%;
      color: #0E0E0E;
  }
  .custom-btn{
    font-size:13px;
  }
  .cme-und-section-heading{
    font-family: Cairo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0%;
    text-transform: lowercase;
  }
  .cme-tab-row{
    display: flex;
    justify-content: space-around;
  }
  .cme-tab-how-it{
    font-family: Cairo;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
    color: #0E0E0E;
  }
  .cme-tab-3-step {
    font-family: Cairo;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0%;
    color: #393939;
  }
  .cme-step-word {
      font-size: 16px;
      color: var(--cme-text-mid);
      line-height: 1;
  }
  .cme-step-label {
      font-size: 16px;
      color: #000;
      margin-top: 8px;
      margin-bottom: 0;
  }
  cme-partner-text {
    font-family: Cairo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--cme-text-mid);
  }
  
  .cme-role-box-heading {
      font-size: 26px;
      line-height: 1.25;
      font-weight: 700;
  }

 

  .cme-role-avatar{
      width: 48px;
      height: 48px;
      flex-shrink: 0;
  }

  .cme-role-icon{
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  .cme-role-card {
      background: #fff;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* height: 70% !important; */
      /* min-height: 70px; */
  }
  .feature-pillar {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 10px;
    }
    .feature-pillar h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--cmepedia-text);
    }
    .feature-pillar:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1px !important;
        width: 1px;
        height: 45px !important;
        border-right: 1px solid var(--cmepedia-divider);
        background: #d9d9d9;
        transform: translateY(-50%) rotate(25deg);
    }
    .blog-card{
        flex-direction: column !important;
    }
    a.tab-pill {
      text-decoration: underline;
      background: #fff;
      padding: 10px;
      border-radius: 15px;
      text-decoration: none;
      color: #000;
    }
    a.tab-pill.active {
    text-decoration: underline;
    background: #49BA80;
    padding: 10px;
    border-radius: 15px;
    text-decoration: none;
    color: #fff;
  }
  .mobile-vertical-line{
    display:none !important;
  }
  .hide-accordion.accordion-button::after {
    display: none ;
  }
  hr.cme-devide-hight{
      margin: 2rem 0;
      color: inherit;
      border: 0;
      border-top: var(--bs-border-width) solid;
      opacity: .25;
  }
  .accordion-icon {
      background: #49ba80 !important;
      color: #fff !important;
      border-radius: 50%;
      font-size: 22px !important;
      line-height: 1;
  }
  .cme-p-section{
    padding-left: 16px  !important;
    padding-right: 16px !important;
  }
  .cme-hero-heading {
      font-family: var(--cme-font);
      font-size: 30px;
      font-weight: 700;
      color: var(--cme-text-dark);
      line-height: 1.2;
  }
  .cme-hero-sub {
      font-size: 20px;
      color: var(--cme-text-mid);
      line-height: 1.7;
  }
  .cme-btn-primary {
    color: #fff;
    font-family: var(--cme-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.2s, border-color 0.2s;
  }
  .cme-badge-3 {
      right: auto;
      left: 72%;
      top: 0%;
  }
  .cme-pol-paragraph {
      font-family: Cairo;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 32px;
      letter-spacing: 0%;
      color: #2A2A2A;
  }
  .cme-heading {
      font-family: Cairo;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 26px !important;
      leading-trim: NONE;
      line-height: 56px;
      letter-spacing: 0%;
      color: #0E0E0E;
  }
  .cme-div-content {
      font-family: Cairo;
      font-weight: 700;
      font-style: Bold;
      font-size: 16px !important;
      leading-trim: NONE;
      line-height: 32px;
      letter-spacing: 0%;
      color: #404040;
      width: 152px;
      height: 32px;
      top: 581px;
      left: 1051px;
      angle: 0 deg;
      opacity: 1;
  }
  .cme-menu {
      color: #737373;
      /* margin-bottom: 0; */
      font-family: Cairo;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px !important;
      leading-trim: NONE;
      line-height: 21.75px;
      letter-spacing: 0%;
      vertical-align: middle;
  }
  .cme-div-content-side {
      font-size: 16px !important;
  }
  .cme-footer-heading {
      font-weight: 700;
      font-size: 24px !important;
      color: var(--cme-text-dark);
      margin-bottom: 16px;
  }
  .cme-comment-content {
    font-family: Cairo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 165%;
    letter-spacing: 0%;
    color: #2A2A2A;
}
.cme-comment-heading {
    font-family: Cairo;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px !important;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0%;
}
  .cme-comment-profile-name {
      padding: 0px 0px 0px 4px;
      color: #000000;
      font-size: 18px;
  }
  .cme-review-heading {
      font-family: Cairo;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 24px !important;
      leading-trim: NONE;
      line-height: 65px;
      letter-spacing: 0%;
  }
  .cme-review-count {
      font-family: Cairo;
      font-weight: 700;
      font-style: Bold;
      font-size: 48px !important;
      line-height: 100%;
      letter-spacing: -1%;
  }
  .cme-review-show {
      height: 45px;
      font-family: Cairo;
      font-weight: 600;
      font-style: SemiBold;
      font-size: 16px !important;
      line-height: 100%;
      letter-spacing: -1%;
      color: #333333;
      margin-top: 15px;
  }
  .cme-pol-paragraph {
    font-family: Cairo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px !important;
    line-height: 32px;
    letter-spacing: 0%;
    color: #2A2A2A;
}
.cme-star-wrapper span img {
    height: 25px;
}
 .course-duration-1-container {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 30px;
    font-size: 14px !important;
    display: inline-block;
    font-family: inherit;
}
 .fee-free {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 28px;
    font-size: 14px !important;
    display: inline-block;
    font-family: inherit;
}
  .cme-course-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      flex: 1;
  }

.cme-course-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 5);
    /* min-height: 244px; */
    font-size: 18px;
    line-height: 28px;
    flex-grow: 1;
    margin: 0;
}
  .cme-role-card p {
      font-size: 13px;
      text-align: center;
      padding-left: 15px;
      line-height: 1.2;
  }
  .avatar-cme{
    margin: 0px !important;
    width:50px;
    height: 48px;
  }

.cme-btn-outline-primary {
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    line-height: 100%;
    padding: 7px 18px;
}
 .cme-badge-1 {
        top: 5%;
        left: 7%;
    }
    .cme-badge-2 {
        left: 2%;
        top: 60%;
    }
    .cme-badge-3 {
        right:9%;
        top: 2%;
    }
    .cme-badge-4 {
        right: 2%;
        top: 52%;
    }
    
    .cme-badge-5 {
        top: 2%;
        left: 38%;
  }
 @keyframes breathe {
      0% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.04);
      }
      100% {
          transform: scale(1);
      }
  }
  .cme-stat-green, .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
  }
  .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
        border-radius: 100px;
  }
  .credit-hight-new{
    height: auto;
    min-height: 60px;
  }
  .info-bar-link {
    font-size: 14px !important;
    font-weight: 500;
    text-decoration: none;
  }
  .copyright-text {
      font-size: 14px !important;
      font-weight: 600;
      line-height: 1.6;
  }
  
}

/* 992px – 1199px */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .search-result-text{
        font-size:24px;
    }
  .image-start-arrow{
    width:16px;
  }
  .ebac-image {
      min-height: 32px;
      height: 32px !important;
  }
    .cme-card-green-side {
      width: 44%;
      background-color: var(--cme-brand);
      color: #fff;
      padding: 20px 12px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      overflow: hidden;
  }
    .cme-badge-1 {
        top: 28%;
        left: 4%;
    }
   
    .cme-badge-2 {
        top: 75%;
        left: 36%;
    }
    .cme-badge-3 {
        right:10%;
        top: 10%;
    }
    .cme-badge-4 {
        right: 2%;
        top: 30%;
    }
    
    .cme-badge-5 {
        top: 10%;
        left: 13%;
  }
 @keyframes breathe {
      0% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.04);
      }
      100% {
          transform: scale(1);
      }
  }
  .cme-stat-green, .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
  }
  .cme-stat-white {
      animation: breathe 3s ease-in-out infinite;
      transform-origin: center;
      will-change: transform;
        border-radius: 100px;
  }
  .hide-about-right{
    display: none;
  }
  .cme-hero-text-col {
    z-index: 2;
      padding-top: 60px;
  }
  .cme-vector-btn {
      padding-left: 0px !important;
  }
  /* .card-min-set{
      min-height: 838px;
  }  */
  .cme-badge-login-1 {
    top: -22%;
    left: 3%;
  }
  .cme-badge-login-2 {
      top: -47%;
      left: 36%;
  }
  .cme-badge-login-3 {
    top: -25%;
    right: 4%;
  }
  .cme-illustration-wrap {
    margin-top: 186px;
  }
   .cmepedias-story-began p{
        flex: 1;
        position: relative;
        line-height: 18px;
        display: inline-block;
        max-width: 946px;
        font-size: 13px;
    }

    .cme-course-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: calc(1.5em * 6);
        /* min-height: 244px; */
        font-size: 18px;
        line-height: 26px;
        flex-grow: 1;
        margin: 0;
    }
    .cme-course-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        flex: 1;
    }
     .cme-home-view-details{
      font-size: 12px !important;
    }
    .course-duration-1-container {
        margin: 0;
        position: relative;
        font-size: inherit;
        line-height: 28px;
        font-size: 12px !important;
        display: inline-block;
        font-family: inherit;
    }
    .fee-free {
        margin: 0;
        position: relative;
        font-size: inherit;
        line-height: 28px;
        font-size: 12px !important;
        display: inline-block;
        font-family: inherit;
    }
    .cme-btn-outline-primary {
        color: #fff;
        font-size: 12px !important;
        font-weight: 600;
        transition: all 0.2s;
        line-height: 100%;
        padding: 7px 18px;
    }
      
    .cme-rating {
        display: flex;
        align-items: center;
        gap: 2px;
        border-radius: 10px;
        padding: 2px 8px;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
    }
    .cme-share-btn {
        display: flex;
        align-items: center;
        gap: 2px;
        font-size: 14px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.85);
    }
    .cme-action-wrap {
        position: relative;
        top: 20px;
        justify-content: center;
        gap:5px !important
    }
    .cme-nav-link {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
        transition: color 0.2s;
    }
    
    .cme-learn-view {
        padding: 12px;
    }
    /* title  blog*/
    .cme-blog-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
    }
    .cme-blog-excerpt {
        font-size: 16px;
        line-height: 30px;
    }
    .cme-blog-meta {
        font-size: 11px;
        line-height: 30px;
    }
    .cme-btn-outline-primary {
        font-family: var(--cme-font);
        font-size: 10px !important;
        font-weight: 600;
        transition: all 0.2s;
        line-height: 100%;
    }
    .cme-step-word {
      font-size: 14px;
      line-height: 1;
    }
    .cme-step-label {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .cme-learn-view {
      padding: 12px !important;
    }
    .cme-btn-primary {
        font-size: 11px;
        font-weight: 600;
    }
    .info-bar-link {
        font-size: 13px !important;
        font-weight: 500;
        text-decoration: none;
    }
    .info-bar-title {
      font-size: 16px !important;
    }
    .copyright-text {
        font-size: 16px !important;
        font-weight: 600;
        line-height: 1.4;
    }
    .info-bar-divider {
        border-left: 1px solid #7b7b7b;
        padding-left: 1rem !important;
    }
}
 
/* 1200px – 1400px */
/* @media screen and (min-width: 1350px) and (max-width: 1466px) { */
 @media screen and (min-width: 1200px) and (max-width: 1400px) { 
  .search-result-text{
      font-size:26px;
  }
  .image-start-arrow{
    width:18px;
  }
    .hide-about-right{
      display: none;
    }
    .text-our-collaborators {
        font-size: 24px !important;
    }
    .info-bar-title {
        font-size: 20px !important;
        font-weight: 400;
    }
    .info-bar-link {
        font-size: 14px !important;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }
    .copyright-text {
        font-size: 18px !important;
        font-weight: 600;
        line-height: 1.6;
    }
    .cme-rating {
        display: flex;
        align-items: center;
        gap: 2px;
        border-radius: 10px;
        padding: 0px 8px !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }
    /* .card-min-set {
        min-height: 734px;
    } */
    .cme-course-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: calc(1.5em * 5) !important;
        /* min-height: 217px; */
        font-size: 18px;
        line-height: 28px;
        flex-grow: 1;
        margin: 0;

        align-items: center;
        font-weight: 600;
        color: #fff;
        flex-wrap: wrap;
        height: 60px;
        max-height: 60px;
        /* overflow: auto; */
    }
    
    .cme-course-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        flex: 1;
    }
    .course-duration-1-container {
        margin: 0;
        position: relative;
        font-size: inherit;
        line-height: 30px;
        font-size: 16px !important;
        display: inline-block;
        font-family: inherit;
    }
    .fee-free {
        margin: 0;
        position: relative;
        font-size: inherit;
        line-height: 30px;
        font-size: 16px !important;
        display: inline-block;
        font-family: inherit;
    }
    
    .cme-btn-outline-primary {
        font-family: var(--cme-font);
        font-size: 15px;
        font-weight: 600;
        transition: all 0.2s;
        line-height: 100%;
        padding: 7px 16px;
    }
    /* title  blog*/
    .cme-blog-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
    }
    .cme-blog-excerpt {
        font-size: 18px;
        line-height: 30px;
    }
    .cme-blog-meta {
        font-size: 15px;
        line-height: 30px;
        gap: 4px !important;
    }
    .cme-circles-img {
      position: absolute;
      top: 25px;
      left: 0;
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: top right;
      z-index: 0;
    }
    .cme-badge-1 {
        top: 19%;
        left: 2%;
    }
    .cme-badge-2 {
        top: 10%;
        left: 31%;
    }
    .cme-badge-3 {
        top: 7%;
        left: 65%;
    }
    .cme-badge-4 {
        top: 61%;
        left: 65%;
    }
    .cme-badge-5 {
        top: 61%;
        left: 10%;
    }
     .cme-card-title-name{
      font-size: 22px !important;
    }
    .hour {
        line-height: 30px;
        font-size: 16px !important;
    }
    .cme-nav-link {
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
        transition: color 0.2s;
    }
    .cmepedias-story-began p{
        flex: 1;
        position: relative;
        line-height: 22px;
        display: inline-block;
        max-width: 946px;
        font-size: 16px;
    }
    .transforming-access-to-container {
      margin: 0;
      flex: 1;
      position: relative;
      font-size: inherit;
      line-height: 15px !important;
      font-weight: 600;
      font-family: inherit;
      display: inline-block;
      max-width: 100%;
      font-size: 36px !important;
    }
    .cme-testimonial-cards-team {
        background: #fff;
        border: 1px solid #d9f0e4;
        border-radius: 16px;
        height: 100%;
        min-height: 622px;
    }
    .header-menu-btn{
      font-size: 16px !important;
    }
    .cme-stat-label-cme {
      font-size: 20px !important;
      line-height: 28px;
    }
    .cme-stat-label-lg-green-2 {
        font-size: 20px !important;
    }
    .cme-badge-login-2 {
        top: -16%;
        left: 32%;
    }
    .cme-stat-label-free {
    font-size: 18px !important;
    line-height: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .cme-stat-label-free {
    font-size: 18px !important;
    line-height: 30px;
  }
  .search-result-text{
      font-size:26px;
  }
  .cme-badge-login-2 {
    top: -11%;
    left: 36%;
  
  }
  .cme-badge-login-3 {
    top: -11%;
    right: 20%;
  }
  .hide-about-right{
    display: none;
  }
  .header-menu-btn{
      font-size: 16px !important;
    }
  /* .card-min-set {
      min-height: 550px;
  } */
  .cme-course-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:9;
        overflow: hidden !important;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: calc(1.5em * 9) !important;
        /* min-height: 165px; */
        font-size: 18px;
        line-height: 28px;
        flex-grow: 1;
        margin: 0;
        align-items: center;
        font-weight: 600;
        color: #fff;
        flex-wrap: wrap;
        height: 60px;
        max-height: 60px;
        overflow: auto;
    }
    
    .cmepedias-story-began p{
        flex: 1;
        position: relative;
        line-height: 28px;
        display: inline-block;
        max-width: 946px;
        font-size: 16px;
    }
    .info-bar-link {
        font-size: 18px !important;
        font-weight: 500;
        text-decoration: none;
    }
    .cme-illustration-wrap-home {
        position: relative;
        width: 100%;
        /* min-height: 600px; */
        min-height: 820px;
        height: 100%;
        overflow: hidden;
    }
    .cme-stat-label-cme {
      font-size: 24px;
      line-height: 28px;
    }
    
}