body{
  background: #FAFAFA;
}
#content {
  min-height: auto !important;
  padding-bottom: 0;
}

body.category-beginners-guide #recent_title {
  display: none;
}

body.category-checklist {
  background: #fff;
}

body.category-checklist .background-overlay .site,
body.category-checklist .tie-container,
body.category-checklist #tie-wrapper,
body.category-checklist #content {
  min-height: auto !important;
}

body.category-checklist #tie-wrapper {
  background: #fff;
}

body.category-checklist .checklist_block .checklist_featured_img img {
  border-radius: 8px;
}

body.category-checklist .margin-top-bottom {
  margin: 32px 0 !important;
}

body.category-checklist .main-academy-banner h1 {
  font-weight: 400;
}

body.category-checklist .main-academy-banner h1 span {
  font-weight: var(--Font-Weight-type-weight-bold-700, 700);
}

body.category-checklist .subtitle {
  margin-bottom: 14px;
}

body.category-checklist .checklist_block h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #171717;
  font-size: var(--Font-Size-type-size-sub-title-h4, 16px);
  font-weight: var(--Font-Weight-type-weight-semi-bold-600, 600);
  line-height: var(--Line-Height-type-lh-sub-title-h4, 20px);
}

body.category-checklist .checklist_block p {
  margin-top: 10px;
}

body.category-checklist .checklist_block p a {
  color: #0066ff;
  font-size: var(--Font-Size-type-size-label, 14px);
  font-weight: var(--Font-Weight-type-weight-medium-500, 500);
  line-height: var(--Line-Height-type-lh-label, 18px);
}

body.category-checklist .checklist_block p a img {
  width: 16px;
}

body.category-checklist .checklist_block h6 {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0;
  color: #171717;
  font-size: var(--Font-Size-type-size-label, 14px);
  font-weight: 400;
  line-height: var(--Line-Height-type-lh-label, 18px);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.become_an_author_shortcode{
  margin-bottom: 50px;
  margin-top: 30px;
}
.ongoing-lesson{
  margin-top: 4px;
}


.with_login .course_detail ul {
  margin-bottom: 20px;
  overflow: auto;
  white-space: nowrap;
  border-bottom: 0;
  padding-bottom: 6px;
}

.with_login .course_detail li.active_tb{
  background: #010136;
  border-radius: 8px;
}
.with_login .course_detail li.active_tb span{
  color: #ffffff;
  font-weight: 700;
}
.course_detail ul::-webkit-scrollbar {
  height: 3px;
}

.course_detail ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.course_detail ul::-webkit-scrollbar-thumb {
  background: #b9b4b4;
  border-radius: 50px
}

.course_detail ul::-webkit-scrollbar-thumb:hover {
  background: #b9b4b4;
}
.subtitle{
  font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #171717;
}


.with_login {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px #9AB2D826;
  border: 1px solid #0052CC33;
}

.with_login h2 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.with_login h2 img {
  vertical-align: middle;
  width: 36px;
  margin-right: 5px;
  display: inline-block;
}

.banner-margin {
    margin-bottom: 30px !important;
    margin-top: 20px;
}


.with_login .course_detail li {
  display: inline-block;
  cursor: pointer;
  padding: 10px 14px 8px;
  border: 1px solid #1717171A;
  border-radius: 8px;
  margin-right: 10px;
}

.with_login .course_detail span {
  font-size: 14px;
  font-weight: 400;
  color: #171717;
  line-height: 20px;
}

.with_login .course_detail {
    padding: 0px;
}
.with_login .course_detail h4 {
    font-size: 20px;
    font-weight: 400;
}

.with_login .course_detail h5 {
    font-size: 15px;
    font-weight: 400;
}


.with_login .progress .progress-bar span {
    background-color: #0066FF;
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    border-radius: 2px;
    color: #fff;
}

.chapter_progress_block .chapters_completed,.quiz_progress_block  .chapters_completed {
  font-weight: 700;
    font-size: 14px;
    margin-top: 8px;
    color: #171717;
}
.chapter_progress_block .chapters_completed span, .quiz_progress_block .chapters_completed span{
  float: right;
  font-weight: 400;
  margin-left: 10px;
}
.chapter_progress_block{
  background: #0052CC0D;
  padding: 20px;
  border-radius: 8px;
  margin: 0px 0 14px;
}
.chapter_progress_block h5, .quiz_progress_block h5{
  font-weight: 700;
  font-size: 16px;
  color: #171717;
  line-height: 26px;
}
.quiz_progress_block{
  background: #A020F00D;
  padding: 20px;
  border-radius: 8px;
  margin: 0px 0 14px;
}
.ongoing-lesson h3, .ongoing-lesson p span{
  color: #171717B2;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.main-academy-banner .ongoing-lesson p{
  color: #171717B2;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.image_overlay {
  position: relative;
  display: inline-block;
}
.overview_banner_image .overlay_content{
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 98%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  border-radius: 8px;
}
.overview_banner_image .image_overlay img{
  filter: blur(2px);
}
.academy_sub_menu {
  margin-bottom: 20px;
}
.dropdown-menu.show {
  display: block !important;
}

#recent_title span{
  background: linear-gradient(360deg, rgba(0, 82, 204, 0.26) -26.92%, rgba(0, 82, 204, 0.1) -26.91%, rgba(0, 82, 204, 0) 75.15%);
  border-bottom: 2px solid #0052CC;
  line-height: 48px;
  padding: 20px 20px 14px;
}







