@charset "UTF-8";
/*course card css start */
/* .a2n_bundle_course {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 388px;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.a2n_bundle_course:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.a2n_bundle_course .bundle-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.a2n_bundle_course .bundle-image-container {
  position: relative;
  height: 240px;
  width: 100%;
}

.a2n_bundle_course .bundle-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.a2n_bundle_course .bundle-image-container .course-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(138, 210, 241);
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  color: rgb(0, 66, 94);
}

.a2n_bundle_course .bundle-details {
  padding: 24px 16px;
}

.a2n_bundle_course .bundle-title {
  margin: 0 0 16px;
  font-weight: 600;
  color: rgb(26, 23, 27);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.a2n_bundle_course .bundle-title a {
  color: inherit;
  font-weight: inherit;
  font-family: "Open Sans", sans-serif;
}

.a2n_bundle_course .bundle-title a:hover {
  color: #00378b;
  font-family: "Open Sans", sans-serif;
}

.a2n_bundle_course .bundle-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.a2n_bundle_course .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.a2n_bundle_course .feature-icon {
  color: rgb(0, 55, 139);
}

.a2n_bundle_course .feature-text {
  font-size: 16px;
  color: #4f4c4f;
}

.a2n_bundle_course .bundle-footer {
  padding: 0 16px 16px;
}

.a2n_bundle_course .bundle-price-container-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
}

.a2n_bundle_course .bundle-price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.a2n_bundle_course .bundle-price {
  font-size: 24px;
  font-weight: 700;
  color: rgb(26, 23, 27);
}

.a2n_bundle_course .bundle-old-price {
  font-size: 16px;
  font-weight: 600;
  color: rgb(244, 70, 60);
  text-decoration: line-through;
}

.a2n_bundle_course .bundle-button {
  background-color: rgb(0, 55, 139);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 28px;
  width: 130px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.a2n_bundle_course .bundle-button:hover {
  width: 100%;
  background-color: rgb(7, 60, 142);
}

.a2n_bundle_course .bundle-price-container strong {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.a2n_bundle_course .bundle-price-container strong ins span {
  color: rgb(26, 23, 27);
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.a2n_bundle_course .bundle-price-container strong del {
  color: #f4463c !important;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open sans", sans-serif;
  opacity: 1;
}

.a2n_bundle_course .bundle-price-container strong del span {
  color: inherit !important;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open sans", sans-serif;
}

.a2n_bundle_course .bundle-price-container strong {
  color: rgb(26, 23, 27);
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
} */

/*course card css end */
/*  All bundle courses css start  */
.a2n-bundle_area {
  background: #e6f5fc;
  padding: 96px 32px;
}

.section-area_container {
  width: 100%;
  max-width: 1472px;
  margin: 0 auto;
}

.a2n-bundle_titles {
  text-align: center;
}

.a2n-bundle_titles h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1e3a8a;
  font-family: "Open Sans", sans-serif;
}

.a2n-bundle_titles p {
  margin: 0 auto;
  max-width: 896px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #3f3f46;
  font-family: "Open Sans", sans-serif;
}

.a2n-bundle_titles h2 {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #18181b;
  font-family: "Open Sans", sans-serif;
}

.a2n-bundle_courses__area {
  padding: 40px 32px;
}

.a2n-bundle__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  place-content: center;
}

@media (max-width: 1279px) {
  .a2n-bundle__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .a2n-bundle__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .a2n-bundle__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .a2n-bundle_area {
    padding: 96px 16px;
  }
  .a2n-bundle_courses__area {
    padding: 40px 16px;
  }
}
/*  All bundle courses css end  */
/* single bundle course CSS start */
.a2n-topHeadCourse {
  position: relative;
  background-image: linear-gradient(90deg, #e6f5fc, #e6f5fc 59.54%, rgba(230, 245, 252, 0));
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}

.a2n-topHeadCourse .contents {
  width: 100%;
  max-width: 1472px;
  margin: 0 auto;
}

.a2n-topHeadCourse .a2n-image_wrapper {
  position: absolute;
  width: 816px;
  height: 520px;
  z-index: -1;
  top: 0;
  right: 0;
}

.a2n-topHeadCourse .a2n_bg_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
}

.a2n-topHeadCourse .a2n-course_meta {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
}

.a2n-topHeadCourse ul.a2n-course_meta {
  padding-bottom: 24px;
}

.a2n-topHeadCourse .a2n-course_meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.a2n-topHeadCourse .a2n-course_meta p,
.a2n-topHeadCourse .a2n-btn_wrapper p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4f4c4f;
  font-family: "Open Sans", sans-serif;
}

.a2n-topHeadCourse .bundle_tip {
  padding: 8px 16px;
  color: #00425e;
  background: #b0e1f5;
  max-width: 172px;
}

.a2n-topHeadCourse .bundle_tip p {
  color: inherit;
}

.a2n-courseFaciities {
  background-image: linear-gradient(to bottom, #e3f3fb, #b1e1f5);
  padding: 16px;
}

.a2n-courseFaciities .contents {
  width: 100%;
  max-width: 1472px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.a2n-courseFaciities .contents .singleBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.a2n-courseFaciities .contents .singleBox span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #00425e;
  font-family: "Open Sans", sans-serif;
}

.a2n-topHeadCourse .contents .breadcrumbs {
  padding-top: 24px;
}

.a2n-topHeadCourse .contents .breadcrumbs li {
  float: left;
  margin-right: 7px;
  padding-bottom: 2px;
}

.a2n-topHeadCourse .contents .breadcrumbs li a {
  font-weight: 400;
  color: #5c5a5d;
}

.a2n-topHeadCourse .contents .breadcrumbs li + li:before {
  margin-right: 8px;
}

.a2n-topHeadCourse .contents .breadcrumbs li:not(:first-child)::before {
  content: "❯";
  position: relative;
  font-size: 10px;
  top: -1px;
  color: #000;
}

.a2n-topHeadCourse .contents .breadcrumbs span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}

