#curriculum {
  background-color: #fff;
  position: relative;
  /* margin-bottom: 10vw; */
}

.curriculum-context-container {
  display: flex;
  gap: 3.2vw;
  flex-direction: column;
  margin-bottom: 6vh;
}

.curriculum-heading-container h4 {
  color: #3d4d5d;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  display: inline-grid;
  margin-right: 4vw;
}

.curriculum-heading-container span {
  color: #ff752c;
  font-weight: 900;
}

.curriculum-desc-container p {
  color: #3d4d5d;
  font-size: 4.267vw;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%;
  width: 83vw;
}

.curriculum-desc-container span {
  color: #ff752c;
  font-weight: 700;
}

.curriculums_btns_container {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}

.curriculum_content_container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
  margin-bottom: 0.9vw;
}

.cbc {
  display: flex;
  gap: 9vw;
  justify-content: center;
  align-items: center;
  border-radius: 5.333vw;
  padding: 5.6vw 6.4vw;
}

.real_world_container {
  justify-content: unset;
}

#x {
  width: 2.917vw !important;
  margin-right: 1vw;
}

.innovation_container {
  background: #f9cf53;
}

.creative_thinking_container {
  background: #9181f4;
}

.real_world_container {
  background: #fd8a8a;
}

.collaboration_container {
  background: #54bab9;
}

.globe_container {
  background-color: #8cc0de;
}

#I {
  width: 11.2vw;
}

#CT {
  width: 9.6vw;
}

#RW {
  width: 8.846vw;
}

#C {
  width: 9.6vw;
}

#G {
  width: 10.133vw;
}

.cbc p {
  color: #fff;
  font-size: 4.333vw;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
}

.innovation_text {
  color: #3d4d5d !important;
}

.curriculum-snake-img,
.curriculum-head-img,
.curriculum-kite-img {
  display: none;
}

.curriculum_form_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6vw;
  margin: 6vw 0;
}

.curriculum_cta_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}

.curriculum_cta {
  width: 76.533vw;
  height: 12.8vw;
  border-radius: 7.467vw;
  border: 0.267vw solid #4e3bc2;
  background: #fff;
  color: #4e3bc2;
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
}

.booking_cta {
  width: 76.533vw;
  height: 12.8vw;
  border-radius: 7.467vw;
  border: none;
  background: #4e3bc2;
  color: #fff;
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.curriculum_download_img {
  width: 6.4vw;
}

.curriculum_modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: flex-end;
  display: none;
  z-index: 90;
}
.curriculum_modal.show {
  display: flex;
}
.curriculum_form_modal {
  background-color: #fff;
  width: 100%;
  padding: 4.8vw;
  border-radius: 2.667vw 2.667vw 0 0;
  position: relative;
}

.modal_step_one,
.modal_step_two {
  margin-top: 3vw;
  display: flex;
  flex-direction: column;
}

.modal_step_one_heading,
.modal_step_two_heading {
  font-family: Nunito;
  font-size: 5.333vw;
  font-weight: 800;
  line-height: normal;
  text-align: left;
}

.modal_step_one_subheading,
.modal_step_two_subheading {
  font-family: Nunito;
  font-size: 3.733vw;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #51667b;
  margin-top: 3vw;
}

.modal_step_one_input_container,
.modal_step_two_input_container {
  height: auto;
  width: 100%;
  margin: auto;
  padding: 2.133vw;
  background-color: #fafafa;
  border-radius: 5.333vw;
  margin-top: 6vw;
  margin-bottom: 7vw;
}

.modal_step_two_input_container {
  background-color: #f3fff5;
  padding: 1.111vw;
  text-align: center;
}

.close_modal {
  position: absolute;
  top: 2.667vw;
  right: 2.667vw;
  background: none;
  border: none;
  font-size: 6.4vw;
  cursor: pointer;
}

.modal_step_one_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 3.2vw;
  border-radius: 2.133vw;
}

.modal_step_one_form label {
  display: block;
  margin-bottom: 0.533vw;
  font-weight: bold;
  font-size: 3.733vw;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #7d7d7d;
}

.modal_step_one_form input,
.modal_step_one_form select {
  width: 100%;
  padding: 2.667vw;
  height: 12.8vw;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 2.133vw;
}

.modal_step_one_form select option {
  max-height: 10.667vw;
  overflow-y: auto;
}

.modal_step_one_form_button,
.modal_step_two_form_button {
  height: 10.667vw;
  border-radius: 6.4vw;
  background-color: #4e3bc2;
  color: white;
  border: none;
  font-size: 3.733vw;
  font-weight: 700;
  line-height: 5.333vw;
  padding: 0px 3.2vw;
  min-width: 55.33vw;
  text-align: center;
  margin: 0 15vw;
}
.modal_step_two_check_image {
  margin-top: 6vw;
  margin-bottom: 2vw;
}

.modal_step_two_green_txt {
  font-size: 6.4vw;
  font-weight: 800;
  text-align: center;
  color: #3eb655;
  width: 100%;
  margin: auto;
}

.modal_two_sub_txt {
  font-family: Nunito;
  font-size: 4.267vw;
  font-weight: 700;
  line-height: 5.6vw;
  text-align: center;
  color: #51667b;
  width: 92%;
  margin: auto;
  margin-top: 4vw;
  margin-bottom: 7vw;
}

#student_email {
  word-wrap: break-word;
}

.modal_step_two_form_button {
  border: 1px solid #4e3bc2;
  background-color: white;
  color: #4e3bc2;
}

.hide {
  display: none;
}

.curriculum-error-messege {
  display: flex;
  align-items: center;
  margin-top: 2px;
  display: none;
  margin-bottom: 2px;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}
.desktop_grade_input{
  margin-bottom: 5.333vw;
}
.custom-select {
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2.133vw;
  height: 12.8vw;
  /* margin-bottom: 5.333vw; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.select-selected {
  padding: 2.667vw;
  font-size: 3.733vw;
  line-height: 7.467vw;
  background-color: #fff;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  border-radius: 2.133vw;
}

.dropdown-icon {
  font-size: 3.733vw;
  margin-left: 2.667vw;
  pointer-events: none;
  padding-right: 1.6vw;
  background-color: white;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 0%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 1.333vw;
  max-height: 42.667vw;
  overflow-y: scroll;
  z-index: 91;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.select-items::-webkit-scrollbar {
  width: 0.6vw;
}

.select-items::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 0.7vw;
}

.select-items::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.select-items div {
  padding: 2.667vw;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #f1f1f1;
}

.select-hide {
  display: none;
}

.select-selected-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select-items-active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.curriculum_email {
  height: 12.8vw;
  background-color: white !important;
}
.email_container, .desktop_parent_input{
  margin-bottom: 5vw;
}
.c_success_img{
  width: 18vw;
}