#begginers_search_filter_no_data {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  padding: 15px;
}
.main-content {
  width: 100%;
  padding: 0;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}



.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.lessons-sub-titles {
  font-size: 24px;
  padding-right: 30px;
  font-weight: 700;
}
.nav-tabs .end-line-added:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: auto;
  right: 0;
  height: 0.5em;
  border-top: 2px solid #c9c9dd;
  z-index: -1;
  width: 50%;
}

.first-section {
  margin-bottom: 30px;
}
.fa-search-icon {
  font-size: 20px;
  margin: 7px 4px;
  font-weight: 600 !important;
}
.notification-title h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 700;
}
.notification-title p {
  color: #000;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.maincard,
.get-notify {
  margin-right: 10px;
}
.chapter_nav_tabs .nav-tabs.nav-justified {
  margin-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 0;
  overflow-y: hidden;
  display: flex;
}
.wishlist {
  float: right;
  display: none !important;

}
.wishlist  img{
  vertical-align: middle;
}


.modal {
  padding-top: 4%;
}

/****** Start Course Overview ******/
.align-items-center {
    display: flex;
    align-items: center;
	margin-top: 20px;
}



.tooltip .arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0066FF;
}
.arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.course_block h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

.course_block .btn-primary {
  padding: 3px 15px;
  border-radius: 35px;
  margin-top: 30px;
  font-weight: 700;
}

.course_block .btn-primary img {
  vertical-align: middle;
}

.status_pending_completed {
  color: #37c771;
  display: inline-block;
  font-size: 14px;
  margin-top: 17px;
  margin-left: 5px;
}

.status_pending_completed h5 {
  font-size: 14px;
  font-weight: 700;
}

.course_block {
  display: inline-block;
}


.course_block_element h3 img {
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}

.with_login h5 img {
  vertical-align: middle;
}

.course_block_element {
  margin-top: 25px;
}

.with_login .progress {
    margin-top: 10px;
    height: 10px;
    border-radius: 10px;
    margin-bottom: 0;
    background: #1717171A;
}

.with_login .progress .progress-bar {
  background-color: #0066FF;
}
.with_login .progress .progress-bar.quiz-progres-bar {
  background-color: #A020F0;
}

.with_login .progess_span_element h5 {
  font-size: 14px;
  color: #777;
  font-weight: 700;
  margin-top: 5px;
}

.with_login .get_certificates {
  text-align: right;
}

.with_login .get_certificates a {
  color: #046dd9 !important;
  border-bottom: 0 !important;
  font-size: 14px !important;
}

.with_login .course_dropdown {
  width: 450px;
  height: 350px;
  overflow-y: scroll;
  border-radius: 10px;
  padding: 15px 20px;
  top: 5px !important;
}



.tooltip.fade {
    opacity: 1;
}

.tooltip .tooltip-inner {
    background: #0066FF;
    color: #fff;
    padding: 5px 10px 4px;
    line-height: 1;
}

/* width */
.with_login .course_dropdown::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.with_login .course_dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

/* Handle */
.with_login .course_dropdown::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 25px;
}

/* Handle on hover */
.with_login .course_dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 25px;
}

.with_login .course_dropdown .lesson_list_block li.lesson_pending {
  background: #ffeded;
  border: 1px solid #ffeded;
}

.with_login .course_dropdown ul li {
  background: #fff;
  border: 1px solid #eee;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
}

.with_login .course_dropdown ul li:hover {
  background: #eee;
  cursor: pointer;
}

.with_login .lesson_list_block h5 {
  color: #585858;
  font-size: 14px;
  font-weight: 500;
}

.with_login .lesson_list_block h6 {
  color: #585858;
  font-size: 14px;
  font-weight: 500;
}

.with_login .lesson_list_block h6 img {
  vertical-align: sub;
}

.with_login .lesson_list_block h3 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: #000;
}

.with_login .course_block h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}
.with_login .course_block h4 {
  text-align: left;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.become_author {
    margin: 50px 0;
    text-align: center;
}
.become_author h2 {
    font-size: 30px;
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.become_author h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    width: 75%;
    margin: 10px auto 40px;
}

.academy_primary_btn {
    display: inline-block;
    background: #0066FF;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #0066FF;
    transition: 0.5s;
}

.academy_primary_btn:hover {
    background: #1247a9;
    color: #fff;
    transition: 0.5s;
}

.academy_secondary_btn {
    background: transparent;
    color: #0066FF;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #0066FF;
    transition: 0.5s;
}

.academy_secondary_btn:hover {
    background: #0066FF;
    color: #fff;
    transition: 0.5s;
}

.chapter_nav_tabs {
  padding: 40px 0 0;
}


.chapter_nav_tabs .dropdown .dropdown-toggle {
  background: transparent;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #0052CC80;

  min-height: 42px;
  color: #000124B2;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.chapter_nav_tabs .dropdown .dropdown-menu {
  max-width: 178px;
  border: 1px solid #0052CC80;
  padding: 10px 0;
  margin-top: 10px;
  border-radius: 8px;
}

.chapter_nav_tabs .dropdown ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    cursor: pointer;
    padding: 0px 10px 3px;
}

#search-article {
    padding-top: 20px;
}

#recent_title {
  font-size: 18px;
  padding: 26px 0 0;
  font-weight: 500;
  border-bottom: 2px solid #1717171A;
  margin-bottom: 20px;
}

