#course_pages_list {
  justify-content: center;
}
.course-list {
  position: relative;
}
.course-list .nav-holder {
  padding-top: 98px;
  background-color: #2665BF;
}
.course-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-list .container {
  position: relative;
  max-width: 1326px;
  margin: 0 auto;
  padding: 0 15px;
}
.course-list .hero {
  position: relative;
  padding: 96.5px 0px 83px;
  background-color: #2665BF;
  color: #FFFFFF;
}
.course-list .hero .container {
  display: flex;
}
@media (max-width: 1300px) {
  .course-list .hero .container {
    max-width: 1290px;
  }
}
.course-list .hero .left {
  max-width: 658px;
}
@media (max-width: 1300px) {
  .course-list .hero .left {
    max-width: 658px !important;
  }
}
@media (max-width: 1190px) {
  .course-list .hero .left {
    max-width: 600px !important;
  }
}
@media (max-width: 992px) {
  .course-list .hero .left {
    max-width: none !important;
  }
}
.course-list .hero .right {
  display: none;
}
.course-list .hero .container_img {
  position: absolute !important;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: cover;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1130px) {
  .course-list .hero .container_img {
    width: 40%;
  }
}
@media (min-width: 1130px) and (max-width: 1400px) {
  .course-list .hero .container_img {
    width: 44%;
  }
}
@media (max-width: 992px) {
  .course-list .hero .container_img {
    clip-path: none;
    width: 100%;
    position: relative !important;
  }
}
.course-list .hero .container_img div {
  width: 612px;
  height: 100%;
}
.course-list .hero .container_img img.mobile {
  display: none;
}
.course-list .hero .container_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.course-list .hero h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
.course-list .hero h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
.course-list .hero p {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 94.5px;
}
.course-list .hero ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
  row-gap: 24px;
}
.course-list .hero ul li {
  max-width: calc(50% - 28px);
  width: calc(50% - 28px);
  display: flex;
  align-items: center;
  gap: 21px;
}
.course-list .hero ul li span {
  width: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
}
.course-list .hero ul li div {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.course-list .trusted-by {
  padding: 40px 0px;
  background-color: #F5F5F5;
}
.course-list .trusted-by h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #6D758F;
  margin-bottom: 20px;
}
.course-list .trusted-by ul {
  max-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-list .trusted-by ul li {
  max-width: 150px;
}
.course-list .list-section {
  padding: 70px 0px 0px;
}
.course-list .list-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #454545;
  margin-bottom: 24px;
}
.course-list .list-section h2.header-mobile {
  display: none;
}
.course-list .list-section .top-rated {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-list .list-section .top-rated h3 {
  color: #454545;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
}
.course-list .list-section .top-rated h4 {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 370px) {
  .course-list .list-section .top-rated h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 283px) {
  .course-list .list-section .top-rated h4 {
    font-size: 22px;
    display: flex;
    flex-direction: column;
  }
}
.course-list .list-section .top-rated h4 span {
  color: #BCBCBC;
}
.course-list .list-section .intro {
  margin-top: 40px;
  padding: 20px 70px;
}
@media screen and (max-width: 780px) {
  .course-list .list-section .intro {
    padding: 20px 15px;
  }
}
.course-list .list-section .intro p {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .course-list .list-section .intro p {
    flex-direction: column;
  }
}
.course-list .list-section .experience {
  padding: 20px 10px;
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-list .list-section .experience h4 {
  text-align: center;
  margin-bottom: 30px;
}
.course-list .list-section .experience .items {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 780px) {
  .course-list .list-section .experience .items {
    flex-direction: column;
  }
}
.course-list .list-section .experience .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-list .list-section .experience .items .item .circle-text {
  width: 150px;
  height: 150px;
  border: 3px solid #0087CD;
  border-radius: 50%;
  display: flex;
  color: #0089CE;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.course-list .list-section .experience .items .item .circle-text span {
  font-size: 32px;
  font-weight: 700;
  height: 40px;
  display: block;
}
.course-list .list-section .experience .items .item .subtext {
  text-align: center;
}
.course-list .list-section .experience .learn-more {
  background-color: #0089CE;
  color: white;
  text-align: center;
  padding: 5px 50px;
  font-weight: 600;
  margin-top: 38px;
}
.course-list .list-section .learn-about {
  margin-top: 50px;
  padding: 20px 0 70px;
}
.course-list .list-section .learn-about .header-mobile {
  line-height: 120%;
  font-size: 28px;
  color: #454545;
}
.course-list .list-section .learn-about h2 {
  margin-bottom: 10px;
  font-size: 34px;
}
.course-list .list-section .learn-about .sub-title {
  margin-bottom: 0;
}
.course-list .list-section .courses {
  margin-top: 50px;
}
.course-list .list-section .courses ul {
  position: relative;
  padding-left: 20px;
}
.course-list .list-section .sub-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #454545;
  margin-bottom: 109px;
}
.course-list .list-section .sub-title-mobile {
  display: none;
}
.course-list .list-section .list-wrapper {
  display: flex;
  gap: 24px;
}
.course-list .list-section .drop {
  max-width: 306px;
  flex: 1;
  position: relative;
}
.course-list .list-section .drop .ul-wrap {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.course-list .list-section .drop ul {
  padding: 12px 0px;
}
.course-list .list-section .drop ul li span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: right;
  color: #6E7485;
}
.course-list .list-section .drop ul li div {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1A1A1A;
  flex-grow: 1;
}
.course-list .list-section .drop ul li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  cursor: pointer;
  margin: 0;
}
.course-list .list-section .drop ul li input {
  display: none;
}
.course-list .list-section .drop ul li input:checked + .cus-checkbox {
  background-color: #2665BF;
}
.course-list .list-section .drop ul li input:checked + .cus-checkbox img {
  display: inline;
}
.course-list .list-section .drop ul li .cus-checkbox {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #E9EAF0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
.course-list .list-section .drop ul li .cus-checkbox img {
  display: none;
}
.course-list .list-section .drop-btn {
  display: flex;
  border: 1px solid #CED1D9;
  padding: 13px 18px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.course-list .list-section .drop-btn span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1D2026;
}
.course-list .list-section .drop-btn img {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.course-list .list-section .drop-active .drop-btn img {
  transform: rotate(0deg);
}
.course-list .list-section .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 48px;
  flex: 3;
}
.course-list .list-section .course {
  cursor: pointer;
  max-width: 306px;
  flex: 0 0 calc(33.3% - 15.5px);
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px #00000026;
  border-radius: 6px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.course-list .list-section .course:hover {
  background-color: #f5f5f5;
}
.course-list .list-section .course .content {
  height: 250px;
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.course-list .list-section .course .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1A1A1A;
}
.course-list .list-section .course p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #454545;
  margin-bottom: 0px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.course-list .list-section .course p br {
  display: none;
}
.course-list .list-section .course .rating {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.course-list .list-section .course .rating img {
  height: 24px;
  width: 24px;
}
.course-list .list-section .course .rating span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #454545;
}
.course-list .list-section .course a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.course-list .list-section .course a span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0px;
  color: #EC7D50;
}
.course-list .list-section .course-img {
  height: 200px;
  border-radius: 6px 6px 0px 0px;
}
.course-list .list-section .course-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0px 0px;
}
.course-list .list-section .more-wrapper {
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 100%;
  margin-top: 60px;
}
.course-list .list-section .more-wrapper > div {
  max-width: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.course-list .list-section .more-wrapper a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
  background-color: #EC7D50;
  padding: 14px 32px;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .course-list .hero {
    padding: 40px 0px 0px;
  }
  .course-list .hero .container_img {
    position: relative;
  }
  .course-list .hero .container_img > div {
    width: 100%;
  }
  .course-list .hero .container_img img.desktop {
    display: none;
  }
  .course-list .hero .container_img img.mobile {
    display: inline;
  }
  .course-list .hero .container {
    flex-direction: column;
  }
  .course-list .hero .left {
    max-width: none;
    padding-bottom: 60px;
  }
  .course-list .hero ul {
    max-width: 658px;
  }
}
@media (max-width: 1100px) {
  .course-list .list-section .list-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .course-list .list-section .drop {
    max-width: none;
  }
  .course-list .list-section .course {
    max-width: none;
  }
  .course-list .list-section .more-wrapper {
    margin-top: 40px;
  }
  .course-list .list-section .more-wrapper > div {
    justify-content: center;
  }
  .course-list .list-section .more-wrapper a {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .course-list .hero h2 {
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .course-list .hero h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .course-list .hero p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 32px;
  }
  .course-list .hero ul li {
    width: calc(50% - 50px);
  }
  .course-list .hero ul li span {
    width: 43px;
    font-size: 18px;
    line-height: 22px;
  }
  .course-list .container {
    padding: 0 36px;
  }
  .course-list .trusted-by .container {
    padding: 0 38px;
  }
  .course-list .trusted-by h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .course-list .trusted-by ul li:nth-child(n + 5) {
    display: none;
  }
  .course-list .list-section {
    padding: 80px 0px 20px;
  }
  .course-list .list-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #1A1A1A;
    display: none;
  }
  .course-list .list-section h2.header-mobile {
    display: block;
  }
  .course-list .list-section .sub-title {
    display: none;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 42px;
  }
  .course-list .list-section .sub-title-mobile {
    display: block;
  }
  .course-list .list-section .more-wrapper {
    position: relative;
  }
}
@media (max-width: 900px) {
  .course-list .list-section .list {
    column-gap: 24px;
    row-gap: 24px;
  }
  .course-list .list-section .course {
    flex: 0 0 calc(50% - 12px);
  }
  .course-list .list-section .course p {
    font-size: 14px;
    line-height: 18px;
  }
  .course-list .list-section .course .content {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .course-list .hero {
    padding: 24px 0px 0px;
  }
  .course-list .hero h2 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }
  .course-list .hero h1 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .course-list .hero p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .course-list .hero .left {
    padding-bottom: 32px;
  }
  .course-list .hero .container_img {
    height: 368px;
  }
  .course-list .hero ul {
    max-width: none;
    row-gap: 12px;
  }
  .course-list .hero ul li span {
    font-size: 16px;
    line-height: 19px;
  }
  .course-list .hero ul li div {
    font-size: 16px;
    line-height: 19px;
  }
  .course-list .container {
    padding: 0 12px;
  }
  .course-list .trusted-by {
    padding: 24px 0px;
  }
  .course-list .trusted-by .container {
    padding: 0 11px;
  }
  .course-list .trusted-by h3 {
    margin-bottom: 16px;
  }
  .course-list .trusted-by ul li {
    max-width: 116.5px;
  }
  .course-list .trusted-by ul li:nth-child(n + 4) {
    display: none;
  }
  .course-list .list-section {
    padding: 64px 0px 20px;
  }
  .course-list .list-section h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .course-list .list-section .sub-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .course-list .list-section .list-wrapper {
    gap: 24px;
  }
  .course-list .list-section .course .title {
    font-size: 16px;
    line-height: 19px;
  }
  .course-list .list-section .more-wrapper {
    margin: 32px auto 0px;
  }
}
@media (max-width: 600px) {
  .course-list .hero ul {
    flex-direction: column;
  }
  .course-list .hero ul li {
    width: auto;
    max-width: 100%;
    gap: 10px;
  }
  .course-list .hero ul li span {
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 560px) {
  .course-list .list-section .course {
    flex: 0 0 100%;
  }
  .course-list .list-section .course-img {
    height: 250px;
  }
}
@media (max-width: 440px) {
  .course-list .list-section .course-img {
    height: 200px;
  }
}
/*# sourceMappingURL=course_list.css.map */