* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100vw;
  /* overflow-x: hidden; */
}

body {
  font-family: "Inter";
  overflow-x: hidden !important;
}

header {
  position: relative;
  z-index: 5;
}

.box {
  position: fixed;
  height: 110vh;
  width: 100vw;
  z-index: 2;
  background-color: #000000;
  opacity: 0.5;
  margin-top: -10vh;
  display: none;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

/* section wrapper  */

.sections_wrapper {
  padding: 56px 80px 1px;
  box-shadow: 0px 20px 32px 0px #0000000a;
  border-radius: 0px 0px 80px 80px;
  background: #ffffff;
}

.sections_wrapper .join_our_team_container {
  display: flex;
  gap: 132px;
  margin-bottom: 48px;
}

.sections_wrapper .join_our_team_container .join_our_team_header {
  width: 32.11%;
}

.sections_wrapper .join_our_team_career {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
  color: #afafaf;
}

.sections_wrapper .join_the_team {
  font-size: 64px;
  line-height: 76px;
  color: #00b9e3;
  font-weight: 700;
  margin-bottom: 0px;
}

.sections_wrapper .join_our_team_text {
  display: flex;
  padding: 8px 0px;
  width: calc(100% - 32.11% - 132px);
  gap: 24px;
}

.sections_wrapper .join_our_team_text p {
  margin-bottom: 0px;
  color: #545454;
  width: calc(50% - 12px);
}

.sections_wrapper .join_our_team_container_image {
  margin-bottom: 120px;
  text-align: center;
}

.sections_wrapper .join_our_team_container_image img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.sections_wrapper .join_our_team_container_image img:last-child {
  display: none;
}

.sections_wrapper .work_with_us_container .work_with_us_Offerings {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
  color: #afafaf;
  text-align: center;
}

.sections_wrapper .work_with_us_container {
  margin-bottom: 120px;
}

.sections_wrapper .work_with_us_container .why_work_with_us {
  font-size: 48px;
  line-height: 56px;
  color: #121212;
  text-align: center;
  margin-bottom: 64px;
  font-weight: 700;
}

.sections_wrapper .work_with_us_container .work_with_us_profits_container {
  display: flex;
  gap: 24px;
  margin-bottom: 64px;
}

.sections_wrapper
  .work_with_us_container
  .service_therapy_description_question_animate {
  opacity: 0;
  position: relative;
  animation-delay: 0.5s;
  animation-name: fade-in-one;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content {
  padding: 56px 24px;
  width: calc(25% - 18px);
  border: 2px solid #f7f7f7;
  border-radius: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_icon {
  padding: 28px;
  border-radius: 24px;
  width: auto;
  margin-bottom: 24px;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_icon
  img {
  width: 40px;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_icon.blue_bg {
  background-color: #e5f8fc;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_icon.polygon_bg {
  background-color: #fff5f2;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_icon.polygon_bg_two {
  background-color: #fff2f5;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_icon.green_bg {
  background-color: #f0fde7;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_heading {
  font-size: 18px;
  line-height: 28px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 8px;
}

.sections_wrapper
  .work_with_us_container
  .work_with_us_profits_container
  .work_with_us_profits_content_text {
  font-size: 14px;
  line-height: 20px;
  color: #545454;
  text-align: center;
  margin-bottom: 0px;
}

.sections_wrapper .role_we_offer_section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 133px;
  margin-bottom: 120px;
}

.sections_wrapper .role_we_offer_section .role_we_offer_section_heading {
  width: 32.11%;
  opacity: 0;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_section_heading
  .role_we_offer_designations {
  color: #afafaf;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_section_heading
  .role_we_offer_section_header {
  color: #d48971;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 24px;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_section_heading
  .role_we_offer_section_heading_text {
  font-size: 18px;
  line-height: 28px;
  color: #545454;
  margin-bottom: 0px;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container_section {
  width: 49.1%;
  display: flex;
  overflow: auto;
  scroll-behavior: smooth;
}

.sections_wrapper .role_we_offer_section .role_we_offer_roles_container {
  min-width: 100%;
}

.sections_wrapper .role_we_offer_section .role_we_offer_roles_container {
  position: sticky;
  left: 0;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container_section::-webkit-scrollbar {
  display: none;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container
  .role_we_offer_roles {
  display: flex;
  column-gap: 40px;
  padding: 16px;
  align-items: flex-start;
  background-color: #ffffff;
}

.sections_wrapper
  .role_we_offer_section
  .service_therapy_description_question_animate {
  position: relative;
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fade-in-one;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.sections_wrapper
  .role_we_offer_section
  .service_therapy_description_answer_animate {
  position: sticky;
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    top: 40px;
    position: relative;
  }

  to {
    opacity: 1;
    top: 0px;
    position: sticky;
  }
}

@keyframes fade-in-one {
  0% {
    opacity: 0;
    top: 40px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container
  .role_we_offer_roles
  > p {
  margin-bottom: 0px;
  color: #121212;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container
  .role_we_offer_roles_heading {
  font-weight: 700;
  color: #121212;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container
  .role_we_offer_roles_heading
  .btn_opening {
  padding: 4px 12px;
  margin-left: 16px;
  color: #00b9e3;
  font-size: 14px;
  line-height: 20px;
  border-radius: 40px;
  font-weight: 600;
  background-color: #e5f8fc;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container
  .role_we_offer_roles_text {
  color: #545454;
  margin-bottom: 0px;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container_border_bottom {
  border-bottom: 1px solid #e2e2e2;
  margin: 24px 0px;
  position: relative;
  opacity: 0;
}

.sections_wrapper
  .role_we_offer_section
  .role_we_offer_roles_container_border_bottom.service_therapy_description_answer_animate {
  position: sticky;
  opacity: 0;
  animation-delay: 0.5s;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    top: 40px;
    position: relative;
  }

  to {
    opacity: 1;
    top: 0px;
    position: sticky;
  }
}

.sections_wrapper .career_heading_progress_bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -76px;
  margin-bottom: 120px !important;
  justify-content: end;
}

.sections_wrapper
  .career_heading_progress_bar.service_therapy_description_question_animate {
  opacity: 0;
  position: relative;
  animation-delay: 0.5s;
  animation-name: fade-in-one;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.sections_wrapper .career_heading_progress_bar span:first-child,
.sections_wrapper .career_heading_progress_bar span:last-child {
  cursor: pointer;
}

.sections_wrapper .career_heading_progress_bar span:first-child svg,
.sections_wrapper .career_heading_progress_bar span:last-child svg {
  border-radius: 8px;
}

.sections_wrapper .career_heading_progress_bar span:first-child:hover svg,
.sections_wrapper .career_heading_progress_bar span:last-child:hover svg {
  background-color: #f8f8f8;
}

.sections_wrapper .career_heading_progress_bar .scroll_left {
  transform: rotate(180deg);
}

.sections_wrapper .career_heading_progress_bar span {
  color: #121212;
}

.sections_wrapper .career_heading_progress_bar .progress {
  width: 80px;
  height: 2px;
  background-color: #eeeeee;
}

.sections_wrapper .career_heading_progress_bar .progress-bar {
  width: 50%;
  background-color: #121212;
  height: 2px;
}

.sections_wrapper .campus_requirement_container {
  position: relative;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  border-radius: 40px;
  padding: 64px;
  background-color: #f7f7f7;
  margin-bottom: 120px;
  position: relative;
}

.sections_wrapper
  .campus_requirement_container
  .campus_requirement_container_heading {
  width: 35.68%;
  z-index: 99;
}

.sections_wrapper
  .campus_requirement_container
  .campus_requirement_container_heading
  .we_also_offer {
  color: #afafaf;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.sections_wrapper
  .campus_requirement_container
  .campus_requirement_container_heading
  .campus_requirement_container_header {
  color: #0094b6;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0px;
  font-weight: 700;
}

.sections_wrapper
  .campus_requirement_container
  .campus_requirement_container_heading_text_btn {
  width: 46.55%;
  z-index: 99;
}

.sections_wrapper
  .campus_requirement_container
  .campus_requirement_container_heading_text_btn
  .campus_requirement_container_heading_text {
  font-size: 18px;
  line-height: 28px;
  color: #545454;
  margin-bottom: 40px;
}

/* .sections_wrapper .campus_requirement_container .campus_requirement_container_heading_text_btn .service_therapy_description_question_animate {
    position: relative;
    animation-name: fade-in-one;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
} */

@keyframes fade-in-one {
  0% {
    opacity: 0;
    top: 40px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.sections_wrapper
  .campus_requirement_container
  .campus_requirement_container_heading_text_btn
  .campus_requirement_container_heading_contact_us {
  padding: 16px 57px;
  border-radius: 12px;
  background-color: #00b9e3;
  font-weight: 600;
  color: #ffffff;
}

.sections_wrapper
  .campus_requirement_container
  .campus_requirement_container_image {
  width: 250px;
  position: absolute;
  bottom: 4px;
  left: 64px;
}

.sections_wrapper .want_to_be_apart_section {
  display: flex;
  justify-content: space-between;
  gap: 133px;
  margin-bottom: 120px;
}

.sections_wrapper .want_to_be_apart_section .want_to_be_apart_section_heading {
  width: 32.11%;
  position: relative;
}

.sections_wrapper
  .campus_requirement_container.service_therapy_description_question_animate {
  position: relative;
  opacity: 0;
  animation-name: fade-in-one;
  animation-delay: 0.5s;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_heading.service_therapy_description_question_animate {
  position: relative;
  opacity: 0;
  animation-name: fade-in-one;
  animation-delay: 0.5s;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

@keyframes fade-in-one {
  0% {
    opacity: 0;
    top: 40px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_heading
  .want_to_be_apart_section_heading_application {
  color: #afafaf;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_heading
  .want_to_be_apart_section_heading_header {
  color: #121212;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0px;
}

.sections_wrapper .want_to_be_apart_section .want_to_be_apart_section_form {
  width: 49.1%;
  background-color: #f7f7f7;
  border-radius: 40px;
  padding: 40px;
}

.sections_wrapper
  .want_to_be_apart_section
  .service_therapy_description_question_animate {
  position: relative;
  opacity: 0;
  animation-name: fade-in-one;
  animation-delay: 0.5s;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

@keyframes fade-in-one {
  0% {
    opacity: 0;
    top: 40px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_form
  .form-label {
  font-weight: 600;
  color: #121212;
  margin-bottom: 8px;
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_form
  .form-label
  span {
  display: inline-block;
  color: #eb5757;
  font-weight: 600;
  margin-left: 2px;
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_form
  .form-control {
  border: none;
  box-shadow: none !important;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
  border-radius: 12px;
  color: #757575;
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_form
  .form-control::-webkit-input-placeholder {
  color: #757575;
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_form
  .form-control::placeholder {
  color: #757575;
}

.sections_wrapper
  .want_to_be_apart_section
  .want_to_be_apart_section_form
  .want_to_be_apart_section_form_apply_btn {
  width: 100%;
  margin-top: 16px;
  background-color: #00b9e3;
  border-radius: 12px;
  padding: 16px 24px;
  color: #ffffff;
  font-weight: 600;
}

.contact-layout-wrapper {
  max-width: 100%;
  min-height: 588px;
  justify-content: space-between;
  padding: 56px 64px;
  justify-content: space-between;
  align-items: flex-start;
  isolation: isolate;
  min-height: 496px;
  margin: 0 0 80px;
  background: #ffe1d7;
  border-radius: 40px;
  overflow: hidden;
}

form {
  margin: auto;
}

.form-control {
  border-radius: 12px;
}

label > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "cv05" on;
  color: #eb5757;
}

.form_wrapper {
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  max-width: 451px;
  min-height: 384px;
}

form input {
  height: 56px !important;
}

form label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "cv05" on;
  color: #121212;
}

.contact_logo img {
  display: none;
}

@media (max-width: 800px) {
  .contact-layout-wrapper {
    margin: 0 0px 16px;
    padding: 32px 32px 120px;
    border-radius: 40px;
  }

  .contact_title-wrapper {
    margin: 0 auto 40px;
  }

  .contact_btn {
    height: 52px !important;
  }

  .form_wrapper {
    width: 100%;
    margin: auto;
  }

  form input {
    width: 100%;
  }

  .contact_title_logo img {
    display: none;
  }

  .contact_logo img {
    position: absolute;
    width: 135px;
    height: 124px;
    right: 15%;
    display: block;
    margin-bottom: -35rem !important;
  }

  .contact_title h2 {
    max-width: 172px;
    min-height: 40px;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .contact_title input {
    width: 100%;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_section_heading
    .role_we_offer_section_heading_text {
    font-size: 16px;
    line-height: 24px;
  }
}

.contact_title-wrapper {
  gap: 50px;
  width: fit-content;
}

.contact_title {
  gap: 1rem;
  max-width: 19.75rem;
  min-height: 8.25rem;
}

.contact_title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #121212;
  margin-bottom: 16px;
}

.contact_title p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "cv05" on;
  color: #333333;
  margin-bottom: 0;
}

.contact_title_logo img {
  width: 18.9375rem;
  height: 16.125rem;
  margin-bottom: -20.6rem !important;
}

form_ input {
  padding: 16px;
  gap: 8px;

  max-width: 451px;
  min-height: 56px;
}

.contact_btn {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  width: 100%;
  height: 56px;
  background: #00b9e3;
  border-radius: 12px;
  border: #00b9e3;
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "cv05" on;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .sections_wrapper {
    padding: 40px 50px 1px;
  }

  .sections_wrapper .join_our_team_container {
    gap: 100px;
  }

  .sections_wrapper .join_our_team_text {
    width: calc(100% - 32.11% - 100px);
  }

  .sections_wrapper
    .work_with_us_container
    .work_with_us_profits_container
    .work_with_us_profits_content {
    padding: 40px 20px;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading
    .campus_requirement_container_header {
    font-size: 40px;
    line-height: 44px;
  }

  .sections_wrapper
    .want_to_be_apart_section
    .want_to_be_apart_section_heading
    .want_to_be_apart_section_heading_header {
    font-size: 40px;
    line-height: 44px;
  }

  .sections_wrapper .role_we_offer_section {
    column-gap: 100px;
  }

  .sections_wrapper .role_we_offer_section .role_we_offer_roles_container {
    width: 53%;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading_text_btn {
    width: 50%;
  }

  .sections_wrapper .campus_requirement_container {
    padding: 40px;
  }

  .sections_wrapper .join_the_team {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (max-width: 992px) {
  .sections_wrapper {
    padding: 24px 16px 1px;
  }

  .sections_wrapper .join_our_team_container {
    flex-direction: column;
    gap: 32px;
    padding: 0px 8px;
  }

  .sections_wrapper .join_our_team_container .join_our_team_header {
    width: 100%;
    /* text-align: center; */
  }

  .sections_wrapper .join_our_team_text {
    width: 100%;
    padding: 0px;
    flex-direction: column;
    gap: 24px;
  }

  .sections_wrapper .join_our_team_text p {
    width: 100%;
  }

  .sections_wrapper .join_our_team_container_image {
    margin-bottom: 88px;
  }

  .sections_wrapper .work_with_us_container .why_work_with_us {
    font-size: 32px;
    line-height: 40px;
  }

  .sections_wrapper .work_with_us_container .why_work_with_us {
    margin-bottom: 40px;
  }

  .sections_wrapper .work_with_us_container .work_with_us_profits_container {
    gap: 12px;
  }

  .sections_wrapper
    .work_with_us_container
    .work_with_us_profits_container
    .work_with_us_profits_content {
    width: calc(25% - 9px);
    padding: 16px;
  }

  .sections_wrapper
    .work_with_us_container
    .work_with_us_profits_container
    .work_with_us_profits_content_heading {
    font-size: 14px;
    line-height: 22px;
  }

  .sections_wrapper .work_with_us_container .work_with_us_profits_container {
    margin-bottom: 40px;
  }

  .sections_wrapper .work_with_us_container {
    margin-bottom: 80px;
  }

  .sections_wrapper .role_we_offer_section {
    gap: 60px;
  }

  .sections_wrapper .role_we_offer_section .role_we_offer_section_heading {
    width: 35%;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_section_heading
    .role_we_offer_section_header {
    font-size: 40px;
    line-height: 46px;
  }

  .sections_wrapper
    .want_to_be_apart_section
    .want_to_be_apart_section_heading {
    width: 36%;
  }
}

@media screen and (max-width: 768px) {
  .sections_wrapper .work_with_us_container .work_with_us_profits_container {
    flex-wrap: wrap;
  }

  .sections_wrapper .join_our_team_container_image img {
    border-radius: 32px;
  }

  .sections_wrapper .join_our_team_container_image img:first-child {
    display: none;
  }

  .sections_wrapper .join_our_team_container_image img:last-child {
    display: block;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_image {
    width: 148px;
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 0px;
  }

  .sections_wrapper
    .work_with_us_container
    .work_with_us_profits_container
    .work_with_us_profits_content {
    width: calc(50% - 6px);
  }

  .sections_wrapper .work_with_us_container {
    margin-bottom: 88px;
  }

  .sections_wrapper .role_we_offer_section {
    flex-direction: column;
    gap: 40px;
  }

  .sections_wrapper .role_we_offer_section .role_we_offer_section_heading {
    width: 100%;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_section_heading
    .role_we_offer_designations {
    font-size: 14px;
    line-height: 20px;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_section_heading
    .role_we_offer_section_header {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .sections_wrapper .role_we_offer_section .role_we_offer_roles_container {
    width: 100%;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_roles_container_section {
    width: 100%;
  }

  .sections_wrapper
    .role_we_offer_section
    .service_therapy_description_answer_animate {
    position: relative;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_roles_container
    .role_we_offer_roles {
    flex-direction: column;
    padding: 16px 0px;
    gap: 16px;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_roles_container
    .role_we_offer_roles_heading {
    font-size: 18px;
    line-height: 24px;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_roles_container
    .role_we_offer_roles_heading {
    margin-bottom: 12px;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_roles_container
    .role_we_offer_roles_text {
    font-size: 14px;
    line-height: 20px;
  }

  .sections_wrapper
    .role_we_offer_section
    .role_we_offer_roles_container_border_bottom {
    margin: 16px 0px;
  }

  .sections_wrapper .role_we_offer_section {
    margin-bottom: 48px;
  }

  .sections_wrapper .campus_requirement_container {
    flex-direction: column;
    padding: 48px 32px;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading {
    width: auto;
    max-width: 279px;
    text-align: center;
    margin: auto;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading
    .we_also_offer {
    font-size: 14px;
    line-height: 20px;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading
    .campus_requirement_container_header {
    font-size: 32px;
    line-height: 40px;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading_text_btn {
    width: 100%;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading_text_btn
    .campus_requirement_container_heading_text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
  }

  .sections_wrapper
    .campus_requirement_container
    .campus_requirement_container_heading_text_btn
    .campus_requirement_container_heading_contact_us {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .sections_wrapper .campus_requirement_container {
    margin-bottom: 48px;
    margin-top: 48px;
    overflow: hidden;
  }

  .sections_wrapper .want_to_be_apart_section {
    flex-direction: column;
    gap: 40px;
  }

  .sections_wrapper
    .want_to_be_apart_section
    .want_to_be_apart_section_heading {
    width: 100%;
  }

  .sections_wrapper
    .want_to_be_apart_section
    .want_to_be_apart_section_heading
    .want_to_be_apart_section_heading_application {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .sections_wrapper
    .want_to_be_apart_section
    .want_to_be_apart_section_heading
    .want_to_be_apart_section_heading_header {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .sections_wrapper .want_to_be_apart_section .want_to_be_apart_section_form {
    width: 100%;
    padding: 40px 24px;
  }

  .sections_wrapper
    .want_to_be_apart_section
    .want_to_be_apart_section_form
    .want_to_be_apart_section_form_apply_btn {
    font-size: 14px;
    line-height: 20px;
  }

  .sections_wrapper .want_to_be_apart_section {
    margin-bottom: 48px;
  }

  .sections_wrapper .career_heading_progress_bar {
    margin-top: 0px;
    margin-bottom: 48px !important;
    justify-content: center;
  }
}

@media screen and (max-width: 525px) {
  .sections_wrapper .work_with_us_container .work_with_us_profits_container {
    padding: 0px 8px;
    gap: 24px;
  }

  .sections_wrapper
    .work_with_us_container
    .work_with_us_profits_container
    .work_with_us_profits_content {
    width: 100%;
    padding: 40px 24px;
  }

  .sections_wrapper
    .work_with_us_container
    .work_with_us_profits_container
    .work_with_us_profits_content_heading {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .sections_wrapper {
    border-radius: 40px;
  }
}

@media screen and (max-width: 768px) {
  .form-checkbox {
    width: 20px;
    height: 20px;
  }
}