.chapter_nav_tabs .dropdown .dropdown-toggle .caret-dropdown {
    width: 12px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}




.lesson_block {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 500;
    min-height: 440px;
    border-radius: 10px;
    transition: 0.5s;
}

.lesson_block .academy_img img {
    border-radius: 8px;
    box-shadow: 0 0 15px #ccc;
}

.lesson_block .academy_details_block {
    padding: 12px 12px 12px;
}

.lesson_block .academy_details_block h6 span {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  background: #0023570D;
  color: #171717B2;
  font-weight: 700;
  font-size: 12px;
}

.lesson_block h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}

.lesson_block h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #171717;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
 min-height: 48px;
}

.lesson_block h3 a {
    color: #000;
}

.lesson_block h3 a:hover {
    border-bottom: 1px solid;
}

.lesson_block p a {
    font-size: 14px;
}

.lesson_block ul {
  margin: 14px 0 4px;
}

.lesson_block ul li {
    display: inline-block;
}

.lesson_block ul li a:hover {
    border-bottom: 1px solid;
}

.lesson_block h5 {
  font-weight: 400;
  margin: 14px 0;
  border-radius: 50px;
  padding: 8px 10px;
  color: #171717;
  font-size: 13px;
  line-height: 15px;
}
.pending-quiz{
  background: #E0243D1A;
}
.pending-quiz .total_score_value {
  color: #E0243D;
  float: right;
  font-weight: 700;
}
.pending-quiz .color{
  color: #E0243D;
  margin-left: 7px;
}


.completed-quiz{
  background: #16C5821A;
}
.completed-quiz img, .not-enrolled img, .pending-quiz img{
  vertical-align: bottom;
}
.completed-quiz .total_score_value {
  color: #16C582;
  float: right;
  font-weight: 700;
}
.completed-quiz .color{
  color: #16C582;
  margin-left: 7px;
}

.not-enrolled{
 background: #FD7E141A;
  text-align: center;
}
.not-enrolled .color{
 color: #FD7E14;
  font-weight: 700;
  margin-left: 7px;
}

.login_lesson_banner_block {
    background: #0066FF;
    padding: 18px 15px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    left: 25%;
    margin-top: 25px;
    font-weight: 200;
    z-index: 99;
}

.login_lesson_banner_block button {
    background: #0050C9;
    color: #fff;
    padding: 6px 15px;
    margin-left: 15px;
    border-radius: 5px;
    font-weight: 200;
}

.login_lesson_banner_block #close_popup {
    padding: 0 5px;
    right: 20px;
    top: 14px;
    cursor: pointer;
    float: right;
}

.login_lesson_banner_block .login_btn {
    display: inline-block;
}
.header-popup {
    text-align: left !important;
    z-index: 9999 !important;
    padding-top: 4px !important;
}
/****** End Course Overview ******/

@media (min-width: 991px) and (max-width: 1155px) {
  .nav-tabs .end-line-added:after {
    width: 43%;
  }
}
@media (min-width: 1152px) and (max-width: 1299px) {
  .subcards {
    min-height: 151px;
  }
}
@media (min-width: 1086px) and (max-width: 1151px) {
  .subcards {
    min-height: 160px;
  }
}
@media (min-width: 991px) and (max-width: 1110px) {
  .subcards h2 {
    font-size: 24px !important;
  }
}
@media (min-width: 993px) and (max-width: 1085px) {
  .subcards {
    min-height: 165px;
  }
}

@media (max-width: 991px) {
 .overview_banner_image{
  margin-top: 25px;
  text-align: center;
 }
}


.tie-container, #tie-wrapper {
    min-height: 650px;
}


@media (min-width: 768px) {
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal_registration_success .modal-body.indi_popup_sucess{
  padding: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

#mc_embed_signup div#mce-responses {
  margin-left: 0px !important;
}
.tie-skin-inverted .dark-modal-dialog .modal-header .close {
  background: transparent;
  color: #fff;
}
.tie-skin-inverted .modal-content {
  background-color: #333;
}
.tie-skin-inverted #mc_embed_signup form {
  background: #333333 !important;
}
.tie-skin-inverted #mce-FNAME:focus,
.tie-skin-inverted #mce-EMAIL:focus {
  background-color: transparent;
  border: 1px solid #abb0b2;
}
.tie-skin-inverted #mc_embed_signup .button {
  background-color: #5c5e60d1 !important;
  border-radius: 6px !important;
  color: #545480;
}
.modal-body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 2px 0 0 0;
  background: transparent;
  padding: 5px 10px 5px 3px !important;
  font-size: 11px !important;
}
#mc_embed_signup #mce-success-response {
  margin-top: 0px;
  padding-top: 4px;
}
#mc_embed_signup #mce-error-response {
  margin-top: 0px;
  padding-top: 4px;
  color: #de3918;
}
.modal-header {
  border-bottom: none;
}
.modal-header .close {
  line-height: 22px;
  float: right;
  margin-right: 18px;
}
.modal-dialog {
  margin-top: 10%;
}
.get-notify h3 {
  font-size: 20px;
  text-align: center;
}
.social-media-notify li {

  margin: 14px 7px;
}
.modal-footer button {
  background: #e04a4a;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
}
.modal-header button {
  font-size: 26px;
  font-weight: 700;
  background: #fff;
  padding-left: 18px;
  color: #000;
}
#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 0px 0 !important;
}
#mc_embed_signup .button {
  background-color: #17233b !important;
  color: #fff !important;
  transition: 0.5s;
  padding: 3px 15px !important;
  height: auto !important;
  font-size: 14px !important;
  font-family: "Mulish", sans-serif !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}