.a2n-topHeadCourse .contents .breadcrumbs li.current span {
  color: #00378b;
}

.a2n-topHeadCourse .contents .courseTitle {
  margin: 0;
  padding: 16px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #1a171b;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  clear: both;
}

.a2n-topHeadCourse .a2n-price_box {
  display: flex;
  align-items: center;
}

.a2n-topHeadCourse .a2n-price_box .a2n_border {
  background: #c6c5c6;
  margin: 0 16px;
  width: 1px;
  height: 40px;
}

.a2n-topHeadCourse .a2n-price_box h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: #1a171b;
  font-family: "Open Sans", sans-serif;
}

.a2n-topHeadCourse .a2n-price_box p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #838284;
  font-family: "Open Sans", sans-serif;
}

.a2n-topHeadCourse .a2n-price_box del {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1a171b;
  font-family: "Open Sans", sans-serif;
}

.a2n-topHeadCourse .a2n-btn_wrapper {
  padding: 16px 0;
}

.a2n-topHeadCourse .a2n-btn_wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #434144;
  padding-top: 8px;
}

.a2n-topHeadCourse .a2n-btn_wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 0 28px;
  border: 1px solid #00378b;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  background: #00378b;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.a2n-topHeadCourse .a2n-btn_wrapper a:hover {
  background: #194a96;
  border: 1px solid #194a96;
}

.a2n-courseAcredations {
  background-color: #1a171b;
  padding: 24px 15px;
}

.a2n-courseAcredations .contents {
  max-width: 1472px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a2n-courseAcredations .contents .mapRatings {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 24px;
  border-right: 1px solid #fff;
}

.a2n-courseAcredations .contents .mapRatings p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.a2n-courseAcredations .contents .mapRatings a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.a2n-courseAcredations .contents .mapRatings a div {
  display: flex;
  align-items: center;
  gap: 3px;
}

.a2n-courseAcredations .contents .mapRatings a svg path {
  fill: #f8ba01;
}

.a2n-courseAcredations .contents .aredationsImges {
  padding-left: 24px;
}

.a2n-courseAcredations .contents .aredationsImges img {
  max-height: 45px;
  margin-right: 15px;
}

/*single course card css start*/
.a2n-single__course {
  padding: 16px;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 4px;
  box-shadow: rgba(16, 24, 40, 0.05) 0px 1px 2px 0px;
  transition: all 0.3s ease;
}

.a2n-single__course:hover {
  box-shadow: rgba(16, 24, 40, 0.08) 0px 20px 24px -4px;
}

.a2n-single__course .a2n-thumbnail a {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin-bottom: 16px;
  height: 168px;
  border-radius: 4px;
}

.a2n-single__course img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.a2n-single__course .course_title {
  margin: 0 0 16px;
  color: #1a171b;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  transition: all 0.3s ease;
}

.a2n-single__course .course_title:hover {
  color: #00378b;
}

.a2n-single__course .a2n-course__contents > p {
  margin: 0 0 16px;
  color: #1a171b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.a2n-single__course .nxt_ratings {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.a2n-single__course .nxt_ratings > h5 {
  margin: 0;
  color: #684e00;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.a2n-single__course .a2n_details_box li,
.a2n-single__course .a2n_details_box .a2n_items {
  display: flex;
  align-items: center;
}

.a2n-single__course .a2n_details_box .a2n_items {
  gap: 16px;
}

.a2n-single__course .a2n_details_box li {
  justify-content: space-between;
  color: #4f4c4f;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.a2n-single__course .a2n_details_box .font-semibold {
  font-weight: 600;
}

.a2n-single__course .a2n_details_box li:not(:last-child) {
  margin-bottom: 16px;
}

.a2n-ratings-container,
.a2n-ratings-container .bp_filled_stars {
  color: #f8ba01;
}

.bp_filled_stars:before,
.bp_blank_stars:before {
  font-size: 14px;
  letter-spacing: 4px;
}

/*single course card css end */
@media (max-width: 1279px) {
  .a2n-topHeadCourse .contents .courseTitle {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .a2n-courseAcredations .contents {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .a2n-courseAcredations .contents .mapRatings {
    padding-right: 0px;
    border-right: 0;
  }
  .a2n-courseAcredations .contents .aredationsImges {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .a2n-courseFaciities .contents .singleBox span {
    white-space: nowrap;
  }
  .a2n-courseFaciities .contents {
    overflow-x: scroll;
    gap: 30px;
  }
  .a2n-courseFaciities .contents::-webkit-scrollbar {
    display: none;
  }
  .a2n-topHeadCourse {
    padding: 0px 16px;
  }
  .a2n-topHeadCourse .contents .breadcrumbs span {
    font-size: 12px;
    line-height: 20px;
  }
  .a2n-topHeadCourse .contents .breadcrumbs li.current:before {
    font-size: 10px;
  }
  .a2n-topHeadCourse .contents .courseTitle {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0;
  }
  .a2n-courseAcredations .contents {
    align-items: center;
  }
  .a2n-courseAcredations .contents .mapRatings {
    flex-direction: column;
  }
  .a2n-courseAcredations .contents .aredationsImges {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .a2n-courseAcredations .contents .aredationsImges img {
    max-height: 20px;
    margin-right: 5px;
  }
  .a2n-topHeadCourse ul.a2n-course_meta.a2n_list_items {
    display: block;
  }
}
/* single bundle course CSS end *//*# sourceMappingURL=styles.css.map */