a:hover {
  text-decoration: none;
}

section.course-list-sec {
  background: #f4f7fc;
  padding: 50px 0;
}

.left-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

.left-sidebar .widget-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.left-sidebar .widget_product_categories a {
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.left-sidebar .widget_product_categories a:hover {
  color: #0b88ee;
}

.widget_product_categories li:last-child {
  border: 0;
}

section.page-title {
  background-image: url(https://image.freepik.com/free-photo/freelance-young-businesswoman-casual-wear-using-laptop-working-living-room-home_7861-3051.jpg);
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  height: 300px;
}

.page-title:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00000063;
}

.title-content h1 {
  font-weight: 800;
}

.title-content .breadcrumb {
  background: transparent;
  justify-content: center;
}

.title-content .breadcrumb ul li {
  display: inline-block;
}

.title-content .breadcrumb ul li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #fff;
  content: '/';
}

.title-content .breadcrumb ul li a {
  color: #000;
}

.course-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.course-item {
  position: relative;
  box-shadow: 0 2px 20px rgb(0 0 0 / 6%);
  border-radius: 20px;
  background: #fff;
  margin: 15px;
}

.Ch-listView {
  width: calc(100% - 30px);
}

.side_bar_1 .Ch-gridview {
  width: calc(50% - 30px);
}

.side_bar_0 .Ch-gridview {
  width: calc(33.33% - 30px);
}

#btnContainer {
  padding-right: 15px;
}

#btnContainer .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #0000001f;
}

#btnContainer .btn:hover {
  background-color: #0b88ee;
  color: #fff;
}

#btnContainer .btn.active {
  background-color: #0b88ee;
  color: white;
  border-color: #0000001f;
}

.course-list-topbar {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.course-list-topbar p {
  color: #000;
}

.filter {
  /*padding-right: 15px;*/
}

.filter .dropdown-menu {
  left: auto;
  right: 0;
}

.filter .dropdown-item {
  cursor: pointer;
}

.filter .dropdown .btn {
  border: 1px solid #0000001f;
  padding: 0 25px;
  background: #fff;
}

.course-item .image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.course-content {
  padding: 15px 20px;
}

.course-content h4 {
  font-size: 20px;
  font-weight: 800;
}

ul.cources_facts_list li {
  padding: 3px 8px 4px;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  background: #f4f5f7;
  border-radius: 0 2px 2px 0;
  display: inline-block;
  margin: 2px 15px 2px 0;
  line-height: 18px;
}

ul.cources_facts_list li:before {
  border-top: 12px solid transparent;
  border-left: 10px solid #eaedf3;
  border-bottom: 13px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
}

ul.cources_facts_list li:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  height: 4px;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 4px;
}

ul.cources_facts_list li:nth-child(4n + 1) {
  background: #f4f5f7;
}

ul.cources_facts_list li:nth-child(4n + 1):before {
  border-left-color: #eaedf3;
}

ul.cources_facts_list li:nth-child(4n + 2) {
  background: #21b17c21;
}

ul.cources_facts_list li:nth-child(4n + 2):before {
  border-left-color: #c5f5e3;
}

ul.cources_facts_list li:nth-child(4n + 3):before {
  border-left-color: #edd1b9;
}

ul.cources_facts_list li:nth-child(4n + 3) {
  background: #ff760021;
}

ul.cources_facts_list li:nth-child(4n + 4):before {
  border-left-color: #c3e1a0;
}

ul.cources_facts_list li:nth-child(4n + 4) {
  background: #def3c6;
}

h1,
h2 {
  font-weight: 700;
}

.cources_info_first h5 {
  font-size: 16px;
}

.cources_info_second h4 span {
  /*text-decoration: line-through;*/
  /*font-size: 18px;
    color: #d0d0d0;*/
}

.education_block_author {
  margin-bottom: 10px;
}

.education_block_author:last-child {
  margin-bottom: 0;
}

.education_block_author img {
  width: 35px;
  border-radius: 50%;
}

.education_block_footer {
  padding: 15px 20px;
  border-top: 1px solid #f0f1f5;
}

.education_block_time i {
  color: #ea1a57;
}

#pagination-container {
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #464646;
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #eee;
  height: 50px;
  width: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.simple-pagination .current {
  color: #fff;
  background-color: #0b88ee;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #0166c1;
}

.simple-pagination .page-link:hover {
  background-color: #0b88ee;
  color: #fff;
  transition: all 0.5s ease;
}

.simple-pagination .page-link:focus,
.btn:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .course-list-topbar p {
    padding-right: 10px;
  }
  .filter .dropdown {
    margin-left: auto;
  }
  .course-list-topbar .filter {
    justify-content: left !important;
  }
  .side_bar_1 .Ch-gridview {
    width: calc(100% - 30px);
  }
  .side_bar_0 .Ch-gridview {
    width: calc(100% - 30px);
  }
  #btnContainer {
    display: none;
  }
}

@media (max-width: 767px) {
  section.page-title {
    height: 200px;
  }
  .course-list-topbar {
    /*display: block;*/
  }
}

.listViewInfo {
  display: none;
}

.filter .form-group {
  margin-bottom: 0;
}

.filter select#product_sorting {
  height: 48px;
}

.filter #product_sorting:focus {
  box-shadow: none;
}

.course-item .image img {
  /*transform: scale(.9);*/
}

.course-item:hover .image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.course-item:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.side_bar_1 .Ch-gridview .course-item .image {
  height: 218px;
  overflow: hidden;
}

.course-item .image {
  min-height: 218px;
}

.course-content {
  min-height: 171px;
}

.pricing_title .new-heading p {
  font-size: 16px;
  color: #7e7e7e;
}

.pricing_title .new-heading {
  max-width: 730px;
  margin: 0 auto;
}

/* ----- pagination css start ----- */

.shop-page-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.shop-page-pagination .page-numbers li span,
.shop-page-pagination .page-numbers li a {
  color: #464646 !important;
  text-decoration: none !important;
  border: 1px solid #eee !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 10px 0px #eee;
  min-height: 50px;
  min-width: 50px !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex !important;
  padding: 0 15px !important;
  font-size: 16px !important;
  margin-right: 5px !important;
}

.shop-page-pagination ul li .current,
.shop-page-pagination ul li a:hover {
  color: #fff !important;
  background-color: #0b88ee !important;
}

/* ----- pagination css end ----- */

/* Video Modal Css Start Here  */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_page_modal.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  .product_page_modal.modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1024px;
  }
}

@media (min-width: 1500px) {
  .modal-xl {
    max-width: 1400px;
  }
}

/* Video Modal Css End Here  */