.modal {
  background-color: rgba(100, 100, 100, 0.5);
}
.modal-content {
  z-index: 999999;
}
.course-viewmore {
  white-space: nowrap;
}
.no-records {
  font-size: 24px;
  text-align: center;
  padding: 20px !important;
}
.featured-img img {
  border-radius: 10px;
}
.authordata {
  margin-bottom: 0;
  padding-left: 0px;
}
.dynamic_cat_posts {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
}
.dynamic_cat_posts .featured-img img {
  margin-top: 10px;
}
.dynamic_cat_posts .guide-title h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.steps_lessons {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  color: #687c9f;
}
.get-notify h3 {
  font-size: 20px;
  text-align: center;
}
.cat-maintitle {
  padding: 22px 40px 14px 20px;
}
.form-subscribe {
  padding: 0px;
  margin-bottom: 25px;
}
.allcourses-title {
  font-size: 26px;
  margin-bottom: 4px;
  margin-top: 16px;
  font-weight: 800;
  color: #000;
}
.allcourses-title span {
  font-weight: 300;
}
.subcards {
  background: #efeef1;
  color: #000;
  border-radius: 8px;
  padding: 16px 20px 20px 20px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
}
.main-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}
.fintech-course {
  padding: 30px 20px 30px 20px;
  margin-top: 30px;
}
.fintech-course p {
  display: inline-block;
  float: right;
  font-weight: 500;
  text-decoration: underline;
}
.fintech-course h1 {
  display: inline-block;
  font-size: 28px;
}
.subcards h2 {
  font-size: 28px;
  font-weight: 700;
}
.subcards h6 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px;
  color: #8693ab;
}
.share-notify-icons {
  width: 34px;
}
.subcards p {
  font-size: 13px;
  line-height: 23px;
  color: #8693ab;
}
.guide-cards {
  line-height: 0px;
  border-radius: 10px;
  border: 0;
  margin-bottom: 30px;
}
.guide-title {
  margin-bottom: 5px;
}
.tie-skin-inverted .guide-title p {
  color: #545480;
}
.guide-title p {
  font-size: 16px;
  margin: 6px 0px 22px;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide-title h2 {
  margin-top: 12px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  height: 30px;
  overflow: hidden;
}

.guide-cards img {
  border-radius: 10px 10px 0 0 !important;
}
.allbeginner-post {
  margin: 0px;
}
.steps-allbtns {
  margin: 0px;
  padding: 0px 20px 20px 20px;
}
.stepsbtn button {
  background-color: #3a325b !important;
  border-radius: 8px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400 !important;
  padding: 8px 24px !important;
  box-shadow: none !important;
}
.fintech-course h1 {
  display: inline-block;
  font-size: 26px;
}
.fintech-course p {
  display: inline-block;
  float: right;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 16px;
}
.form-subscribe button {
  background-color: transparent;
  border-radius: 0px 6px 6px 0px;
  color: #7f8da7;
  text-transform: capitalize;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 8px 14px !important;
  float: right;
  height: 47px;
}
.searchfield input,
select {
  border: 0;
  font-size: 15px;
  font-weight: 500;
  color: #a5aec0;
}
#tie-wrapper {

  background: #ffffff;
}
.searchfield {
  width: 100%;
  padding: 0px;
  height: 47px;
  background: #f7f7f7;
  border-radius: 6px;
  font-weight: 600;
  color: #000;
  padding-left: 17px;
  border-right: none;
}
.searchfield input {
  width: 60%;
}

.select-course {
  border-left: 2px solid #cbced8;
  padding-left: 10px;
  border-radius: 0px;
  margin-right: 10px;
  font-weight: 500;
  float: right;
  margin-top: 8px;
}

.newsletter {
  display: flex;
}

.newsletter input:hover,
input[type="text"]:focus {
  background-color: transparent;
}

.sub-form-title {
  font-size: 16px;
  font-weight: 500;
}

.academy-articles {
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
}

.social-media-notify {
  display: flex;
}
.get-notify {
  background: #ffddbf;
  padding: 20px 20px 10px 20px;
  box-shadow: 0 0 8px -5px #000 !important;
  border-radius: 10px;
}
.beginner-bg {
  background: #e1e1e1;
  border-radius: 10px;
  padding-bottom: 10px;
}
.titleunderline {
  width: 48px;
  height: 5px;
  margin-bottom: 20px;
  background: #c83748;
}
.totalunderline {
  background: #fab50a;
  width: 30px;
  height: 4px;
  margin-left: 2px;
}
.post-designs {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
}

.tie-skin-inverted .course-viewmore {
  box-shadow: none;
  white-space: nowrap;
}

