
  
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #535049;
  margin-bottom: 13px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.card-tab-content.current {
  margin-top: 1.5rem;
  justify-content: center;
}


.career-study-img {
  width: 100% !important;
  height: 170px;
  border-radius: 8px;
}

.course-card{
  width: 280px;
  border-radius: 8px;
  background-color: #fff;
  padding: 0.5rem 0.5rem;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
  margin-right: 1rem;
  position: relative;
  margin: auto;
}
#cards-tab-1 .col-md-12:nth-child(1){
  padding-left: 0;
}

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #5DB2FF;
}

.slicknav_menu .slicknav_nav a.active {
  color: #5DB2FF;
}

@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

#cards-tab-1 .course-card .card-img{
  height: 170px;
  position: relative;
}

#cards-tab-1 .course-card .card-course-details p{
  max-height: 88px;
  margin-bottom: 0.5rem !important;
    display: -webkit-box;
    max-width: 280px;
    height: 55.2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
}

@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -33px;
}

.header-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.service_area {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  padding: 8px 0;
  background: #fff;
  background: transparent;
  border-bottom: 1px solid #C60917;
  border-bottom: 1px solid  #5E47D2;;
}

.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

.footerAbout {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
  .footer-space {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 415px) {
  .footer-space {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .footerAbout {
    padding-left: 14px !important;
    margin: 20px 0;
  }
  .footerTop {
    margin: 20px 0;
  }
  .copy_right {
    margin-top: 20px;
  }
}

.header-area .main-header-area.details_nav {
  background: #001D38;
}

.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
  .card-block{
    margin-top: 20px;
    height: auto;
  }
  .blog-card-block{
    margin: 10px 0;
  }
  .padmedium {
      padding: 10px 0px;
  }
  .service_area{
    padding-top: 15px;
  }
  .service_area .mt-5{
    margin-top: 0 !important;
  }
  h1{font-size: 2em;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
  ul.tabs li{
    font-size: 16px;
  }
  /* .card-block{
    margin: 10px 0;
  } */
  .blog-card-block{
    margin: 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
  /* .card-block{
    margin: 10px 0;
  } */
  .blog-card-block{
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
  .dropMenu{
    position: absolute;
    background: #fff;
    top: 50px;
    z-index: 1111;
    box-shadow: 0 3px 6px 0px #ccc;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

.header-area .main-header-area .search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.header-area .main-header-area .main-menu {
  text-align: left;
  padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
  color:  #5E47D2;;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 5px;
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
}

.header-area .main-header-area .main-menu ul li a:hover {
  background:  #5E47D2;;
  color: #fff;
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
  .course-mb-left {
    width: 178px !important;
  }
  .course-mb-right {
    width: 120px !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .course-mb-left {
    width: 213px;
  }
  .course-mb-right {
    width: 124px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

.header-area .main-header-area .main-menu ul li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.header-area .main-header-area .main-menu ul li:hover>a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #2C2C2C;
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.header-area .main-header-area.sticky ul li a::before {
  position: absolute;
  content: "";
  background: #5DB2FF;
  width: 100%;
  height: 3px;
  bottom: -27px;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .header-top_area {
  padding: 12px 0;
  background:  #5E47D2;;
  color: #fff;
}

@media (max-width: 767px) {
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #C7C7C7;
  margin-right: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #5DB2FF;
}

.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  float: left;
  margin: 0 6px;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
  .container-space {
    padding: 0px 10px !important;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  margin-right: 7px;
}

.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}


/*..............................................*/
.take-quiz-top-banner h6 {
  font-size: 12px !important;
  font-family: Poppins;
  color: #fff;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h6 {
  font-size: 24px !important;
  font-family: Poppins;
  font-weight: 500;
  color:  #333;
}

.coursesBlock {
  min-height: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.courses-Hd {
  color:  #073393;
  font-weight: bold;
  font-size: 18px;
}

.coursesText p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}

.coursesText b {
  font-weight: 700;
}

.primary-btn {
  border: 1px solid  #073393;
  border-radius: 4px;
  background: #fff;
  width: 100px;
  color:  #073393;
  font-weight: bold;
  font-size: 12px;
}
.primary-btn.recording{
  width: 120px;
}
.primary-btn.join-class{
  width: 120px;
}
.primary-btn:hover {
  background-color: #073393;
  color: #fff;
}

.secondary-btn {
  border: 1px solid  #5E47D2;;
  border-radius: 4px;
  background:  #073393;
  width: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.coursesBlock .col-md-12.pt-3{
  padding: 0;
}

.header-area .main-header-area .search input {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.header-area .main-header-area .search span {
  background-color:  #073393;
  padding: 5px 7px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
}
.msg-reset{
  color: #073393;
}
.footer {
  background-color: #DDDCDA;
  padding: 40px 0 30px 0;
  color: #898681;
}

a.join-url,.footer .more {
  color:  #073393;
}

.footer .shop {
  background-color: #E32728;
  color: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
}

.footer .footer_top .footer_widget ul li {}

.footer .footer_top .footer_widget ul li a {
  font-weight: 600;
  color: #898681;
  font-size: 16px;
}

.footer .socail_links {
  margin-top: 18px;
}

.footer .footer_top .footer_widget ul li {
  color: #919191;
  font-size: 13px;
  line-height: 21px;
}

.footer .socail_links ul li {
  display: inline-block;
}

.footer .socail_links ul li a {
  font-size: 15px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #FFFFFF;
  line-height: 40px !important;
  border: 1px solid #E8E8E8;
  color: #E8E8E8;
}

.footer_widget p {
  font-size: 1rem;
}

.wspace {
  background-color: #fff;
  padding: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 4px;
  top: 35px;
  text-align: left;
}

.dropdown-content a {
  color: #000 !important;
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.container-space, .find-courses .courses-container.container-space {
  padding: 0px 120px;
}

.footer-space {
  padding-left: 50px;
  padding-right: 50px;
}

.copy_right {
  width: 200px;
  float: right;
  font-size: 0.9rem;
  line-height: 17px;
}
.primary-btn .dashboard-active-link{color:  #5E47D2;}
.primary-btn:hover .dashboard-active-link,
.primary-btn:focus .dashboard-active-link,
.secondary-btn:hover, .secondary-btn:focus,
.primary-btn .dashboard-active-link:hover, 
.primary-btn .dashboard-active-link:hover{color: #fff }

.dashboard-partner-logo{width: 50%;}
/* ....................new css..................... */
.card-block-live h5{
  padding-bottom: 10px;
}

.rl{
  position: relative;
}
.ab{
  position: absolute;
}
.student-box{
  background-size: cover;
  width: 146px;
  height: 160px;
  right: 29px;
}
#unenroll-modal .modal-body .close{font-weight: bold;}
#unenroll-modal .modal-body .message{padding: 30px; padding-bottom: 0;}
#unenroll-modal .modal-body p{text-align: center; font-size: 20px;}
#unenroll-modal .modal-body #register_error{text-align: center;color:  #5E47D2;;font-weight: bold;}

.head .heading{
  font-size: 28px;
  font-weight: 500;
  padding: 2rem 0 1rem 0;
}

/* Media Query for vi programs and crash courses */
@media (min-width: 300px) and (max-width: 767px){
  ul.tabs{
    margin: 25px 0px 25px 0px;
  }
  .card-row{
    margin-right: 0;
    margin-left: -15px;
  }
  .crash-course-program .card-block-live {
    min-height: 300px;
    padding-left: 10px;
  }
  .crash-course-about{
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .crash-course-duration{
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .student-box {
    width: 130px;
    right: 10px;
    bottom: -5px;
    height: 150px;
  } 
  .internship-programs-about {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
  }
  .internship-programs-duration{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .internship-programs .card-block-live {
    height: 520px;
  }
  .internship-programs-title{
    height: 50px;
  }
  .internship-programs-title h4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .internship-programs-about {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
  }
  .internship-programs-duration{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
  }
  .internship-programs-details h4{
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .crash-course-program .card-block-live {
    min-height: 440px;
  }
  .crash-course-title{
    height: 30px;
  }
  .crash-course-title h4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    min-height: 20px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .crash-course-about{
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .crash-course-duration{
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .crash-course-details h4{
    font-weight: bold;
    min-height: 60px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .moderator-name{
    font-size: 1.1em;
  }
  .student-box {
    width: 120px;
    right: 10px;
    bottom: 0px;
  } 
}
@media (min-width: 992px) and (max-width: 1280px){
  .internship-programs .card-block-live {
    height: 520px;
  }
  .internship-programs-title{
    height: 50px;
  }
  .internship-programs-title h4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .internship-programs-about {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
  }

  .internship-programs-duration{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 90px;
  }
  .internship-programs-details h4{
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
    font-size: 1.1em;
  }

  .crash-course-program .card-block-live {
    min-height: 420px;
    padding-left: 10px;
  }

  .crash-course-title{
    height: 30px;
  }
  .crash-course-title h4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    min-height: 20px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .crash-course-about{
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  
  .crash-course-duration{
    height: 90px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .crash-course-details h4{
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .moderator-name{
    font-size: 1.1em;
  }
  .student-box{
    bottom: 0px;
  }
  
}
@media (min-width: 1281px) {

  .internship-programs .card-block-live {
    min-height: 420px;
  }
  .internship-programs-title{
    height: 50px;
  }
  .internship-programs-title h4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: bold;
    min-height: 40px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .internship-programs-about {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
  }

  .internship-programs-duration{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 75px;
  }
  .internship-programs-details h4{
    min-height: 70px;
    font-weight: bold;
    padding-top: 4px;
    font-size: 1.1em;
  }

  .crash-course-program .card-block-live {
    min-height: 420px;
    padding-left: 10px;
  }

  .crash-course-title{
    height: 30px;
  }
  .crash-course-title h4{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    min-height: 20px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .crash-course-about{
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  
  .crash-course-duration{
    height: 90px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .crash-course-details h4{
    font-weight: bold;
    min-height: 50px;
    padding-top: 4px;
    font-size: 1.1em;
  }
  .moderator-name{
    font-size: 1.1em;
  }
  .student-box{
    bottom: 0px;
  }
}

@media (min-width:320px) and (max-width:420px){
  .primary-btn {width: 120px;margin-left:0px;}
  .primary-btn.join-class {width: 120px;margin-left:0px;}
  .secondary-btn {width: 120px;margin-left:0px;}
  .download-app {width: 120px;margin-left:0px;}
  .explore-courses{margin-left:5px;}
  /* .course-btn {width: 120px;margin-left: -20px;} */
}
@media (min-width: 760px) and (max-width: 991px){
  .student-1, .student-2, .student-3, .student-5, .student-6, .student-7{right: 10px;}
  .card-block-live h6{font-size: 0.88em}
  .primary-btn {width: 120px;margin-left: -5px;}
  .secondary-btn {width: 120px;margin-left:-13px;}
  .download-app {width: 120px;margin-left:-13px;}
  .explore-courses{margin-left:-5px;}
}

/* @media (max-width: 1199px) {
  .dashboard-course-box .course-btn{width: 120px;}
  .primary-btn {width: 120px;margin-left: -45px;}
  .secondary-btn {width: 120px;}
  .primary-btn.join-class{width: 120px;}
  .primary-btn.recording{width: 120px;}
} */

@media (min-width: 991px) and (max-width:1157px){
  .dashboard-course-box{width: 100%;}
  .primary-btn {width: 120px;margin-left:-7px;}
  .secondary-btn {width: 120px;margin-left:-12px;}
  .coursesBlock {width: 250px;}
  .download-app {width: 120px;margin-left:-12px;}
  .explore-courses{margin-left:-5px;}
}

@media (max-width: 991px),
@media (max-width: 767px) {
  /* .dashboard-course-box .course-btn{width: 100%;} */
  .trending-courses ul.tabs, .popular-courses ul.tabs{margin: 0;}
  .blog-metablock .blog-pubdt{text-align: left;}
  .explore-courses{margin-left:5px;}
}

 @media all and (max-width:500px){

  .live-class{
      display:block;
      width:100%;
  }
}

.content-wrapper h1{
  text-align: center;
}

/*----------------------upcoming-live-lectures-css--------------*/
.upcoming-live-lectures-section{
  background: linear-gradient(262deg, rgba(6, 149, 211, 0.12) 6.33%, rgba(247, 201, 246, 0.50) 93.67%, rgba(247, 201, 246, 0.50) 93.67%);

}
.upcoming-live-lectures-section h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 16px;
  color: #000000;
}

.upcoming-live-lectures-section .lectures-card {
  border: 1px solid rgba(0, 0, 0, 0.09);
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
  background-color: #fff;
  padding: 1.5rem;
}

.upcoming-live-lectures-section .lectures-card p {
  margin-bottom: 0;
}

.upcoming-live-lectures-section .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.upcoming-live-lectures-section .time-details {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.upcoming-live-lectures-section .date-id {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.upcoming-live-lectures-section #badge1 {
  background-color: #01D3A1;
}

.upcoming-live-lectures-section #badge2 {
  background-color: #F8A607;
}

.upcoming-live-lectures-section #badge3 {
  background-color: #D7D6D6;
}

.upcoming-live-lectures-section #badge4 {
  background-color: #765DF8;
}

.upcoming-live-lectures-section .lectures-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.upcoming-live-lectures-section .join-live-lecture-btn {
  background-color: #073392; 
  /* background-color: #E2E2E2; */
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 0.5rem 1.5rem;
  width: 115px;
}

.upcoming-live-lectures-section .attendence-btn {
  background-color: #fff;
  border: 1px solid #073392;
  border-radius: 6px;
  color: #073392;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 0.5rem 1.5rem;
  width: 115px;
}

.upcoming-live-lectures-section .note {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding-top: 8px;
}

.upcoming-live-lectures-section .note span {
  color: #FF0000;
}

.upcoming-live-lectures-section .lectures-card {
  margin-top: 1rem;
}

#attendenceModal .modal-header {
  padding: 2rem 2rem 0;
  border-bottom: none;
}

#attendenceModal .modal-footer {
  border-top: none;
}

#attendenceModal .search-bar-side {
  display: flex;
  align-items: center;
}

#attendenceModal .search-bar-side iconify-icon {
  font-size: 34px;
}

#attendenceModal .modal-header h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

#attendenceModal .modal-header .fa-search {
  color: #000000;
}

#attendenceModal .form-control,
.input-group-append {
  background-color: #D9D9D9;
}

#attendenceModal .form-control {
  border-radius: 10px 0px 0px 10px;
}

#attendenceModal .input-group-append {
  border-radius: 0px 10px 10px 0px;
}

#attendenceModal .modal-body {
  padding: 1.5rem 1rem 0;
}

#attendenceModal .modal-footer .btn-submit {
  background: #073392;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  border: none;
  margin-right: 1rem;
  padding: 0.5rem 2.5rem;
}

#attendenceModal .modal-footer .btn-close {
  background: #FFFFFF;
  border: 1px solid #073392;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #073392;
  padding: 0.5rem 2.5rem;
}

.upcoming-live-lectures-section .lectures-card.view_all{
  display: none;
}

#loadmorehostlive, #loadmoreuserlive, #loadmorehostdemo, #loadmoreuserdemo {
  background-color: transparent;
  border: 1px solid #073393;
  padding: 8px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #073393;
  margin-top: 2rem;
}

#attendenceModal .modal-dialog{
  width: 84%;
}

#attendenceModal thead {
  position: relative;
  width: calc(100% - 1.1em);
}

#attendenceModal thead{
  display: table;
  table-layout: fixed;
  width: 100%;
}

#attendenceModal tbody{
  display: table;
  table-layout: fixed;
  width: 100%;
}

#attendenceModal tr{
  display: table;
  table-layout: fixed;
  width: 100%;
}

#attendenceModal tbody {
  background: #fff;
  display: block;
  height: 500px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* width */
#attendenceModal ::-webkit-scrollbar  {
  height: .3rem;
}

/* Track */
#attendenceModal ::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
#attendenceModal ::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  height: auto;
  cursor: grab;
  width: 8px;
  border-radius: 10px;
}

/* Handle on hover */
#attendenceModal ::-webkit-scrollbar-thumb:hover {
  background: #111;
  height: .5rem;
  cursor: grab;
}
/*---------------table-css-------------------*/
#attendenceModal table {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#attendenceModal table thead {
  background: rgba(7, 51, 146, 0.15);
  height: 60px !important;
}

#attendenceModal table thead tr th:first-child {
  padding-left: 34px;
}

#attendenceModal table thead tr th {
  line-height: 60px !important;
  text-align: left;
  font-size: 16px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#attendenceModal table tbody {
  background: #fff;
}

#attendenceModal table tbody tr td:first-child {
  padding-left: 34px;
}

#attendenceModal table tbody tr td {
  height: 60px;
  line-height: 60px !important;
  text-align: left;
  padding: 0 10px;
  font-size: 16px;
}

#attendenceModal  table tbody tr td i {
  margin-right: 8px;
}

#attendenceModal .table td, .table th {
  border-top: none;
  border-bottom: 1px solid rgba(59, 89, 152, 0.14);
  vertical-align: middle;
}

#attendenceModal .table thead th {
  border-bottom: none;
}

#attendenceModal .table .form-group {
  margin-bottom: 0;
}

#attendenceModal .table .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 800px) {
  #attendenceModal table {
      border: 1px solid transparent;
      box-shadow: none;
  }

  #attendenceModal table thead {
      display: none;
  }

  #attendenceModal table tbody tr {
      border-bottom: 45px solid transparent;
  }

  #attendenceModal table tbody tr td:first-child {
      padding-left: 10px;
  }

  #attendenceModal table tbody tr td:before {
      content: attr(data-label);
      float: left;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
  }

  #attendenceModal table tbody tr td {
      display: block;
      text-align: right;
      font-size: 14px;
      padding: 0px 10px !important;
      box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
      width: 100% !important;
  }
  #form-group-radio-btn {
      padding-top: 0rem;
  }
  .modal.fade .modal-dialog {
      transform: translate(0px, 77px) !important;
  }
}
.col-xl-3.card-cover{
  padding-left: 0;
  display: flex;
}