/* Dropdown Button */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}


  .top_text{
    margin:2px 0px ;
    color: rgb(73, 73, 246);
    
    /* font-weight: 600;
    font-size: 23px; */
    letter-spacing: 1px;

  }

  .bottom_text{
    margin:0px 0px ;
    color: #f37739;
    letter-spacing: 1px;
    /* font-size: 18px;
    font-weight: 600; */

  }

  .bput_img{
    width: 1296px;
    height: 600px;
    object-position: bottom;
  }

  .aboutus_btn{
    border-color: white !important;
    color: white !important;
  }

  .my_border{
    border-color: #f6f8fe !important;
  }

 .login_div{
    width: 80%;
 }

  /* .my_bg{
    background-image: url('/assets/images/bg-img.jpg');
  } */

  /*Course Details*/

section.details-sec {
    padding: 60px 0;
}
.course-nav ul {
    width: 35%;
    border: solid 2px #dfeffe;
    border-radius: 12px;
    padding: 1rem;
    height: 100%;
    position: sticky;
    top: 0;
}
.course-nav ul li {
    width: 100%;
}
.course-nav ul li button {
    padding: 10px 11px;
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
    text-align: left;
    color: #1d2f43;
    background: #f4f5ff;
    letter-spacing: -0.1px;
    font-weight: 500;
    text-transform: uppercase;
}
.course-nav ul li .nav-link.active {
    background: #034795;
    border-radius: 4px;
}
.course-nav .tab-content {
    margin-left: 1.5rem;
    background: #f3f9ff;
    padding: 1.5rem 1.5rem 1rem;
    border: solid 2px #e6f2ff;
    border-radius: 12px;
}
.course-nav .tab-content h4 {
    font-weight: 600;
    text-transform: capitalize;
    border-left: solid 3px #f38147;
    padding-left: 9px;
    font-size: 1.4rem;
}
.course-nav .tab-content p {
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-bottom: 1.5rem;
}
.course-nav .tab-content h2.accordion-header span {
    color: #f37c41;
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}
.course-nav .tab-content .accordion-button {
    position: relative;
    display: block;
    padding: 16px 20px;
}
  .course-min {
    font-size: 15px;
    display: flex;
    gap: 6px;
    margin-top: 9px;
}
.course-nav .tab-content .common-accordion .accordion-body {
    padding: 5px 20px 5px;
}


.quiz-card {
    background: #fff;
    border: solid 3px #ffe1d2bf;
    border-radius: 10px;
    padding: 1.3rem;
}
.quiz-card ul {
    width: 100%;
    border: none;
    padding: 0;
}
.quiz-card ul li {
    padding: 10px 5px;
    border-bottom: dashed 1px #f3814724;
}
.course-nav ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-nav ul li h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.2px;
}
.course-nav ul li span {
    border: solid 1px #dcedfd;
    font-size: 16px;
    font-weight: 500;
    color: #f38147;
    background: #f3f9ff;
    padding: 2px 13px;
    width: 46px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
a.quiz-btn {
    background: #f38147;
    width: 55%;
    margin: 1.2rem auto 0rem;
    display: table;
    text-align: center;
    padding: 6px;
    border-radius: 100px;
    color: #fff;
}
.quiz-card h6 {
    background: #f4f5ff;
    color: #f38147;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz-card h6 span {
    color: #222e48;
    font-size: 15px;
}
.details-img {
    background: #f3f9ff;
    padding: 0.8rem;
    border: solid 2px #e6f2ff;
    border-radius: 12px;
    position: sticky;
    top: 0;
}
.details-img img{
    border-radius: 12px;
}

/*course-listing*/
.course-item__content {
    padding: 20px 12px 10px;
}
img.course-item__img {
    max-height: 155px;
    object-fit: cover;
    object-position: center;
}
.course-item__content h4 a {
    font-size: 20px;
    -webkit-line-clamp: 1;
}
.course-item__content h4 {
    margin-bottom: 1rem;
}
.course-lession-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course-lession-wrap i {
    font-size: 18px;
    color: #ff9f2a;
    margin-right: 2px;
}
.course-lession-wrap span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #222e48;
}
.course-enrol-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.1rem 0;
    border-top: dashed 1px rgb(0 0 255 / 30%);
    padding-top: 14px;
}
.course-enrol-wrap a:first-child {
    color: #f37739;
}

/*Course Details*/

.accordion-body {
    border-top: dashed 1px #ffffff61;
}
.accordion-body ul.class-list {
    width: 100%;
    border: none;
}
.accordion-body ul.class-list li {
    width: calc(100% / 2 - 5px);
    display: inline-block;
    margin-bottom: 1rem;
    border-bottom: dashed 1px #ffffff45;
    padding-bottom: 15px;
}
.class-list-btn {
    display: flex;
    gap: 10px;
}
.class-list-btn pre {
    margin: 7px 0 0;
    display: flex
;
    align-items: center;
}
.class-list-btn pre:first-child {
    border-right: solid 2px orange;
    padding-right: 11px;
}
.class-list-btn pre img {
    width: 17px;
    filter: brightness(0) invert(1);
}