.course-details h6 {
  font-size: 15px;
  font-weight: 500;
}
.course-details .steps-data {
  margin-bottom: 3px;
  color: #a3b1c9;
  font-size: 15px;
  font-weight: 500;
}
.nav-tabs {

  position: relative;
}
.recentpost-tab .tie-col-md-4 {
  padding-left: 0px;
}
.featured-img {
  margin: 0px 0px 10px 0px;
}
.course-viewmore {
  background: #687c9f;
  border-radius: 8px !important;
  color: #fff !important;
  padding: 10px 22px 10px !important;
  font-weight: 500;
  white-space: nowrap;
  font-size: 18px;
}
.steps-course .tie-col-md-2 {
  padding-left: 0px;
}
.course-viewmore:hover {
  background: #455879;
}
.course-viewmore a {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
.steps-course .tie-col-md-8 {
  margin-top: 16px;
  margin-bottom: 10px;
}
.subscribe_email button {
  background-color: #d5d5df !important;
  border-radius: 7px;
  color: #576173;
  text-transform: capitalize;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 6px 20px 4px !important;
  height: 38px;
}

.tie-skin-inverted .get-notify {
  background: #363636;
}

#myModal h2 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}

.category_title {
  font-weight: 800;
  color: #000;
  font-size: 28px;
  margin-top: 15px;
}
/* New design css	 */
.academy-section {
  margin-right: 14%;
}
.set-margin {
margin-bottom: 30px;
}
.academy-section {
margin-top: 50px;
}
.academy-section h2 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 0;
    color: #5874B8;
}
.academy-section h2 img {
    width: 46px;
    vertical-align: middle;
}
.academy-section h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 0px;
  color: #000;
}
.academy-section p {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 16px;
    color: #000;
    line-height: 1.5;
}
.searchfield {
background: #f7f7f7;
padding: 6px;
border-radius: 4px;
}
.searchfield input {
width: 90%;
border: 0;
font-size: 14px;
color: #000;
font-weight: 700;
background: transparent !important;
}
.searchfield img {
width: 18px;
vertical-align: middle;
}
.academy-login {
background: #14074d;
text-align: center;
padding: 10px;
border-radius: 4px;
}
.academy-login a {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.banner-image {
text-align: center;
margin-top: 10px;
}
.banner-image img {
width: 60%;
}
.guide-blocks img {
border-radius: 10px;
vertical-align: middle;
margin-top: -1px;
}
.completed_lesson img{
  margin-top: -3px;
}
.guide-blocks h6 {
font-size: 14px;
font-weight: 400;
color: #000000;
}
.guide-blocks .completed_lesson {
  color: #1EA847;
  padding: 0px 4px 2px;
  font-size: 13px;
  border-radius: 5px;
  float: right;
  font-weight: 300;
}
.guide-blocks .total_score_value {
  color: #1EA847;
  float: right;
  font-weight: 300;
}
.guide-blocks .total_score_value img {
position: relative;
display: inline-block;
margin-left: 10px;
vertical-align: sub;
}
.guide-blocks h3 {
font-size: 18px;
margin: 8px 0 12px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
font-weight: 600;
}
.guide-blocks p {
color: #414243;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 400;
margin-bottom: 8px;
}
.guide-blocks a {
color: #0029FF;
font-weight: 300;
font-size: 14px;
}
.guide-blocks {
margin-bottom: 24px;
min-height: 370px;
font-weight: 200;
}
.guide-buttons ul li {
background: #C8C8C8;
padding: 12px 16px 9px;
border-radius: 6px;
margin-right: 16px;
display: inline-block;
}
.guide-buttons ul li img {
width: 20px;
vertical-align: middle;
margin-right: 2px;
}
.guide-buttons ul li a {
font-size: 16px;
font-weight: 400;
color: #565656;
}
.guide-buttons ul li a:hover{
  color: #0f5499;
}
.guide-buttons ul li.active{
background: #33E166;
}
.guide-buttons ul li.active a{
 color: #fff;
}

.btm-line {
width: 100%;
background: #eeeeee;
height: 2px;
margin-bottom: 20px;
}
.tab-content {
padding: 20px 0 0 !important;
}
.academy_background_img_one img{
  border-radius: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.profile_disp_block {
text-transform: capitalize;
}
.profile_disp_block img {
border-radius: 50px;
width: 30px;
}

.score_lesson {
float: right;
color: #007e18;
}
.score_lesson img {
vertical-align: sub !important;
}

.course_status {
font-size: 16px;
float: right;
margin-top: 5px;
}

.chapter_heading h2 {
font-size: 24px;
margin-bottom: 0;
}

.chapter_heading p {
margin-bottom: 15px;
font-size: 16px;
}

.category_desktop_view {
display: block;
}

.category_mobile_view {
display: none;
}

.main_dropdown_select {
text-align: right;
margin-top: 15px;
}

.main_dropdown_select {
text-align: right;
margin-top: 15px;
}

.main_dropdown_select .btn-primary {
background: #136ed5;
padding: 10px 15px;
border-radius: 5px;
color: #fff;
font-size: 16px;
margin-top: 0px;
}

.main_dropdown_select .dropdown-menu {
background: #1c6fd1;
color: #fff;
padding: 10px;
margin-top: 5px;
}

.main_dropdown_select .dropdown-menu li {
padding: 5px;
cursor: pointer;
}

.accordion {
overflow-anchor: none;
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card > .card-header {
border-radius: 0;
margin-bottom: -1px;
}

.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
margin-bottom: 15px;
}
.fade {
transition: opacity 0.15s linear;
}
#accordion .card.collapsed-block{
background: #F4F4F4;
}

@media (prefers-reduced-motion: reduce) {
.fade {
  transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}

#accordion .card-header a {
display: block;
padding: 0.75rem 1.25rem;
color: #000;
}

#accordion .card-header {
background: transparent;
}

