* {
  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;
}

.box {
  position: fixed;
  height: 110vh;
  width: 100vw;
  z-index: 3;
  background-color: #000000;
  opacity: 0.5;
  margin-top: -10vh;
  display: none;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.answer_table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #212529;
}
.answer_head {
  text-align: left;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.answer_head tr {
  width: 50%;
}
.answer_row {
  text-align: left;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.answer_row tr {
  width: 50%;
}

.section_wrapper_one {
  box-shadow: 0px 20px 32px 0px #0000000a;
  border-radius: 0px 0px 80px 80px;
  padding-bottom: 1px;
  background-color: #fff;
}

.section_wrapper {
  padding: 56px 80px 120px;
  background-color: #fff;
}

.section_wrapper .service_therapy_img {
  position: relative;
  margin-bottom: 80px;
}

.section_wrapper,
.service_therapy_img img {
  width: 100%;
}

.service_therapy_img img {
  height: 600px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.section_wrapper .service_therapy_img .service_therapy_header_container {
  background-color: rgba(0, 0, 0, 0.438);
  padding: 0px 24px 24px 0px;
  border-radius: 40px;
  border-radius: 40px 0px 40px 0px;
  width: calc(66% + 24px);
  /* opacity: 1; */
  /* border: 2px solid red; */
}

.section_wrapper .service_therapy_img .service_therapy_header_main_container {
  display: flex;
  align-items: start;
  position: absolute;
  top: 0px;
  top: -1px;
  opacity: 1;
  width: 100%;
  z-index: 2;
}

.section_wrapper .border_radius_container {
  margin-left: -1px;
  border-radius: 60px 0px 0px 0px;
  position: relative;
  height: 100px;
  width: 100px;
  left: -20px;
  top: -20px;
}

.section_wrapper .border_radius_container_one {
  border-radius: 60px 0px 0px 0px;
  position: absolute;
  height: 100px;
  width: 100px;
  top: calc(100% - 20px);
  left: -20px;
}

.section_wrapper .service_therapy_img .service_therapy_header {
  padding: 40px;
  border-radius: 40px;
  opacity: 1;
  z-index: 3;
}

.section_wrapper
  .service_therapy_img
  .service_therapy_header
  .service_therapy_header_header {
  letter-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.section_wrapper
  .service_therapy_img
  .service_therapy_header
  .service_therapy_header_heading {
  color: #00b9e3;
  font-size: 64px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 0px;
}

.section_wrapper .service_therapy_description {
  display: flex;
  gap: 50px 133px;
  flex-wrap: wrap;
}

.section_wrapper .service_therapy_description_section {
  display: flex;
  position: relative;
  opacity: 1;
  top: 40px;
  column-gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.section_wrapper
  .service_therapy_description_section.service_therapy_description_answer_animate {
  opacity: 1;
  top: 0px;
}

.section_wrapper .service_therapy_description_section_bg {
  background-color: #f7f7f7;
  padding: 64px 64px 64px 0px;
  width: 100%;
  border-radius: 40px;
  position: relative;
}

.section_wrapper .service_therapy_description_section_bg ul {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style-type: circle;
}

.section_wrapper .service_therapy_description_section_bg ul li {
  list-style-type: disc;
}

.section_wrapper
  .service_therapy_description
  .service_therapy_description_question {
  padding-left: 64px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #333333;
  width: 40%;
}

.section_wrapper
  .service_therapy_description
  .service_therapy_description_answer {
  font-size: 18px;
  line-height: 28px;
  color: #545454;
  width: 58%;
  text-align: justify;
}
.service_ul_answers {
  padding: 0px;
  text-align: start;
}
.section_wrapper
  .service_therapy_description
  .service_therapy_description_section_bg
  .illustration_Kid_img {
  position: absolute;
  bottom: 16px;
  left: 48px;
}

/* form */

.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 80px 80px;
  background: #ffe1d7;
  border-radius: 40px;
  overflow: hidden;
}

.contact-layout .service_therapy_description_question_animate {
  position: relative;
  z-index: 0;
  opacity: 1;
  top: 0;
}

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 16px;
    padding: 32px 32px 120px;
    margin-bottom: 16px;
    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%;
  }
}

.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;
}

.section_wrapper .service_therapy_img .service_therapy_image_two {
  display: none;
}

.section_wrapper
  .service_therapy_description
  .service_therapy_description_section_bg
  .illustration_Kid_img_one {
  display: none;
}

@media screen and (max-width: 1200px) {
  .section_wrapper
    .service_therapy_img
    .service_therapy_header
    .service_therapy_header_heading {
    font-size: 50px;
  }

  .section_wrapper .service_therapy_img .service_therapy_header {
    padding: 30px;
  }

  .section_wrapper
    .service_therapy_img
    .service_therapy_header
    .service_therapy_header_header {
    margin-bottom: 15px;
  }

  .header_container
    .services_dopdown_menu
    .services_dopdown_menu_container
    .service_tabs {
    padding: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .section_wrapper .service_therapy_img .service_therapy_header_container {
    z-index: 1;
  }
}

@media screen and (max-width: 992px) {
  .section_wrapper {
    padding: 24px 16px 48px;
  }
}

@media screen and (max-width: 768px) {
  .section_wrapper .service_therapy_img .service_therapy_header {
    position: relative;
    background-color: transparent;
    padding: 0px;
    width: 100%;
    text-align: center;
  }

  .section_wrapper .border_radius_container {
    display: none;
  }

  .section_wrapper .border_radius_container_one {
    display: none;
  }

  .section_wrapper
    .service_therapy_img
    .service_therapy_header
    .service_therapy_header_header {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .section_wrapper
    .service_therapy_img
    .service_therapy_header
    .service_therapy_header_heading {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
  }

  .section_wrapper .service_therapy_img .service_therapy_image_one {
    border-radius: 24px;
    height: auto;
  }

  .section_wrapper .service_therapy_img .service_therapy_header_main_container {
    position: relative;
  }

  .section_wrapper .service_therapy_img .service_therapy_header_container {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 0px;
    border-radius: 0px;
    position: relative;
    width: 100%;
  }

  .section_wrapper .service_therapy_img .service_therapy_image_two {
    display: none;
    border-radius: 24px;
  }

  .section_wrapper .service_therapy_description_section {
    flex-direction: column;
    row-gap: 32px;
    padding: 0px 8px;
  }

  .section_wrapper .service_therapy_description {
    gap: 80px;
  }

  .section_wrapper
    .service_therapy_description
    .service_therapy_description_question {
    padding-left: 0px;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .section_wrapper
    .service_therapy_description
    .service_therapy_description_answer {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .section_wrapper .service_therapy_img {
    margin-bottom: 48px;
  }

  .section_wrapper_one {
    border-radius: 0px 0px 40px 40px;
  }

  .section_wrapper .service_therapy_description_section_bg {
    padding: 48px 32px;
  }

  .section_wrapper
    .service_therapy_description
    .service_therapy_description_section_bg
    .service_therapy_description_question {
    width: 100%;
  }

  .section_wrapper
    .service_therapy_description
    .service_therapy_description_section_bg
    .service_therapy_description_answer {
    width: 100%;
  }

  .section_wrapper
    .service_therapy_description
    .service_therapy_description_section_bg
    .illustration_Kid_img {
    display: none;
  }

  .section_wrapper
    .service_therapy_description
    .service_therapy_description_section_bg
    .illustration_Kid_img_one {
    display: block;
    position: absolute;
    right: 0px;
    width: 94px;
    bottom: 15px;
  }
}

.psy_table {
  flex-basis: 30%;
}
#psy_table_container {
  padding-left: 60px;
}
@media (max-width: 1000px) {
  .psy_table {
    flex-basis: 50%;
  }
}

@media (max-width: 769px) {
  .psy_table {
    flex-basis: 100%;
  }
  #psy_table_container {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .form-checkbox {
    width: 20px;
    height: 20px;
  }
}
