.header_language_area ul li a,
.section__title .title span:not(.svg-icon) {
  color: var(--tg-common-color-white);
}
.preview-avatar {
  height: 100px !important;
  width: 100px !important;
  object-fit: cover;
}
.modal-dialog {
  z-index: 111111;
}
.btn-hight-basic {
  height: 50px;
}
.btn-group {
  display: flex;
}
.btn-check,
.dashboard_courses .dropdown .dropdown-toggle::after,
.invoice hr,
.list-wrap li::after,
.video_qna.hide_qna_list .qna_list_area,
div.switcher label input {
  display: none;
}
.btn-group label {
  font-weight: 400 !important;
  font-size: 16px !important;
  margin: 0 5px 0 0 !important;
  padding: 10px !important;
}
.btn-check:checked + label {
  background-color: #5751e1;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
}
.btn-check:not(:checked) + label {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
}
#basic-addon1 {
  padding: 11px;
  background: #5751e1;
  cursor: pointer;
}
#basic-addon1 a,
.basic-button i,
.icon-container i {
  color: #fff;
}
.file-manager-label {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  color: var(--tg-heading-color);
  cursor: pointer;
}
.form-grp select,
textarea {
  background-color: transparent;
  border: 2px solid #e6e3f1;
  color: var(--tg-heading-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 6px;
  outline: 0;
  padding: 10px 37px 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.form-grp textarea {
  min-height: 140px;
  max-height: 140px;
}
.normal-text p {
  margin: 1px;
}
.form-file-manager-label,
.toggle-label {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  color: var(--tg-heading-color);
  cursor: pointer;
}
.bold-text,
.nice-select .option.selected {
  font-weight: 600;
}
.input-group .form-control {
  width: auto !important;
}
.input-group span {
  color: #ffff;
}
.tox-promotion-link,
.vimeo .vjs-poster {
  display: none !important;
}
.preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.54);
  z-index: 100;
}
.file-info,
.loader-icon,
.loader-icon-two.player {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.loader-icon img,
.loader-icon-two img {
  width: 70px;
  height: auto;
  transition: width 0.5s;
  animation: 2s infinite pulse;
}
.preloader-two {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.659);
  z-index: 10;
}
.preloader-two-fixed {
  position: fixed;
}
.loader-icon-two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.wsus_reply_content,
div.switcher + div.switcher {
  margin-top: 10px;
}
.accordion-body.course-content,
div.switcher label {
  padding: 0;
}
div.switcher label * {
  vertical-align: middle;
}
div.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 26px;
  background: var(--bs-gray);
  border: 2px solid var(--bs-gray);
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
div.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  left: 0;
}
div.switcher label input:checked + span {
  background: #5751e1;
  border-color: #5751e1;
}
div.switcher label input:checked + span small {
  left: 50%;
}
.select2.select2-container {
  width: 100% !important;
}
.select2-selection.select2-selection--multiple {
  height: 50px !important;
  border: 2px solid #e6e3f1 !important;
  border-radius: 6px;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 14px !important;
  margin-left: 17px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5751e1 !important;
  color: #fff;
}
.select2-selection.select2-selection--single {
  height: 45px !important;
}
.form-grp
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px !important;
}
.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.form-check-input[type="checkbox"]:checked {
  transform: scale(1.2);
}
.form-check-label {
  margin-left: 10px;
  font-size: 16px;
}
.bold-text,
.courses__curriculum-wrap .accordion-button,
.instructor__details-Skill h5,
.item-action a i {
  font-size: 18px;
}
.select2-result-repository__avatar {
  width: 50px;
  margin-right: 15px;
}
.select2-result-repository.clearfix {
  display: flex !important;
}
.accordion-button.course-section-btn {
  padding: 20px;
  border-radius: 0 !important;
  width: auto !important;
}
.accordion_header_content,
.latest-comments .comments-text .avatar-name {
  justify-content: space-between;
}
.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #5751e1;
  border-radius: 50%;
}
.bold-text {
  font-family: Inter, sans-serif;
  color: #161313;
}
.accordion-item.course-section {
  margin-bottom: 15px;
  border: 1px solid #80808070 !important;
}
.card.course-section-item {
  padding: 14px;
}
.item-action {
  min-width: 150px;
  margin-right: 15px;
  justify-content: right;
  align-items: center;
}
.course-quiz-btn {
  width: auto;
  max-width: 700px;
}
.create_couese_item .item-action {
  min-width: auto;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.dashboard__counter-item .content .count,
.item-action a:hover,
b.text-highlight {
  color: #5751e1;
}
.live-class-btn,
.small-more-btn {
  padding: 5px 8px !important;
  box-shadow: none;
}
.live-class-btn {
  border: none;
  font-size: 14px;
}
.action-item {
  margin-right: 8px;
  cursor: pointer !important;
}
.dropdown.action-item {
  margin-top: 6px;
}
.accordion-button.course-quiz-btn.collapsed {
  padding: 13px !important;
}
.remove-answer i {
  color: red;
}
.remove-answer {
  border: none;
  background-color: transparent;
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow-y: scroll;
}
.instructor-avatar,
.wsus_lesson_qna_list .wsus_thumbnail {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.coupon-discount span {
  color: #161439 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.wsus__single_payment {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 5px;
  overflow: hidden;
  background: #faf6f3fa;
  display: block;
  transition: 0.3s linear;
  margin-top: 25px;
  height: 100px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.wsus__single_payment img {
  border-radius: 4px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
}
.iframe-video {
  width: 100%;
  height: 680px;
}
.player-placeholder {
  position: relative;
  height: 680px;
}
.preloader-two.player {
  background-color: rgba(193, 193, 193, 0.44);
  z-index: 1;
}
.accordion-body.course-content .form-check {
  padding: 12px 10px 12px 34px;
  margin-bottom: 5px;
}
.accordion-body.course-content .form-check:hover {
  background: #e9e9e9;
}
.item-active {
  background: #e9e9e9 !important;
}
.resource-file {
  position: relative;
  width: 100%;
  height: 600px;
}
.file-info img {
  width: 115px;
}
.file-info p {
  margin: 0 0 5px;
}
.file-info .text-center {
  border: 1px dashed gray;
  padding: 31px;
  border-radius: 5px;
}
.course .circle input {
  height: 18px;
  width: 18px;
}
.card.ans-body {
  padding: 10px;
}
.question-container {
  margin-top: 100px;
}
.card-title.count {
  font-size: 45px;
  font-family: arial;
  font-weight: bolder;
}
.info-col img {
  width: 100px;
  margin-top: 29px;
}
.correct-ans {
  background: #d1e7dd;
}
.wrong-ans {
  background: #f8d7da;
}
.basic-button {
  background: #5751e1;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.certificate.fas.fa-download {
  font-size: 14px;
  color: #fff;
}
.w_60px {
  width: 60px !important;
}
.h_60px {
  height: 60px !important;
}
.faq__area.about {
  padding: 120px 0;
  margin-top: 0;
}
.w_150px {
  width: 150px !important;
}
.form-control,
.form-control.file-manager-input {
  border: 2px solid #e6e3f1 !important;
}
.input-group {
  margin-top: 3px;
}
.header-social a img {
  width: 16px;
}
.brand__item a img {
  max-width: 160px;
}
.testimonial__author-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.logo a img {
  max-width: 250px;
}
.course-section-item .item-action {
  min-width: 70px !important;
}
textarea {
  text-transform: none !important;
}
.about__content ol,
.about__content ul,
.about__content-four ol,
.about__content-four ul,
.about__content-six ol,
.about__content-six ul,
.choose__content-four ol,
.choose__content-four ul,
.choose__content-two ol,
.choose__content-two ul,
.wsus_content-box ol,
.wsus_content-box ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}
.about__content ol li,
.about__content ul li,
.about__content-four ol li,
.about__content-four ul li,
.about__content-six ol li,
.about__content-six ul li,
.blog__details-content ol li,
.blog__details-content ul li,
.choose__content-four ol li,
.choose__content-four ul li,
.choose__content-two ol li,
.choose__content-two ul li,
.wsus_content-box ol li,
.wsus_content-box ul li {
  position: relative;
  padding-left: 45px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  margin: 0;
}
.about__content ol li::after,
.about__content ul li::after,
.about__content-four ol li::after,
.about__content-four ul li::after,
.about__content-six ol li::after,
.about__content-six ul li::after,
.blog__details-content ol li::after,
.blog__details-content ul li::after,
.choose__content-four ol li::after,
.choose__content-four ul li::after,
.choose__content-two ol li::after,
.choose__content-two ul li::after,
.wsus_content-box ol li::after,
.wsus_content-box ul li::after {
  position: absolute;
  content: "\f054";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--tg-heading-color);
  background: var(--tg-theme-secondary);
  border: 1px solid #282568;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 4px 3px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  top: -1px;
  left: 0;
}
.header_language_area .droap_language,
.user_icon .menu_user_list {
  top: 100%;
  box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  transition: 0.3s linear;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.about__content ul li:hover::after,
.about__content-four ul li:hover::after,
.about__content-six ul li:hover::after,
.choose__content-four ul li:hover::after,
.choose__content-two ul li:hover::after,
.wsus_content-box ul li:hover::after {
  box-shadow: none;
}
.courses-area .section__title-wrap,
.courses-area-six .section__title-wrap,
.courses-area-two .section__title-wrap {
  margin: 0 0 50px;
}
@media (max-width: 767.98px) {
  .courses-area .section__title-wrap,
  .courses-area-six .section__title-wrap,
  .courses-area-two .section__title-wrap {
    margin: 0 0 40px;
  }
  .courses-area {
    padding: 50px 0;
  }
}
@media (max-width: 1199.98px) {
  .courses-area .section__title-wrap,
  .courses-area-six .section__title-wrap,
  .courses-area-two .section__title-wrap {
    margin: 0 0 30px;
  }
  .home_business .testimonial__img-four .business_testimonial_img {
    margin-left: 0 !important;
  }
}
body {
  overflow-x: hidden !important;
}
.breadcrumb__content .title,
.courses__details-content .nav-tabs .nav-link {
  text-transform: capitalize;
}
.header_language_area .droap_language li a:hover,
.mobile_menu_login li a,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.qna_details_area .flow:hover,
.qns_details_list_item .dot ul li a:hover,
.user_icon .menu_user_list li a:hover,
.video_about table tr td p a,
.video_qna_list_item .text a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__top {
  background-color: var(--tg-common-color-black);
}
.header_language_area {
  gap: 20px;
}
.header_language_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.course_shorting,
.header_language_area ul li,
.yoga_why_choose {
  position: relative;
}
.header_language_area ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--tg-heading-font-family);
}
.header_language_area ul li a span {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: -4px;
}
.header_language_area ul li a span img,
.wishlist .page-item:last-child .page-link {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header_language_area ul li:hover > a {
  color: var(--tg-theme-secondary);
}
.header_language_area .droap_language {
  left: -15px;
  margin-top: 2px;
  background: var(--tg-common-color-white);
  padding: 10px 15px;
  min-width: 150px;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transform: scale(1, 0);
  transform-origin: 0 0;
  display: block;
  z-index: 99;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.header_language_area .droap_language li a {
  color: var(--tg-heading-color);
  padding: 7px 0;
}
.nice-select .option.disabled,
.nice-select .option.selected {
  color: var(--tg-common-color-black);
}
.header_language_area .droap_language li a span img {
  border: 1px solid #ddd;
}
.header_language_area ul > li:hover .droap_language {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header_language_area ul li.currency .droap_language {
  min-width: 100px;
}
.tgmobile__menu .header_language_area {
  padding: 10px 15px;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  background: var(--tg-common-color-gray);
}
.pagination-wrap .page-item span,
.pagination-wrap .page-link,
.pagination__wrap ul li span {
  background: #e6e9ef;
  font-weight: var(--tg-fw-medium);
  font-family: var(--tg-heading-font-family);
}
.tgmobile__menu .header_language_area ul {
  gap: 10px;
  width: 100%;
}
.qns_details_list_item .dot ul li a,
.tgmobile__menu .header_language_area ul li a,
.video_qna_list_item .text ul li a:hover {
  color: var(--tg-heading-color);
}
.tg-header__top .header_language_area ul .nice-select {
  background: 0 0;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #eeeeee40 !important;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 0;
  width: 90px;
}
.tg-header__top .header_language_area ul .nice-select:after {
  border-bottom: 1px solid var(--tg-common-color-white);
  border-right: 1px solid var(--tg-common-color-white);
  height: 6px;
  width: 6px;
  right: 3px;
}
.tg-header__top .header_language_area ul span.current {
  color: var(--tg-common-color-white);
  opacity: 0.9;
}
.tg-header__top .tg-header__top-social li:first-child {
  opacity: 0.9;
}
.tg-header__top .header_language_area ul .list {
  gap: 0 !important;
  min-width: 110px;
  margin-top: 12px;
}
.tg-header__top .header_language_area ul .option {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.tg-header__top .tgmenu__search-form .form-select {
  padding: 0;
}
.tgmenu__search .nice-select {
  height: auto;
  line-height: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
.tgmenu__search-form .select-grp {
  padding: 6px 0 6px 17px !important;
  width: 170px !important;
}
.tgmenu__search-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  background-image: none !important;
}
.tgmenu__search .form-select {
  --bs-form-select-bg-img: none;
}
.tgmenu__search .nice-select:after {
  height: 6px;
  width: 6px;
  right: 20px;
  border-bottom: 1px solid var(--tg-common-color-black);
  border-right: 1px solid var(--tg-common-color-black);
}
.pagination-wrap .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 0;
}
.pagination-wrap .page-item span,
.pagination-wrap .page-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -ms-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  font-size: 18px;
  color: var(--tg-heading-color);
  border: none !important;
}
.courses__nav .courses-button-prev,
.pagination__wrap ul li span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.pagination-wrap .page-link:hover,
.pagination-wrap li.active .page-link {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}
.pagination-wrap .page-item i,
.pagination-wrap .page-item span i {
  font-size: 13px;
}
.latest-comments .comments-text .avatar-name .date {
  display: inline-block;
  margin-left: 10px !important;
}
.latest-comments .comments-text,
.wsus__course_video .review-author-content {
  width: 100%;
}
.cart__table tr {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.cart__table tr th {
  background: var(--tg-common-color-gray-2);
  border-bottom: 1px solid var(--tg-common-color-gray-2);
}
.cart__table tr td,
.cart__table tr th {
  padding: 0;
}
.cart__table td.product__thumb {
  width: 130px;
  min-width: 100px;
  height: 110px;
  padding: 10px 0;
}
.cart__table .product__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cart__table .product__thumb a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: 100%;
}
.cart__table .product__name a {
  color: var(--tg-common-color-black);
  font-size: 18px;
  font-weight: 600;
}
.cart__collaterals-wrap {
  height: auto !important;
  border-radius: 10px !important;
}
.cart__collaterals-wrap .list-wrap li {
  padding: 12px 5px !important;
}
.blog__details-content ol,
.blog__details-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 35px;
}
.list-wrap li {
  list-style: none;
  padding: 0 !important;
}
.dashboard__sidebar-menu .list-wrap li {
  padding-bottom: 10px !important;
}
.dashboard_courses .courses__item:hover {
  filter: none;
  -webkit-filter: none;
}
.google_drive_modal .modal-content,
.tgmenu__search-form .form-select {
  background: 0 0;
}
.tgmenu__search-form input {
  padding: 12px 50px 12px 20px;
}
.tgmenu__action .user_icon {
  padding-right: 0;
}
.tgmenu__action .user_icon a img {
  width: 18px;
}
.tgmenu__action .user_icon:hover > a {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.tgmenu__action .user_icon:hover a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7414%)
    hue-rotate(155deg) brightness(90%) contrast(118%);
}
.user_icon .menu_user_list {
  padding: 15px 15px 15px 25px;
  width: 220px;
  right: 0;
  z-index: 9;
  margin-top: 15px;
  border-radius: 6px;
  background: var(--tg-common-color-white);
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.user_icon .menu_user_list li a {
  line-height: 2.7;
  display: block;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.courses__nav .courses-button-prev,
.courses__sidebar_area.show .courses__sidebar_button h4,
.home4_slider__area .slider__content .title span:not(.svg-icon) {
  color: var(--tg-common-color-white);
}
.user_icon:hover .menu_user_list {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.user_icon .menu_user_list::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  right: 10px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #d4d1f9;
}
.tgmenu__action > ul li:first-child {
  margin-left: 0;
}
.mobile_menu_login {
  list-style: none;
  gap: 10px;
  justify-content: center;
  padding: 0;
  margin: 0 15px 15px;
  border-radius: 6px;
}
.mobile_menu_login li {
  width: 48%;
}
.mobile_menu_login li a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s linear;
  display: block;
  text-align: center;
  padding: 7px 5px;
  background: var(--tg-common-color-gray-2);
  border-radius: 6px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.dashboard_courses .dropdown .dropdown-toggle:hover,
.mobile_menu_login li a:hover,
.qns_details_list_item .dot:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.courses__details-thumb a,
.tgmobile__menu .nice-select .current,
.tgmobile__search input {
  color: var(--tg-common-color-black-3);
}
.tgmobile__search {
  padding: 0 15px 15px;
}
.tgmobile__search form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tgmobile__search .form-select {
  width: 100% !important;
  font-size: 15px;
  padding: 9px 13px;
}
.tgmobile__search input {
  padding: 10px 45px 10px 14px;
  height: 42px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.tgmobile__search button {
  top: 75px;
  right: 13px;
}
.tgmobile__menu .nice-select:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  right: 16px;
  height: 6px;
  width: 6px;
}
.about__enrolled.students.aos-init.aos-animate {
  bottom: 311px;
  left: -18px;
}
.banner__student.instructor.aos-init.aos-animate {
  right: -4%;
  top: 70%;
}
.highlight {
  display: inline-block !important;
  font-weight: var(--tg-fw-semi-bold) !important;
  background-color: var(--tg-theme-secondary);
  border-radius: 16px 15px 35px 35px;
  clip-path: polygon(
    50% 0,
    100% 10%,
    100% 10%,
    94% 93%,
    50% 100%,
    6% 93%,
    0 10%,
    0 10%
  );
  padding: 0 20px 8px !important;
  line-height: 51px;
}
.brand-area {
  margin-left: -5px;
  margin-right: -5px;
}
.brand-area-two {
  margin-top: -80px;
}
.courses__item-content-two {
  padding: 0 25px 20px 0;
  position: relative;
}
.courses__item-content-bottom > .author-two a img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.courses__nav .courses-button-prev,
.courses__sidebar_area.show .courses__sidebar_button {
  background: var(--tg-theme-primary);
}
.courses__item-bottom-two {
  border-top: 1px solid #b5b5c3;
  padding: 13px 25px 0 0;
}
.courses__nav .courses-button-prev {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  line-height: 0;
  font-size: 24px;
  border: 1.2px solid var(--tg-common-color-black-3);
  box-shadow: -3.6px 2.4px 0 0 #23232b;
  position: absolute;
  left: -90px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .courses__nav .courses-button-prev {
    left: -15px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .courses__nav .courses-button-prev {
    left: -50px;
    width: 45px !important;
    height: 45px !important;
    font-size: 20px !important;
  }
  .courses__nav .courses-button-next {
    right: -50px !important;
    width: 45px !important;
    height: 45px !important;
    font-size: 20px !important;
  }
  .google_drive_modal .modal-dialog {
    max-width: 1000px !important;
  }
  header .xl_container {
    max-width: 1300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .courses__nav .courses-button-prev {
    left: -11px;
    width: 35px !important;
    height: 35px !important;
    font-size: 16px;
  }
  .courses__nav .courses-button-next {
    right: -11px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.99px) {
  .courses__nav .courses-button-prev {
    left: -25px;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
  }
  .courses__nav .courses-button-next {
    right: -25px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
  }
}
.courses__sidebar_button {
  position: relative;
  padding: 20px;
  background: var(--tg-common-color-gray-2);
  border-radius: 10px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.courses__sidebar_button h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.courses__sidebar_button::after,
.courses__sidebar_button::before {
  background: var(--tg-common-color-black);
  transition: 0.3s linear;
  position: absolute;
  content: "";
}
.courses__sidebar_button::after {
  width: 16px;
  height: 2px;
  top: 50%;
  right: 11px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.courses__sidebar_button::before {
  width: 2px;
  height: 15px;
  top: 26px;
  right: 26px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.courses__sidebar_area.show .courses__sidebar_button::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.courses__sidebar_area.show .courses__sidebar_button::after,
.courses__sidebar_area.show .courses__sidebar_button::before,
.wsus-wishlist-btn.common-white:hover {
  background: var(--tg-common-color-white);
}
.courses__details-thumb {
  margin-bottom: 30px;
  position: relative;
}
.courses__details-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: var(--tg-theme-secondary);
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  font-size: 22px;
}
.courses__details-thumb a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--tg-theme-secondary);
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
  animation: 1.7s linear infinite play_animi;
  -webkit-animation: 1.7s linear infinite play_animi;
}
@keyframes play_animi {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
.courses__details-thumb img {
  max-height: 640px;
}
.courses__details-content .courses__item-meta {
  margin-bottom: 10px !important;
}
.courses__overview-wrap {
  padding: 35px 40px 25px;
}
.courses__curriculum-wrap .course-item {
  padding: 13px 15px !important;
}
.courses__details-meta {
  padding-bottom: 15px;
}
.courses__instructors-thumb img {
  width: 225px;
  height: 225px;
  object-fit: cover;
}
.courses__information-wrap .list-wrap li {
  padding-bottom: 15px !important;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.courses__information-wrap .list-wrap li.d-block svg {
  margin-right: 11px;
}
.courses__information-wrap .list-wrap li .course-level-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
}
.courses__information-wrap .list-wrap li .course-level-list .level {
  display: inline-block !important;
  width: auto;
  margin: 0;
  background: #5751e11c;
  padding: 4px 10px 5px;
  color: var(--tg-theme-primary);
  border-radius: 3px;
}
.course-language-list span {
  background: #5751e11c;
  padding: 4px 10px 5px;
  color: var(--tg-theme-primary) !important;
  border-radius: 3px;
  margin-top: 7px;
  margin-left: 0 !important;
}
.course-language-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
  padding-left: 36px;
}
.all-courses-area .pagination-wrap,
.video_qna_list {
  margin-top: 30px;
}
.courses__overview-wrap h1,
.courses__overview-wrap h2,
.courses__overview-wrap h3 {
  font-size: 24px;
}
.courses__overview-wrap h4,
.courses__overview-wrap h5,
.courses__overview-wrap h6 {
  font-size: 20px;
}
.courses__overview-wrap ol li,
.courses__overview-wrap ul li {
  position: relative;
  margin-top: 10px;
}
li.level-wrapper b {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.nice-select .option:hover {
  background-color: var(--tg-theme-primary) !important;
  color: #fff !important;
}
.nice-select .option {
  color: #000;
}
.level-wrapper {
  display: flex;
  justify-content: space-between;
}
.shine__animate-link {
  height: 170px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.shine__animate-link.blog {
  height: 224px;
}
.testimonial__nav button {
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--tg-common-color-dark);
  width: 50px;
  height: 50px;
}
.instructor__details-thumb,
.instructor__thumb,
.instructor__thumb a {
  border-radius: 50%;
  overflow: hidden;
}
.instructor__thumb a,
.instructor__thumb::before,
.testimonial__item-five .testimonial__author-thumb img {
  height: 100%;
  width: 100%;
}
.instructor__thumb {
  width: 185px;
  height: 185px;
}
.instructor__thumb a {
  display: block;
}
.instructor__thumb a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.instructor__thumb-three {
  flex-wrap: wrap;
  max-width: 465px;
  min-height: 450px;
  max-height: 450px;
  overflow: hidden;
}
.instructor__details-thumb {
  height: 250px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 1;
}
.instructor__details-thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(156deg, #f7f6f9 10.62%, #e9f5f5 90.16%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.instructor__details-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.instructor__details-content .badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  gap: 10px 20px;
  margin-bottom: 15px;
}
.instructor__details-content .badges li {
  width: 70px;
}
.instructor__details-content > .list-wrap {
  margin-bottom: 20px !important;
}
.wsus__course_header_btn,
.wsus__course_sidebar_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--tg-common-color-white);
  color: var(--tg-common-color-blue);
  position: absolute;
  top: 22px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  display: none;
}
.wsus__course_header_btn:hover,
.wsus__course_sidebar_btn:hover {
  background-color: var(--tg-common-color-black-2);
  color: var(--tg-common-color-white);
}
.wsus__course_sidebar_btn {
  background: var(--tg-common-color-red);
  color: var(--tg-common-color-white);
  top: 10px;
  right: 10px;
}
.wsus__course_sidebar_btn:hover {
  background: var(--tg-common-color-blue);
}
.video_qna_list_item,
.wsus__course_video .review-part {
  display: flex;
  flex-wrap: wrap;
  background: #ebeaff33;
  padding: 25px;
  margin-top: 20px;
  border: 1px solid;
  border-radius: 10px;
}
.wsus__course_video .review-holder p.text-center {
  margin-bottom: 0;
}
.wsus__course_video .video_review .course-review-head {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  width: 100%;
}
.announcement_item {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.announcement_item span {
  display: block;
  margin-bottom: 10px;
  color: var(--tg-common-color-indigo);
}
.fact__inner-wrap {
  padding: 70px;
}

@media (max-width: 767.98px) {
    .fact__item .count {
        font-size: 30px !important;
    }
}
.fact__item .count {
  font-size: 46px;
}
.fact__item,
.instructor__details-Skill .title {
  margin-bottom: 30px;
}
.fact__item-wrap {
  flex-wrap: wrap;
  gap: 110px;
  gap: 80px;
}
.fact__item-wrap .fact__item::before {
  right: -45px;
}
.features__icon-two {
  padding: 15px;
}
.features__icon-two img,
.features__icon-two svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(82deg) brightness(105%) contrast(105%);
}
.faq__img img {
  max-width: 370px;
}
.blog__post-meta .list-wrap {
  flex-direction: row;
}
.blog__details-thumb img {
  max-height: 600px;
  width: 100% !important;
  height: 100% !important;
}
.blog__details-bottom .tg-post-tag .list-wrap {
  flex-wrap: wrap;
  flex-direction: row;
}
.pagination__wrap ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50% !important;
  font-size: 18px;
  color: var(--tg-heading-color);
}
.page-item.active span {
  background: var(--tg-theme-primary) !important;
  border: 1px solid var(--tg-theme-primary) !important;
}
.newsletter__img-wrap {
  max-width: 430px;
}
.newsletter__form form input {
  border: 1px solid var(--tg-common-color-dark-2);
  background: var(--tg-common-color-dark-2);
}
.dashboard__instructor-info {
  background-color: #00000026;
  border-radius: 10px;
}
.dashboard__instructor-info-left .thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.dashboard__review-table tbody tr td > a {
  background: var(--tg-common-color-gray-2);
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 12px;
}
.dashboard__review-table tbody tr td > a:first-child,
.dashboard__review-table tbody tr td > a:last-child {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white) !important;
}
.instructor__profile-form.course-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
}
.error-img svg,
.wsus__course_header a:hover,
.wsus_qna_reply_count {
  color: var(--tg-theme-secondary);
}
.instructor__profile-form.course-form .filter-holder .card {
  border: 2px solid #e6e3f1;
  margin-top: 20px;
}
.instructor__profile-form.course-form
  .select2-container--default
  .select2-selection--single {
  border: 2px solid #e6e3f1;
  height: 50px !important;
  border-radius: 6px;
}
.instructor__profile-form.course-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px;
  padding-left: 20px;
}
.instructor__profile-form.course-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -15px;
  margin-top: 9px;
}
.instructor__profile-form-wrap .from-group .form-control.file-manager-input,
.instructor__profile-form.course-form .tox-tinymce {
  border: 2px solid #e6e3f1;
}
.instructor__cover-info-left button {
  right: 10px;
  bottom: 25px;
}
@media (max-width: 767.98px) {
  .courses__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .testimonial__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
  .error-img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
  }
  .tgmenu__action {
    display: block;
    margin-left: auto;
  }
}
.error-img svg {
  width: 100%;
  height: 100%;
}
.footer__area.footer__area-two .footer__top {
  padding-top: 230px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  header .xl_container {
    max-width: 1080px;
  }
}
.wsus__course_header {
  background: var(--tg-theme-primary);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  padding: 18px 30px;
  top: 0;
  left: 0;
  z-index: 9;
}
.wsus__course_header a,
.wsus__course_header p {
  color: var(--tg-common-color-white);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  margin: 0;
}
.wsus__course_header a i {
  margin-right: 5px;
}
.wsus__course_video_player {
  width: 75%;
  padding-top: 60px;
}
.wsus__course_sidebar {
  width: 25%;
  background: var(--tg-common-color-gray-2);
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
}
.wsus__course_sidebar .video_heading {
  border-bottom: 1px solid !important;
  color: var(--tg-heading-color);
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  width: 100%;
  position: fixed;
  top: 60px;
  z-index: 999;
  background: var(--tg-common-color-gray-2);
}
.wsus__course_sidebar .accordion-item {
  margin-top: 0;
  border: none !important;
  border-bottom: 1px solid !important;
}
.wsus__course_sidebar .accordion-item button {
  background: var(--tg-common-color-gray-2) !important;
  flex-wrap: wrap;
}
.wsus__course_sidebar .accordion-item button:focus {
  box-shadow: none;
}
.wsus__course_sidebar .accordion-item button b {
  color: var(--tg-heading-color) !important;
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.wsus__course_sidebar .accordion-item button span {
  color: var(--tg-heading-color) !important;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 60px;
}
.wsus__course_sidebar .accordion-button::after {
  background: 0 0;
  border: none;
  background-image: var(--bs-accordion-btn-icon);
  width: 17px;
  height: 17px;
}
.wsus__course_sidebar .accordion-body {
  border-top: 1px solid !important;
  padding: 25px 20px 7px;
}
.testimonial__item-five .testimonial__content-two .title,
.wsus__course_sidebar .form-check {
  margin-bottom: 15px;
}
.wsus__course_sidebar .form-check input {
  border: 1px solid rgba(30, 30, 47, 0.7);
  padding: 0;
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin-top: 7px;
}
.video_qna_list_item .text p,
.wsus__course_sidebar .form-check label {
  color: var(--tg-heading-color);
  font-size: 15px;
  font-weight: 400;
}
.wsus__course_sidebar .form-check label span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
}
.wsus__course_sidebar .form-check label span img {
  width: 16px !important;
  height: auto !important;
}
.wsus__course_sidebar .dropdown {
  margin-top: -35px;
  text-align: right;
  margin-bottom: 5px;
  position: relative;
}
.wsus__course_sidebar .dropdown button {
  color: var(--tg-heading-color);
  background: var(--colorWhite) !important;
  border: 1px solid rgba(30, 30, 47, 0.2);
  padding: 5px 20px;
  box-shadow: none;
}
.wsus__course_sidebar .dropdown button i {
  color: var(--tg-heading-color);
  margin-right: 3px;
}
.wsus__course_sidebar .dropdown-menu {
  border-radius: 0 !important;
  border: 1px solid rgba(30, 30, 47, 0.2);
}
.wsus__course_sidebar .dropdown-menu.show {
  display: block;
  width: auto;
  min-width: 130px;
  max-width: 350px;
  transform: translate(0) !important;
  top: 32px !important;
  right: 0 !important;
  left: auto !important;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
}
.wsus__course_sidebar .dropdown-menu li a {
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 35px;
}
.wsus__course_sidebar .accordion-button:not(.collapsed) p {
  font-weight: 500;
}
.wsus__course_sidebar .accordion {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.wsus__course_sidebar .accordion::-webkit-scrollbar {
  background: var(--tg-common-color-white);
  width: 6px;
  height: 30px;
}
.wsus__course_sidebar .accordion::-webkit-scrollbar-thumb {
  background: var(--tg-heading-color);
}
.video-js .vjs-big-play-button {
  background-color: var(--tg-theme-primary) !important;
  line-height: 90px;
  height: 90px;
  width: 90px;
}
.video-js {
  height: 700px;
}
.video_tabs_area .nav-pills {
  justify-content: center;
  border-bottom: 1px solid var(--bs-border-color);
}
.video_tabs_area .nav-pills .nav-link {
  color: var(--tg-heading-color);
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
}
.video_tabs_area .nav-pills .nav-link.active,
.video_tabs_area .nav-pills .nav-link:hover {
  background: 0 0;
  color: var(--tg-theme-primary);
}
.video_about,
.video_announcement,
.video_qna,
.video_review {
  padding: 30px;
}
.video_about h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.video_about .short_description {
  max-width: 45%;
  margin-bottom: 0;
  color: var(--tg-heading-color);
}
.video_about table {
  margin-bottom: 0;
  margin-top: 30px;
}
.video_about table tr {
  border-top: 1px solid var(--bs-border-color);
}
.video_about table tr td {
  padding: 15px 0;
  min-width: 250px;
}
.video_about table tr td p {
  margin-bottom: 5px;
  color: var(--tg-heading-color);
}
.video_about table tr td .table_btn {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  padding: 7px 20px;
  border-radius: 50px;
}
.video_about table tr td .table_btn:hover,
.video_qna .video_qna_top form button:hover {
  background: var(--tg-heading-color);
  color: var(--tg-common-color-white);
}
.video_about table tr td ol,
.video_about table tr td ul {
  padding-left: 17px;
}
.video_about table tr td ol li,
.video_about table tr td ul li {
  font-size: 16px;
  font-weight: 400;
}
.video_announcement h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
.video_announcement p {
  color: var(--tg-heading-color);
  text-align: center;
  width: 50%;
  margin: 10px auto 0;
}
.video_review .course-review-head {
  border-top: 0;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 40px;
  margin: 0;
  padding-bottom: 40px;
}
.video_qna .video_qna_top {
  justify-content: space-between;
  align-items: center;
}
.video_qna .video_qna_top form {
  position: relative;
  width: 550px;
  border: 1px solid #d3d2df;
  border-radius: 100px;
  overflow: hidden;
}
.video_qna .video_qna_top form input {
  width: 100%;
  padding: 7px 25px;
  border: none;
}
.video_qna .video_qna_top form button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 38px;
  height: 38px;
  border: none;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-radius: 50%;
}
.video_qna .video_qna_top ul {
  list-style: none;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.video_qna .video_qna_top ul li {
  padding-right: 10px;
  border-radius: 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.video_qna .video_qna_top ul li p {
  color: var(--tg-heading-color);
  margin: 0 10px 0 0;
  font-size: 15px;
  font-weight: 600;
}
.video_qna .video_qna_top ul li .select_box {
  border-radius: 100px;
  border: 1px solid #d3d2df;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.video_qna .video_qna_top ul li select {
  width: 250px;
  padding: 10px;
  outline: 0;
  position: relative;
  border: none;
  margin-right: 10px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.video_qna .video_qna_top ul li select::after {
  position: absolute;
  content: "";
}
.video_qna_list h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.video_qna_list_item .img,
.video_qna_list_item .thumbnail {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 15px;
}
.video_qna_list_item .img {
  border-radius: 50%;
}
.video_qna_list_item .text {
  width: 95%;
  position: relative;
}
.video_qna_list_item .text a {
  color: var(--tg-heading-color);
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.video_qna_list_item .text ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.video_qna_list_item .text ul li {
  font-size: 13px;
  font-weight: 500;
  color: var(--tg-heading-color);
}
.video_qna_list_item .text ul li a {
  font-size: 13px;
  font-weight: 500;
  color: var(--tg-theme-primary);
}
.video_qna_list_item .text span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
  font-weight: 600;
}
.video_qna_list_item .text span i {
  margin-left: 2px;
}
.qna_details_area .flow,
.qna_details_area h4 {
  color: var(--tg-heading-color);
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}
.qns_details_list_item {
  padding: 5px 100px;
  background: 0 0;
  border: none;
}
.qns_details_list_item .text {
  width: 94%;
}
.qns_details_list_item .text span {
  display: block;
  position: initial;
  color: var(--tg-heading-color);
  font-size: 13px;
  font-weight: 600;
}
.qns_details_list_item .dot,
.qns_details_list_item .dot ul {
  background: #edecff;
  display: flex;
  transition: 0.3s linear;
  right: 0;
}
.qns_details_list_item .dot {
  position: absolute;
  top: 0;
  color: var(--tg-heading-color);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.qns_details_list_item .dot ul {
  position: absolute;
  top: 25px;
  flex-wrap: wrap;
  width: 125px;
  padding: 15px;
  border-radius: 6px;
  transform: scaleY(0.5);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
}
.qns_details_list_item .dot ul li {
  width: 100%;
  text-align: left;
}
.qns_details_list_item .dot:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.qna_details_reply {
  padding: 0 100px;
}
.qna_details_reply form {
  margin-top: 25px;
  margin-bottom: 15px;
}
.qna_details_reply form textarea,
.video_review_imput form textarea {
  width: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  padding: 15px;
}
.video_qna.hide_qna_list .qna_details_area {
  display: block;
}
.video_review h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.video_review_imput {
  margin-top: 55px;
}
.video_review_imput p {
  margin-top: 7px;
}
.video_review_imput p span {
  color: var(--tg-heading-color);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  margin-right: 10px;
}
.video_review_imput p i {
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.video_review_imput p i:hover {
  color: #f8bc24;
}
.wsus__course_sidebar .accordion {
  padding-bottom: 130px;
}
.wsus__course_sidebar {
  padding-top: 120px;
}
.wsus__course_sidebar .dropdown button {
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.wsus__course_sidebar .dropdown button i {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.wsus__course_sidebar .dropdown:hover button,
.wsus__course_sidebar .dropdown:hover i {
  color: var(--tg-theme-primary);
}
.wsus__course_sidebar .dropdown ul {
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  width: 250px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  border-radius: 6px;
  padding: 11px 25px;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.wsus__course_sidebar .dropdown ul li a {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding: 5px 0 5px 20px;
  position: relative;
}
.wsus__course_sidebar .dropdown ul li a::after {
  position: absolute;
  content: "\f019";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  top: 7px;
  left: 0;
  color: var(--tg-heading-color);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.dashboard_courses .edit_btn li:first-child a,
.wsus-wishlist-btn i,
.wsus__course_sidebar .dropdown ul li a:hover,
.wsus__course_sidebar .dropdown ul li a:hover:after {
  color: var(--tg-theme-primary);
}
.wsus__course_sidebar .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.wsus__course_sidebar .dropdown {
  display: inline-block;
  float: right;
}
.video_course_content .wsus__course_sidebar {
  position: initial;
  width: 100%;
  padding-top: 0;
}
.video_course_content .video_heading {
  position: initial;
}
.dashboard_courses .courses__item {
  padding: 20px;
}
.dashboard_courses .courses__item-thumb a {
  height: 200px;
}
.dashboard_courses .courses__item-thumb a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.dashboard_courses .dropdown .dropdown-toggle,
.dashboard_courses .edit_btn li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}
.dashboard_courses .courses__item-thumb p {
  display: inline-block;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 2;
  padding: 3px 15px;
  border-radius: 40px;
  font-size: 14px;
}
.dashboard_courses .edit_btn {
  list-style: none;
  gap: 7px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 25px;
  margin: 0;
  z-index: 2;
}
.dashboard_courses .edit_btn li a {
  background: var(--tg-common-color-gray) !important;
}
.dashboard_courses .edit_btn li:first-child a:hover {
  background: var(--tg-theme-primary) !important;
  color: var(--tg-common-color-white);
}
.dashboard_courses .edit_btn li:last-child a {
  color: var(--tg-common-color-red);
}
.dashboard_courses .edit_btn li:last-child a:hover {
  background: var(--tg-common-color-red) !important;
  color: var(--tg-common-color-white);
}
.dashboard_courses .dropdown {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
}
.dashboard_courses .dropdown .dropdown-toggle {
  background: #efeff2;
  color: var(--tg-heading-color);
}
.categories__item:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(20%) saturate(0%)
    hue-rotate(31deg) brightness(109%) contrast(101%);
}
.payment_slidebar .list-wrap h6 {
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 15px;
}
.payment_slidebar .list-wrap p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: var(--tg-heading-color);
  margin-bottom: 10px;
}
.dashboard__review-table nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  margin: 0;
}
.dashboard__review-table nav ul .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #e6e9ef;
  -ms-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  font-size: 18px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
  border: none !important;
}
.dashboard__review-table nav ul .page-item .page-link:hover,
.dashboard__review-table nav ul .page-item.active .page-link {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}
.google_drive_modal .modal {
  background: #00000057;
}
.google_drive_modal .modal-dialog {
  max-width: 1200px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.google_drive_modal .modal-header {
  padding: 0;
  position: relative;
  border: none;
}
.google_drive_modal .modal-header button {
  position: absolute;
  top: -25px;
  right: 10px;
  opacity: 0.7;
  background: 0 0;
  color: var(--tg-common-color-white);
  padding: 0;
}
.google_drive_modal .modal-header button:hover,
.home_3_cta .cta__bg {
  opacity: 1;
}
.google_drive_modal .modal-body {
  padding: 0;
  border: none;
}
.google_drive_modal .modal-body iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .video_qna .video_qna_top ul li select {
    width: 235px;
  }
  .video_qna_list_item .text {
    width: 90%;
  }
  .video_qna .video_qna_top form {
    width: 430px;
  }
  .home_language .blog__post-item-four .shine__animate-link img {
    height: 260px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .wsus__course_video_player {
    width: 70%;
  }
  .video-js {
    height: 500px;
  }
  .wsus__course_sidebar {
    width: 30%;
  }
  .video_qna_list_item .text {
    width: 90%;
  }
  .video_qna .video_qna_top ul li select {
    width: 170px;
  }
  .video_qna .video_qna_top form {
    width: 360px;
  }
  .video_qna .video_qna_top ul {
    gap: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .wsus__course_video_player {
    width: 70%;
  }
  .video-js {
    height: 470px;
  }
  .wsus__course_sidebar {
    width: 30%;
  }
  .video_qna_list_item .text {
    width: 90%;
  }
  .qna_details_reply,
  .qns_details_list_item {
    padding: 5px 60px;
  }
  .video_announcement p {
    width: 60%;
  }
  .video_qna .video_qna_top ul li:first-child {
    width: 100%;
  }
  .video_qna .video_qna_top ul li select {
    width: 215px;
  }
  .video_qna .video_qna_top ul {
    gap: 0;
  }
  .video_qna .video_qna_top form {
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .wsus__course_video_player {
    width: 65%;
  }
  .video-js {
    height: 360px;
  }
  .wsus__course_sidebar .form-check label {
    font-size: 14px;
  }
  .video_about table tr td {
    min-width: 165px;
  }
  .video-js .vjs-big-play-button {
    line-height: 120px;
    height: 120px;
    width: 120px;
  }
  .video_about h1,
  .video_announcement h1,
  .video_qna_list h3 {
    font-size: 20px;
  }
  .video_about .short_description {
    max-width: 75%;
  }
  .video_announcement p,
  .video_qna_list_item .text {
    width: 82%;
  }
  .video_qna_list_item .text ul {
    gap: 10px;
  }
  .video_qna .video_qna_top ul {
    justify-content: start !important;
  }
  .video_qna .video_qna_top ul li {
    width: 100%;
  }
  .wsus__course_sidebar {
    width: 35%;
  }
  .qna_details_reply,
  .qns_details_list_item {
    padding: 5px 50px;
  }
  .dashboard_courses .courses__item-thumb a {
    height: 370px;
  }
  .dashboard_courses .courses__item-thumb p {
    top: 85px;
  }
  .google_drive_modal .modal-dialog {
    max-width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .video_qna .video_qna_top ul li,
  .wsus__course_video_player {
    width: 100%;
  }
  .video-js {
    height: 430px;
  }
  .wsus__course_header a,
  .wsus__course_header p {
    font-size: 14px;
  }
  .video-js .vjs-big-play-button {
    line-height: 80px;
    height: 80px;
    width: 80px;
  }
  .video_about h1,
  .video_announcement h1,
  .video_qna_list h3 {
    font-size: 20px;
  }
  .video_about .short_description {
    max-width: 65%;
  }
  .video_announcement p,
  .video_qna_list_item .text {
    width: 85%;
  }
  .video_qna_list_item .text ul {
    gap: 10px;
  }
  .video_qna .video_qna_top ul {
    justify-content: start !important;
  }
  .dashboard_courses .courses__item-thumb a {
    height: 340px;
  }
  .dashboard_courses .courses__item-thumb p {
    top: 85px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .wsus__course_video_player {
    width: 100%;
    padding-top: 60px;
  }
  .video-js {
    height: 330px;
  }
  .wsus__course_header a,
  .wsus__course_header p {
    font-size: 14px;
  }
  .video-js .vjs-big-play-button {
    line-height: 80px;
    height: 80px;
    width: 80px;
  }
  .video_about h1,
  .video_announcement h1,
  .video_qna_list h3 {
    font-size: 20px;
  }
  .video_about .short_description {
    max-width: 100%;
  }
  .video_announcement p,
  .video_qna .video_qna_top ul li,
  .video_qna_list_item .text {
    width: 100%;
  }
  .video_qna_list_item .text ul {
    gap: 10px;
  }
  .video_qna .video_qna_top ul {
    justify-content: start !important;
  }
  .video_qna_list_item .text {
    margin-top: 15px;
  }
  .qna_details_reply,
  .qns_details_list_item {
    padding: 5px 50px;
  }
  .dashboard_courses .courses__item-thumb a {
    height: 250px;
  }
  .dashboard_courses .courses__item-thumb p {
    top: 85px;
  }
}
@media (max-width: 575.99px) {
  .wsus__course_video_player {
    width: 100%;
    padding-top: 80px;
  }
  .video-js {
    height: 300px;
  }
  .wsus__course_header a,
  .wsus__course_header p {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 13px;
  }
  .wsus__course_sidebar .accordion-item button span {
    display: none;
  }
  .video-js .vjs-big-play-button {
    line-height: 80px;
    height: 80px;
    width: 80px;
  }
  .video_about h1,
  .video_announcement h1,
  .video_qna_list h3 {
    font-size: 20px;
  }
  .video_about .short_description {
    max-width: 100%;
  }
  .video_qna_list_item .text {
    margin-top: 15px;
  }
  .video_announcement p,
  .video_qna_list_item .text {
    width: 100%;
  }
  .video_qna_list_item .text ul {
    gap: 10px;
  }
  .video_qna_list_item .text span {
    position: initial;
  }
  .video_about table tr td {
    min-width: 200px;
  }
  .qna_details_reply,
  .qns_details_list_item {
    padding: 5px 0;
  }
  .dashboard_courses .courses__item-thumb a {
    height: auto;
  }
  .dashboard_courses .courses__item-thumb p {
    top: 85px;
  }
  .google_drive_modal .modal-dialog {
    max-width: 300px;
  }
}
.py-8 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important;
}
@media (min-width: 576px) {
  .py-sm-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .py-lg-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .py-xl-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .py-xxl-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
}
.bsb-timeline-1 {
  --bsb-tl-color: var(--bs-primary-bg-subtle);
  --bsb-tl-circle-color: var(--bs-primary);
  --bsb-tl-circle-size: 18px;
  --bsb-tl-circle-offset: 9px;
}
.bsb-timeline-1 .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.bsb-timeline-1 .timeline:after {
  background-color: var(--bsb-tl-color);
  bottom: 0;
  content: "";
  left: 0;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}
.bsb-timeline-1 .timeline > .timeline-item,
.bsb-timeline-1 .timeline > .timeline-item .timeline-body {
  margin: 0;
  padding: 0;
  position: relative;
}
.bsb-timeline-1 .timeline > .timeline-item:before {
  background-color: var(--tg-theme-primary);
  border-radius: 50%;
  content: "";
  height: var(--bsb-tl-circle-size);
  left: calc(var(--bsb-tl-circle-offset) * -1);
  position: absolute;
  top: 0;
  width: var(--bsb-tl-circle-size);
  z-index: 1;
}
.bsb-timeline-1 .timeline > .timeline-item .timeline-content {
  padding: 0 0 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .py-md-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
  .bsb-timeline-1 .timeline > .timeline-item .timeline-content {
    padding-bottom: 3rem;
  }
}
.bsb-timeline-1 .timeline > .timeline-item:last-child .timeline-content {
  padding-bottom: 0;
}
.list-wrap.footer__social li a img {
  width: 16px !important;
}
@media (max-width: 991px) {
  .courses__sidebar {
    margin: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .courses__sidebar_area.show .courses__sidebar {
    height: auto;
    visibility: visible;
    margin-bottom: 20px;
    opacity: 1;
  }
  .video_qna_list h3 {
    margin-bottom: 0 !important;
  }
  .wsus__course_header_btn,
  .wsus__course_sidebar_btn {
    display: block;
  }
  .wsus__course_header {
    padding: 18px 70px 18px 30px;
  }
  .wsus__course_sidebar {
    width: 0%;
    height: 100vh;
    padding-top: 60px;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    z-index: 99;
    opacity: 0;
  }
  .wsus__course_sidebar.show {
    width: 100%;
    opacity: 1;
  }
  .wsus__course_sidebar .video_heading {
    top: 0;
    background: 0 0;
  }
}
.course_shorting .item-action {
  text-align: right;
}
.banner__images .main-img {
  width: 420px;
  height: 460px;
  object-fit: cover;
}
.banner__images-two .main-img {
  width: 480px;
  height: 595px;
  object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .dashboard__nav-wrap .nav-tabs .nav-item button {
    padding: 8px 10px;
  }
  .shine__animate-link {
    height: 150px;
  }
  .tgmenu__search-form {
    width: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .dashboard__nav-wrap .nav-tabs {
    gap: 5px 25px;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item button {
    padding: 8px 10px;
  }
  .fact__inner-wrap-two .section__title {
    width: 40%;
  }
  .fact__item-wrap {
    width: 55%;
  }
  .shine__animate-link {
    height: 190px;
  }
  .banner__images .main-img {
    margin-top: 35px;
  }
  .banner__images-two .main-img {
    width: 480px;
    height: 590px;
  }
  .banner__student.instructor.aos-init.aos-animate {
    right: 0;
  }
  .tgmenu__search-form .form-select .current {
    display: none !important;
  }
  .tgmenu__search-form .select-grp {
    width: 50px !important;
  }
  .tgmenu__search-form .nice-select:after {
    display: none;
  }
  .tgmenu__search-form .nice-select .list {
    left: -32px;
  }
  .tgmenu__search .nice-select {
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .google_drive_modal .modal-dialog {
    max-width: 900px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .add_course_section_area .accordion-button .icon_area div,
  .video_qna .video_qna_top ul {
    width: 100%;
  }
  .dashboard__nav-wrap .nav-tabs {
    gap: 5px 25px;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item {
    width: auto;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item button {
    padding: 8px 0;
    font-size: 15px;
  }
  .fact__inner-wrap-two {
    justify-content: center;
  }
  .dashboard_courses .edit_btn {
    top: -5px;
    right: 20px;
  }
  .shine__animate-link {
    height: 155px;
  }
  .course-quiz-btn .bold-text,
  .edit_course_icons .bold-text {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
    font-size: 16px;
  }
  .accordion-body.ui-sortable .item-action,
  .create_couese_item .item-action {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 999;
    text-align: right;
  }
  .add_course_section_area .accordion-header,
  .add_course_section_area .accordion_header_content {
    position: relative;
  }
  .add_course_section_area .accordion-button .icon_area div p {
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
    width: 100%;
  }
  .accordion_header_content .item_action_header {
    width: 100%;
    position: absolute !important;
    z-index: 999;
  }
  .add_course_section_area .accordion_header_content .button {
    padding: 15px !important;
  }
  .add_course_section_area .accordion-button {
    padding-bottom: 0 !important;
  }
  .accordion-header .item-action {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .icon-container {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px;
  }
  .add_course_section_area .accordion-button::after {
    margin-top: 40px;
  }
  .dashboard_courses .courses__item {
    padding: 0;
  }
  .banner__images .main-img {
    width: 345px;
    height: 380px;
    margin-top: 10px;
  }
  .banner__images-two .main-img {
    width: 480px;
    height: 555px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .wsus__course_sidebar.show {
    width: 60%;
  }
  .wsus__course_header_btn,
  .wsus__course_sidebar_btn {
    top: 10px;
    right: 10px;
  }
  .video_qna .video_qna_top form {
    width: 330px;
  }
  .video_qna .video_qna_top ul {
    gap: 0;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item {
    width: auto;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item button {
    padding: 8px 0;
    font-size: 14px;
  }
  .fact__inner-wrap-two {
    padding: 50px;
  }
  .shine__animate-link {
    height: 180px;
  }
  .fact__item {
    margin-bottom: 30px;
  }
  .dashboard_courses .edit_btn {
    top: -4px;
    right: 20px;
  }
  .course-quiz-btn .bold-text,
  .edit_course_icons .bold-text {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
    font-size: 16px;
  }
  .accordion-body.ui-sortable .item-action,
  .create_couese_item .item-action {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 999;
    text-align: right;
  }
  .add_course_section_area .accordion-header,
  .add_course_section_area .accordion_header_content {
    position: relative;
  }
  .add_course_section_area .accordion-button .icon_area div {
    width: 100%;
  }
  .add_course_section_area .accordion-button .icon_area div p {
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
    width: 100%;
  }
  .accordion_header_content .item_action_header {
    width: 100%;
    position: absolute !important;
    z-index: 999;
  }
  .add_course_section_area .accordion_header_content .button {
    padding: 15px !important;
  }
  .add_course_section_area .accordion-button {
    padding-bottom: 0 !important;
  }
  .accordion-header .item-action {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .icon-container {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px;
  }
  .add_course_section_area .accordion-button::after {
    margin-top: 40px;
  }
  .footer__bottom-menu .list-wrap {
    gap: 15px;
  }
  .footer__bottom-menu .list-wrap li a {
    font-size: 15px;
  }
  .footer__bottom-menu .list-wrap li a::after,
  .footer__bottom-menu .list-wrap li a::before {
    display: none !important;
  }
  .dashboard_courses .courses__item {
    padding: 20px;
  }
  .course_shorting p {
    width: 100%;
    margin-left: 0 !important;
  }
  .course_shorting .item-action {
    position: absolute;
    top: -2px;
    right: 0;
    min-width: auto;
    margin-right: 0;
  }
  .banner__images-two .main-img {
    width: 400px;
    height: 490px;
  }
  .google_drive_modal .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .google_drive_modal .modal-dialog {
    max-width: 500px;
  }
  .video-payer .iframe-video {
    height: 350px;
  }
  .add_course_section_area .accordion-button .icon_area div,
  .video_qna .video_qna_top ul,
  .video_qna .video_qna_top ul li,
  .video_qna .video_qna_top ul li .select_box,
  .video_qna .video_qna_top ul li select {
    width: 100%;
  }
  .wsus__course_header {
    padding: 18px 80px 18px 30px;
  }
  .wsus__course_sidebar.show {
    width: 80%;
  }
  .wsus__course_header_btn,
  .wsus__course_sidebar_btn {
    top: 10px;
    right: 10px;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item {
    width: auto;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item button {
    padding: 8px 0;
  }
  .fact__item-wrap {
    justify-content: center;
  }
  .fact__inner-wrap-two {
    padding: 50px;
  }
  .shine__animate-link {
    height: 300px;
  }
  .dashboard_courses .edit_btn {
    top: -5px;
    right: 25px;
  }
  .course-quiz-btn .bold-text,
  .edit_course_icons .bold-text {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
    font-size: 16px;
  }
  .accordion-body.ui-sortable .item-action,
  .create_couese_item .item-action {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 999;
    text-align: right;
  }
  .add_course_section_area .accordion-header,
  .add_course_section_area .accordion_header_content {
    position: relative;
  }
  .add_course_section_area .accordion-button .icon_area div p {
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
    width: 100%;
  }
  .accordion_header_content .item_action_header {
    width: 100%;
    position: absolute !important;
    z-index: 999;
  }
  .add_course_section_area .accordion_header_content .button {
    padding: 15px !important;
  }
  .add_course_section_area .accordion-button {
    padding-bottom: 0 !important;
  }
  .accordion-header .item-action {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .icon-container {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px;
  }
  .add_course_section_area .accordion-button::after {
    margin-top: 40px;
  }
  .dashboard__review-table nav ul .page-item .page-link,
  .dashboard__review-table nav ul .page-item .page-link span,
  .pagination-wrap .page-item span,
  .pagination-wrap .page-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .dashboard_courses .courses__item {
    padding: 20px;
  }
  .fact__area-two .fact__item-wrap {
    gap: 20px;
  }
  .course_shorting p {
    width: 100%;
    margin-left: 0 !important;
  }
  .course_shorting .item-action {
    position: absolute;
    top: -2px;
    right: 0;
    min-width: auto;
    margin-right: 0;
  }
  .banner__images-two .main-img {
    width: 350px;
    height: 430px;
  }
  .dashboard__top-bg {
    min-height: 250px;
  }
  .dashboard__instructor-info {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .video-payer .iframe-video {
    height: 300px;
  }
  .add_course_section_area .accordion-button .icon_area div,
  .video_qna .video_qna_top form,
  .video_qna .video_qna_top ul li,
  .video_qna .video_qna_top ul li .select_box,
  .video_qna .video_qna_top ul li select {
    width: 100%;
  }
  .video_qna .video_qna_top ul li p {
    width: 100%;
    margin-top: 10px;
  }
  .video_qna .video_qna_top ul {
    gap: 0;
    width: 100%;
  }
  .video_about h1,
  .video_announcement h1,
  .video_qna_list h3 {
    font-size: 18px;
  }
  .video_tabs_area .nav-pills .nav-link {
    font-size: 13px;
    padding: 10px 8px;
  }
  .video_qna_list h3 {
    margin-bottom: 10px !important;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
  }
  .dashboard__nav-wrap .nav-tabs .nav-item button {
    text-align: center;
    padding: 8px 0;
    margin: 0 auto;
  }
  .btn {
    font-size: 12px;
    padding: 12px 15px;
  }
  .fact__item-wrap {
    justify-content: center;
  }
  .fact__inner-wrap-two {
    padding: 25px;
  }
  .shine__animate-link {
    height: auto;
  }
  .dashboard_courses .edit_btn {
    top: -3px;
    right: 20px;
  }
  .course-quiz-btn .bold-text,
  .edit_course_icons .bold-text {
    width: 100%;
    margin-left: 0 !important;
    font-size: 15px;
    margin-top: 10px;
  }
  .accordion-body.ui-sortable .item-action,
  .create_couese_item .item-action {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 999;
    text-align: right;
  }
  .add_course_section_area .accordion-header,
  .add_course_section_area .accordion_header_content {
    position: relative;
  }
  .add_course_section_area .accordion-button .icon_area div p {
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
    width: 100%;
  }
  .accordion_header_content .item_action_header {
    width: 100%;
    position: absolute !important;
    z-index: 999;
  }
  .add_course_section_area .accordion_header_content .button {
    padding: 15px !important;
  }
  .add_course_section_area .accordion-button {
    padding-bottom: 0 !important;
  }
  .accordion-header .item-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  .icon-container {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px;
  }
  .add_course_section_area .accordion-button::after {
    margin-top: 20px;
  }
  .footer__bottom-menu .list-wrap {
    gap: 15px;
  }
  .footer__bottom-menu .list-wrap li a {
    font-size: 15px;
  }
  .footer__bottom-menu .list-wrap li a::before {
    display: none;
  }
  .dashboard__review-table nav ul .page-item .page-link,
  .dashboard__review-table nav ul .page-item .page-link span,
  .pagination-wrap .page-item span,
  .pagination-wrap .page-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .dashboard__review-table nav ul,
  .pagination-wrap .pagination {
    gap: 10px 7px;
  }
  .blog__details-thumb img,
  .courses__details-thumb img {
    min-height: auto;
  }
  .contact-info-wrap .list-wrap li {
    /* flex-direction: column; */
    flex-direction: row;
    align-items: flex-start;
  }
  .instructor__details-social .list-wrap li a {
    width: 35px;
    height: 35px;
  }
  .instructor__details-content .badges li {
    width: 60px;
  }
  .dashboard_courses .courses__item {
    padding: 0;
  }
  .fact__area-two .fact__item-wrap {
    gap: 20px;
  }
  .course_shorting p {
    width: 100%;
    margin-left: 0 !important;
  }
  .course_shorting .item-action {
    position: absolute;
    top: -2px;
    right: 0;
    min-width: auto;
    margin-right: 0;
  }
  .btn-hight-basic {
    height: 40px !important;
    line-height: 20px !important;
  }
  .dashboard__content-title .title {
    padding-bottom: 5px;
  }
  .dashboard__content-title .btn-hight-basic {
    margin-bottom: 20px;
  }
  .banner__images .main-img,
  .banner__images-two .main-img {
    width: auto;
    height: auto;
  }
  .banner__student {
    top: 40%;
  }
  .dashboard__top-bg {
    min-height: 300px;
  }
  .dashboard__instructor-info {
    padding: 30px;
  }
  .datepicker {
    left: 23px !important;
  }
  .datepicker-days table {
    min-width: 270px;
  }
}
.faq__wrap .accordion-button {
  padding-right: 20px !important;
}
.form-select:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker-days table {
  min-width: 300px;
}
.datepicker-days table td,
.datepicker-days table th {
  text-align: center;
}
.document-preview-area {
  height: 720px;
}
.pdf_viewer_box {
  height: calc(100% - 32px);
}
.pdf_navigation_controls {
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
}
#pdf_current_page,
#pdf_next_btn,
#pdf_previous_btn {
  background-color: var(--tg-theme-primary);
  color: #fff;
  border: none;
}
#pdf_next_btn,
#pdf_previous_btn {
  width: 50%;
  max-width: 200px;
  cursor: pointer;
  border-right: 1px solid #fff;
}
#pdf_current_page {
  height: 32px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
.pdf_zoom_controls {
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
}
.pdf_zoom_controls button {
  padding: 8px 12px;
  box-shadow: none;
  border: none;
}
.wsus_lesson_qna_list .wsus_qna_question_title p {
  margin-bottom: 1px;
  font-weight: 600;
}
.wsus_qna_reply a {
  color: var(--tg-common-color-black);
  font-weight: 600;
}
.wsus_qna_reply p,
.wsus_reply_content p {
  font-size: 15px;
}
.video_qna_list_item .text .image-popup,
.wsus_qna_reply p .image-popup,
.wsus_reply_content p .image-popup {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 10px 0;
}
.wsus_qna_reply_item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.wsus_qna_reply_item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.footer_input .form-control,
.footer_input .tox-tinymce {
  border: none !important;
  border-radius: 0;
}
.wsus_lesson_qna_list {
  border-color: #d3d2df;
}
.wsus_lesson_qna_list .card-header {
  background: #fff;
  border-color: #d3d2df;
}
.footer_input {
  background-color: #fff;
  border-top: 1px solid #d3d2df !important;
}
.footer_input .form-control {
  border-bottom: 1px solid #d3d2df !important;
  padding: 0.75rem 0.75rem 0.375rem !important;
}
.footer_input .tox-statusbar {
  border-top: 1px solid #d3d2df !important;
  border-bottom: 1px solid #d3d2df;
}
input.question-view.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: none !important;
}
.progress-bar {
  background-color: var(--tg-theme-primary);
}
.home4_slider__area .slider__content .sub-title {
  background: 0 0;
  padding: 0;
}
.home4_slider__area .slider__content p {
  color: var(--tg-common-color-white);
  width: 100%;
}
.blog__post-thumb-five .shine__animate-link {
  height: 290px;
}
.blog__post-thumb-five .shine__animate-link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brand__item-two img {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(63%) sepia(8%) saturate(793%)
    hue-rotate(186deg) brightness(88%) contrast(85%);
}
.blog__post-area-seven {
  background: var(--tg-common-color-gray-10);
}
.features__icon-six {
  padding: 18px;
}
.features__icon-six img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(84%) saturate(7436%)
    hue-rotate(328deg) brightness(114%) contrast(114%);
}
.banner-bg-three .banner__content-three .title {
  font-size: 50px;
}
.features__item-three .features__icon-three img {
  height: 65px;
}
.features__item-three.orange .features__icon-three img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(18%) saturate(3257%)
    hue-rotate(333deg) brightness(102%) contrast(104%);
}
.features__item-three.blur .features__icon-three img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(11%) saturate(6677%)
    hue-rotate(218deg) brightness(98%) contrast(85%);
}
.features__item-three.red .features__icon-three img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(81%) saturate(2791%)
    hue-rotate(306deg) brightness(101%) contrast(103%);
}
.features__item-three.green .features__icon-three img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(593%)
    hue-rotate(166deg) brightness(106%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(95%)
    saturate(593%) hue-rotate(166deg) brightness(106%) contrast(95%);
}
.fact__area-three .fact__item-two .count {
  font-size: 46px;
}
.tg-motion-effects .banner__author {
  background: 0 0;
  box-shadow: none;
}
.categories__item-three a:hover .icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(18%) saturate(5973%)
    hue-rotate(346deg) brightness(85%) contrast(94%);
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(18%)
    saturate(5973%) hue-rotate(346deg) brightness(85%) contrast(94%);
}
.testimonial__area-five .testimonial-pagination-two {
  padding-left: 55px;
  position: relative;
  z-index: 9;
}
.fact__inner-wrap-two {
  padding: 60px;
  flex-wrap: wrap;
}
.blog__post-area_3,
.faq__area_3 {
  padding: 120px 0;
}
.blog__details-bottom .tg-post-social .list-wrap,
.blog__details-bottom .tg-post-tag .list-wrap {
  margin-top: 0;
}
.courses__item-thumb-seven {
  height: 220px;
}
.courses__item-thumb-seven img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.contact-info-wrap .list-wrap li {
  padding: 30px !important;
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .blog__post-thumb-five .shine__animate-link {
    height: 250px;
  }
  .courses__item-thumb-seven {
    height: 180px;
  }
  .banner-bg-three .banner__content-three .title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .blog__post-thumb-five .shine__animate-link {
    height: 230px;
  }
  .testimonial__area-five .testimonial-pagination-two {
    padding-left: 55px;
    margin-top: 25px;
  }
  .banner__content-three {
    margin-top: 60px;
  }
  .tgmenu__search-form {
    width: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .blog__post-thumb-five .shine__animate-link,
  .courses__item-thumb-seven {
    height: 180px;
  }
  .testimonial__area-five .testimonial-pagination-two {
    padding-left: 0;
    margin-top: 25px;
  }
  .fact__inner-wrap-two {
    padding: 70px 50px 50px;
  }
  .fact__inner-wrap-two .section__title {
    width: 100%;
    text-align: center;
  }
  .contact-info-wrap .list-wrap li .content {
    width: 100%;
  }
  .banner-bg-three .banner__content-three .title {
    font-size: 40px;
  }
  .banner__images-three {
    margin-top: 80px;
  }
  .tgmobile__menu .social-links ul li a img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(3137%)
      hue-rotate(234deg) brightness(91%) contrast(92%);
  }
  .tgmobile__menu .social-links ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%)
      hue-rotate(65deg) brightness(107%) contrast(101%);
  }
}
.categories-area-four .categories__item-four a {
  border: 1px solid #ddd;
  padding: 20px;
  height: auto;
}
.categories-area-four .categories__item-four a img {
  width: 100px;
  height: 100px;
  margin-bottom: 50px;
}
.categories-area-four .categories__item-four a .name {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white) !important;
}
.categories-area-four .categories__item-four a .name strong {
  color: var(--tg-common-color-white) !important;
}
.business_testimonial_img,
.youga_testimonial .testimonial__img img {
  min-width: 270px;
  max-width: 100%;
  height: 100%;
  max-height: 400px;
}
.youga_testimonial .testimonial-pagination {
  justify-content: end;
  padding-right: 21.5%;
}
.yoga_featured_blog .blog__post-thumb-two img {
  max-height: 420px;
}
.youga_course_area .shine__animate-link {
  height: auto !important;
}
.courses__item-thumb img,
.courses__item-thumb-three img,
.home_kindergarten .courses__item-thumb-five img,
.youga_course_area .courses__item-thumb-four img {
  height: auto;
}
.yoga_why_choose .shape {
  position: absolute;
  bottom: 45%;
  right: 13%;
}
.yoga_why_choose .choose__content-two ol,
.yoga_why_choose .choose__content-two ul {
  max-width: 70%;
}
.yoga_why_choose .choose__content-inner a {
  width: auto;
}
.yoga_why_choose .choose__content-inner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.courses__item-thumb-eight img,
.home_business .courses-area-six .courses__item-thumb-seven,
.home_language .courses__item-thumb-six img {
  height: 200px;
}
.slider__content .title {
  font-size: 48px;
}
.home_yoga #sticky-header {
  width: 100%;
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 999;
}
.home_yoga .sticky-menu {
  position: fixed !important;
  top: 0 !important;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .yoga_featured_blog .blog__post-thumb-two img {
    max-height: 380px;
  }
  .yoga_why_choose .choose__content-two ol,
  .yoga_why_choose .choose__content-two ul {
    max-width: 65%;
  }
  .courses__item-thumb img,
  .courses__item-thumb-three img,
  .youga_course_area .courses__item-thumb-four img {
    height: 160px;
  }
  .courses__item-thumb-eight img {
    height: 180px;
  }
  .courses__item-thumb img {
    height: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .yoga_featured_blog .blog__post-thumb-two img {
    max-height: 460px;
  }
  .yoga_why_choose .choose__content-two ol,
  .yoga_why_choose .choose__content-two ul {
    max-width: 60%;
  }
  .courses__item-thumb img,
  .courses__item-thumb-three img,
  .youga_course_area .courses__item-thumb-four img {
    height: 140px;
  }
  .courses__item-thumb-eight img {
    height: 165px;
  }
  .courses-area .courses__item-thumb img,
  .courses__item-thumb img {
    height: 200px;
  }
  .courses__item-thumb a {
    height: auto;
  }
  .courses__item-thumb a img {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .youga_testimonial .testimonial-pagination {
    padding-right: 20%;
  }
  .yoga_featured_blog .blog__post-thumb-two img {
    max-height: 380px;
  }
  .yoga_why_choose .choose__content-inner-img {
    display: none;
  }
  .yoga_why_choose .choose__content-two ol,
  .yoga_why_choose .choose__content-two ul {
    max-width: 100%;
  }
  .courses__item-thumb img,
  .courses__item-thumb-three img,
  .youga_course_area .courses__item-thumb-four img {
    height: auto;
  }
  .courses__item-thumb-eight img {
    height: 175px;
  }
  .dashboard_courses .courses__item-content-two {
    padding: 0 25px 20px 20px;
  }
  .dashboard_courses .courses__item-bottom-two {
    padding: 10px 20px;
  }
}
@media (max-width: 991.99px) {
  .youga_testimonial .testimonial-pagination {
    justify-content: center;
    padding-right: 0;
  }
  .home_yoga #sticky-header {
    top: 0;
    background: var(--tg-common-color-white);
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .blog__post-thumb-five .shine__animate-link {
    height: 220px;
  }
  .testimonial__area-five .testimonial-pagination-two {
    padding-left: 0;
    margin-top: 50px;
  }
  .blog__post-area_3,
  .faq__area_3 {
    padding: 90px 0;
  }
  .faq__area_3 .faq__img {
    margin-top: 50px;
  }
  .courses__item-thumb-seven {
    height: 200px;
  }
  .tgmenu__search-form {
    display: none;
  }
  .courses__nav .courses-button-next {
    position: absolute;
  }
  .tgmobile__menu .social-links ul li a img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(3137%)
      hue-rotate(234deg) brightness(91%) contrast(92%);
  }
  .tgmobile__menu .social-links ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%)
      hue-rotate(65deg) brightness(107%) contrast(101%);
  }
  .dashboard_courses .courses__item-content-two {
    padding: 0 25px 20px 20px;
  }
  .dashboard_courses .courses__item-bottom-two {
    padding: 10px 20px;
  }
  .home_main .courses-area .courses__item-thumb img {
    height: auto;
  }
  .courses__item-thumb img {
    height: 175px;
  }
}
@media (max-width: 767.99px) {
  .yoga_why_choose .choose__content-inner-img {
    position: initial;
  }
  .yoga_why_choose .choose__content-two ol,
  .yoga_why_choose .choose__content-two ul {
    max-width: 100%;
  }
  .courses__item-thumb img,
  .courses__item-thumb-eight img,
  .courses__item-thumb-three img,
  .youga_course_area .courses__item-thumb-four img {
    height: auto;
  }
  .dashboard_courses .courses__item-content-two {
    padding: 0 25px 20px 20px;
  }
  .dashboard_courses .courses__item-bottom-two {
    padding: 10px 20px;
  }
}
.blog__post-item-six .shine__animate-link,
.courses-area-seven .courses__item-thumb-eight {
  height: auto;
  border-radius: 0;
}
.features__area-eight .features__icon-seven img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(80%) saturate(1460%)
    hue-rotate(337deg) brightness(103%) contrast(101%);
}
.wpcc-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  max-width: 400px;
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  left: 25px;
  border: 1px solid #fff;
}
.wpcc-container .wpcc-message {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
}
.wpcc-container .wpcc-message a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wpcc-container .wpcc-compliance {
  margin-top: 15px;
}
.wpcc-container .wpcc-compliance a {
  padding: 5px 15px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  font-size: 14px;
}
.home_language header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.home_language .banner__content-six .wsus_content-box p {
  display: block;
  font-size: 18px;
  font-family: var(--tg-heading-font-family);
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-heading-color);
  line-height: 1.2;
  margin-bottom: 30px;
}
.home_kindergarten .wsus_content-box ol,
.home_kindergarten .wsus_content-box ul,
.home_language .banner__content-six .wsus_content-box ol,
.home_language .banner__content-six .wsus_content-box ul {
  margin-bottom: 35px;
}
.home_kindergarten .blog__post-area-five .shine__animate-link,
.home_kindergarten .courses__item-thumb-five,
.home_language .blog__post-item-four .shine__animate-link {
  height: auto;
}
.home_language .testimonial__area-five .testimonial-pagination-two {
  justify-content: center;
  margin-left: -45px;
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .home_language .blog__post-item-four .shine__animate-link img {
    height: 220px;
  }
  .home_language .courses__item-thumb-six img {
    height: 182px;
  }
  .home_language .testimonial__area-five .testimonial-pagination-two {
    margin-left: -35px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .home_language .blog__post-item-four .shine__animate-link img {
    height: 205px;
  }
  .home_language .courses__item-thumb-six img {
    height: 165px;
  }
  .home_language .testimonial__area-five .testimonial-pagination-two {
    margin-left: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .home_language .blog__post-item-four .shine__animate-link img {
    height: 155px;
  }
  .home_language .courses__item-thumb-six img {
    height: 175px;
  }
  .home_language .testimonial__area-five .testimonial-pagination-two {
    margin-left: 50px;
  }
}
.home_kindergarten .about__contact .icon i {
  color: var(--tg-theme-primary);
  font-size: 20px;
}
.home_kindergarten .instructor__thumb-five,
.home_yoga .instructor__area-five .instructor__thumb-four {
  background: #f1f0ff;
}
.home_kindergarten .testimonial__area-four .testimonial__img-two {
  bottom: -40px;
  max-height: 460px;
}
.home_kindergarten .testimonial__area-four .testimonial__bg-shape-two {
  z-index: 9;
}
.home_kindergarten .testimonial__area-four .testimonial-pagination-two {
  justify-content: center;
  margin-top: -70px;
  margin-left: -60px;
  margin-bottom: 100px;
  position: relative;
  z-index: 999;
}
.home_kindergarten .blog__post-area-five .shine__animate-link img {
  height: 260px;
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .home_kindergarten .courses__item-thumb-five img {
    height: 150px;
  }
  .home_kindergarten .blog__post-area-five .shine__animate-link img {
    height: 230px;
  }
  .home_kindergarten .testimonial__area-four .testimonial-pagination-two {
    margin-left: -60px;
  }
  .home_business .courses-area-six .courses__item-thumb-seven {
    height: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .home_kindergarten .courses__item-thumb-five img {
    height: 130px;
  }
  .home_kindergarten .blog__post-area-five .shine__animate-link img {
    height: 205px;
  }
  .home_kindergarten .testimonial__area-four .testimonial-pagination-two {
    margin-left: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .home_kindergarten .courses__item-thumb-five img {
    height: 145px;
  }
  .home_kindergarten .blog__post-area-five .shine__animate-link img {
    height: 165px;
  }
  .home_kindergarten .testimonial__area-four .testimonial-pagination-two {
    margin-left: -35px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .home_kindergarten .blog__post-area-five .shine__animate-link img,
  .home_language .blog__post-item-four .shine__animate-link img {
    height: 190px;
  }
  .home_language .testimonial__area-five .testimonial-pagination-two {
    margin-left: 0;
  }
  .home_kindergarten .testimonial__area-four .testimonial-pagination-two {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .home_business .courses-area-six .courses__item-thumb-seven {
    height: 225px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .home_business .courses-area-six .courses__item-thumb-seven {
    height: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .blog__post-thumb-five .shine__animate-link,
  .home_kindergarten .blog__post-area-five .shine__animate-link img {
    height: 300px;
  }
  .testimonial__area-five .testimonial-pagination-two {
    padding-left: 0;
    margin-top: 50px;
  }
  .blog__post-area_3,
  .faq__area_3 {
    padding: 90px 0;
  }
  .faq__area_3 .faq__img {
    margin-top: 50px;
  }
  .courses__item-thumb-seven {
    height: 310px;
  }
  .courses__nav .courses-button-next,
  .courses__nav .courses-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
  }
  .courses__nav .courses-button-prev {
    left: 0;
  }
  .courses__nav .courses-button-next {
    margin-top: -20px;
  }
  .blog__post-thumb-three a {
    height: auto;
  }
  .blog__post-item-three {
    align-items: start;
  }
  .tgmobile__menu .social-links ul li a img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(3137%)
      hue-rotate(234deg) brightness(91%) contrast(92%);
  }
  .tgmobile__menu .social-links ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%)
      hue-rotate(65deg) brightness(107%) contrast(101%);
  }
  .home_business .courses-area-six .courses__item-thumb-seven,
  .home_language .courses__item-thumb-six img {
    height: 310px;
  }
  .home_language .testimonial__area-five .testimonial-pagination-two {
    margin-left: 0;
  }
  .home_kindergarten .courses__item-thumb-five img {
    height: 280px;
  }
  .home_kindergarten .testimonial__area-four .testimonial-pagination-two {
    display: none;
  }
}
.about_testimonial .testimonial__author-thumb img,
.home_university .testimonial__area .testimonial__author-thumb img {
  object-fit: contain;
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .home_university .courses__item-thumb-three img {
    height: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .home_university .courses__item-thumb-three img {
    height: 195px;
  }
}
.features__icon {
  margin-bottom: 10px;
}
.feature_yoga .features__icon {
  margin-bottom: 0;
}
.feature_yoga .features__icon img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(93%) saturate(2434%)
    hue-rotate(337deg) brightness(102%) contrast(100%);
  width: 55px;
  height: 55px;
}
.feature_yoga .features__icon svg {
  color: var(--tg-common-color-yellow);
  width: 55px;
  height: 55px;
}
.home_language .categories__item-two a .content img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 5px;
}
.dash_instructor_course {
  overflow: hidden;
}
@media (max-width: 575.99px) {
  .blog__post-thumb-five .shine__animate-link,
  .courses__item-thumb-seven,
  .home_business .courses-area-six .courses__item-thumb-seven,
  .home_kindergarten .blog__post-area-five .shine__animate-link img,
  .home_kindergarten .courses__item-thumb-five img,
  .home_language .blog__post-item-four .shine__animate-link img,
  .home_language .courses__item-thumb-six img {
    height: auto;
  }
  .testimonial__area-five .testimonial-pagination-two {
    padding-left: 0;
    margin-top: 50px;
  }
  .blog__post-area_3,
  .faq__area_3 {
    padding: 90px 0;
  }
  .faq__area_3 .faq__img {
    margin-top: 50px;
  }
  .contact-info-wrap .list-wrap li .content {
    width: 100%;
  }
  .courses__nav .courses-button-next,
  .courses__nav .courses-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .courses__nav .courses-button-prev {
    left: 0;
  }
  .courses__nav .courses-button-next {
    margin-top: -40px;
  }
  .blog__post-item-three {
    align-items: start;
  }
  .tgmobile__menu .social-links ul li a img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(96%) saturate(3137%)
      hue-rotate(234deg) brightness(91%) contrast(92%);
  }
  .tgmobile__menu .social-links ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%)
      hue-rotate(65deg) brightness(107%) contrast(101%);
  }
  .home_kindergarten .testimonial__area-four .testimonial-pagination-two,
  .home_language .testimonial__area-five .testimonial-pagination-two {
    display: none;
  }
  .logo a img {
    max-width: 175px;
  }
}
.dashboard__sidebar-menu .list-wrap li a:hover i,
.dashboard__sidebar-menu .list-wrap li.active a i {
  color: var(--tg-body-color);
}
.dashboard__sidebar-menu .list-wrap li a img {
  height: 18px;
  width: 18px;
}
.courses__item-content-seven .courses__wishlist a:hover,
.courses__wishlist-two:hover {
  background: var(--tg-body-color);
}
.course-holder .courses__wishlist-two,
.courses-area .courses__wishlist-two,
.instructor__details-courses .courses__wishlist-two {
  z-index: 1;
}
.vjs-watermark {
  position: absolute;
  display: none;
  z-index: 1;
  height: auto;
  padding: 12px;
}
.vjs-poster {
  display: inline-block !important;
  opacity: 1;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.vjs-poster img {
  object-fit: cover !important;
}
.vjs-has-started.vjs-paused .vjs-poster,
.vjs-has-started.vjs-playing .vjs-poster {
  opacity: 0;
}
.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: block !important;
}
.vjs-poster.custom-poster {
  height: 100px;
}
.cta__img .shape img {
  margin-left: 20px;
}
.home_business .testimonial__img-four .business_testimonial_img {
  border-radius: 1000px;
  margin-left: 80px;
}
.home_kindergarten .banner__content-five .title {
  font-size: 58px;
}
.instructor__content .designation {
  margin-bottom: 6px;
}
.instructor__content .title {
  margin-bottom: 5px;
}
.courses__details-social {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.enroll-courses.pagination__wrap ul li a {
  border-radius: 50% !important;
}
.wsus__course_sidebar .video_heading,
.wsus__course_sidebar .accordion-item {
  border-bottom: 1px solid rgba(30, 30, 47, 0.2) !important;
}
.course_bundle_area {
  padding: 95px 0 120px 0;
}
.course_bundle_item {
  background: var(--tg-common-color-white);
  padding: 25px;
  border-radius: 20px;
  box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
  margin-top: 25px;
}
.course_bundle_header {
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.course_bundle_header h2 {
  font-size: 18px;
  margin: 0;
}
.course_bundle_header p {
  margin: 0;
}
.course_bundle_header p b {
  color: var(--tg-theme-primary);
  font-weight: 700;
  margin-left: 5px;
  font-size: 20px;
  display: inline-block;
}
.course_bundle_body {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 260px;
  overflow: hidden;
  overflow-y: auto;
}
.course_bundle_body::-webkit-scrollbar {
  background-color: #eee;
  width: 6px;
  border-radius: 30px;
}
.course_bundle_body::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.course_bundle_body li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
.course_bundle_body li a .img {
  width: 90px;
  height: 55px;
  border-radius: 8px;
  overflow: hidden;
}
.course_bundle_body li a .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.course_bundle_body li a h4 {
  width: 48%;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-right: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course_bundle_body li a p {
  color: var(--tg-theme-primary);
  padding-right: 5px;
  font-weight: 500;
}
.course_bundle_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 25px;
}
.course_bundle_footer a {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 20px;
  box-shadow: none;
}
.course_bundle_footer a:last-child {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-black);
}
.course_bundle_footer a:last-child:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.course_bundle_details {
  padding: 95px 0 120px 0;
}
.course_bundle_details_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.course_bundle_details_item .img {
  width: 330px;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}
.course_bundle_details_item .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.course_bundle_details_item .text {
  width: 61%;
}
.course_bundle_details_item .text ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 15px;
}
.course_bundle_details_item .text ul li {
  color: #7f7e97;
  font-size: 14px;
  line-height: 1;
}
.course_bundle_details_item .text ul li i {
  color: var(--tg-common-color-yellow);
  letter-spacing: 0;
  margin-right: 5px;
}
.course_bundle_details_item .text ul li a {
  font-size: 13px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-heading-color);
  background: #efeff2;
  display: block;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 13px;
}
.course_bundle_details_item .text .title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
.course_bundle_details_item .text p {
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
}
.course_bundle_details_item .text p a {
  font-weight: 500;
  color: var(--tg-heading-color);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.course_bundle_details_item .text p a:hover {
  color: var(--tg-theme-primary);
}
.course_bundle_details_item .bottom {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
  gap: 10px;
}
.course_bundle_details_item .bottom ul {
  margin: 0;
}
.course_bundle_details_item .bottom h2 {
  color: var(--tg-theme-primary);
  font-size: 26px;
  margin: 0;
  line-height: 26px;
}
.course_bundle_description {
  margin-top: 25px;
}
.course_bundle_description span {
  display: block;
  color: var(--tg-heading-color);
  font-size: 20px;
  font-weight: 600;
  background: #efeff2;
  padding: 5px 20px;
  margin: 30px 0;
  border-radius: 6px;
}
.course_bundle_description h1,
.course_bundle_description h2,
.course_bundle_description h3,
.course_bundle_description h4,
.course_bundle_description h5,
.course_bundle_description h6 {
  margin-top: 20px;
}
.course_bundle_description h1 {
  font-size: 28px;
}
.course_bundle_description h2 {
  font-size: 24px;
}
.course_bundle_description h3,
.course_bundle_description h4 {
  font-size: 20px;
}
.course_bundle_description h5,
.course_bundle_description h6 {
  font-size: 16px;
}
.course_bundle_description p {
  margin-top: 20px;
  margin-bottom: 0;
}
.course_bundle_description ul {
  margin: 0;
  margin-top: 20px;
}
.course_bundle_sidebar {
  margin-top: 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.course_bundle_sidebar .img {
  height: 325px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 27px;
}
.course_bundle_sidebar .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.course_bundle_sidebar h3 {
  margin: 0;
  color: var(--tg-theme-primary);
  font-size: 26px;
  margin-bottom: 20px;
}
.course_bundle_sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course_bundle_sidebar ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
}
.course_bundle_sidebar ul li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-common-color-black);
}
.course_bundle_sidebar ul li::after {
  position: absolute;
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 600;
  font-size: 12px;
  left: 0;
  top: 4px;
  color: var(--tg-common-color-green);
}
.course_bundle_sidebar a {
  width: 100%;
  justify-content: center;
  box-shadow: none;
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  font-weight: 500;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .course_bundle_body li a h4 {
    width: 44%;
  }
  .course_bundle_details_item .img {
    width: 315px;
  }
  .course_bundle_details_item .text {
    width: 59%;
  }
  .course_bundle_sidebar .img {
    height: 295px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .course_bundle_body li a h4 {
    width: 46%;
  }
  .course_bundle_details_item .img {
    width: 300px;
  }
  .course_bundle_details_item .text {
    width: 57%;
  }
  .course_bundle_sidebar .img {
    height: 260px;
  }
  .course_bundle_body li a .img {
    width: 60px;
    height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .course_bundle_body li a h4 {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .course_bundle_body li a h4 {
    width: 38%;
  }
  .course_bundle_details_item .img {
    width: 260px;
    height: 220px;
  }
  .course_bundle_details_item .text {
    width: 57%;
  }
  .course_bundle_sidebar .img {
    height: 325px;
  }
  .course_bundle_body li a .img {
    width: 60px;
    height: 45px;
  }
  .course_bundle_footer a {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .course_bundle_body li a h4 {
    width: 55%;
  }
  .course_bundle_area,
  .course_bundle_details {
    padding: 75px 0 100px 0;
  }
  .course_bundle_details_item .img {
    width: 100%;
    height: 325px;
    margin-bottom: 25px;
  }
  .course_bundle_details_item .text {
    width: 100%;
  }
  .course_bundle_sidebar .img {
    height: 370px;
  }
}
@media (max-width: 575.99px) {
  .course_bundle_body li a h4 {
    width: 41%;
  }
  .course_bundle_area,
  .course_bundle_details {
    padding: 75px 0 100px 0;
  }
  .course_bundle_details_item .img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  .course_bundle_details_item .text {
    width: 100%;
  }
  .course_bundle_sidebar .img {
    height: auto;
  }
  .course_bundle_body li a .img {
    width: 60px;
    height: 45px;
  }
}
.course_bundle_area .page-item .page-link {
  border-radius: 50%;
}
.course-bundle-select2 .select2-selection.select2-selection--multiple {
  max-height: 112px;
  overflow-y: auto;
  height: initial !important;
}

/* Fact related */

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .fact__item .count {
    font-size: 36px !important;
  }


}
@media (max-width: 767.98px) {
    .fact__inner-wrap {
        padding: 50px 25px 20px !important;
    }
}
/* @media (max-width: 1199.98px) {
    .fact__inner-wrap {
        padding: 60px 40px 30px !important;
    }
} */