#accordion .card-header h2 {
font-size: 22px;
font-weight: 600;
}

#accordion .card {
border: 0;
border-radius: 10px;
margin-bottom: 25px;
box-shadow: 0 0 8px #eee;
}

#accordion .card-header {
border-bottom: 0px;
}

#accordion .dropdown_right {
float: right;
margin-top: 25px;
margin-left: auto;

}

#accordion .dropdown_right img {
margin: 8px;
transition: 0.3s;
width: 32px;
max-width: 32px;
}

#accordion .card-link .dropdown_right img {
rotate: 0deg;
transition: 0.3s;
}

#accordion .card-link.collapsed .dropdown_right img {
rotate: 270deg;
transition: 0.3s;
min-width: 6px;
}
.course-overview{
      display: inline-flex;
}
.course-image{
  max-width: 160px;
}
.course-overview .course-image img{
  width: 100%;
  border-radius: 6px;
    display:none;
}
.course-overview .course-desc{
  align-self:center;
  margin-left: 0px;
}
.course-overview .course-desc h5{
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 4px;
}
.course-overview .course-desc p{
  font-size: 17px;
  font-weight: 300;
  margin-top: 4px;
}
.collapsed .course-overview .course-image img{
  display:block !important;
}
.collapsed .course-overview .course-desc{
  margin-left:16px;
}
.course-small-desc{
  display: flex;
}
.category-beginners-guide .marquee, .category-traders .marquee{
  background: #fff;
}
.login_lesson_banner_block a, .login_lesson_banner_block  .openLoginModal {
  background: #0050C9;
  color: #fff;
  padding: 6px 15px;
  margin-left: 15px;
  border-radius: 5px;
  font-weight: 200;
}
@media (max-width: 1200px) {
  .course-viewmore {
    margin-top: 0px;
  }
  .steps-course .tie-col-md-8 {
    margin-top: 0px;
  }
  .without_login h3 span{
     margin-left: -120px;
  }
}
@media (min-width: 992px) {
  .guide-cards img {
    height: 160px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .guide-cards img {
    border-radius: 10px 10px 0 0 !important;
    height: 260px;
  }
}
@media (max-width: 992px) {
  .maincard,
  .get-notify {
    margin-right: 0px;
  }
  .first-section {
    margin-bottom: 12px;
  }

  .steps-course .tie-col-md-7 {
    margin: 0px;
  }
  .steps_lessons {
    margin-bottom: 0px;
  }
  .guide-title p {
    font-size: 14px;
    -webkit-line-clamp: 2;
    margin: 6px 0px 13px;
  }
  .course-details h6 {
    font-size: 13px;
  }
  .course-details .steps-data {
    font-size: 14px;
  }
  .course-viewmore {
    padding: 6px 16px !important;
    margin-top: 4px !important;
  }
  .guide-title h2 {
    height: 24px;
    font-size: 18px;
    margin-top: 6px;
  }
  .nav-tabs .end-line-added:after {
    display: none;
  }
  .titleunderline {
    margin-right: auto;
    margin-left: auto;
  }
  .no-records {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .main-desc {
    text-align: center;
  }
  .allcourses-title {
    text-align: center;
  }
  .get-notify p {
    text-align: center;
  }
  .maincard .tie-col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .cat-maintitle {
    padding: 28px 18px 30px 18px;
  }

  .form-subscribe {
    padding: 10px 10px !important;
  }
  .maincard {
    padding: 30px 2px 12px 2px;
  }
  .fintech-course p {
    margin-top: 0px;
  }
  .nav-tabs {
    padding: 0px 0px 0px 0px;
  }
  .align-items-center{
      display:block;
  }
  .academy-section {
    margin-right: 0 !important;
}
.with_login{
  margin-top: 20px;
}
}

@media(min-width: 768px) {
    .desktop_view {
       display: block;
    }

    .mobile_view {
        display: none;
    }
}

@media(max-width: 767px) {
    .desktop_view {
       display: none;
    }

    .mobile_view {
        display: block;
    }
	.header-popup .modal-dialog{
		margin: 2% 0 0 !important;
	}
	.header-popup .modal-dialog::-webkit-scrollbar-thumb, .header-popup .modal-dialog::-webkit-scrollbar {
		height:0;
		width:0;
	}
	.modal.header-popup{
		padding-left:0;
	}
}

@media (max-width: 767px) {
  .page-template .marquee{
    background: #fff !important;
  }
  .lastupdated {
    padding-left: 0px;
    text-align: right;
  }
  .featured-img img {
    width: 100%;
  }
  .lessons-sub-titles {
    font-size: 20px;
  }
  .modal {
    padding-top: 20%;
    padding-right: 0 !important;
  }
  .modal .modal-dialog {
    margin-top: 20%;
  }
  .main-content {
    padding: 0 !important;
    margin-top: 0px;
  }
  .chapter_nav_tabs .dropdown .dropdown-toggle .caret-dropdown {
    margin-left: 0px;
    width: 15px;
  }

  .nav-tabs {
    padding: 16px 0px 0px 0px;
    white-space: nowrap;
    overflow: auto;
  }

  #price .tie-row {
    padding: 2px 0px 12px 2px;
  }
  .btnpadding {
    text-align: center;
  }

  .guide-title h2 {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 4px;
  }
  .guide-title p {
    font-size: 15px;
    line-height: 1.7;
  }
  .course-details .steps-data {
    font-size: 14px;
  }
  .course-details h6 {
    font-size: 13px;
  }
  .post-designs,
  .dynamic_cat_posts {
    margin-bottom: 20px;
  }
  .course-details h6 {
    font-size: 13px;
  }
  .course-viewmore {
    padding: 8px 20px !important;
    font-size: 14px !important;
    float: none;
    margin-top: 10px !important;
  }
  .form-subscribe {
    padding: 10px 10px;
  }
  .dynamic-cat .tie-col-md-4 {
    padding: 0px;
  }
  .dynamic-date {
    text-align: right;
  }
  .viewcoursebtn {
    text-align: center;
  }
  .viewcoursebtn .course-viewmore {
    float: none;
    text-align: center;
    margin: 10px 0px;
  }
  .course_completed {
    font-size: 14px;
  }

  .course_completed img {
    width: 24px;
  }
  .without_login p{
	 margin-top: 14px;
	 margin-bottom: 16px;
   }
   .course-overview .course-image img{
    width: 100%;
   }
   #accordion .card-header p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
   }
   .course_status{
        margin-top: 2px;
   }


   .chapter_nav_tabs .nav-tabs.nav-justified {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .lesson_block {
        min-height: auto !important;
        margin-bottom: 14px;
    }
    #stepbystep .lesson_block{
      margin-bottom: 30px;
    }

    .lesson_block h3 {
        font-size: 16px;
    }

    .lesson_block h6 {
        font-size: 14px;
    }

    .lesson_block ul li {
        font-size: 13px;
    }
    .become_author h6 {
        font-size: 14px;
        width: 100%;
    }
    .become_author {
        margin: 20px 0 50px 0;
    }
    .become_author h2 {
        font-size: 24px;
    }

    #recent_title {
        padding: 23px 0 0;
        font-size: 14px;
    }

    .with_login .course_detail {
        padding: 0 0 25px;
    }

    .with_login .course_detail h4 {
        margin-top: 0;
        font-size: 18px;
    }

    .progress_dot_right {
        top: -5px;
    }

    .progress_dot_left {
        top: -5px;
    }

    .with_login .progress {
        margin-top: 10px;
    }
    .with_login .course_detail li{
      padding: 10px 14px;
    }
    .with_login .course_detail span {
      font-size: 14px;
    }

}


