/* courses by students and promos  */
#my-courses .cover {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 50px;
  /* padding-bottom: 20px; */
}

/* promos  */
/* .product-list-container small {
  font-size: 80%;
  font-weight: 400;
}

.product-list-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  cursor: pointer;
  overscroll-behavior: auto !important;
}

.product-list-container .top {
  position: relative;
  overflow: visible;
}

.product-list-container .top .testimonial-img {
  position: absolute;
  width: 40px;
  border-radius: 50px;
  margin: 5px;
}

.product-list-container .top_body {
  margin-left: 55px;
}

.product-list {
  display: flex;
  flex-direction: row;
}

.product-card {
  position: relative;
  flex: 0 0 auto;
  width: 200px;
  margin: 15px 10px;
  padding: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
}

.product-card-shell {
  padding: 5px 10px;
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
}

.product-card-shell * {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.promos .section-title {
  padding-bottom: 0;
}

/* pyq  */
.featured-services_pyq .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  border-radius: 20px;
}

.featured-services_pyq .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  border-radius: 20px;
}

.featured-services_pyq .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services_pyq .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services_pyq .icon-box:hover {
  color: white !important;
}

.featured-services_pyq .icon {
  margin-bottom: 15px;
}

.featured-services_pyq .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services_pyq .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services_pyq .title span {
  color: #106eea;
}

.featured-services_pyq .title span.ttl {
  color: black;
}

.featured-services_pyq .title a,
.featured-services_pyq li {
  color: #111;
}

.featured-services_pyq a {
  color: #111;
}

.featured-services_pyq .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services_pyq .icon-box:hover .title a,
.featured-services_pyq .icon-box:hover .title span,
.featured-services_pyq .icon-box:hover li,
.featured-services_pyq .icon-box:hover .description {
  color: #fff;
}

.featured-services_pyq .icon-box:hover .icon i {
  color: #fff;
}

.featured-services_pyq .icon-box:hover small {
  color: #fff !important;
}

.featured-services_pyq .icon-box:hover img.svg {
  filter: invert(100%);
}

.featured-services_pyq .col-lg-6 {
  margin: 15px 0px;
  position: relative;
}

.featured-services_pyq .icon-box {
  padding: 20px;
  margin-bottom: 20px;
}

.featured-services_pyq .title {
  font-size: 18px;
  margin: 0;
}

.featured-services_pyq img {
  width: 40px;
}

.featured-services_pyq .main {
  font-weight: normal;
  margin-top: -5px;
  font-size: 15px;
  margin-left: 45px !important;
}

/* my courses and courses */
.play_div {
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding-left: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* full course  */
.full-courses .course_pic {
  position: relative;
  display: flex;
  justify-content: center;
}

.full-courses .member-info {
  padding: 8px 15px;
}

.full-courses .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.full-courses .member {
  border-radius: 10px;
  overflow: hidden;
  background: white;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.full-courses {
  margin-bottom: 20px;
}

#mini-courses .no_top {
  border-radius: 20px;
}
.no_top img {
  position: static !important;
}
.no_top .img {
  position: absolute;
}
#my-course .title {
  padding-left: 5px !important;
}
.mini_courses {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.cart_button {
  position: absolute;
  bottom: -1px;
  z-index: 1;
  right: -1px;
  margin: 0px;
  border-radius: 5px 0 10px 5px;
  padding: 2px 4px;
}
.cart_badge {
  font-size: 12px;
  padding: 5px;
  margin-right: 10px;
}
.cart_badge span {
  right: -1px;
}
#subject_cart {
  padding: 0 !important;
}
#subject_cart .section-title {
  padding-bottom: 0px !important;
}
#subject_cart .section-title p {
  font-size: 20px !important;
  margin: 0 !important;
}
#subject_cart .img img {
  height: 40px;
  border-radius: 3px;
}
#subject_cart .img {
  height: 40px;
}
.admin_menu {
  padding: 10px 10px;
  text-align: center;
  width: 227px;
  margin-top: 10px;
}
.tnc {
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  min-height: 45px;
}

.tnc img {
  width: 30px;
  position: absolute;
  left: 0;
  margin: 3px 0 0 7px;
}

.tnc .tnc_text {
  font-size: 15px;
  line-height: 1.2;
  margin-left: 36px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}
