.tp-product-details-views > span svg, .tp-pricing-5-list ul li span svg, .tp-course-4-info-item > span > span svg, .tp-blog-meta > span > span svg, .tp-btn span{
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tpd-action-approv button svg, .tp-cart-list tr td .tp-cart-action-btn svg, .tp-order-details-icon span svg, .tp-product-details-action-sm-btn svg, .tp-product-details-wishlist-btn svg, .tp-process-3-btn a svg, .tp-event-4-content span img, .tp-footer-4-top-btn span svg, .tp-header-2-category p span img, .tp-header-2-login button span svg, .tp-header-4-btn-top a span svg, .tp-header-4-btn-top a i svg, .tp-header-4-search span svg, .tp-pagination ul li a svg, .tp-pagination ul li span svg{
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.acadia-scope{
  /**
  @font family declaration
  */
  --tp-ff-body: 'Outfit', sans-serif;
  --tp-ff-heading: 'Outfit', sans-serif;
  --tp-ff-p: 'Outfit', sans-serif;
  --tp-ff-primary: 'Jost', sans-serif;
  --tp-ff-secondary: 'Crimson Pro', serif;
  --tp-ff-manrope: 'Manrope', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-black-1: #010F1C;
  --tp-grey-1: #F6F4EE;
  --tp-grey-2: #84807B;
  --tp-grey-3: #55585B;
  --tp-grey-4: #EFEDE7;
  --tp-grey-5: #636366;
  --tp-grey-6: #4F5158;
  --tp-red-1: #AF0E2E;
  --tp-red-2: #C41230;
  --tp-red-3: #B70A14;
  --tp-blue-1: #F1F3F9;
  --tp-heading-primary: #161613;
  --tp-heading-2: #031F42;
  --tp-heading-3: #0A1D3A;
  --tp-heading-4: #161821;
  --tp-text-body: #57595F;
  --tp-theme-primary: #AB0C2F;
  --tp-theme-secondary: #1A73E8;
  --tp-theme-3: #FF7162;
  --tp-theme-4: #B1040E;
  --tp-theme-5: #F0EC51;
  --tp-theme-6: #1E1E2F;
  --tp-theme-7: #4661FD;
  --tp-theme-8: #006B61;
  --tp-theme-9: #5956E9;
  --tp-dashboard-primary: #556DF5;
  --tp-dashboard-secondary: #5169F1;
  --tp-dashboard-3: #5B7D55;
  --tp-dashboard-danger: #FF4D4F;
  --tp-dashboard-sucess: #0F9F55;
  --tp-dashboard-warning: #F59B12;
  --tp-dashboard-info: #5974FF;
  --tp-border-primary: #EAEBED;
  --tp-border-2: #E4E2DC;
}
.tp-btn-2{
  display: inline-block;
  color: var(--tp-heading-2);
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  background: #FFC221;
  padding: 8px 31px;
  border: 2px solid #FFC221;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-btn-2:hover{
  background-color: transparent;
  border-color: var(--tp-heading-2);
  color: var(--tp-heading-2);
}
.tp-pagination ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tp-pagination ul li{
  display: inline-block;
}
.tp-pagination ul li:not(:last-child){
  margin-right: 6px;
}
.tp-pagination ul li a, .tp-pagination ul li span{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #121420;
  border-radius: 20px;
  background-color: var(--tp-common-white);
  border: 0px solid rgba(0, 0, 0, 0.1);
}
.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current{
  color: var(--tp-common-white);
  background: var(--tp-dashboard-secondary);
  border-color: var(--tp-dashboard-secondary);
}
.tp-pagination.shop ul li a:hover, .tp-pagination.shop ul li a.current, .tp-pagination.shop ul li span:hover, .tp-pagination.shop ul li span.current{
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}
.tp-section-3-subtitle{
  color: var(--tp-theme-secondary);
  font-size: 18px;
  font-weight: 400;
}
.tp-section-3-subtitle.color-9{
  color: var(--tp-theme-9);
}
.tp-section-3-title{
  color: var(--tp-heading-2);
  font-size: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 767px){
.tp-section-3-title{
    font-size: 36px;
  }
}
.tp-section-3-title span{
  color: var(--tp-theme-secondary);
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tp-section-3-title.color-9 span{
  color: var(--tp-theme-9);
}
.tp-underline-shape-5{
  position: absolute;
  bottom: -5px;
  left: 55px;
  z-index: -1;
}
@media only screen and (max-width: 767px){
.tp-underline-shape-5{
    width: 100%;
  }
}
.tp-header-2-btn .tp-btn-2{
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background: var(--tp-theme-6);
  padding: 8px 35px;
  border-color: var(--tp-theme-6);
}
.tp-header-2-btn .tp-btn-2:hover{
  background-color: transparent;
  color: var(--tp-theme-6);
}
.tp-hero-2-course .tp-course-item{
  box-shadow: 4px 4px 10px 0px rgba(26, 12, 2, 0.15);
}
.tp-hero-2-course .tp-course-thumb{
  border-radius: 10px;
}
.tp-hero-2-course .tp-course-thumb img{
  border-radius: 10px;
}
.tp-hero-6-btn{
  margin-right: 20px;
}
.tp-hero-6-btn .tp-btn-inner{
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 12px;
  background-color: var(--tp-theme-9);
}
.tp-hero-6-btn .tp-btn-inner span{
  display: inline-block;
  margin-left: 5px;
  transform: translateY(-2px);
}
.tp-event-inner-pagination .tp-pagination ul li a{
  border: 1px solid rgba(105, 112, 137, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-category-6-ptb{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-category-6-banner{
  position: relative;
  background-color: #E0E0FA;
}
.tp-category-6-banner-shape{
  position: absolute;
  top: 0;
  right: 0;
}
.tp-category-6-banner .tp-category-banner-text span{
  color: var(--tp-theme-9);
}
.tp-category-6-heading .tp-section-3-title{
  font-weight: 700;
  letter-spacing: -2px;
  font-family: var(--tp-ff-manrope);
}
.tp-category-6-heading .tp-section-3-title .tp-underline-shape-5{
  left: 0;
}
.tp-category-6-item{
  border-radius: 20px;
  padding: 10px 10px 20px;
  border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-category-6-item:hover .tp-category-6-item-thumb img{
  transform: scale(1.1, 1.1);
}
.tp-category-6-item-thumb{
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 18px;
}
.tp-category-6-item-thumb img{
  width: 100%;
  border-radius: 14px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-category-6-item-content span{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #75777C;
}
.tp-category-6-item-title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-manrope);
}
.tp-category-6-item-title a:hover{
  color: var(--tp-theme-9);
}
.tp-course-item{
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.08);
  padding: 15px 15px 23px 15px;
  background-color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-item:hover{
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}
.tp-course-item:hover .tp-course-btn{
  transform: translateY(-30px);
}
.tp-course-item:hover .tp-course-content{
  transform: translateY(-60px);
}
.tp-course-content{
  position: relative;
  overflow: hidden;
  padding: 20px 15px 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-common-white);
}
.tp-course-teacher{
  display: flex;
  padding: 0 19px;
  align-items: center;
  justify-content: space-between;
}
.tp-course-teacher img{
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}
.tp-course-teacher span{
  font-size: 15px;
  display: inline-block;
}
.tp-course-teacher .discount{
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
  padding: 0 9px;
}
.tp-course-thumb{
  overflow: hidden;
  border-radius: 10px;
}
.tp-course-thumb img{
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.tp-course-thumb.sidebar img{
  height: 100%;
}
.tp-course-tag span{
  display: inline-block;
  border-radius: 3px;
  background: rgba(23, 162, 184, 0.08);
  color: #17A2B8;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
  line-height: 1;
}
.tp-course-meta{
  margin-bottom: 9px;
}
.tp-course-meta span{
  color: #94928e;
}
.tp-course-meta span:not(:last-of-type){
  margin-right: 16px;
}
.tp-course-meta span span{
  color: #94928E;
  font-size: 14px;
  display: inline-block;
  margin-right: 1px;
}
.tp-course-meta span span svg{
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-course-title{
  color: var(--tp-heading-2);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 17px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-course-title a:hover{
  color: var(--tp-dashboard-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-title a br{
    display: none;
  }
}
.tp-course-title.color a:hover{
  color: var(--tp-theme-9);
}
.tp-course-rating-star p{
  margin-bottom: 0;
  color: var(--tp-heading-2);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.tp-course-rating-star p span{
  font-size: 14px;
  font-weight: 300;
}
.tp-course-rating-icon i{
  font-size: 13px;
  color: #FFB21D;
}
.tp-course-pricing del{
  display: block;
  color: #94928E;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -1px;
}
.tp-course-pricing span{
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-dashboard-secondary);
}
.tp-course-pricing.home-2 span{
  color: var(--tp-theme-secondary);
}
.tp-course-pricing.color-9 span{
  color: var(--tp-theme-9);
}
.tp-course-btn{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 34px;
  text-align: center;
  transform: translateY(50px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-btn a{
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-secondary);
}
.tp-course-btn a:hover{
  background-color: var(--tp-heading-2);
}
.tp-course-btn.home-2 a{
  background-color: var(--tp-theme-secondary);
}
.tp-course-btn.home-2 a:hover{
  background-color: var(--tp-heading-primary);
}
.tp-course-btn.color-9 a{
  background-color: var(--tp-theme-9);
}
.tp-course-btn.color-9 a:hover{
  background-color: var(--tp-heading-primary);
}
.tp-course-tab .nav-link{
  position: relative;
  color: #A0A2A4;
  font-size: 20px;
  line-height: 20px;
  padding: 11px 10px;
  margin: 0 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-tab .nav-link{
    font-size: 17px;
    padding: 10px 6px;
    margin: 0 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-tab .nav-link{
    margin: 0 0;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px){
.tp-course-tab .nav-link{
    font-size: 16px;
  }
}
.tp-course-tab .nav-link span{
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: scale(0);
}
.tp-course-tab .nav-link.active{
  color: #031F42;
}
.tp-course-tab .nav-link.active span{
  opacity: 1;
  transform: scale(1);
}
.tp-course-4-item{
  border-radius: 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 20px 20px 20px 20px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px){
.tp-course-4-item{
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-4-item{
    margin-bottom: 30px;
  }
}
.tp-course-4-item:hover{
  box-shadow: 0px 6px 10px 0px rgba(10, 29, 58, 0.1);
}
.tp-course-4-thumb{
  width: 220px;
  object-fit: cover;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px){
.tp-course-4-thumb{
    width: 100%;
  }
}
.tp-course-4-thumb img{
  height: 100%;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.tp-course-4-content{
  padding: 24px 8px 24px 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px){
.tp-course-4-content{
    width: 100%;
    padding: 24px 0px 24px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-4-content{
    width: 100%;
    padding: 24px 5px 24px 15px;
  }
}
.tp-course-4-content p{
  color: #5F5D59;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}
.tp-course-4-title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tp-course-4-title a:hover{
  color: var(--tp-theme-primary);
}
.tp-course-4-rating{
  margin-bottom: 8px;
}
.tp-course-4-rating i{
  color: #FFA41D;
}
.tp-course-4-rating span{
  color: #6D6C68;
  font-size: 14px;
  display: inset-block;
  margin-left: 4px;
}
.tp-course-4-info{
  margin-bottom: 18px;
}
.tp-course-4-info-item > span{
  display: inline-block;
  margin-right: 18px;
  color: #6D6C68;
  font-size: 14px;
}
.tp-course-4-info-item > span > span{
  display: inline-block;
  margin-right: 1px;
}
.tp-course-4-avatar{
  border-top: 1px solid #F1EFE9;
  padding-top: 20px;
}
.tp-course-4-avatar-thumb img{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.tp-course-4-avatar-text{
  display: inline-block;
  margin-left: 10px;
}
.tp-course-4-avatar-text a{
  color: var(--tp-heading-primary);
  font-size: 15px;
}
.tp-course-4-avatar-text span{
  color: #6D6C68;
  font-size: 15px;
}
.tp-course-4-ammount{
  flex: 0 0 auto;
}
.tp-course-4-ammount span{
  color: var(--tp-heading-primary);
  font-size: 22px;
  font-weight: 500;
}
.tp-course-5-position .row .col-lg-4:nth-child(3n+2){
  margin-top: -50px;
}
@media only screen and (max-width: 767px){
.tp-course-5-position .row .col-lg-4:nth-child(3n+2){
    margin-top: 0;
  }
}
.tp-course-5-item{
  position: relative;
  z-index: 1;
}
.tp-course-5-item:hover .tp-course-5-hover{
  transform: rotate(-4deg);
  opacity: 1;
}
@media only screen and (max-width: 767px){
.tp-course-5-item:hover .tp-course-5-hover{
    transform: rotate(-3deg);
  }
}
.tp-course-5-item:hover .tp-course-5-content{
  box-shadow: none;
}
.tp-course-5-hover{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: var(--tp-theme-5);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
}
.tp-course-5-thumb{
  position: relative;
}
.tp-course-5-thumb img{
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
.tp-course-5-price{
  position: absolute;
  top: 16px;
  right: 16px;
}
.tp-course-5-price span{
  background-color: var(--tp-theme-5);
  display: inline-block;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: var(--tp-heading-primary);
  font-size: 22px;
  font-weight: 600;
}
.tp-course-5-price span.free{
  background-color: #9CE28A;
}
.tp-course-5-content{
  margin-top: -20px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #E7EBEB;
  background: var(--tp-common-white);
  padding: 30px 30px 35px 33px;
  box-shadow: 0px 60px 44px -50px rgba(177, 177, 177, 0.2);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-5-avatar{
  margin-bottom: 12px;
}
.tp-course-5-avatar span{
  flex: 0 0 auto;
  margin-right: 9px;
}
.tp-course-5-avatar span img{
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.tp-course-5-avatar-title{
  color: var(--tp-text-body);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.tp-course-5-title{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}
.tp-course-5-title a{
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#161613, #161613), linear-gradient(#161613, #161613);
}
.tp-course-5-title a:hover{
  background-size: 0% 1px, 100% 1px;
}
.tp-course-5-btn{
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-6-ptb{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-6-heading{
    margin-bottom: 30px;
  }
}
.tp-course-details-wrapper{
  padding-right: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-wrapper{
    padding-right: 0;
  }
}
.tp-course-details-title{
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}
.tp-course-details-heading p{
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-heading p{
    margin-bottom: 25px;
  }
}
.tp-course-details-thumb{
  margin-bottom: 40px;
}
.tp-course-details-thumb img{
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-thumb img{
    width: 100%;
  }
}
.tp-course-details-list{
  margin-bottom: 26px;
}
.tp-course-details-list ul li{
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--tp-heading-primary);
}
.tp-course-details-list ul li span{
  margin-right: 10px;
}
.tp-course-details-box{
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-box{
    margin-top: 30px;
  }
}
.tp-course-details-box span{
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 22px;
  color: #3E4047;
  letter-spacing: -0.36px;
}
.tp-course-details-table{
  border-radius: 10px;
  fill: var(--tp-common-white);
  box-shadow: 0px 2px 3px 0px rgba(48, 54, 81, 0.1) inset;
  filter: drop-shadow(0px 2px 2px rgba(48, 54, 81, 0.08));
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-table{
    overflow-x: scroll;
  }
}
.tp-course-details-table-head{
  background: var(--tp-theme-4);
  border-radius: 10px 10px 0px 0px;
}
.tp-course-details-table ul li{
  padding: 16px 30px;
  list-style: none;
}
.tp-course-details-table ul li:not(:last-of-type){
  border-bottom: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-course-details-table ul li:last-child{
  padding: 26px 30px !important;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-table ul li{
    width: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-social{
    margin-bottom: 30px;
  }
}
.tp-course-details-social a{
  display: inline-block;
  padding: 1px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  border-radius: 4px;
  margin-right: 4px;
  color: var(--tp-common-white);
  background-color: #1877F2;
}
.tp-course-details-social a span{
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-course-details-social a.black{
  background-color: var(--tp-heading-primary);
}
.tp-course-details-social a.sky{
  background-color: #069;
}
.tp-course-table-row{
  display: flex;
  align-items: center;
}
.tp-course-table-inner{
  padding: 22px 30px !important;
  background-color: var(--tp-common-white);
}
.tp-course-id{
  width: 150px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-id{
    width: 130px;
  }
}
.tp-course-sub{
  width: 365px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-sub{
    width: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-sub{
    width: 370px;
  }
}
.tp-course-type{
  width: 130px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-type{
    width: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-type{
    width: 150px;
  }
}
.tp-course-credits{
  width: 95px;
  flex: 0 0 auto;
  margin-left: 10px;
}
.tp-course-requrement-wrapper{
  padding-right: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-requrement-wrapper{
    padding-right: 0;
  }
}
.tp-course-requrement-title{
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 22px;
  letter-spacing: -0.68px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-heading p{
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 25px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet{
  margin-bottom: 35px;
}
.tp-course-requrement-bulet-title{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: -0.36px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet p{
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet-content p{
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet-content p span{
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-1px);
}
.tp-course-requrement-widget-content{
  border-radius: 10px;
  padding: 36px 30px;
  background: var(--tp-common-white);
  box-shadow: 0px 2px 4px -2px rgba(3, 11, 30, 0.14), 0px 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-requrement-widget-content{
    padding: 35px 26px;
  }
}
.tp-course-requrement-widget-content a{
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
}
.tp-course-requrement-widget-content a:not(:last-of-type){
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(22, 22, 19, 0.2);
}
.tp-course-requrement-widget-content a:hover{
  color: var(--tp-red-3);
}
.tp-course-requrement-widget-btn .btn-1{
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  margin-bottom: 8px;
  background: transparent;
  color: var(--tp-heading-primary);
  border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-course-requrement-widget-btn .btn-1:hover{
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
}
.tp-course-requrement-widget-btn .btn-2{
  background-color: var(--tp-theme-4);
}
.tp-course-requrement-widget-contact{
  padding: 36px 30px;
  border-radius: 10px;
  background: #164951;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-requrement-widget-contact{
    padding: 35px 20px;
  }
}
.tp-course-requrement-widget-contact-title{
  color: #FFF7F1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: -0.48px;
}
.tp-course-requrement-widget-contact p{
  color: #FFF7F1;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.tp-course-requrement-widget-contact a{
  display: block;
  color: #FFF7F1;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}
.tp-course-requrement-widget-contact a:not(:last-of-type){
  margin-bottom: 12px;
}
.tp-course-requrement-widget-contact a span{
  margin-right: 10px;
}
.tp-course-requrement-widget-faq{
  padding: 30px 30px 0;
  border-radius: 10px;
  background: rgba(176, 165, 131, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-requrement-widget-faq{
    padding: 30px 20px 0;
  }
}
.tp-course-requrement-widget-faq-title{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.52px;
  margin-bottom: 12px;
  color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-requrement-widget-faq-title{
    font-size: 25px;
  }
}
.tp-course-requrement-widget-faq p{
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-heading-primary);
}
.tp-course-requrement-widget-faq p a{
  color: var(--tp-theme-4);
  text-decoration-line: underline;
}
.tp-course-requrement-widget-faq-thumb{
  text-align: end;
}
.tp-course-requrement-widget-faq-thumb img{
  filter: saturate(0);
}
.tp-course-categories-item{
  display: block;
  border-radius: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  padding: 30px 30px 20px 30px;
  border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-categories-item:hover{
  transform: translateY(-4px);
  border-color: rgba(26, 115, 232, 0.5);
}
.tp-course-categories-item p{
  font-weight: 400;
  font-size: 14px;
  color: #85878c;
  margin-bottom: 0;
}
.tp-course-categories-icon span{
  height: 40px;
  width: 40px;
  border-radius: 10px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
  background-color: #a3d6c2;
}
.tp-course-categories-icon span.color-1{
  background: #e4cd9f;
}
.tp-course-categories-icon span.color-2{
  background: #e8cec3;
}
.tp-course-categories-icon span.color-3{
  background: #e1d5f4;
}
.tp-course-categories-icon span.color-4{
  background: #d1c5de;
}
.tp-course-categories-icon span.color-5{
  background: #ccd9b8;
}
.tp-course-categories-icon span.color-6{
  background: #c2dedd;
}
.tp-course-categories-icon span.color-7{
  background: #d6c0a3;
}
.tp-course-categories-icon span.color-8{
  background: #d6d2a3;
}
.tp-course-categories-icon span.color-9{
  background: #a3a7d6;
}
.tp-course-categories-icon span.color-10{
  background: #e0bfc9;
}
.tp-course-categories-icon span.color-11{
  background: #d3d3d3;
}
.tp-course-categories-title{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-heading-2);
}
.tp-course-banner-shape .shape-1{
  position: absolute;
  bottom: 0;
  left: 418px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
.tp-course-banner-shape .shape-1{
    left: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
.tp-course-banner-shape .shape-1{
    left: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-course-banner-shape .shape-1{
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-banner-shape .shape-1{
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-banner-shape .shape-1{
    display: none;
  }
}
.tp-course-banner-shape .shape-2{
  position: absolute;
  bottom: 0;
  right: 108px;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
.tp-course-banner-heading{
  margin-left: -25px;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-banner-heading{
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-banner-heading{
    margin-left: 0;
  }
}
.tp-course-banner-heading p{
  font-size: 17px;
  font-weight: 300;
  color: #4f5158;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-banner-heading p{
    margin-bottom: 15px;
  }
}
.tp-course-banner-heading .tp-footer-inner-input input{
  height: 60px;
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
}
.tp-course-banner-heading .tp-footer-inner-input .tp-btn-inner{
  border-radius: 100px;
}
.tp-course-banner-title{
  font-size: 54px;
  font-weight: 600;
  color: var(--tp-heading-2);
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-banner-title{
    font-size: 42px;
  }
}
.tp-course-filter-space{
  padding-top: 150px;
  padding-bottom: 350px;
}
@media only screen and (max-width: 767px){
.tp-course-filter-space{
    padding-bottom: 390px;
  }
}
.tp-course-filter-bg{
  background: linear-gradient(180deg, #d5ddff 0%, #e8d5ff 100%);
}
@media only screen and (max-width: 767px){
.tp-course-filter-top-left{
    flex-wrap: wrap;
  }
}
.tp-course-filter-top-result p{
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
}
.tp-course-filter-top-tab{
  height: 44px;
  border-radius: 100px;
  padding: 5px 6px 6px 6px;
  margin-right: 15px;
  background: rgba(10, 26, 47, 0.03);
  border: 1px solid rgba(10, 26, 47, 0.08);
}
.tp-course-filter-top-tab ul .nav-item .nav-link{
  font-weight: 400;
  font-size: 16px;
  color: #43444a;
  display: block;
  width: 90px;
  padding: 3px;
}
.tp-course-filter-top-tab ul .nav-item .nav-link svg{
  margin-right: 5px;
  transform: translateY(-3px);
}
.tp-course-filter-top-tab ul .nav-item .nav-link.active{
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-top-right-search{
  position: relative;
  margin-right: 12px;
}
.tp-course-filter-top-right-search input{
  border: none;
  height: 44px;
  width: 300px;
  border-radius: 100px;
  padding: 0 40px 0 25px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-top-right-search input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input::-moz-placeholder{ /* Firefox 19+ */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:-moz-placeholder{ /* Firefox 4-18 */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:-ms-input-placeholder{ /* IE 10+  Edge*/
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input::placeholder{ /* MODERN BROWSER */
  color: #8B8B8B;
  font-size: 15px;
  font-weight: 400;
}
.tp-course-filter-top-right-search input:focus{
  border-color: var(--tp-theme-7);
  box-shadow: 0px 1px 2px 0px rgba(65, 95, 251, 0.06), 0px 4px 10px 0px rgba(65, 95, 251, 0.06), 0px 0px 0px 3px rgba(65, 95, 251, 0.2);
}
.tp-course-filter-top-right-search-btn{
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
.tp-course-filter-btn .tp-filter-btn{
  font-size: 16px;
  font-weight: 500;
  padding: 9px 34px;
  border-radius: 100px;
  color: var(--tp-dashboard-secondary);
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
  transition: none;
}
.tp-course-filter-btn .tp-filter-btn svg{
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-filter-btn .tp-filter-btn:hover{
  background-color: rgba(81, 105, 241, 0.06);
}
.tp-course-filter-item{
  border-radius: 14px;
  padding: 15px 15px 23px 15px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-filter-item:hover{
  transform: translateY(-4px);
  box-shadow: 0px 6px 20px 0px rgba(22, 18, 3, 0.1);
}
.tp-course-filter-item:hover .tp-course-filter-thumb img{
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-filter-item{
    flex-wrap: wrap;
  }
}
.tp-course-filter-content{
  width: 100%;
  padding: 20px 20px 0px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-filter-content{
    padding: 20px 20px 0px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px){
.tp-course-filter-content{
    padding: 30px;
  }
}
@media only screen and (max-width: 767px){
.tp-course-filter-content{
    padding: 15px 0 0 0;
  }
}
.tp-course-filter-tag .tag-span{
  display: inline-block;
  border-radius: 3px;
  background: rgba(23, 162, 184, 0.08);
  color: #17A2B8;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 13px;
  line-height: 1;
  margin-right: 5px;
}
.tp-course-filter-tag .discount{
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 9px;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-filter-meta{
  margin-bottom: 10px;
}
.tp-course-filter-meta span{
  font-weight: 400;
  font-size: 15px;
  padding-right: 15px;
  color: var(--tp-text-body);
}
.tp-course-filter-meta span:nth-child(1){
  margin-right: 20px;
  border-right: 1px solid #d9d9d9;
}
.tp-course-filter-meta span:not(:first-child){
  color: #6C7275;
}
.tp-course-filter-meta span svg{
  margin-right: 2px;
  display: inline-block;
  transform: translateY(-1px);
}
.tp-course-filter-meta span img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.tp-course-filter-p p{
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-filter-p p{
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-filter-p p br{
    display: none;
  }
}
.tp-course-filter-title{
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--tp-heading-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-filter-title{
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-filter-title{
    font-size: 26px;
  }
}
.tp-course-filter-title a:hover{
  color: var(--tp-theme-secondary);
}
.tp-course-filter-title.color a:hover{
  color: var(--tp-theme-9);
}
.tp-course-filter-thumb{
  width: 440px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-filter-thumb{
    width: 100%;
  }
}
.tp-course-filter-thumb img{
  width: 440px;
  height: 310px;
  border-radius: 10px;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-filter-thumb img{
    height: auto;
    width: 100%;
  }
}
.tp-course-filter-pricing span{
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-dashboard-secondary);
}
.tp-course-filter-pricing del{
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: #94928E;
  margin-bottom: -1px;
}
.tp-course-filter-btn a{
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  display: inline-block;
  padding: 7px 40px 9px;
  color: var(--tp-grey-6);
  border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-filter-btn a:hover{
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-course-filter-btn.color a:hover{
  color: var(--tp-common-white);
  background: var(--tp-theme-9);
  box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-course-filter-select .nice-select{
  font-size: 16px;
  height: 44px;
  width: 200px;
  line-height: 44px;
  border-radius: 100px;
  color: #65676a;
  border: 1px solid #E6E8F0;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
}
.tp-course-filter-select .nice-select::after{
  color: #686A6D;
  right: 25px;
}
.tp-course-filter-select .nice-select .list{
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}
.tp-course-filter-select .nice-select .option{
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
}
.tp-course-filter-select .nice-select .option:hover{
  color: #4A4E68;
  background-color: #F4F5FA;
}
.tp-course-grid-wrap{
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (max-width: 767px){
.tp-course-grid-wrap{
    border-bottom: transparent;
  }
}
.tp-course-grid-box{
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px){
.tp-course-grid-box{
    margin-bottom: 50px;
  }
}
.tp-course-grid-box .nav-item .nav-link{
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  margin-right: 6px;
  padding: 6px 24px 8px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-grey-6);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.2);
}
.tp-course-grid-box .nav-item .nav-link.active{
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
.tp-course-grid-box .nav-item .nav-link:hover{
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
  box-shadow: 0px 0px 1px 0px #1438B5, 0px 1px 2px 0px rgba(20, 56, 181, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-grid-box .nav-item .nav-link{
    margin-bottom: 10px;
  }
}
.tp-course-grid-categories{
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-grid-categories{
    flex-wrap: wrap;
  }
}
.tp-course-grid-select{
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-grid-select{
    margin-bottom: 20px;
  }
}
.tp-course-grid-select p{
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #73757b;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-grid-select p{
    display: block;
  }
}
.tp-course-grid-select .nice-select{
  width: 282px;
  height: 46px;
  line-height: 40px;
  font-size: 16px;
  color: #65676a;
  font-weight: 400;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.06);
}
.tp-course-grid-select .nice-select::after{
  right: 20px;
  color: #65676a;
}
.tp-course-grid-select .nice-select:focus{
  border-color: transparent;
}
.tp-course-grid-select .nice-select .list{
  padding: 15px;
  border-radius: 10px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #e6e8f0;
  box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}
.tp-course-grid-select .nice-select .option{
  color: #757C8E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 0;
  border-radius: 100px;
  padding: 10px 16px;
  margin-bottom: 2px;
}
.tp-course-grid-select .nice-select .option:hover{
  color: #4A4E68;
  background-color: #F4F5FA;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-course-grid-select .nice-select{
    width: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-course-grid-select .nice-select{
    width: 215px;
  }
}
.tp-course-grid-item{
  padding: 15px;
  border-radius: 14px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px){
.tp-course-grid-item{
    flex-wrap: wrap;
  }
}
.tp-course-grid-title{
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  color: var(--tp-heading-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-grid-title br{
    display: none;
  }
}
.tp-course-grid-title a:hover{
  color: var(--tp-dashboard-primary);
}
.tp-course-grid-title.color-9 a:hover{
  color: var(--tp-theme-9);
}
.tp-course-grid-teacher{
  margin-bottom: 25px;
  padding: 0 0px 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-grid-thumb{
    width: 100%;
  }
}
.tp-course-grid-thumb img{
  height: 320px;
  width: 230px;
  border-radius: 8px;
  object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-grid-thumb img{
    width: 100%;
    height: 100%;
  }
}
.tp-course-grid-content{
  padding: 25px 23px 0px 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-grid-content{
    padding: 85px 30px 0px 30px;
  }
}
@media only screen and (max-width: 767px){
.tp-course-grid-content{
    padding: 25px 0px 10px 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-grid-sidebar-left{
    flex-wrap: wrap;
  }
}
.tp-course-grid-sidebar-search input{
  font-size: 15px;
  width: 250px;
  height: 44px;
  color: #686A6D;
  border-radius: 6px;
  padding-right: 50px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-grid-sidebar-search input:focus{
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-grid-sidebar-search input::placeholder{
  font-size: 15px;
  color: #686A6D;
}
.tp-course-grid-sidebar-search-btn{
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.tp-course-grid-sidebar-tab{
  margin-right: 10px;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link{
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link svg{
  color: #818487;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active{
  border: 1px solid #010f1c;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active svg{
  color: #010f1c;
}
.tp-course-grid-sidebar-select{
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-grid-sidebar-select{
    margin-top: 20px;
  }
}
.tp-course-grid-sidebar-select .nice-select{
  height: 44px;
  line-height: 40px;
  border: 1px solid #e6e8f0;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-grid-sidebar-select .nice-select p{
  color: #43444a;
}
.tp-course-grid-sidebar-select .nice-select:focus{
  border: 1px solid #e6e8f0;
}
.tp-course-list-thumb{
  width: 370px;
  height: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-list-thumb{
    width: 100%;
    height: auto;
  }
}
.tp-course-list-thumb img{
  width: 370px;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-list-thumb img{
    height: 100%;
    width: 100%;
  }
}
.tp-course-list-title{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}
.tp-course-list-title a:hover{
  color: var(--tp-dashboard-secondary);
}
.tp-course-list-p p{
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-filter-mt{
  position: relative;
  margin-top: -300px;
}
@media only screen and (max-width: 767px){
.tp-filter-mt{
    margin-top: -380px;
  }
}
.tp-filter-mt-2{
  position: relative;
  margin-top: -190px;
}
.tp-filter-dropdown-wrapper{
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 40px 45px 10px;
  padding-right: 75px;
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  border-radius: 14px;
  box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
  background: linear-gradient(180deg, #fff 0%, #f9f6ff 100%);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.tp-filter-dropdown-wrapper{
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.tp-filter-dropdown-wrapper{
    top: 115px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
.tp-filter-dropdown-wrapper{
    top: 115px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px){
.tp-filter-dropdown-wrapper{
    top: 165px;
    padding: 20px;
  }
}
.tp-filter-dropdown-wrapper.filter-dropdown-opened{
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}
.tp-filter-widget-title{
  font-size: 17px;
  font-weight: 500;
  color: #4f5158;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-filter-widget-content{
  margin-bottom: 30px;
}
.tp-filter-widget-radio ul li{
  list-style: none;
}
.tp-filter-widget-radio ul li:not(:last-of-type){
  margin-bottom: 10px;
}
.tp-filter-widget-radio ul li .form-check-input[type=radio]{
  width: 18px;
  height: 18px;
  box-shadow: none;
  margin-right: 6px;
  transform: translateY(0);
}
.tp-filter-widget-radio ul li .form-check-input[type=radio]:checked + label{
  color: var(--tp-dashboard-primary);
}
.tp-filter-widget-radio ul li .form-check-input:checked{
  background-color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}
.tp-filter-widget-radio ul li .form-check-label{
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  cursor: pointer;
}
.tp-filter-widget-checkbox{
  height: 240px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
.tp-filter-widget-checkbox ul li{
  list-style: none;
}
.tp-filter-widget-checkbox ul li:not(:last-of-type){
  margin-bottom: 10px;
}
.tp-filter-widget-checkbox ul li input{
  display: none;
}
.tp-filter-widget-checkbox ul li input:checked ~ label::after{
  background-color: var(--tp-dashboard-primary);
  border-color: var(--tp-dashboard-primary);
}
.tp-filter-widget-checkbox ul li input:checked ~ label::before{
  visibility: visible;
  opacity: 1;
}
.tp-filter-widget-checkbox ul li label{
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}
.tp-filter-widget-checkbox ul li label::after{
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #DBDDE5;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 4px 0px rgba(48, 54, 81, 0.06) inset, 0px 1px 1px 0px rgba(48, 54, 81, 0.06);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-filter-widget-checkbox ul li label::before{
  position: absolute;
  content: url("../img/live/check.svg");
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
}
.tp-filter-widget-checkbox ul li label a:hover{
  color: var(--tp-theme-7);
}
.tp-filter-widget-checkbox ul li label:hover{
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-main-inner{
    padding-right: 0;
  }
}
.tp-course-details-2-main-title{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--tp-heading-2);
}
.tp-course-details-2-category{
  font-size: 14px;
  font-weight: 600;
  padding: 0px 22px;
  border-radius: 6px;
  margin-bottom: 15px;
  display: inline-block;
  background: #c354f6;
  color: var(--tp-common-white);
}
.tp-course-details-2-title{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-2);
}
.tp-course-details-2-author-avater{
  margin-right: 14px;
}
.tp-course-details-2-author-avater img{
  width: 50px;
  height: 50px;
}
.tp-course-details-2-author-designation{
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-meta{
    margin-bottom: 10px;
  }
}
.tp-course-details-2-meta:not(:first-of-type){
  margin-left: 50px;
}
.tp-course-details-2-meta-title{
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}
.tp-course-details-2-meta-subtitle{
  font-weight: 400;
  font-size: 15px;
  color: #73757b;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}
.tp-course-details-2-widget{
  top: 120px;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--tp-common-white);
  box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
  margin-top: -300px;
  position: sticky;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-widget{
    margin-top: 30px;
  }
}
.tp-course-details-2-widget-thumb img{
  border-radius: 8px;
  width: 100%;
}
.tp-course-details-2-widget-thumb a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background-color: #fcfcfc;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.tp-course-details-2-widget-thumb a::after{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  transform: scale(1);
  border: 1px solid var(--tp-common-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}
.tp-course-details-2-widget-content{
  padding: 30px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px){
.tp-course-details-2-widget-content{
    padding: 30px 0;
  }
}
.tp-course-details-2-widget-price{
  margin-bottom: 18px;
}
.tp-course-details-2-widget-price span{
  font-size: 30px;
  font-weight: 600;
  margin-right: 10px;
  color: var(--tp-heading-2);
}
.tp-course-details-2-widget-price del{
  font-size: 16px;
  font-weight: 400;
  color: #73757b;
}
.tp-course-details-2-widget-price p{
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #e71442;
  padding: 0px 9px;
  margin-left: 5px;
  margin-bottom: 0;
  border-radius: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-details-2-widget-price .price{
  display: flex;
  align-items: center;
}
.tp-course-details-2-widget-price .share button span{
  margin: 0;
  line-height: 32px;
}
.tp-course-details-2-widget-btn{
  margin-bottom: 30px;
}
.tp-course-details-2-widget-btn a{
  display: block;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  padding: 11px 15px;
  text-align: center;
  color: var(--tp-heading-2);
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-btn a:not(:last-of-type){
  margin-bottom: 10px;
}
.tp-course-details-2-widget-btn a:hover{
  border: 1px solid var(--tp-dashboard-primary);
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-btn a.active{
  border: none;
  color: var(--tp-common-white);
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-btn a.active:hover{
  background: #425EFF;
  color: var(--tp-common-white);
}
.tp-course-details-2-widget-btn p{
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #7e7f88;
}
.tp-course-details-2-widget-list h5{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--tp-heading-2);
}
.tp-course-details-2-widget-list-item{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-details-2-widget-list-item span{
  font-size: 15px;
  font-weight: 500;
  color: #4f5158;
}
.tp-course-details-2-widget-list-item span svg{
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-2-widget-share{
  margin-bottom: 15px;
}
.tp-course-details-2-widget-share .share{
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-share .share span{
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-course-details-2-widget-share .coupon{
  font-size: 15px;
  font-weight: 500;
  color: #ff843f;
  position: relative;
}
.tp-course-details-2-widget-share .coupon:hover::after{
  opacity: 0;
  transform: translateY(-2px);
}
.tp-course-details-2-widget-share .coupon::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ff843f;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details-2-widget-search input{
  height: 46px;
  border-radius: 6px;
  padding-right: 110px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-search input:focus{
  border-color: var(--tp-theme-7);
  box-shadow: 0px 0px 0px 3px rgba(70, 97, 253, 0.16);
}
.tp-course-details-2-widget-search button{
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  background: #031f42;
  padding: 10px 29px;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
.tp-course-details-2-widget-search button:hover{
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-text p{
  font-size: 17px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-text p br{
    display: none;
  }
}
.tp-course-details-2-text a{
  font-size: 16px;
  font-weight: 500;
  color: #3c66f9;
  display: inline-block;
  cursor: pointer;
}
.tp-course-details-2-text a span{
  margin-right: 5px;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-course-details-2-text .content{
  position: relative;
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: max-height 0.3s ease;
}
.tp-course-details-2-text .content::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(359deg, #FFF 37.73%, rgba(255, 255, 255, 0) 99.32%);
}
.tp-course-details-2-text .content.show{
  max-height: 500px;
}
.tp-course-details-2-text .show-more-button svg{
  margin-right: 5px;
}
.tp-course-details-2-nav{
  position: sticky;
  top: 120px;
  z-index: 3;
}
.tp-course-details-2-nav nav{
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px){
.tp-course-details-2-nav nav{
    padding: 12px 12px 0;
  }
}
.tp-course-details-2-nav nav ul li{
  display: inline-block;
}
@media only screen and (max-width: 767px){
.tp-course-details-2-nav nav ul li{
    margin-bottom: 12px;
  }
}
.tp-course-details-2-nav nav ul li.current a{
  color: var(--tp-common-white);
  background: var(--tp-dashboard-primary);
}
.tp-course-details-2-nav nav ul li.current a:hover{
  box-shadow: none;
  background: #425EFF;
  color: var(--tp-common-white);
}
.tp-course-details-2-nav nav ul li a{
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 8px;
  padding: 10px 49px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-details-2-nav nav ul li a{
    padding: 8px 30px;
  }
}
@media only screen and (max-width: 767px){
.tp-course-details-2-nav nav ul li a{
    padding: 10px 20px;
  }
}
.tp-course-details-2-nav nav ul li a:hover{
  color: var(--tp-dashboard-primary);
  border-color: rgb(245, 246, 255);
  background-color: rgb(245, 246, 255);
}
.tp-course-details-2-content{
  padding-top: 60px;
}
.tp-course-details-2-content #reviews{
  padding-top: 95px;
}
@media only screen and (max-width: 767px){
.tp-course-details-2-content #reviews{
    flex-wrap: wrap;
    padding-top: 50px;
  }
}
.tp-course-details-2-list ul{
  display: inline-block;
  margin-bottom: 20px;
}
.tp-course-details-2-list ul li{
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--tp-text-body);
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
.tp-course-details-2-list ul li{
    width: 100%;
  }
}
.tp-course-details-2-list p{
  font-size: 17px;
}
.tp-course-details-2-faq .accordion-item{
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-item:not(:last-of-type){
  margin-bottom: 16px;
}
.tp-course-details-2-faq .accordion-button{
  border-radius: 6px;
  padding: 19px 30px 19px 54px;
}
@media only screen and (max-width: 767px){
.tp-course-details-2-faq .accordion-button{
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-2-faq .accordion-button .span{
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}
.tp-course-details-2-faq .accordion-button .lesson{
  font-size: 15px;
  font-weight: 400;
  color: #57595f;
  border-radius: 34px;
  padding: 5px 20px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-button:not(.collapsed){
  box-shadow: none;
  padding: 19px 30px 19px 54px;
  border-bottom: 1px solid #e6e8f0;
  background-color: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px){
.tp-course-details-2-faq .accordion-button:not(.collapsed){
    padding: 18px 15px 18px 30px;
  }
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .span{
  color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::before{
  background-color: var(--tp-common-white);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn::after{
  background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq .accordion-button:focus{
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-faq .accordion-button .accordion-btn{
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.3s;
  display: inline-block;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px){
.tp-course-details-2-faq .accordion-button .accordion-btn{
    left: 15px;
  }
}
.tp-course-details-2-faq .accordion-button .accordion-btn::after, .tp-course-details-2-faq .accordion-button .accordion-btn::before{
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #031f42;
}
.tp-course-details-2-faq .accordion-button .accordion-btn::before{
  background-color: #031f42;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-course-details-2-faq .accordion-button::after{
  content: none;
}
.tp-course-details-2-faq .accordion-body{
  padding: 18px 30px;
}
@media only screen and (max-width: 767px){
.tp-course-details-2-faq .accordion-body{
    padding: 15px 15px;
  }
}
.tp-course-details-2-faq-item:not(:last-of-type){
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f5fa;
}
.tp-course-details-2-faq-item .left span{
  font-size: 15px;
  color: #57595f;
  font-weight: 400;
}
.tp-course-details-2-faq-item .left span i{
  font-size: 16px;
  font-style: normal;
  color: var(--tp-heading-2);
}
.tp-course-details-2-faq-item .left span svg{
  transform: translateY(-2px);
  margin-right: 5px;
}
.tp-course-details-2-faq-item .right span{
  font-size: 14px;
  font-weight: 400;
  color: #697089;
}
.tp-course-details-2-faq-item .right span a{
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 11px;
  border-radius: 29px;
  background: rgba(81, 105, 241, 0.1);
  color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq-item .right span a svg{
  margin-right: 5px;
  transform: translateY(-1px);
}
@media only screen and (max-width: 767px){
.tp-course-details-2-instructor{
    flex-wrap: wrap;
  }
}
.tp-course-details-2-instructor h5{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.tp-course-details-2-instructor .pre{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--tp-text-body);
}
.tp-course-details-2-instructor-sub{
  margin-bottom: 10px;
}
.tp-course-details-2-instructor-sub span{
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details-2-instructor-sub span svg{
  margin-right: 2px;
  transform: translateY(-2px);
}
.tp-course-details-2-instructor-sub span:not(:last-of-type){
  margin-right: 15px;
}
.tp-course-details-2-instructor-text{
  margin-bottom: 25px;
}
.tp-course-details-2-instructor-text p{
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-instructor-text p br{
    display: none;
  }
}
.tp-course-details-2-instructor-social a{
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
  border: 1px solid #e6e8f0;
  background: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-instructor-social a:hover{
  background: var(--tp-dashboard-secondary);
  border: 1px solid var(--tp-dashboard-secondary);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-instructor-thumb{
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.tp-course-details-2-review-rating{
  margin-bottom: 60px;
}
.tp-course-details-2-review-rating-info{
  border-radius: 6px;
  padding: 31px;
  border: 1px solid #e6e8f0;
  background-color: var(--tp-common-white);
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-review-rating-info{
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-details-2-review-rating-info{
    padding: 25px;
  }
}
.tp-course-details-2-review-rating-info h5{
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-2);
}
.tp-course-details-2-review-rating-info p{
  font-size: 15px;
  font-weight: 400;
  color: #6c7275;
}
.tp-course-details-2-review-details{
  padding: 22px 30px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-item{
  margin-bottom: 5px;
}
.tp-course-details-2-review-progress{
  height: 6px;
  margin: 0 2px;
  overflow: hidden;
  background-color: #F4F4F4;
  width: calc(100% - 40px - 60px);
}
.tp-course-details-2-review-progress .single-progress{
  height: 100%;
  background-color: #FFB21D;
}
.tp-course-details-2-review-text{
  font-size: 15px;
  font-weight: 400;
  color: #a0a2a4;
}
.tp-course-details-2-review-percent h5{
  font-size: 14px;
  font-weight: 400;
  color: #55585b;
}
.tp-course-details-2-review-thumb{
  margin-right: 20px;
}
.tp-course-details-2-review-item-reply{
  margin-bottom: 40px;
}
.tp-course-details-2-review-item-reply:nth-child(1){
  padding-bottom: 40px;
  border-bottom: 1px solid #dce0ec;
}
.tp-course-details-2-review-item-reply p{
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-review-item-reply p br{
    display: none;
  }
}
.tp-course-details-2-review-top{
  margin-bottom: 15px;
}
.tp-course-details-2-review-content h4{
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-heading-2);
}
.tp-course-details-2-review-star{
  display: inline-block;
}
.tp-course-details-2-review-star .span{
  font-size: 14px;
  font-weight: 400;
  color: #6c7275;
  margin-left: 5px;
}
.tp-course-details-2-review-react > span{
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  color: #6c7275;
}
.tp-course-details-2-review-react .react a{
  padding: 6px 13px 8px;
  border: 1px solid #E6E8F0;
}
.tp-course-details-2-review-react .react a:first-child{
  border-radius: 6px 0 0px 6px;
}
.tp-course-details-2-review-react .react a:last-child{
  margin-left: -1px;
  border-radius: 0px 6px 6px 0px;
}
.tp-course-details-2-review-react .react a:hover{
  border-color: var(--tp-dashboard-secondary);
  background: var(--tp-dashboard-secondary);
}
.tp-course-details-2-review-react .react a:hover span{
  color: var(--tp-common-white);
}
.tp-course-details-2-review-react .react a span{
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-course-details-2-review-reply-wrap{
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 767px){
.tp-course-details-2-review-reply-wrap{
    margin-bottom: 50px;
  }
}
.tp-course-details-2-review-reply-btn a{
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 6px 20px;
  border-radius: 6px;
  border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-reply-btn a:hover{
  color: var(--tp-dashboard-primary);
  background: rgba(85, 109, 245, 0.14);
}
.tp-course-details-2-comment-star img{
  margin-bottom: 25px;
}
.tp-course-details-2-related-border{
  border-top: 1px solid #d8dce8;
}
.tp-course-details-2-related-heading{
  margin-bottom: 40px;
}
.tp-course-details-2-related-heading p{
  font-weight: 300;
  font-size: 20px;
  color: #57595f;
}
.tp-course-details-2-related-title{
  font-size: 36px;
  font-weight: 600;
  color: var(--tp-heading-2);
}
.tp-course-details-3-main{
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-details-3-main{
    padding-top: 30px;
  }
}
.tp-course-details-3-main .tp-course-details-2-nav nav ul li a{
  padding: 10px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-course-details-3-main .tp-course-details-2-nav nav ul li a{
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-details-3-main .tp-course-details-2-nav nav ul li a{
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px){
.tp-course-details-3-main .tp-course-details-2-nav nav ul li a{
    padding: 8px 20px;
  }
}
.tp-course-details-3-title{
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-details-3-title br{
    display: none;
  }
}
.tp-course-details-3-meta-wrapper{
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.tp-course-details-3-meta-wrapper{
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px){
.tp-course-details-3-meta-wrapper{
    margin-bottom: 30px;
  }
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-author-designation{
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-title{
  color: var(--tp-common-white);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-subtitle{
  color: rgba(255, 255, 255, 0.7);
}
.tp-course-details-3-widget{
  position: sticky;
  top: 120px;
  padding: 30px;
  margin-right: 25px;
  border-radius: 20px;
  background-color: var(--tp-common-white);
  box-shadow: 0 4px 94px 0 rgba(7, 0, 36, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-details-3-widget{
    margin-right: 0;
    margin-bottom: 0;
  }
}
.tp-course-details-3-widget-content{
  padding: 25px 0 0 0;
}
.tp-course-details-3-list{
  margin-top: 80px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-details-3-list{
    padding-bottom: 0;
  }
}
.tp-course-details-3-list-item{
  padding-right: 80px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-details-3-list-item{
    padding-right: 0;
    border-bottom: 1px solid rgb(87, 89, 95);
  }
}
.tp-course-details-3-list-item span{
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-course-details-3-list-item span.width{
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){
.tp-course-details-3-list-item span{
    color: var(--tp-heading-primary);
  }
}
.tp-team-6-heading .tp-section-3-title{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: var(--tp-ff-manrope);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
.tp-team-6-heading .tp-section-3-title{
    font-size: 40px;
  }
}
.tp-team-6-heading .tp-section-3-title .tp-underline-shape-9{
  left: 0;
}
.tp-dashboard-btn .tp-course-pricing{
  text-align: end;
  flex: 0 0 auto;
  margin-left: 8px;
}
.tpd-dashboard-select .tp-course-filter-select .nice-select{
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  box-shadow: none;
  border-color: var(--tp-common-white);
  background: var(--tp-common-white);
}
.tpd-dashboard-select-course .tp-course-filter-select .nice-select{
  float: none;
  width: 300px;
  height: 40px;
  border: inherit;
  box-shadow: none;
  line-height: 40px;
  padding-right: 45px;
  display: inline-table;
  background: var(--tp-common-white);
}
.tpd-dashboard-qa-select .tp-course-filter-select .nice-select{
  border: none;
  box-shadow: none;
  background: var(--tp-common-white);
}
.tpd-dashboard-course-edit .tp-course-filter-select .nice-select{
  float: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 24px;
  border: inherit;
  box-shadow: none;
  background: var(--tp-common-white);
}
.tpd-dashboard-course-edit .tp-course-filter-select .nice-select::after{
  right: 24px;
}
.tpd-order-short-list .tp-course-filter-select .nice-select{
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: inherit;
  box-shadow: none;
  background: var(--tp-common-white);
}
/* Arabic/RTL adjustments for the Acadia course module */
.acadia-scope, .acadia-scope * { font-family: 'Cairo', sans-serif !important; }
.acadia-scope { direction: rtl; text-align: right; }
.acadia-scope .tp-course-teacher span img { margin-right: 0; margin-left: 8px; }
.acadia-scope .tp-course-meta span:not(:last-child) { margin-right: 0; margin-left: 20px; }
.acadia-scope .tp-course-meta span svg { margin-right: 0; margin-left: 6px; }
.acadia-scope .tp-course-thumb img { width: 100%; height: 190px; object-fit: cover; }
.acadia-scope .tp-course-rating-icon i { color: #f7941d; }
.acadia-scope .tp-course-title a { color: #12433a; }
.acadia-scope .tp-course-pricing span { color: #0d5c4a; font-weight: 800; }

/* section wrapper */
.courses-section-area{padding:0 0 60px;background:transparent;}
.courses-section-area .acadia-scope .row{--bs-gutter-x:30px;}
@media (min-width:768px){.courses-section-area .acadia-scope .col-md-6{width:50%;}}

/* layout corrections */
.courses-section-area{position:relative;z-index:3;padding-top:0;margin-top:-40px;}
.acadia-scope .tp-course-item{box-shadow:0 18px 40px rgba(11,92,63,.10);}
.acadia-scope .tp-course-item{background:#fff;border:1px solid #e8eae9;border-radius:16px;padding:20px;overflow:hidden;height:100%;}
.acadia-scope .tp-course-btn{position:static !important;opacity:1 !important;visibility:visible !important;transform:none !important;margin-top:18px;}
.acadia-scope .tp-course-btn a{display:block;text-align:center;background:#0b5c3f;color:#fff;border-radius:10px;padding:12px 20px;font-weight:700;}
.acadia-scope .tp-course-btn a:hover{background:#e8912a;color:#fff;}
.acadia-scope .tp-course-teacher{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.acadia-scope .tp-course-teacher span{display:flex;align-items:center;gap:8px;font-weight:600;color:#3d4642;}
.acadia-scope .tp-course-teacher img{width:34px;height:34px;border-radius:50%;object-fit:cover;}
.acadia-scope .tp-course-thumb{border-radius:12px;overflow:hidden;}
.acadia-scope .tp-course-rating-icon i{color:#f0a52c;}

/* ===== Compact hero courses (small cards under byline) ===== */
.hero-courses-compact {
  max-width: 540px;
  margin-inline: auto;
}
.hero-courses-compact .row { --bs-gutter-x: 14px; }
.hero-courses-compact .tp-course-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 30px -20px rgba(17, 24, 39, 0.4);
  border: 2px solid rgba(201, 162, 39, 0.35);
  padding: 0;
  position: relative;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.hero-courses-compact .tp-course-item:hover {
  border-color: rgba(201, 162, 39, 0.75);
  box-shadow: 0 18px 36px -18px rgba(201, 162, 39, 0.5);
}
/* keep the card fixed: no template hover lifts */
.hero-courses-compact .tp-course-item:hover .tp-course-content { transform: none !important; }
.hero-courses-compact .tp-course-item:hover .tp-course-btn { transform: none !important; }
.hero-courses-compact .tp-course-item:hover .tp-course-thumb img { transform: none !important; }
.hero-courses-compact .tp-course-thumb {
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.hero-courses-compact .course-free-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  font-size: 10.5px;
  font-weight: 700;
  color: #14532d;
  background: linear-gradient(180deg, #d9f7e3 0%, #bfeed0 100%);
  border: 1px solid #86c79c;
  border-radius: 999px;
  padding: 3px 10px;
  line-height: 1.3;
  box-shadow: 0 4px 10px -4px rgba(20, 83, 45, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}
.hero-courses-compact .course-free-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
  flex: 0 0 auto;
}
.hero-courses-compact .tp-course-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  border-radius: 0;
}

.hero-courses-compact .tp-course-content {
  padding: 14px 14px 6px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.hero-courses-compact .tp-course-tag { margin-bottom: 10px !important; }
.hero-courses-compact .tp-course-tag span {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  background: rgba(247, 171, 36, 0.14);
  color: #b07708;
  border: 1px solid rgba(247, 171, 36, 0.45);
  letter-spacing: .3px;
}
.hero-courses-compact .tp-course-title {
  font-size: 11.5px;
  line-height: 1.6;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-courses-compact .tp-course-meta { margin-top: 8px; }
.hero-courses-compact .tp-course-meta span {
  font-size: 10.5px;
  gap: 4px;
}
.hero-courses-compact .tp-course-btn a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  background: linear-gradient(180deg, #f7b733 0%, #f5a623 100%);
  color: #fff;
  transition: opacity .2s ease;
}
.hero-courses-compact .tp-course-btn a:hover { opacity: .9; color: #fff; }
@media (max-width: 767.98px) {
  .hero-courses-compact .col-6 { flex: 0 0 100%; width: 100%; max-width: 100%; min-width: 0; }
}
@media (max-width: 575.98px) {
  .hero-courses-compact { max-width: 100%; padding-inline: 4px; }
  .hero-courses-compact .row { --bs-gutter-y: 16px; }
  .hero-courses-compact .tp-course-item { height: auto; }
  .hero-courses-compact .tp-course-thumb { height: auto; aspect-ratio: 16 / 9; }
  .hero-courses-compact .tp-course-content { padding: 14px 13px 6px; }
  .hero-courses-compact .tp-course-title { font-size: 13px; line-height: 1.65; white-space: normal; }
  .hero-courses-compact .tp-course-tag span { font-size: 11px; padding: 3px 12px; }
  .hero-courses-compact .tp-course-meta span { font-size: 10.5px; }
  .hero-courses-compact .course-pick-state { font-size: 11.5px; padding: 8px 12px 12px; }
}


/* ===== Course checklist selection ===== */
.hero-courses-compact .course-pick { position: relative; }
.hero-courses-compact .course-pick-input {
  position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}
.hero-courses-compact .pick-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px; height: 17px;
  margin-inline-end: 6px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(183, 121, 31, .45);
  color: #b7791f;
  vertical-align: -4px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.hero-courses-compact .pick-icon svg { width: 10px; height: 10px; flex: none; }
.hero-courses-compact .pick-icon .pick-tick { position: absolute; opacity: 0; }
.hero-courses-compact .course-pick:has(.course-pick-input:checked) .pick-icon {
  background: #ecb22e;
  border-color: #ecb22e;
  color: #fff;
}
.hero-courses-compact .course-pick:has(.course-pick-input:checked) .pick-icon .pick-plus { opacity: 0; }
.hero-courses-compact .course-pick:has(.course-pick-input:checked) .pick-icon .pick-tick { opacity: 1; }
.hero-courses-compact .course-pick:has(.course-pick-input:checked) {
  border-color: #ecb22e;
  box-shadow: 0 18px 38px -20px rgba(214, 158, 46, .6);
}
.hero-courses-compact .course-pick-state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 7px 12px 10px;
  font-size: 11.5px;
  font-weight: 800;
  color: #b7791f;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: color .2s ease;
}
.hero-courses-compact .course-pick-state:hover { color: #9a6b12; }
.hero-courses-compact .course-pick-state .pick-on { display: none; }
.hero-courses-compact .course-pick:has(.course-pick-input:checked) .course-pick-state .pick-off { display: none; }
.hero-courses-compact .course-pick:has(.course-pick-input:checked) .course-pick-state .pick-on { display: inline; }
.hero-courses-compact .course-pick-state:disabled,
.hero-courses-compact .course-pick-state.is-picked {
  cursor: pointer;
  color: #9a6b12;
}

.hero-courses-compact .course-pick-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed rgba(183, 121, 31, .3);
}
.hero-courses-compact .course-pick-hint {
  margin: 0;
  font-size: 11px !important;
  line-height: 1.45 !important;
  color: #7a6220;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(236, 178, 46, .1);
  border: 1px dashed rgba(183, 121, 31, .4);
  border-radius: 999px;
  padding: 4px 11px;
}
.hero-courses-compact .course-pick-hint::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #ecb22e;
  flex: none;
}
.hero-courses-compact .course-pick-cta {
  display: inline-block;
  background: linear-gradient(135deg, #ecb22e, #d69e2e);
  color: #fff !important;
  font-weight: 700;
  font-size: 12.5px;
  padding: 7px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  box-shadow: 0 8px 16px -10px rgba(214,158,46,.8);
  transition: transform .2s ease, opacity .2s ease;
}
.hero-courses-compact .course-pick-cta:hover { transform: translateY(-2px); }
.hero-courses-compact .course-pick-cta.is-disabled {
  background: rgba(236, 178, 46, .12);
  color: #b7791f !important;
  border: 1.5px solid rgba(183, 121, 31, .45);
  box-shadow: none;
  opacity: 1;
  cursor: not-allowed;
}
.hero-courses-compact .course-pick-cta.is-disabled:hover { transform: none; }
@media (max-width: 767.98px) {
  .hero-courses-compact .course-pick-footer { justify-content: center; text-align: center; gap: 7px; }
  .hero-courses-compact .course-pick-hint { font-size: 10.5px !important; padding: 3px 11px; line-height: 1.45 !important; }
  .hero-courses-compact .course-pick-cta { width: auto; min-width: 180px; text-align: center; font-size: 12px; padding: 7px 22px; }
}

/* Course facts: delivery mode, hours, start date */
.hero-courses-compact .course-facts{
  list-style:none; margin:10px 0 0; padding:0; display:grid; gap:8px;
}
.hero-courses-compact .course-facts li{
  display:grid; grid-template-columns:86px 1fr; align-items:center; gap:8px;
  font-size:12px; line-height:1.5; min-height:28px;
  border-top:1px dashed rgba(176,141,62,.28); padding-top:8px;
}
.hero-courses-compact .course-facts li:first-child{ border-top:0; padding-top:0; }
.hero-courses-compact .cf-label{
  color:#8a8578; font-weight:500; white-space:nowrap;
  justify-self:start; text-align:right;
}
.hero-courses-compact .cf-value{
  color:#2f2a20; font-weight:700;
  justify-self:end; text-align:left;
}
.hero-courses-compact .cf-live,
.hero-courses-compact .cf-async{
  display:inline-flex; align-items:center; justify-content:center;
  padding:2px 10px; border-radius:999px; font-size:11px; white-space:nowrap;
  justify-self:end;
}
.hero-courses-compact .cf-live{ background:rgba(176,141,62,.14); color:#8a6a1f; border:1px solid rgba(176,141,62,.4); }
.hero-courses-compact .cf-async{ background:rgba(47,42,32,.07); color:#4a443a; border:1px solid rgba(47,42,32,.18); }
@media (max-width: 767.98px){
  .hero-courses-compact .course-facts li{ font-size:11px; grid-template-columns:minmax(70px, 82px) minmax(0, 1fr); gap:6px; }
  .hero-courses-compact .cf-value{ min-width:0; white-space:normal; }
  .hero-courses-compact .cf-live,
  .hero-courses-compact .cf-async{ font-size:10px; padding:2px 8px; white-space:normal; line-height:1.45; }
}

.hero1-section-area .heading-area .hero-courses-compact .course-fee-note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: fit-content;
  max-width: 100%;
  font-size: 10px;
  font-weight: 600;
  color: #a07a24;
  background: rgba(247, 183, 51, .08);
  border: 1px dashed rgba(199, 151, 39, .35);
  border-radius: 999px;
  padding: 3px 10px;
  margin: 0 0 10px;
  line-height: 1.5 !important;
}
.hero1-section-area .heading-area .hero-courses-compact .course-fee-note .fee-coin {
  width: 11px;
  height: 11px;
  color: #c79727;
  flex: none;
  display: inline-block;
  vertical-align: middle;
}
.hero1-section-area .heading-area .hero-courses-compact .course-fee-note span { font-size: inherit; }
@media (max-width: 575.98px) {
  .hero1-section-area .heading-area .hero-courses-compact .course-fee-note {
    font-size: 9.5px;
    padding: 3px 9px;
    gap: 4px;
    margin-bottom: 8px;
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
  }
}