@media (max-width: 580px) {
  .main-desc {
    font-size: 15px;
  }
  .modal {
    padding-top: 26%;
  }
  .course_status {
    margin-top: 3px;
  }
  .course_status {
    font-size: 14px;
  }
  .course_block h5{
    margin-top: 20px;
    font-size: 16px;
  }
  .overview_banner_image .overlay_content .primary-button{
    width: auto;
  }
}
@media (max-width: 480px) {
    .login_lesson_banner_block span {
        right: 5px;
        top: 5px;
    }
}
@media (max-width: 440px) {
  .allcourses-title {
    font-size: 22px;
  }
  #myModal h2 {
    font-size: 17px !important;
  }
  .subscribe_email button {
    font-size: 12px;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 34px;
    margin-top: 0px;
  }
  .fintech-course h1 {
    display: inline-block;
    font-size: 18px;
  }
  .form-subscribe button {
    padding: 8px 14px !important;
  }

  .guide-title h2 {
    height: 56px;
  }
  .searchfield {
    padding-left: 6px;
  }
  .subscribe_email button {
    font-size: 12px;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 34px;
    margin-top: 0px;
  }
  .res-subcards {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .lastupdated {
    display: contents;
    text-align: right;
  }
  .authordata {
    padding-left: 0px;
  }
  .course-viewmore {
    margin-top: 10px;
  }
  .dynamic-date {
    text-align: right;
    display: contents;
  }
}

