@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
.course-package .course-item .course-detail .label, .course-package2 .course-item .course-detail .label, .course-package3 .course-item .course-detail .label, .course-package4 .course-item .course-detail .label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
}

.PicLayer {
  background-color: rgba(18, 53, 77, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.w-300p {
  width: 300px;
}

.w33pr {
  width: calc(33.3333333333% - 15px) !important;
}

.m-b-30p {
  margin-bottom: 30px;
}

.w-85 {
  width: 100%;
  max-width: 85%;
  margin: auto;
}

.w-75 {
  width: 100%;
  max-width: 75%;
  margin: auto;
}

.w-25 {
  width: calc(25% - 10px) !important;
}

.w-33 {
  width: calc(33.3333333333% - 10px) !important;
}

.w-350px {
  width: 350px;
}

.w-400px {
  width: 400px !important;
}
@media (max-width: 1200px) {
  .w-400px {
    width: 350px;
  }
}

.w-50 {
  width: calc(50% - 10px) !important;
}
@media (max-width: 800px) {
  .w-50 {
    width: 100% !important;
  }
}

.cp_background {
  margin-top: 75px;
  height: 95vh;
  background-image: url("../images/teachers_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #12354d;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp_background .info {
  z-index: 3;
}
.cp_background .info .title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  max-width: 75%;
  margin: auto;
}
@media (max-width: 800px) {
  .cp_background .info .title {
    font-size: 25px;
    max-width: 100%;
  }
}
.cp_background .info .text {
  font-weight: 300;
  color: #fff;
  margin-top: 20px;
}
.cp_background .info .buttons {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cp_background .info .buttons a {
  padding: 17px 42px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
}
.cp_background .info .buttons a:nth-of-type(1) {
  background-color: #FD673A;
  border: 2px solid #FD673A;
  margin-right: 15px;
}
.cp_background .info .buttons a:nth-of-type(1):hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  .cp_background .info .buttons a:nth-of-type(1) {
    width: 100%;
    margin-right: unset;
  }
}
.cp_background .info .buttons a:nth-of-type(2) {
  border: 2px solid white;
}
.cp_background .info .buttons a:nth-of-type(2):hover {
  background-color: white;
  color: black;
  transform: translateX(5px);
}
@media (max-width: 800px) {
  .cp_background .info .buttons a:nth-of-type(2) {
    width: 100%;
    margin-top: 10px;
  }
}
.cp_background .course-info {
  margin: 15px;
  display: flex;
}
.cp_background .course-info img {
  width: 150px;
  border-radius: 15px;
  margin-right: 10px;
}
.cp_background .course-info .course-name {
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.cp_background picture {
  width: 340px;
  height: 300px;
  opacity: 0.3;
  position: absolute;
  bottom: 5%;
  right: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cp_background_section {
  margin: 0 !important;
  padding: 40px !important;
}
.cp_background_section picture {
  width: 280px !important;
  height: 260px !important;
  bottom: 10% !important;
  right: 20px !important;
}
.cp_background_section .course-grid {
  padding: 40px !important;
}

.p-relative {
  position: relative;
}

.cp_background_course, .cp_background_section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  background-color: #12354d;
  margin-top: 75px;
}
@media (max-width: 550px) {
  .cp_background_course, .cp_background_section {
    padding: 20px;
  }
}
.cp_background_course .course-grid, .cp_background_section .course-grid {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 40px 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .cp_background_course .course-grid, .cp_background_section .course-grid {
    padding: 20px 30px 120px;
  }
}
@media (max-width: 800px) {
  .cp_background_course .course-grid, .cp_background_section .course-grid {
    padding: 15px 25px 250px;
  }
}
@media (max-width: 550px) {
  .cp_background_course .course-grid, .cp_background_section .course-grid {
    padding: 15px 25px 350px;
  }
}
@media (max-width: 400px) {
  .cp_background_course .course-grid, .cp_background_section .course-grid {
    padding: 15px 25px 500px;
  }
}
.cp_background_course .course-grid .course-info, .cp_background_section .course-grid .course-info {
  width: 83%;
}
@media (max-width: 1024px) {
  .cp_background_course .course-grid .course-info, .cp_background_section .course-grid .course-info {
    width: 100%;
  }
}
.cp_background_course .course-grid .course-info .new, .cp_background_section .course-grid .course-info .new {
  width: 130px;
  text-align: center;
  text-transform: uppercase;
  color: #eabc54;
  background-color: #305762;
  padding: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
.cp_background_course .course-grid .course-info .discount, .cp_background_section .course-grid .course-info .discount {
  text-align: center;
  background-color: #bd0e08;
  padding: 10px;
  margin-left: 30px;
}
.cp_background_course .course-grid .course-info .discount span, .cp_background_section .course-grid .course-info .discount span {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}
.cp_background_course .course-grid .course-info .course-name, .cp_background_section .course-grid .course-info .course-name {
  color: rgba(255, 255, 255, 0.9);
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cp_background_course .course-grid .course-info .course-name, .cp_background_section .course-grid .course-info .course-name {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .cp_background_course .course-grid .course-info .course-name, .cp_background_section .course-grid .course-info .course-name {
    font-size: 20px;
  }
}
.cp_background_course .course-grid .course-info .course-brief, .cp_background_section .course-grid .course-info .course-brief {
  color: white;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
}
.cp_background_course .course-grid .course-info .button, .cp_background_section .course-grid .course-info .button {
  display: inline-block;
  padding: 13px 35px;
  border: 1px solid #DB4C40;
  background-color: #DB4C40;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}
.cp_background_course .course-grid .course-info .button:hover, .cp_background_section .course-grid .course-info .button:hover {
  background-color: rgba(219, 76, 64, 0.6);
  border: 1px solid rgba(219, 76, 64, 0.6);
}
@media (max-width: 400px) {
  .cp_background_course .course-grid .course-info .button, .cp_background_section .course-grid .course-info .button {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .cp_background_course .course-grid .course-info .button, .cp_background_section .course-grid .course-info .button {
    width: 100%;
    margin: 10px;
  }
}
.cp_background_course .course-grid .course-info .button2, .cp_background_section .course-grid .course-info .button2 {
  display: inline-block;
  padding: 13px 35px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  margin-left: 20px;
}
.cp_background_course .course-grid .course-info .button2:hover, .cp_background_section .course-grid .course-info .button2:hover {
  background-color: #fff;
  color: #12354d;
}
@media (max-width: 400px) {
  .cp_background_course .course-grid .course-info .button2, .cp_background_section .course-grid .course-info .button2 {
    padding: 10px;
    font-size: 14px;
    margin-left: 5px;
  }
}
@media (max-width: 550px) {
  .cp_background_course .course-grid .course-info .button2, .cp_background_section .course-grid .course-info .button2 {
    width: 100%;
    margin: 10px;
  }
}
.cp_background_course .course-grid .course-info .button3, .cp_background_section .course-grid .course-info .button3 {
  display: inline-block;
  padding: 13px 35px;
  border: 1px solid #305762;
  background-color: #305762;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  margin-left: 20px;
}
.cp_background_course .course-grid .course-info .button3:hover, .cp_background_section .course-grid .course-info .button3:hover {
  background-color: rgba(48, 87, 98, 0.6);
  border: 1px solid rgba(48, 87, 98, 0.6);
}
@media (max-width: 400px) {
  .cp_background_course .course-grid .course-info .button3, .cp_background_section .course-grid .course-info .button3 {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .cp_background_course .course-grid .course-info .button3, .cp_background_section .course-grid .course-info .button3 {
    width: 100%;
    margin: 10px;
  }
}
.cp_background_course picture, .cp_background_section picture {
  width: 340px;
  height: 320px;
  opacity: 0.3;
  position: absolute;
  bottom: 18%;
  right: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-highlight {
  background-color: #0b2333;
  color: #fff;
  height: 100%;
  max-height: 176px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: absolute;
  bottom: -88px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75vw;
  border-radius: 16px;
  padding: 30px;
}
.course-highlight .course-img {
  width: 100px;
}
.course-highlight .course-img img {
  width: 100%;
}
.course-highlight .highlight-content {
  padding-left: 30px;
  width: calc(100% - 130px);
}
.course-highlight .highlight-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.course-highlight .highlight-content .overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course-highlight .highlight-content .overview-list .overview-detail {
  padding: 0 40px 0 0;
  max-width: 300px;
}
.course-highlight .highlight-content .overview-list .overview-detail .header {
  color: #bbccd4;
  font-size: 16px;
  opacity: 0.6;
}
.course-highlight .highlight-content .overview-list .overview-detail .detail {
  font-size: 18px;
  font-weight: 200;
}
.course-highlight .highlight-content .overview-list .overview-detail .btn-border-white {
  border-radius: 40px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 32px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .course-highlight .highlight-content .overview-list .overview-detail {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1281px) and (min-width: 1101px) {
  .course-highlight {
    width: 90vw;
  }
}
@media (max-width: 1100px) and (min-width: 801px) {
  .course-highlight {
    width: 98vw;
  }
}
@media (max-width: 1024px) {
  .course-highlight {
    height: auto;
    max-height: unset;
  }
}
@media (max-width: 800px) {
  .course-highlight {
    width: 98vw;
  }
}

.course-highlight3 {
  background-color: #efefef !important;
  margin-bottom: 10px;
}
.course-highlight3 .highlight-content h2 {
  color: #000 !important;
}
.course-highlight3 .highlight-content .header {
  color: #000 !important;
  font-size: 16px;
  opacity: 0.7;
  font-weight: 500;
}
.course-highlight3 .highlight-content .detail {
  font-size: 18px;
  font-weight: 200;
  color: #000 !important;
}

.course-highlight2, .course-highlight3 {
  margin-bottom: 20px;
  width: 70%;
  background-color: #0b2333;
  color: #fff;
  height: 140px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 0px;
  border-radius: 16px;
  padding: 20px;
}
.course-highlight2 .course-img, .course-highlight2 .course-img2, .course-highlight3 .course-img, .course-highlight3 .course-img2 {
  width: 100px;
}
.course-highlight2 .course-img img, .course-highlight2 .course-img2 img, .course-highlight3 .course-img img, .course-highlight3 .course-img2 img {
  width: 100%;
}
.course-highlight2 .course-img2 img, .course-highlight3 .course-img2 img {
  border-radius: 7px;
}
.course-highlight2 .highlight-content, .course-highlight3 .highlight-content {
  margin-left: 30px;
  width: calc(100% - 130px);
}
.course-highlight2 .highlight-content h2, .course-highlight3 .highlight-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.course-highlight2 .highlight-content .overview-list, .course-highlight3 .highlight-content .overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course-highlight2 .highlight-content .overview-list .overview-detail, .course-highlight3 .highlight-content .overview-list .overview-detail {
  padding: 0 40px 0 0;
}
.course-highlight2 .highlight-content .overview-list .overview-detail .header, .course-highlight3 .highlight-content .overview-list .overview-detail .header {
  color: #bbccd4;
  font-size: 16px;
  opacity: 0.6;
}
.course-highlight2 .highlight-content .overview-list .overview-detail .detail, .course-highlight3 .highlight-content .overview-list .overview-detail .detail {
  font-size: 18px;
  font-weight: 200;
}
.course-highlight2 .highlight-content .overview-list .overview-detail .btn-border-white, .course-highlight3 .highlight-content .overview-list .overview-detail .btn-border-white {
  border-radius: 40px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 32px;
  overflow: hidden;
}
.course-highlight2 .highlight-content .overview-list .overview-detail .btn-border-white:hover, .course-highlight3 .highlight-content .overview-list .overview-detail .btn-border-white:hover {
  background-color: #fff;
  color: #0b2333;
}

.course-overview {
  margin-top: 115px;
  margin-bottom: 40px;
}
.course-overview .course-overview-section {
  width: 100%;
  max-width: 70%;
  margin: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.85);
}
@media (max-width: 550px) {
  .course-overview .course-overview-section {
    max-width: 95%;
  }
}
.course-overview .course-overview-section .overview-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.85);
  border-top: none;
}
.course-overview .course-overview-section .overview-item span {
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: block;
  margin-right: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 550px) {
  .course-overview .course-overview-section .overview-item span {
    margin-right: 15px;
  }
}
.course-overview .course-overview-section .overview-item img {
  width: 33px;
  margin-right: 40px;
}
.course-overview .course-overview-section .overview-item .overview-info {
  width: 95%;
}
.course-overview .course-overview-section .overview-item .overview-info div:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 7px;
  transition: 0.3s ease;
}
.course-overview .course-overview-section .overview-item .overview-info div:nth-child(1) * {
  margin: 0;
}
.course-overview .course-overview-section .overview-item .overview-info div:nth-child(2) {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Poppins", sans-serif;
  word-wrap: break-word; /* Ensures the text wraps when too long */
  word-break: break-word; /* Forces breaks when necessary */
  white-space: normal; /* Allows the text to wrap into new lines */
}
@media (max-width: 800px) {
  .course-overview .course-overview-section .overview-item .overview-info div:nth-child(2) {
    font-size: 14px;
  }
}
.course-overview .course-overview-section .overview-item .overview-info div:nth-child(2) * {
  margin: 0;
  font-family: "Poppins", sans-serif;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.course-overview .course-overview-section .overview-item:hover span {
  transform: scale(1.2);
}
.course-overview .course-overview-section .overview-item:hover img {
  transform: scale(1.2);
}
.course-overview .course-overview-section .overview-item:hover .overview-info div:nth-child(1), .course-overview .course-overview-section .overview-item:hover .overview-info div:nth-child(1) * {
  font-size: 22px;
}
@media (max-width: 800px) {
  .course-overview .course-overview-section .overview-item {
    max-width: 100%; /* Make sure it doesn’t exceed screen width */
    overflow-wrap: break-word; /* Prevent content overflow */
  }
}

.course-package-info {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.course-package-info .content {
  margin: auto;
}
.course-package-info .course-package-info-item {
  display: inline-block;
  text-align: center;
  width: 200px;
  margin-bottom: 5px;
}
.course-package-info .course-package-info-item .item-num {
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  text-align: center;
  color: #13aff0;
  margin-bottom: 5px;
}
.course-package-info .course-package-info-item .item-name {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #68757c;
}
.course-package-info .course-package-info-item .item-name i {
  margin-right: 5px;
  font-size: 14px;
}

.section-title {
  font-family: "Poppins", sans-serif;
  text-align: left;
  width: 100%;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}

.package-section-title {
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 100%;
  font-size: 30px;
  margin: 10px 0 30px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.package-section-title-2 {
  font-family: "Poppins", sans-serif;
  width: 100%;
  font-size: 30px;
  margin: 10px 0 30px;
  font-weight: 300;
  color: #000;
  letter-spacing: 1px;
}

.package-section-text {
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 60%;
  font-size: 16px;
  margin: 20px auto 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.package-section-title-small {
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 100%;
  font-size: 24px;
  margin: 10px 0 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.package-section-title-smaller {
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin: 10px 0 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.course-package4 {
  width: 100%;
}
.course-package4 .course-item {
  width: 300px !important;
  margin-right: 0 !important;
}

.course-package2 {
  width: 100%;
  max-width: 1000px;
  justify-content: flex-start !important;
}
.course-package2 .course-item {
  width: calc(33.3333333333% - 15px) !important;
}

.course-package3 {
  width: 100%;
  max-width: 1000px;
}
.course-package3 .course-item {
  width: 100% !important;
  max-width: 350px !important;
  margin: auto;
}

.course-package, .course-package2, .course-package3, .course-package4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.course-package.sectionLeft, .course-package2.sectionLeft, .course-package3.sectionLeft, .course-package4.sectionLeft {
  justify-content: flex-start !important;
}
.course-package.sectionLeft .course-item, .course-package2.sectionLeft .course-item, .course-package3.sectionLeft .course-item, .course-package4.sectionLeft .course-item {
  width: calc(33% - 15px) !important;
}
@media (max-width: 800px) {
  .course-package.sectionLeft .course-item, .course-package2.sectionLeft .course-item, .course-package3.sectionLeft .course-item, .course-package4.sectionLeft .course-item {
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 550px) {
  .course-package.sectionLeft .course-item, .course-package2.sectionLeft .course-item, .course-package3.sectionLeft .course-item, .course-package4.sectionLeft .course-item {
    width: calc(100% - 15px) !important;
  }
}
.course-package .course-item, .course-package2 .course-item, .course-package3 .course-item, .course-package4 .course-item {
  width: 320px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 15px;
  position: relative;
  box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.course-package .course-item .discount-badge, .course-package2 .course-item .discount-badge, .course-package3 .course-item .discount-badge, .course-package4 .course-item .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
}
.course-package .course-item .discount-badge img, .course-package2 .course-item .discount-badge img, .course-package3 .course-item .discount-badge img, .course-package4 .course-item .discount-badge img {
  width: 110px;
}
.course-package .course-item .discount-value, .course-package2 .course-item .discount-value, .course-package3 .course-item .discount-value, .course-package4 .course-item .discount-value {
  position: absolute;
  right: 70px;
  top: 25px;
  transform: skewX(-13deg);
}
.course-package .course-item .discount-value span, .course-package2 .course-item .discount-value span, .course-package3 .course-item .discount-value span, .course-package4 .course-item .discount-value span {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 800;
  color: #e71811;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), 2px 2px 0 rgba(0, 0, 0, 0.2), 3px 3px 0 rgba(0, 0, 0, 0.2); /* Third shadow */
}
.course-package .course-item .circle, .course-package2 .course-item .circle, .course-package3 .course-item .circle, .course-package4 .course-item .circle {
  width: 130%;
  height: 110px;
  border-radius: 0 0 100% 100%;
  background-color: #0b1f37;
  margin-top: -37px;
  margin-left: -15%;
}
.course-package .course-item .course-detail, .course-package2 .course-item .course-detail, .course-package3 .course-item .course-detail, .course-package4 .course-item .course-detail {
  position: relative;
  top: -70px;
  padding: 15px;
}
.course-package .course-item .course-detail img, .course-package2 .course-item .course-detail img, .course-package3 .course-item .course-detail img, .course-package4 .course-item .course-detail img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: auto;
  text-align: center;
}
.course-package .course-item .course-detail .label, .course-package2 .course-item .course-detail .label, .course-package3 .course-item .course-detail .label, .course-package4 .course-item .course-detail .label {
  height: 80px;
}
.course-package .course-item .course-detail h3, .course-package2 .course-item .course-detail h3, .course-package3 .course-item .course-detail h3, .course-package4 .course-item .course-detail h3 {
  font-size: 18px;
  margin: 0;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.course-package .course-item .course-detail p, .course-package2 .course-item .course-detail p, .course-package3 .course-item .course-detail p, .course-package4 .course-item .course-detail p {
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Poppins", sans-serif;
}
.course-package .course-item .course-detail .highlights div, .course-package2 .course-item .course-detail .highlights div, .course-package3 .course-item .course-detail .highlights div, .course-package4 .course-item .course-detail .highlights div {
  margin-bottom: 7px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.course-package .course-item .course-detail .highlights div span:nth-child(1), .course-package2 .course-item .course-detail .highlights div span:nth-child(1), .course-package3 .course-item .course-detail .highlights div span:nth-child(1), .course-package4 .course-item .course-detail .highlights div span:nth-child(1) {
  font-weight: 600;
}
.course-package .course-item .course-detail .highlights div:last-child, .course-package2 .course-item .course-detail .highlights div:last-child, .course-package3 .course-item .course-detail .highlights div:last-child, .course-package4 .course-item .course-detail .highlights div:last-child {
  border-bottom: unset;
}
.course-package .course-item:hover, .course-package2 .course-item:hover, .course-package3 .course-item:hover, .course-package4 .course-item:hover {
  box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
}
.course-package .course-item .flex_btns, .course-package2 .course-item .flex_btns, .course-package3 .course-item .flex_btns, .course-package4 .course-item .flex_btns {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-package .course-item .flex_btns a, .course-package2 .course-item .flex_btns a, .course-package3 .course-item .flex_btns a, .course-package4 .course-item .flex_btns a {
  width: 40% !important;
  margin-left: 10px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #E2E4FF;
  color: #0b1f37;
  font-size: 16px;
  background: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 32px;
  overflow: hidden;
}
.course-package .course-item .flex_btns a:hover, .course-package2 .course-item .flex_btns a:hover, .course-package3 .course-item .flex_btns a:hover, .course-package4 .course-item .flex_btns a:hover {
  background-color: #0b1f37;
  color: #fff;
}
.course-package .course-item .sample-btn, .course-package2 .course-item .sample-btn, .course-package3 .course-item .sample-btn, .course-package4 .course-item .sample-btn {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.course-package .course-item .sample-btn2, .course-package2 .course-item .sample-btn2, .course-package3 .course-item .sample-btn2, .course-package4 .course-item .sample-btn2 {
  margin: 5px auto;
  display: block;
}
.course-package .course-item .sample-btn, .course-package .course-item .sample-btn2, .course-package2 .course-item .sample-btn, .course-package2 .course-item .sample-btn2, .course-package3 .course-item .sample-btn, .course-package3 .course-item .sample-btn2, .course-package4 .course-item .sample-btn, .course-package4 .course-item .sample-btn2 {
  cursor: pointer;
  width: 90%;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #E2E4FF;
  color: #0b1f37;
  font-size: 16px;
  background: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  transition: color 0.4s linear;
  padding: 15px 32px;
  overflow: hidden;
}
.course-package .course-item .sample-btn::before, .course-package .course-item .sample-btn2::before, .course-package2 .course-item .sample-btn::before, .course-package2 .course-item .sample-btn2::before, .course-package3 .course-item .sample-btn::before, .course-package3 .course-item .sample-btn2::before, .course-package4 .course-item .sample-btn::before, .course-package4 .course-item .sample-btn2::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #0b1f37;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}
.course-package .course-item .sample-btn:hover, .course-package .course-item .sample-btn.selected, .course-package .course-item .sample-btn2:hover, .course-package .course-item .sample-btn2.selected, .course-package2 .course-item .sample-btn:hover, .course-package2 .course-item .sample-btn.selected, .course-package2 .course-item .sample-btn2:hover, .course-package2 .course-item .sample-btn2.selected, .course-package3 .course-item .sample-btn:hover, .course-package3 .course-item .sample-btn.selected, .course-package3 .course-item .sample-btn2:hover, .course-package3 .course-item .sample-btn2.selected, .course-package4 .course-item .sample-btn:hover, .course-package4 .course-item .sample-btn.selected, .course-package4 .course-item .sample-btn2:hover, .course-package4 .course-item .sample-btn2.selected {
  color: #fff;
  z-index: 1;
}
.course-package .course-item .sample-btn:hover::before, .course-package .course-item .sample-btn.selected::before, .course-package .course-item .sample-btn2:hover::before, .course-package .course-item .sample-btn2.selected::before, .course-package2 .course-item .sample-btn:hover::before, .course-package2 .course-item .sample-btn.selected::before, .course-package2 .course-item .sample-btn2:hover::before, .course-package2 .course-item .sample-btn2.selected::before, .course-package3 .course-item .sample-btn:hover::before, .course-package3 .course-item .sample-btn.selected::before, .course-package3 .course-item .sample-btn2:hover::before, .course-package3 .course-item .sample-btn2.selected::before, .course-package4 .course-item .sample-btn:hover::before, .course-package4 .course-item .sample-btn.selected::before, .course-package4 .course-item .sample-btn2:hover::before, .course-package4 .course-item .sample-btn2.selected::before {
  transform: scaleY(1);
  border: 1px solid transparent;
  color: #fff;
}
.course-package .course-item .IconAbs, .course-package2 .course-item .IconAbs, .course-package3 .course-item .IconAbs, .course-package4 .course-item .IconAbs {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
}
.course-package .course-item .IconAbs img, .course-package2 .course-item .IconAbs img, .course-package3 .course-item .IconAbs img, .course-package4 .course-item .IconAbs img {
  width: 100%;
}
.course-package .package-plan, .course-package2 .package-plan, .course-package3 .package-plan, .course-package4 .package-plan {
  width: calc(25% - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.1);
  background-color: #fbfbfc;
}
.course-package .package-plan .header, .course-package2 .package-plan .header, .course-package3 .package-plan .header, .course-package4 .package-plan .header {
  line-height: 30px;
  font-weight: 100;
  text-transform: uppercase;
  color: #21262c;
  padding: 28px 0;
  margin: 0 35px 0;
  border-bottom: 1px solid #d7d7d7;
}
.course-package .package-plan .header span, .course-package2 .package-plan .header span, .course-package3 .package-plan .header span, .course-package4 .package-plan .header span {
  font-size: 30px;
}
.course-package .package-plan .header span sup, .course-package2 .package-plan .header span sup, .course-package3 .package-plan .header span sup, .course-package4 .package-plan .header span sup {
  font-size: 24px;
  top: -33px;
}
.course-package .package-plan .body, .course-package2 .package-plan .body, .course-package3 .package-plan .body, .course-package4 .package-plan .body {
  padding: 20px;
}
.course-package .package-plan .body div, .course-package2 .package-plan .body div, .course-package3 .package-plan .body div, .course-package4 .package-plan .body div {
  text-align: center;
  color: #023a96;
  font-weight: 400;
}
.course-package .package-plan.selected, .course-package2 .package-plan.selected, .course-package3 .package-plan.selected, .course-package4 .package-plan.selected {
  background-color: #023a96;
}
.course-package .package-plan.selected .header, .course-package2 .package-plan.selected .header, .course-package3 .package-plan.selected .header, .course-package4 .package-plan.selected .header {
  color: #fff;
}
.course-package .package-plan.selected .body div, .course-package2 .package-plan.selected .body div, .course-package3 .package-plan.selected .body div, .course-package4 .package-plan.selected .body div {
  color: #fff;
}

.button-btn {
  text-align: center;
  border: 1px solid #E2E4FF;
  color: #4255A4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  transition: color 0.4s linear;
  padding: 17px 42px;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
}
.button-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #023a96;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}
.button-btn:hover {
  color: #fff;
  z-index: 1;
  background: #023a96;
}
.button-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
  color: #fff;
}

.package-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.package-form input::-webkit-outer-spin-button,
.package-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.package-form input[type=number] {
  -moz-appearance: textfield;
  border: unset;
  padding: 7px 12px;
  border-radius: 5px;
  background: #eee;
  width: 70px;
  text-align: center;
  font-weight: 600;
}
.package-form .student_range {
  position: relative;
  width: calc(100% - 90px);
}
.package-form .student_range .min {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.package-form .student_range .max {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

.progress {
  background: linear-gradient(to right, rgba(19, 175, 240, 0.8) 0%, rgba(9, 9, 121, 0.8) 0%, #eee 0%, #eee 100%);
  border: solid 2px #eee;
  border-radius: 8px;
  height: 17px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.progress::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  background: #0b1f37;
}

.orange-circle::-webkit-slider-thumb {
  background: #f66f1e !important;
}

.white-box-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(38, 17, 111, 0.18);
  box-shadow: 0 5px 10px rgba(38, 17, 111, 0.18);
  border-radius: 10px;
  padding: 20px 15px;
}

.gray-box {
  background-color: #f4f8fc;
  border-radius: 10px;
  padding: 20px 15px;
}

.order-detail .order-detail-info .title, .order-detail .order-detail-info .title * {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}
.order-detail .order-detail-info .text {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
.order-detail .buy-btn {
  border: unset;
  margin: auto;
  display: flex;
  cursor: pointer;
  width: 200px;
  justify-content: center;
}
.order-detail .cart-btn {
  margin: 10px auto;
  display: block;
  width: 200px;
}

.order_detail_price {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.order_detail_price tr td, .order_detail_price tr td span {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
}
.order_detail_price tr td:nth-of-type(2), .order_detail_price tr td:nth-of-type(2) span {
  color: rgba(0, 0, 0, 0.6);
}
.order_detail_price .old-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
}
.order_detail_price .old_price {
  position: relative;
  display: inline-block;
}
.order_detail_price .old_price::after {
  content: "";
  position: absolute;
  top: 30%; /* Center the line vertically */
  left: 0;
  width: 100%;
  height: 1.4px; /* Thickness of the line */
  background-color: #bd0e08; /* Color of the line */
  transform: rotate(-20deg); /* Adjust the angle of the diagonal line */
  transform-origin: center;
}
.order_detail_price .discount {
  padding: 5px 8px;
  background-color: #bd0e08;
  color: #fff !important;
  border-radius: 30px;
  font-weight: 600;
}
.order_detail_price .new_price {
  color: #bd0e08 !important;
  font-size: 16px;
}
.order_detail_price .tax td {
  padding-bottom: 0;
}

.order_detail_total {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.order_detail_total div, .order_detail_total div * {
  font-size: 16px;
  font-weight: 500;
}
.order_detail_total div span, .order_detail_total div * span {
  margin-right: 5px;
}
.order_detail_total div span.small, .order_detail_total div * span.small {
  font-size: 12px !important;
}
.order_detail_total .discounted_price {
  color: #bd0e08 !important;
}
.order_detail_total .discounted_price * {
  color: #bd0e08 !important;
}

.gray-section-title {
  position: relative;
  border-radius: 16px;
  margin-bottom: 20px;
  background-color: #f4f8fc;
}
.gray-section-title .content, .gray-section-title .content2 {
  padding: 25px;
}
.gray-section-title .content h2, .gray-section-title .content2 h2 {
  font-size: 24px;
  color: #28384a;
  font-weight: 700;
}
.gray-section-title .content2 {
  padding: 10px;
}
.gray-section-title .content2 h2 {
  margin: 0 0 7px 0 !important;
  font-size: 20px !important;
}
.gray-section-title .content3 {
  padding: 20px;
}
.gray-section-title .content3 h2 {
  margin: 0 0 7px 0 !important;
  font-size: 20px !important;
  color: #28384a;
  font-weight: 700;
}
.gray-section-title .content3 h3 {
  margin: 0 0 7px 0 !important;
  font-size: 18px !important;
}
.gray-section-title .content-detail {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.gray-section-title .content-detail div {
  margin-right: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
}
.gray-section-title .content-detail div i {
  margin-right: 5px;
}
.gray-section-title .btn {
  position: absolute;
  top: 25%;
  right: 10px;
  background-color: #24364c;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
}
.gray-section-title .btn:hover {
  opacity: 0.85;
}

.course-item-horizontal2 {
  position: relative;
  border-radius: 16px;
  margin-bottom: 20px;
  background-color: #f4f8fc;
  padding: 10px 15px;
}
.course-item-horizontal2 h2 {
  font-size: 18px;
  color: #28384a;
  font-weight: 700;
}
.course-item-horizontal2 .button {
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 10px;
}
.course-item-horizontal2 .button .hidden {
  display: none;
}

.course-item-horizontal {
  position: relative;
  border-radius: 16px;
  margin-bottom: 20px;
  background-color: #f4f8fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding-left: 20px;
}
.course-item-horizontal::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #24364c;
  z-index: 0;
  left: -165px;
  width: 254px;
  height: 175%;
}
.course-item-horizontal .image, .course-item-horizontal .image2 {
  width: 98px;
  z-index: 1;
  margin-right: 15px;
}
.course-item-horizontal .image img, .course-item-horizontal .image2 img {
  vertical-align: middle;
  width: 100%;
}
.course-item-horizontal .image2 {
  width: 50px;
}
.course-item-horizontal .content, .course-item-horizontal .content2 {
  padding: 25px;
}
.course-item-horizontal .content h2, .course-item-horizontal .content2 h2 {
  font-size: 24px;
  color: #28384a;
  font-weight: 700;
  margin-bottom: 5px;
}
.course-item-horizontal h6 {
  margin: 0;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
}
.course-item-horizontal .content2 {
  padding: 10px;
}
.course-item-horizontal .content2 h2 {
  margin: 0 0 7px 0 !important;
  font-size: 20px !important;
}
.course-item-horizontal .content3 {
  padding: 20px;
}
.course-item-horizontal .content3 h2 {
  margin: 0 0 7px 0 !important;
  font-size: 20px !important;
  color: #28384a;
  font-weight: 700;
}
.course-item-horizontal .content3 h3 {
  margin: 0 0 7px 0 !important;
  font-size: 18px !important;
}
.course-item-horizontal .content-detail {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.course-item-horizontal .content-detail div {
  margin-right: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.course-item-horizontal .content-detail div i {
  margin-right: 5px;
}
.course-item-horizontal .discount * {
  color: #bd0e08 !important;
}
.course-item-horizontal .btn {
  background-color: #24364c;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}
.course-item-horizontal .btn:hover {
  opacity: 0.7;
}
.course-item-horizontal .btn2 {
  background-color: #24364c;
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  border-radius: 35px;
  font-weight: 500;
  margin-right: 15px;
}
.course-item-horizontal .btn2:hover {
  opacity: 0.7;
}

.cart-item {
  position: relative;
}
.cart-item .delete-btn {
  z-index: 99;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cart-item .delete-btn i {
  font-size: 14px;
}

.search-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-container2 input[type=text] {
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 30px;
  outline: none;
  font-size: 1rem;
  color: #24364c;
  height: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-container {
  position: relative; /* To position the icon relative to the input */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  margin: auto;
}
@media (max-width: 800px) {
  .search-container {
    max-width: 100%;
  }
}
.search-container input[type=text] {
  padding: 15px 15px 15px 50px; /* Add padding to the left for the icon */
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 50px;
  outline: none;
  font-size: 1rem;
  color: #24364c;
  height: 50px;
  box-sizing: border-box;
}
.search-container input[type=text]::placeholder {
  color: #aaa; /* Placeholder text styling */
}
.search-container i {
  position: absolute; /* Place the icon inside the input */
  left: 20px; /* Adjust the distance from the left */
  top: 50%; /* Vertically center the icon */
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #aaa;
  pointer-events: none; /* Prevent the icon from being clickable */
}

.search-container button {
  padding: 15px;
  border: none;
  border-radius: 0 6px 6px 0;
  background-color: #FD673A;
  color: white;
  cursor: pointer;
  outline: none;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s;
  height: 50px;
}

.search-container button:hover {
  background-color: #24364c;
}

/*# sourceMappingURL=course_module.css.map */
