.banner-section {
  height: 30rem;
  background: #0a0080;
  display: flex;
}

.banner-section__part1 {
  width: 55%;
  height: 100%;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  padding-top: 4%;
}

.course-affilation__logo {
  width: 100%;
  height: 12%;
  display: flex;
  align-items: center;
  order: 1;
  gap: 1rem;
  color: white;
  margin-top: 5%;
}

.course-affilation__logo img {
  width: 20%;
  height: 100%;
  object-fit: contain;
}

.course-title {
  margin: 1rem 0;
}

.course-title h1 {
  color: #f6f6f6;
  font-family: "Outfit";
  font-size: 1.9rem;
  font-weight: 600;
  text-transform: capitalize;
}

.course-desc p {
  color: #fff;
  text-align: justify;
  font-size: 0.81rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.course-milestone {
  width: 100%;
  display: flex;
  margin-top: 2rem;
}

.course-milestone-item {
  display: flex;
  align-items: center;
  margin-right: 5rem;
}
.svg_placement_bg {
  height: 35px;
  width: 35px;
  background: linear-gradient(11deg, #33b059, green);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  margin-left: -21px;
  margin-right: 1rem;
}
.course-milestone-item svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.7rem;
}
.svg_placement_bg svg {
  width: 1.1rem;
  height: 2.5rem;
  margin: 0;
}

.course-milestone-item__desc {
  background-color: rgba(10, 0, 128, 0.4);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.banner-section__part2 {
  width: 45%;
  height: 80%;
  display: flex;
  justify-content: end;
  padding-right: 3rem;
}

/* Enquiry Form */
.form_enquiry_course {
  width: 65%;
  position: relative;
  top: 3rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  max-width: 25rem;
  background: #ffffff;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(98, 98, 98, 0.24);
}

.form_enquiry_caption_course {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #424242;
  font-family: "Outfit";
  text-align: center;
  padding-top: 0.57rem;
}

.form_course {
  border-radius: 8px;
  z-index: 3;
  width: 89%;
  margin: 4px auto 0px auto;
}

.form_course_new_popup {
  margin: -21px auto 0px auto;
}

.label_course {
  font-weight: 400;
  font-size: 13px !important;
  line-height: 2;
  font-family: "Readex Pro";
  margin-bottom: 3px;
}

.Input_field_enquiry_course .btn_course {
  font-family: "Readex Pro";
  background-color: #33308b;
  color: #fff;
  font-weight: 700;
  margin-top: 0.8rem;
  cursor: pointer;
  width: 100%;
  height: 2.8rem;
  border: 1px solid #c2b7b7;
  border-radius: 8px;
  padding: 0 1rem;
  margin-bottom: 0.7rem;
  outline: none;
  transition: 0.5s ease-in-out;
  font-family: "Poppins", sans-serif;
  border: none;
  margin: 1.5rem 0px;
  transition: all 0.5s;
}

.Input_field_enquiry_course .btn_course:hover {
  transform: translateY(-5px);
  background-color: #5e4fba;
}

.text-danger_course {
  font-size: 11px;
  letter-spacing: 0.5px;
  color: red;
  font-family: "Readex Pro";
  display: block;
  position: absolute;
  bottom: -6px;
}

.Input_field_enquiry_course .input_course {
  width: 100%;
  font-family: "Readex Pro";
  resize: none;
  height: 2.6rem;
  border: 1px solid #c2b7b7;
  border-radius: 8px;
  padding: 0 0.7rem;

  margin-bottom: 0.5rem;
  outline: none;
  color: #272222;
  font-weight: 400;
  position: relative;

  overflow: hidden;
  font-size: 12px;
  background-color: #fff;
}

.hide_pop_up span {
  margin: 0 -0.5rem;
}

.tab_lines {
  margin: 3rem 0px 0px 0px;
  width: 95%;
}

button {
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  .banner-section {
    height: max-content;
  }
  .banner-section__part2 {
    display: none;
  }
  .course-title h1 {
    width: 100%;
    font-size: 1.9rem;
  }
  .banner-section__part1 {
    width: 90%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .course-desc p {
    font-size: 0.8rem;
  }
  .course-milestone-item__desc {
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .svg_placement_bg {
    margin-left: 0.1rem;
  }
}

@media screen and (max-width: 600px) {
  .course-milestone {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
  .course-title h1 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .banner-section__part1 {
    padding-left: 1rem;
  }
  .course-milestone-item {
    margin-right: 0;
  }
}
