*,
a {
  text-decoration: none;
}
form label,
label > span {
  font-weight: 600;
  font-feature-settings: "cv05" on;
}
.contact_btn,
form label,
label > span {
  font-size: 16px;
  line-height: 24px;
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
.accordion-header {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  font-family: Inter;
  margin-bottom: 5px;
  cursor: pointer;
  position: sticky;
  top: 75px;
}
.accordion-item {
  border: 0;
}
.accordion-body {
  transition: max-height 0.3s;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}
html {
  scroll-behavior: smooth;
  max-width: 100vw;
}
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: #000;
  opacity: 0.5;
  margin-top: -10vh;
  display: none;
}
.nav-bar,
form {
  margin: auto;
}
ul li {
  list-style: none;
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  align-items: center;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  padding: 14px 15px 14px 8px;
  height: 80px;
}
.logo img {
  width: 192.98px;
  height: 64px;
  top: calc(50% - 64px / 2);
}
.nav-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-bar .nav-item-wrapper {
  display: flex;
  height: 52px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}
.nav-item-wrapper .dropdown > li > a,
.nav-item-wrapper > li > a {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-feature-settings: "cv05" on;
  color: #121212;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid transparent;
  height: 52px;
}
.nav-item-wrapper .dropdown > li > a:hover,
.nav-item-wrapper > li > a:hover {
  border: 1px solid #00b9e3;
  border-radius: 40px;
}
.nav-item-wrapper .dropdown > li > a.active,
.nav-item-wrapper > li > a.active {
  background-color: #e5f8fc;
  border-radius: 40px;
  color: #00b9e3 !important;
}
.nav-item-wrapper .dropdown > li > a:hover {
  max-width: 100%;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #00b9e3;
  border-radius: 40px;
}
.nav-item-wrapper .dropdown .dropdown-toggle::after {
  position: relative;
  top: 9px;
  background-image: url(../assets/down_arrow.svg);
  width: 11px;
  height: 6px;
  border: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-bar.active2.animation_left_right {
  animation: 0.5s ease-in-out lefttoright;
}
@keyframes lefttoright {
  0% {
    right: -188px;
  }
  100% {
    right: 0;
  }
}
header .btn {
  font-size: 25px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  #menu-btn {
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    align-items: center;
    display: flex;
  }
  .nav-bar .nav-item-wrapper {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 208px;
    gap: 8px;
    padding-right: 18px;
  }
  #header {
    padding: 4px 8px;
    height: 48px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
  }
  .logo img {
    max-width: 120px;
    height: 40px;
  }
  .nav-bar.active2 {
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    flex-direction: column !important;
    background: #fff;
    border-radius: 24px 0 0 24px;
    top: 0;
    color: #121212;
    right: 0;
  }
  .close-btn {
    position: absolute;
    top: 0;
    right: 12px;
    margin: 16px;
  }
  .nav-item-wrapper {
    height: 100% !important;
    width: 100%;
    margin-top: 45px;
  }
  .nav-item-wrapper .dropdown > li > a,
  .nav-item-wrapper > li > a {
    max-width: 100%;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 14px;
    text-align: right;
    height: 52px;
  }
  .nav-item-wrapper .dropdown > li.setpad,
  .nav-item-wrapper > li.setpad {
    padding: 14px 0;
  }
  .nav-item-wrapper .dropdown > li {
    flex-direction: column;
  }
}
.our_offices_details_container .service_therapy_description_answer_animate,
.our_offices_details_container .service_therapy_description_question_animate,
.our_offices_details_container.service_therapy_description_question_animate {
  position: relative;
  animation-name: fade-in;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.sections_wrapper {
  padding: 56px 80px 1px;
  box-shadow: 0 20px 32px 0 #0000000a;
  border-radius: 0 0 80px 80px;
  background: #fff;
}
.contact_us_container {
  display: flex;
  margin-bottom: 120px;
}
.contact_us_head {
  gap: 135px;
}
.contact_us_container .contact_us_form {
  width: 40.55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_us_container .contact_us_form .contact_us {
  font-weight: 700;
  color: #afafaf;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.contact_us_container .contact_us_form .contact_us_let_talk {
  color: #d48971;
  font-size: 64px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 48px;
}
.contact_us_container .contact_us_form .contact_us_form_container {
  margin: 0;
}
.contact_us_container .contact_us_form .contact_us_form_container .form-label {
  font-weight: 600;
  color: #121212;
  margin-bottom: 8px;
}
.contact_us_container
  .contact_us_form
  .contact_us_form_container
  .form-label
  span {
  display: inline-block;
  color: #eb5757;
  margin-left: 2px;
}
.contact_us_container
  .contact_us_form
  .contact_us_form_container
  .form-control {
  border: none;
  background-color: #f7f7f7;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #757575;
}
.contact_us_container
  .contact_us_form
  .contact_us_form_container
  .btn_send_message:focus,
.contact_us_container
  .contact_us_form
  .contact_us_form_container
  .form-control:focus {
  box-shadow: none;
}
.contact_us_container
  .contact_us_form
  .contact_us_form_container
  .btn_send_message {
  padding: 16px;
  background-color: #00b9e3;
  color: #fff;
  font-weight: 600;
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
}
.contact_us_container .contact_us_image {
  width: calc(100% - 40.55% - 135px);
}
.contact_us_container .contact_us_image img {
  width: 100%;
  border-radius: 40px;
  max-height: 636px;
}
.contact_logo img,
.contact_us_container .contact_us_image_two {
  display: none;
}
.our_offices_details_container {
  padding: 64px;
  display: flex;
  column-gap: 177px;
  background-color: #f7f7f7;
  border-radius: 40px;
  margin-bottom: 120px;
}
.our_offices_details_container .our_offices_details_centers_container {
  width: 35.68%;
}
.our_offices_details_container
  .our_offices_details_centers_container
  .our_offices_details_centers {
  color: #afafaf;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.our_offices_details_container
  .our_offices_details_centers_container
  .our_offices_details_our_office {
  color: #00b9e3;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 0;
}
.our_offices_details_container .our_offices_details {
  width: calc(100% - 35.68% - 177px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.our_offices_details_container.service_therapy_description_question_animate {
  opacity: 0;
  animation-delay: 0.3s;
}
@keyframes fade-in {
  from {
    opacity: 0;
    top: 40px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.our_offices_details_container
  .our_offices_details
  .our_offices_adress_details:not(:last-child) {
  padding-bottom: 48px;
  border-bottom: 1px solid #e2e2e2 !important;
}
.our_offices_details_container
  .our_offices_details
  .our_offices_adress_details:last-child {
  margin-bottom: 16px;
}
.our_offices_details_container
  .our_offices_details
  .our_offices_adress_details
  .our_offices_name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #121212;
}
.our_offices_details_container
  .our_offices_details
  .our_offices_adress_details
  .our_offices_address {
  color: #757575;
}
.our_offices_details_container
  .our_offices_details
  .our_offices_adress_details
  .our_offices_details_contact {
  display: flex;
  gap: 24px 40px;
  flex-wrap: wrap;
}
.our_offices_details_container
  .our_offices_details
  .our_offices_adress_details
  .our_offices_details_contact
  a {
  display: block;
  color: #121212;
  border-bottom: 1px solid #121212;
}
.our_offices_details_container
  .our_offices_details
  .our_offices_adress_details
  .our_offices_details_contact
  a:last-child {
  border-bottom: none;
  display: flex;
  gap: 3px;
}
.contact-layout-wrapper {
  max-width: 100%;
  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;
}
.google_map_large_container {
  width: 100%;
  padding: 0;
  height: 100px;
}
.google_map_large {
  width: 100%;
  height: 100%;
}
.form-control {
  border-radius: 12px;
}
label > span {
  font-family: Inter;
  font-style: normal;
  color: #eb5757;
}
.contact_title h2,
form label {
  color: #121212;
  font-family: Inter;
  font-style: normal;
}
.form_wrapper {
  align-items: flex-start;
  padding: 0;
  gap: 32px;
  max-width: 451px;
  min-height: 384px;
}
form input {
  height: 56px !important;
}
@media (max-width: 800px) {
  .contact-layout-wrapper {
    margin: 0 0 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;
  }
  .contact_title input,
  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-wrapper {
  gap: 50px;
  width: fit-content;
}
.contact_title {
  gap: 1rem;
  max-width: 19.75rem;
  min-height: 8.25rem;
}
.contact_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
}
.contact_title p,
.list-unstyled a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contact_title p {
  font-family: Inter;
  font-style: normal;
  font-feature-settings: "cv05" on;
  color: #333;
  margin-bottom: 0;
}
.contact_btn,
.list-unstyled a,
.list_heading {
  font-family: Inter;
  font-style: normal;
  font-feature-settings: "cv05" on;
}
.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;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  width: 100%;
  height: 56px;
  background: #00b9e3;
  border-radius: 12px;
  border: #00b9e3;
  font-weight: 600 !important;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .sections_wrapper {
    padding: 40px 40px 1px;
  }
  .contact_us_container .contact_us_form .contact_us_let_talk {
    font-size: 50px;
    line-height: 62px;
  }
  .contact_us_container {
    gap: 80px;
  }
  .contact_us_container .contact_us_image {
    width: calc(100% - 40.55% - 80px);
  }
  .our_offices_details_container {
    padding: 40px;
    gap: 125px;
  }
}
@media screen and (max-width: 900px) {
  .sections_wrapper {
    padding: 16px;
    flex-direction: column-reverse;
  }
  .contact_us_container {
    flex-direction: column;
    margin-bottom: 0;
    gap: 32px;
    padding: 0 8px;
  }
  .contact_us_container .contact_us_image img {
    display: none;
  }
  .contact_us_container .contact_us_form,
  .our_offices_details_container .our_offices_details,
  .our_offices_details_container .our_offices_details_centers_container {
    width: 100%;
  }
  .contact_us_container .contact_us_image_two {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    margin-bottom: 40px;
  }
  .contact_us_container .contact_us_form .contact_us {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: center;
  }
  .contact_us_container .contact_us_form .contact_us_let_talk {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .our_offices_details_container {
    flex-direction: column;
    gap: 40px;
    padding: 32px;
    margin-bottom: 48px;
  }
  .our_offices_details_container
    .our_offices_details_centers_container
    .our_offices_details_centers {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .our_offices_details_container
    .our_offices_details
    .our_offices_adress_details
    .our_offices_name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .our_offices_details_container
    .our_offices_details
    .our_offices_adress_details
    .our_offices_details_contact {
    flex-direction: column;
    width: max-content;
    align-items: flex-start;
  }
  .our_offices_details_container
    .our_offices_details
    .our_offices_adress_details:not(:last-child) {
    border-bottom: 40px;
  }
}
@media screen and (max-width: 552px) {
  .our_offices_details_container
    .our_offices_details_centers_container
    .our_offices_details_centers {
    text-align: left;
    margin-bottom: 8px;
  }
  .our_offices_details_container
    .our_offices_details_centers_container
    .our_offices_details_our_office {
    font-size: 32px;
    line-height: 40px;
  }
}
