/*
* Header
*/
.header{
    position: absolute;
    width: 100%;
}

#navbar{
	border-bottom: 1px solid #dcdce5;
}
@media (min-width: 768px) {
    #navbar{
	padding: 0 10%;
    }
}

@media (min-width: 1400px) {
  .whychose {
    max-width: 1320px !important;
  }
}

img.r-img {
  width: 720px;
  height: auto;
  display: block;
}

.bg-light{
  background: #f8f9fa !important;
}

/* box-icons */
@font-face {
  src: url('/fonts/boxicons.woff2') format('woff2');
  font-display: swap;
  font-family: 'boxicons';
  font-weight: 400;
  font-style: normal;
}



.navbar{
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 1030;
    right: 0;
    left: 0;
//    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.15);
//    max-width: 1495px;
}
.header .navbar-brand img{
    //width: 200px;
    height: 65px;
    padding: 0 40px;
}
.header  .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
    line-height: 36px;
    //color: #ffffff;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}
.header .navbar-light .navbar-nav > li > .dropdown-menu { background-color: #FF0000; }
.header .header-btn{
    background: transparent;
    border-radius: 25px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
}
.header .header-btn:hover{
    background: #fff;
    color: #F41365;
    transition-duration: .7s;
}
.header .mobile_view{
    display: none;
}
.header ul.menu {
    list-style: none;
    display: flex;
}
.header ul.menu li{
    list-style: none;
}
.header ul.menu > li > ul {
    display: none;
    height: 0;
}
.header ul.menu > li > ul > li > a,
.header ul.menu > li > span,
.header ul.menu > li > a {
    font-size: 14px;
    font-family: Canva Sans,Noto Sans Variable,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    font-weight:400 !important;
    line-height: 36px;
    color: #505050;
    font-weight: bold;
    //text-transform: uppercase;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
    cursor: pointer;
}
.navbar-collapse{
    justify-content: flex-end;
}
.header ul.menu > li:hover > ul {
    height: auto;
    display: block;
    position: absolute;
//    background: #7209AA;
    background: #f8f9fa;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 9;
}
.header ul.menu > li.item-117{
    display: none;
}

.banner-offset {
    margin-top: 90px;
//    background: #F2F6FD;
}

.banner-container {
    padding-top: 3em;
    padding-bottom: 5em;
    display: flex;
}

.noto-sans{
  font-family: Noto Sans Variable,Noto Sans,Arial,sans-serif;
}

.title {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.1px;
  font-weight: 600;
  margin-bottom: 0;
}

.course-desc .description {
  font-size: 16px;
  line-height: 29px; 
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 0;
}

.header ul.menu > li:hover > ul.nav-child {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


.header ul.menu > li > ul.nav-child .separator{
  	margin-top: 2rem;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}

.header ul.menu > li > ul.nav-child a{
	font-size: 16px;
	font-weight: 400;
	font-family: Canva Sans,Noto Sans Variable,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	color: #505050;
	line-height: 24px;
}

.lesson-stats-container {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 1100px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.lesson-stats-inner {
  padding: 25px 0;
  width: 95%;
  margin-right: -15px;
  margin-left: -15px;
  align-self: center;
  margin: 0 auto;
}

.lesson-stat {
  border-left: 1px solid #e8eef7;
  justify-content: center;
  padding: 0px;
  display: flex;
}

.lesson-stat-text {
  display: inline-block;
}

.pager{
  display: none;
}

.course-dtls-overview {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.course-title {
  font-size: 2rem;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 10px;
  line-height: 1.2;
}

.course-muted {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
  margin: auto;
}

.lesson-stat h2{
  margin: 0;
  font-size: 20px; 
  line-height: 24px;
  font-weight: 600;
}

.related-courses{
  margin: 0;
  font-size: 16px; 
  line-height: 20px;
  font-weight: 600;
  color: #333;
}

.related-box{
border-radius:8px;
padding: 12px;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
transition: box-shadow 250ms ease-out;
}

.related-box:hover{
box-shadow: rgba(15, 17, 20, 0.9) 0px 4px 20px;
}

.lesson-stat p{
  color: #5b6780;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

ul {
    list-style: none; /* Remove default bullet points */
    padding: 0;
}

li.goal-item{
    margin-top: 5px;
}

.btn-primary {
    background: #7952B3;
    border: none;
    font-weight: 600;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary:hover {
    background:#614092;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumb, .breadcrumb-item a {
    background: none;
    color: #909090;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0;
}

.breadcrumb-item:hover {
    color:black;
}


.breadcrumb-item.active{
   color: #7952B3;
}

.img-courses-thumbnail{
   max-height: 240px;  
}

/* Accordion */
.mk-accordion .questionBox {
  border-bottom: 1px solid #d4d4d4 !important;
}

.mk-accordion .questionBox button{
  padding: 1rem;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  transition: all .2s ease-in;
}

.mk-accordion .questionBox h5{
  font-size: 20px;
  line-height: 27.5px;
  font-weight: 600;
  color: #6c757d;
}
.mk-accordion .questionBox .btn[aria-expanded="true"] {
  color: #000000;
}
.mk-accordion .answerBox{
  font-size:16px;
  color:#777777;
  padding: 1rem;
}

.mk-accordion .collapse-close{ display: none; }
.mk-accordion .collapsed .collapse-close { display: inline-block; }
.mk-accordion .collapsed .collapse-open { display: none; }
.teacher-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.teacher-card-media {
  flex: 0 0 auto;
  margin-right: 20px;
  margin-bottom: 16px;
}

.teacher-card-img {
  width: auto;
  max-width: 180px;
  height: auto;
  border-radius: 8px;
}

.teacher-card-body {
  flex: 1 1 300px;
  min-width: 250px;
}

.teacher-card-name {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: bold;
 /* color: #2a4d9b;*/
  color: #333333;
  letter-spacing: 0.5px;
}

.teacher-card-meta {
  margin: 0.25em 0 0.75em;
}

.teacher-card-comment {
  color: #444;
  line-height: 1.6;
  font-size: 1em;
}

.teacher-card-qualifications {
  margin-top: 0;
  margin-bottom: 16px;
}

.teacher-card-list {
  padding-left: 30px;
  list-style-type: disc;
}

.teacher-card-link {
  margin-top: 1em;
  color: #2a4d9b;
  font-weight: bold;
  text-decoration: none;
}

.teacher-card-link:hover {
  text-decoration: underline;
}

.avatar {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50rem;
  height: 48px;
  width: 48px;
  transition: all .2s ease-in-out;
}

.avatar-xl {
  width: 74px !important;
  height: 74px !important;
}

div .course-curriculum {
 max-width: 70%;
}
.course-curriculum h3{
  font-size: 1.5rem;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.course-curriculum .card-header{
background-color: white;
}
.course-curriculum .card-body{
background-color: white;
}

.total-lesson{
  font-size: 1rem;
  margin-top: 3rem;
}

.alt-2col{
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.2rem;              /* keep bullets */
  margin: 0;
}
.alt-2col > li{
  font-size: .8rem;
  flex: 0 0 40%;
  margin: 0;
  margin-right: 10%;
  box-sizing: border-box;
  word-break: break-word;
  list-style: disc;
}

@media (max-width: 576px){
  .alt-2col > li{ width: 100%; }     /* stack on phones */
}