@media (max-width: 767px) {
    .login_lesson_banner_block #close_popup {
        right: 5px;
        top: 0;
    }
    .subtitle{
      font-size: 20px;
      line-height: 22px;
    }

    .login_lesson_banner_block button {
        margin-left: 0;
        display: inline-block;
        margin-top: 10px;
    }
  .category_desktop_view {
    display: none;
  }

  .category_mobile_view {
    display: block;
  }

  .category_mobile_view .slick-next,
  .category_mobile_view .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 25%;
    z-index: 99;
  }
  .category_mobile_view .slick-prev {
    left: 0px;
  }
  .category_mobile_view .slick-next {
    right: 0px;
  }
  .category_mobile_view .slick-list {
    width: 100% !important;
  }
  .category_mobile_view .slick-slider {
    margin-bottom: 0;
  }
  .category_mobile_view .chapter_heading h2 {
    font-size: 20px;
  }
  .chapter_heading p {
    font-size: 14px;
  }
  .academy-section {
    text-align: center;
    margin-top: 50px;
  }
  .searchfield {
    max-width: 330px;
    margin: auto;
  }
  .academy-section h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .academy-section h1 {
    font-size: 28px;
  }
  .academy-section p {
    font-size: 14px;
  }
  .without_login {
    padding: 15px;
  }
  .without_login h3 {
    font-size: 20px;
  }
  .without_login p {
    font-size: 14px;
  }
  .without_login button {
    padding: 8px 13px 9px;
    font-size: 15px;
    min-width: 110px;
  }
  .guide-blocks {
    min-height: auto;
  }
  .guide-buttons .nav-justified {
    overflow: auto;
    white-space: nowrap;
  }
  .guide-tabs {
    overflow-y: hidden;
    float: unset;
    margin-top: 0;
    margin-left: 0;
  }
  .guide-buttons ul li a {
    font-size: 13px;
  }
  .guide-buttons ul li img {
    width: 16px;
  }
  .guide-buttons ul li {
    margin-right: 10px;
    padding: 9px 12px 7px;
  }
  .guide-blocks h3 {
    font-size: 16px;
  }
  .guide-blocks h6 {
    font-size: 13px;
  }
  .guide-blocks p {
    font-size: 13px;
  }
  .guide-blocks a {
    font-size: 13px;
  }
    .chapter_nav_tabs .dropdown .dropdown-toggle {
      padding: 6px 11px;
      font-size: 14px;
    }
  .with_login h4 {
    font-size: 24px;
    margin-top: 15px;
  }
  .course_block .btn-primary {
    font-size: 12px;
    margin-top: 22px;
  }
  .course_block .btn-primary img {
    width: 14px;
  }
  .status_pending_completed h5 {
    font-size: 12px;
  }
  .with_login h2 img {
    width: 28px;
  }
  .with_login h2 {
    font-size: 15px;
  }
  .with_login h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .course_block_element {
    margin-top: 14px;
  }
  .course_block_element h3 img {
    width: 20px;
  }
  .with_login .progess_span_element h5,
  .with_login .get_certificates a {
    font-size: 13px;
  }
  .with_login .course_dropdown {
    width: 100%;
    padding: 12px 15px;
  }
  .with_login .course_block h3 {
    font-size: 15px;
    padding-bottom: 0px;
  }
  .with_login .lesson_list_block h6 {
    font-size: 13px;
  }
  .with_login .course_block h4 {
    font-size: 12px;
  }
  .with_login .lesson_list_block h6 img {
    width: 13px;
  }
  .with_login .lesson_list_block h5 {
    font-size: 13px;
  }
  .without_login h3 span {
    width: 70px;
    margin-left: -109px;
    margin-top: 33px;
  }
  #accordion .card-header h2 {
    font-size: 18px;
  }
  .lesson_block ul {
    margin: 12px 0 0px;
  }

    .lesson_block ul li.published_date, .author-name a{
            font-size:12px;
    }
}

@media (max-width: 480px) {
  .course-overview{
    flex-direction: column-reverse;
  }
  .collapsed .course-overview .course-desc {
  margin-left: 0px !important;
  margin-bottom: 12px;
  }
    .login_lesson_banner_block #close_popup {
        right: 5px;
        top: 5px;
    }

    .login_lesson_banner_block {
        font-size: 14px;
        width: 100%;
        position: relative;
        left: 0;
        margin-top: 10px;
    }

    .login_lesson_banner_block #close_popup {
        padding: 5px;
        position: absolute;
        right: 5px;
        top: 0;
    }

  .course-overview .course-desc p{
          font-size: 15px;
  }
  #accordion .dropdown_right img{
    max-width: 22px;
  }
  .course-small-desc .dropdown_right{
    max-width: 24px;
  }
  .course-image{
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .searchfield input {
    color: #000 !important;
    font-size: 13px !important;
  }
  .searchfield img {
    width: 14px;
  }
}

@media (max-width: 379px) {

  .with_login {
    padding: 14px;
  }
}
@media (min-width: 297px) and (max-width: 350px) {
  .guide-blocks .completed_lesson img, .guide-blocks .total_score_value img{
    width: 13px;
  }
  .guide-blocks .completed_lesson{
    font-size: 11px;
    padding: 1px 2px 2px;
  }
  .guide-blocks h6 {
    font-size: 11px;
}
.completed_lesson img {
  margin-top: -2px;
}
}
@media (max-width: 296px) {
  .course_status{
    padding-top: 6px;
  }
  .guide-blocks .completed_lesson img, .guide-blocks .total_score_value img{
    width: 12px;
  }
  .guide-blocks .completed_lesson{
    font-size: 10px;
    padding: 1px 0 0;
  }
  .completed_lesson img {
    margin-top: -2px;
}
  .guide-blocks h6 {
    font-size: 10px;
}

}
/* Ends New design css	 */


/************** chapters tabs *****************************/
.guide-tabs {
  padding: 38px 0 26px;
}

.guide-tabs li {
  display: inline-block;
}

.guide-tabs li a {
  border: 1px solid #1717171A;
  border-radius: 8px;
  padding: 10px 14px;
  margin-right: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #171717;
}
.guide-tabs li a.active {
  background: #010136;
  color: #fff;
}
#recentupdate .lesson_block{
  min-height: 340px;
}
#recentupdate .lesson_block ul{
  margin: 0px 0 0px;
}
@media (min-width:1101px) and (max-width:1299px) {
  .lesson_block{
    min-height: 410px;
  }
  #recentupdate .lesson_block {
    min-height: 300px;
}
}
@media (min-width:991px) and (max-width:1100px) {
  .lesson_block{
    min-height: 380px;
  }
  #recentupdate .lesson_block {
    min-height: 290px;
}

}
@media (max-width:790px) {
  .guide-tabs {
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
  }
}

@media (max-width:768px) {

  .guide-tabs li {
      font-size: 12px;
      margin: 12px 6px 0px 0;
  }

  .guide-tabs li a {
      padding: 9px 11px;
      margin-right: 12px;
      font-size: 13px;
  }



  .guide-tabs {
      padding: 14px 0 14px;
  }
}
