* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}
a:hover {
  text-decoration: none;
}
/*program selection page css*/
.program-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 1rem;
}
.program-list li {
  margin-bottom: 1.5rem;
}
.program-list li .program-card {
  box-shadow: 0px 0px 6px #dadada;
  border: 1px solid #cecece;
  padding: 0.5rem 1rem 1rem;
  border-top: 4px solid #e91e63;
}
.program-list li .program-card h2 {
  margin-bottom: 0;
  font-size: 1.2rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #7b7b7b;
  color: #424242;
}
.program-list li .program-card p {
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.program-list li .program-card button.register-btn {
  border: 0;
  margin: 0;
}
.program-list li .program-card button.register-btn a {
  display: inline-block;
  width: 150px;
  padding: 0.25rem 1rem;
  background: #e91e63;
  color: #fff;
}
.note-msg {
  color: #f44336;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 1rem;
}
.program-card-list > li {
  border-radius: 16px;
  box-shadow: 0px 0px 10px #adadad;
  position: relative;
  margin-left: 30px;
  margin-bottom: 2rem;
}
.program-card-list > li .image-div {
  width: 250px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.program-card-list > li .image-div img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #d5d5d5;
}
.program-card-list > li .program-content {
  margin-left: 220px;
  padding: 1.3rem 1rem;
}
.program-card-list > li .program-content h2 {
  font-size: 1.3rem;
  color: #424242;
}
.program-card-list > li .program-content p {
  font-size: 0.875rem;
  color: #868686;
  font-weight: 300;
}
/*program summary page css*/
.program-summary {
  margin-bottom: 0;
}
.program-summary h2 {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #424242;
  color: #525252;
  margin-bottom: 1rem;
  font-weight: 700;
}
.program-summary .register-btn {
  border: 0;
}
.program-summary .register-btn a {
  display: inline-block;
  padding: 0.43rem 1rem;
  background: #8a413b;
  color: #fff;
  font-size: 1rem;
  height: 34px;
  vertical-align: top;
}
.program-summary .video-section {
  margin-bottom: 2rem;
}
.program-summary .video-section p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.program-summary .video-section .program-video {
  width: 100%;
  height: 400px;
  margin-bottom: 1rem;
  text-align: center;
}
.program-summary .video-section video {
  height: 100%;
  background: linear-gradient(to right, #576eac, #d8485c);
  padding: 0.8rem;
  border-radius: 20px;
}
.mark-division-section {
  margin-bottom: 2rem;
}
.mark-division-section h3 {
  font-size: 1.3rem;
}
.mark-division-section .mark-division-table {
  margin-bottom: 0;
}
.mark-division-section .mark-division-table table {
  width: 100%;
}
.mark-division-section .mark-division-table table tr {
  margin-bottom: 0;
}
.mark-division-section .mark-division-table table tr th {
  background: #5a6daa;
  color: #fff;
  font-weight: 500;
}
.mark-division-section .mark-division-table table tr td {
  color: #424242;
  font-weight: 500;
}
.mark-division-section .mark-division-table table tr td,
.mark-division-section .mark-division-table table tr th {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border: 1px solid #5a6daa;
}
.program-summary .syllabus-section {
  margin-bottom: 0;
}
.program-summary .syllabus-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.program-summary .subject-section {
  margin-bottom: 2rem;
}
.program-summary .subject-section h4 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.program-summary .subject-modules {
  margin-bottom: 0;
}
.program-summary .subject-module-card-col {
  margin-bottom: 1rem;
}
.program-summary .subject-module-card {
  box-shadow: 0px 0px 10px #d5d5d5;
  border-radius: 10px;
}
.program-summary .subject-module-card h5 {
  /* background: #8a413b; */
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.card-bac-img-overlay {
  border-top: 3px solid #df4658;
  padding: 0.875rem 0.875rem 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  height: 120px;
  border-radius: 10px 10px 0 0;
}
.program-summary .subject-module-card h5 span {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #fff;
}
.program-summary .subject-module-card .module-card-body {
  padding: 0.5rem 1rem;
  border-top: 1px solid #d5d5d5;
}
.card-bac-img-overlay .module-duration {
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.card-bac-img-overlay .module-duration .title {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 0.25rem;
}
.card-bac-img-overlay .module-duration .value {
  font-size: 0.875rem;
  font-weight: 500;
}
.program-summary .subject-module-card .module-card-body p {
  font-size: 0.8rem;
}
.card-bac-img {
  /* background: url("../img/architect.webp") no-repeat; */
  position: relative;
}
.card-bac-img img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 10px 10px 0 0;
}

/*program new card css*/
.program-card-list > li {
  border-radius: 16px;
  box-shadow: 0px 0px 10px #adadad;
  position: relative;
  margin-left: 30px;
  margin-bottom: 2rem;
  background: #fff;
}
.program-card-list > li .card-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.program-card-list > li .card-top h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.3rem;
  color: #424242;
}
.program-card-list > li .card-content .program-price {
  font-size: 1.4rem;
  font-weight: 500;
  color: #df4658;
  padding: 0 0.5rem;
}
.program-card-list > li .card-content .program-price .title {
  color: #424242;
  margin-right: 0.25rem;
}
.program-card-list > li .card-image-div {
  width: 200px;
  height: calc(100% - 2rem);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.program-card-list > li .card-image-div img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #d5d5d5;
  object-fit: cover;
}
.program-card-list > li .card-content {
  margin-left: 180px;
  padding: 1.3rem 1rem;
}
.program-card-list > li .card-content {
  font-size: 0.875rem;
  color: #868686;
  font-weight: 300;
}
.program-features {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.program-features ul {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: baseline;
}
.program-features ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 3rem;
}
.program-features ul li span {
  width: 100%;
  display: block;
}

.program-features ul li span.title {
  text-align: center;
  font-weight: 500;
  color: #424242;
}
.program-features ul li span.value {
  font-size: 1.2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #546fae;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4495e;
  /* margin-bottom: 0.25rem; */
  margin: 0 auto;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 991px) {
  .program-card-list > li .card-top {
    margin-bottom: 1rem;
  }
  .program-summary .video-section .program-video {
    height: auto;
  }
  .program-summary .video-section video {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .program-card-list > li {
    margin-left: 0;
  }
  .program-card-list > li .card-content {
    margin-left: 0;
  }
}
