* {
  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;
}

div.team_expert_name ul li::before {
  content: "\2022";
  color: #000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#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;
}

/* ## nc supervisors sections */
.supervisors_wrapper {
  display: none;
}
.doctors_images {
  height: 500px;
}
.card-header {
  min-height: 160px;
}
/* page load animation */
/* .hero_stats-wrapper {
    animation: fadeInAnimation ease 9s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  .hero_stats-wrapper {
    animation: transform ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    position: relative;
    z-index: -1;
  }
  
  .hero-title-wrapper_sm,
  .hero-title-wrapper,
  .stats-wrapper {
    animation: 2s ease-out 5s slideInTop;
  
  }
  
  .rectangle-container {
  
    animation: 2s ease-out 5s slideInRight;
  }
  
  @keyframes fadeInAnimation {
    0% {
      opacity: 0;
  
    }
  
    100% {
      opacity: 1;
      ;
  
    }
  }
  
  @keyframes transform {
    0% {
      -webkit-transform: scale(2);
      opacity: 0;
    }
  
    100% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes slideInTop {
    0% {
      transform: translateY(10%);
    }
  
    100% {
      transform: translateY(0);
    }
  }
  
  @keyframes slideInRight {
    0% {
  
      transition-delay: 9ms;
  
      transform: translateX(50%);
    }
  
    100% {
      transition-delay: 9ms;
      transform: translateX(0);
    }
  }   */

*/

/* animation end */
.logo img {
  width: 192.98px;
  height: 64px;

  top: calc(50% - 64px / 2);
}

.nav-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto;
  /* border: 1px solid blueviolet; */
}

.nav-bar .nav-item-wrapper {
  display: flex;
  height: 52px;
  justify-content: flex-start;
  align-items: center;
  /* border: 1px solid green; */
  padding-left: 0px;
}

.nav-item-wrapper > li > a {
  height: 20px;
  /*   */

  /* Body/14px/Semi-bold */

  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  text-align: center;
  font-feature-settings: "cv05" on;

  /* Grey/900 */

  color: #121212;
}

.nav-item-wrapper > li > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  /* gap: 8px; */
  border: 1px solid transparent;
  /* width: 120px; */
  height: 52px;
}

.nav-item-wrapper > li > a:hover {
  border: 1px solid #00b9e3;
  border-radius: 40px;
}

.nav-item-wrapper .dropdown > li > a:hover {
  border: 1px solid #00b9e3;
  border-radius: 40px;
}

.nav-item-wrapper > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */

  background-color: #e5f8fc;
  /* set background color for active navbar link */
  border-radius: 40px;
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper .dropdown > li > a {
  height: 20px;
  /*   */

  /* Body/14px/Semi-bold */

  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  text-align: center;
  font-feature-settings: "cv05" on;

  /* Grey/900 */

  color: #121212;
}

.nav-item-wrapper .dropdown > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */

  background-color: #e5f8fc;
  /* set background color for active navbar link */
  border-radius: 40px;
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper .dropdown > li > a.active {
  color: #00b9e3 !important;
  /* set color for active navbar link */
  /* set border radius for active navbar link */
  /* add padding to active navbar link */
}

.nav-item-wrapper .dropdown > li > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  /* gap: 8px; */
  border: 1px solid transparent;
  /* width: 120px; */
  height: 52px;
}

.nav-item-wrapper .dropdown > li > a:hover {
  max-width: 100%;
  /* height: 20px;  */
  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: lefttoright 0.5s ease-in-out;
}

@keyframes lefttoright {
  0% {
    right: -188px;
  }

  100% {
    right: 0;
  }
}

header .btn {
  font-size: 25px;
  cursor: pointer;
  display: none;
  /* color: red; */
}

@media (max-width: 1024px) {
  /* header .btn {
      display: block;
      color: red;
    } */
  #menu-btn {
    display: block;

    width: 40px;
    height: 40px;
    padding: 8px;
    align-items: center;
    display: flex;
    /* border: 1px solid orchid; */
  }

  .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;
    /* padding: 14px 40px 14px 8px; */
    height: 48px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    /* border: 1px solid orchid; */
  }

  .logo img {
    max-width: 120px;
    height: 40px;
  }

  .nav-bar.active2 {
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    flex-direction: column !important;
    background: #ffffff;
    border-radius: 24px 0px 0px 24px;
    top: 0;
    right: 0;
    color: #121212;
  }

  .nav-bar.active2 {
    right: 0;
    /* transition: 0.9s; */
  }

  .close-btn {
    position: absolute;
    top: 0;
    right: 12px;
    margin: 16px;
    /*   */
  }

  .nav-item-wrapper {
    /* position: relative; */

    /*   */
    height: 100% !important;
    width: 100%;
    margin-top: 45px;
  }

  .nav-item-wrapper > li > a {
    max-width: 100%;
    /* height: 20px;  */
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* text-align: center; */
  }

  .nav-item-wrapper > li.setpad {
    padding: 14px 0px;
    /* text-align: center; */
  }

  .nav-item-wrapper > li > a {
    display: flex;

    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 14px;
    text-align: right;
    /* gap: 8px; */
    height: 52px;
  }

  .nav-item-wrapper .dropdown > li > a {
    max-width: 100%;
    /* height: 20px;  */
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* text-align: center; */
  }

  .nav-item-wrapper .dropdown > li.setpad {
    padding: 14px 0px;
    /* text-align: center; */
  }

  .nav-item-wrapper .dropdown > li > a {
    display: flex;

    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 14px;
    text-align: right;
    /* gap: 8px; */
    height: 52px;
  }

  .nav-item-wrapper .dropdown > li {
    flex-direction: column;
  }
}

/* section wrapper  */

.sections_wrapper {
  padding: 56px 80px 1px;
  box-shadow: 0px 20px 32px 0px #0000000a;
  border-radius: 0px 0px 80px 80px;
  background: #ffffff;
}

/* Start about us css from here */

.about_main_wrapper .about_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #afafaf;
  padding: 0;
  text-align: center;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
  position: relative;
}

.about_main_wrapper .about_title_big {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  color: #00b9e3;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1500ms;

  animation-fill-mode: forwards;
}

.about_main_wrapper .about_sec_disc {
  margin-top: 48px;
}

.about_main_wrapper .about_sec_disc::after {
  position: absolute;
  content: "";
  background-image: url(../assets/caterpillar.svg);
  background-repeat: no-repeat;
  background-size: 172px 65px;
  width: 172px;
  height: 65px;
  bottom: 285px;
  left: -22px;
}

.about_main_wrapper .about_sec_disc .about_sec_disc_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #121212;
  position: relative;
  animation-delay: 0.2s;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.about_main_wrapper .team_butter_fly_text_container {
  position: relative;
  animation-delay: 0.4s;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.about_main_wrapper .team_butter_fly_text_container .col-lg-5 {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.about_main_wrapper .about_sec_disc .about_sec_text p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "cv05" on;
  color: #545454;
  margin: 0;
}

.abouts_extra_mile_wrap {
  position: relative;
  margin: 120px 0 132px 0;
}

.abouts_extra_mile_wrap::after {
  position: absolute;
  content: "";
  background-image: url(../assets/Illustration-Crab.svg);
  background-repeat: no-repeat;
  top: -4.5%;
  right: -6.1%;
  width: 303px;
  height: 328px;
  z-index: 0;
  opacity: 0.8;
}

.abouts_extra_mile_wrap .abouts_extra_mile_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #afafaf;
  padding: 0;
  text-align: center;
  position: relative;
  animation-delay: 0.6s;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.abouts_extra_mile_wrap .abouts_extra_mile_title_big {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #d48971;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
  animation-delay: 0.6s;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.abouts_extra_mile_wrap .about_mile_card_wrapper .about_mile_card {
  padding: 40px 42.5px;
  text-align: center;
  border-radius: 40px;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
  align-items: center;
  border: 0;
  z-index: 3;
}

.abouts_extra_mile_wrap .about_mile_card_wrapper .about_mile_card img {
  width: 140px;
  height: 120px;
}

.abouts_extra_mile_wrap .about_mile_card_wrapper .about_mile_card:nth-child(3) {
  margin-left: -24px;

  margin-bottom: 12px;
}

.abouts_extra_mile_wrap .about_mile_card_wrapper .about_mile_card:first-child {
  margin-right: -24px;
}

.abouts_extra_mile_wrap .about_mile_card_wrapper .about_mile_card:nth-child(2) {
  z-index: 5;
  transform: translateY(-40px);
}

.abouts_extra_mile_wrap .about_mile_card_wrapper .about_mile_card_animation {
  animation-name: fade-in;
  animation-duration: 1700ms;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
    top: 125px;
    z-index: 99;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.about_follow_step_wrapper .blog_detail_description_container div {
  /* opacity: 0; */
}

.about_follow_step_wrapper .blog_detail_description_container:last-child {
  position: relative;
}

.about_follow_step_wrapper
  .blog_detail_description_container:last-child::after {
  position: absolute;
  content: "";
  background-image: url(../assets/Illustration\ -\ Bear.svg);
  background-repeat: no-repeat;
  top: -85%;
  right: -5.1%;
  width: 418px;
  height: 512px;
  z-index: 0;
  background-position: right;
  opacity: 1;
}

.about_follow_step_wrapper .service_therapy_description_question_animate {
  position: relative;
  animation-name: fade-in-one;
  animation-duration: 1700ms;
  animation-fill-mode: forwards;
}

.about_follow_step_wrapper .service_therapy_description_answer_animate {
  position: relative;
  animation-name: fade-in-one;
  animation-duration: 1700ms;
  animation-fill-mode: forwards;
}

@keyframes fade-in-one {
  from {
    opacity: 0;
    top: 40px;
  }

  to {
    opacity: 1;
    top: 0px;
  }
}

.abouts_extra_mile_wrap
  .about_mile_card_wrapper
  .about_mile_card
  .card-body
  .card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #121212;
  margin: 32px 0 24px 0;
}

.abouts_extra_mile_wrap
  .about_mile_card_wrapper
  .about_mile_card
  .card-body
  .card-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #545454;
}

.about_follow_step_wrapper .about_follow_step_left {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #afafaf;
}

.about_follow_step_wrapper .about_follow_step_right {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  margin-bottom: 64px;
}

.about_follow_step_wrapper .about_follow_step_right_subhead {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}

.about_team_wrapper {
  margin: 120px 0;
}

.about_team_wrapper .about_team_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #afafaf;
}

.about_team_wrapper .about_team_title_big {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #0094b6;
}

.about_team_wrapper .about_team_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #545454;
  width: 411px;
}

.about_team_wrapper .about_team_type {
  padding: 24px 0;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  white-space: nowrap;
}

.about_team_wrapper .about_team_type > h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 8px 16px;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin: 0;
  display: flex;
  overflow: auto;
  max-height: 40px;
  cursor: pointer;
  gap: 4px;
  min-width: min-content;
}

.about_team_wrapper .about_team_type > h5.filter_active,
.about_team_wrapper .about_team_type > h5:hover {
  background-color: #00b9e3;
  color: #ffffff;
  cursor: pointer;
}

.about_team_wrapper .about_team_type > h5 * {
  pointer-events: none;
}

.about_team_wrapper .about_team_type > h5 p span {
  pointer-events: none;
}

.about_team_wrapper .about_team_type > h5 p span {
  position: relative;
  top: 0;
  transition: all 0.25s;
}

.about_team_wrapper .about_team_type > h5:hover p span {
  position: relative;
  top: -47px;
  animation: slide 0.25s;
}

@keyframes slide {
  0% {
    top: 0;
  }

  75% {
    top: -47px;
  }
}

.about_team_wrapper .about_team_type > h5 > span {
  color: #00b9e3;
}

.about_team_wrapper .about_team_type > h5.filter_active > span,
.about_team_wrapper .about_team_type > h5:hover > span {
  color: #ffffff;
}

.about_team_wrapper .about_team_peoples .card {
  border-radius: 40px;
  overflow: hidden;
  border: 2px solid #f7f7f7 !important;
}

.about_team_wrapper .about_team_peoples .card .card-header {
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #121212;
  padding: 40px 24px 24px 40px;
  border: 0;
  background-color: #ffffff !important;
}

.about_team_wrapper .about_team_peoples .card .card-header > span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
}

.about_team_wrapper .about_team_peoples .card:hover .card-header > span {
  color: #00b9e3;
}

.about_team_wrapper .about_team_peoples .card .about_team_img_wrap {
  text-align: right;
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
  /* nc */
  min-height: 500px;
}

.about_team_wrapper .about_team_peoples .card .about_team_img_wrap img {
  position: relative;
  z-index: 1;
  max-width: 347px;
  /* margin-top: -44px; */
}

.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_01,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_02,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_03,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_04,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_05,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_06,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_07,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_08,
.about_team_wrapper .about_team_peoples .card .about_team_img_wrap.team_09 {
  position: relative;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_01::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_02::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_03::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_04::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_05::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_06::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_07::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_08::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_09::after,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_01::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_02::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_03::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_04::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_05::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_06::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_07::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_08::before,
.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_09::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_01::after {
  background-image: url(../assets/team_shape1.svg);
  width: 124px;
  height: 198px;
  top: 20px;
  left: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_02::after {
  background-image: url(../assets/team_shape2.svg);
  width: 131px;
  height: 99px;
  top: 20px;
  left: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_02::before {
  background-image: url(../assets/team_shape3.svg);
  width: 51px;
  height: 53px;
  bottom: 35px;
  right: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_03::after {
  background-image: url(../assets/team_shape4.svg);
  width: 106px;
  height: 259px;
  top: 50px;
  left: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_03::before {
  background-image: url(../assets/team_shape5.svg);
  width: 65px;
  height: 108px;
  top: 35px;
  right: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_04::after {
  background-image: url(../assets/team_shape6.svg);
  width: 127px;
  height: 172px;
  top: 20px;
  left: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_04::before {
  background-image: url(../assets/team_shape7.svg);
  width: 45px;
  height: 50px;
  bottom: 40px;
  left: 45px;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_05::after {
  background-image: url(../assets/team_shape8.svg);
  width: 145px;
  height: 228px;
  top: 79px;
  left: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_05::before {
  background-image: url(../assets/team_shape9.svg);
  width: 142px;
  height: 190px;
  top: -130px;
  right: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_06::after {
  background-image: url(../assets/team_shape10.svg);
  width: 127px;
  height: 189px;
  top: -10px;
  left: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .about_team_img_wrap.team_06::before {
  background-image: url(../assets/team_shape11.svg);
  width: 48px;
  height: 61px;
  top: 150px;
  right: 12px;
}

.about_team_wrapper .about_team_peoples .team_row_space {
  margin: 64px 0;
}

.about_team_wrapper .about_team_peoples .card .team_text_overlay {
  position: absolute;
  bottom: 100%;
  top: 160px;
  /* top: 120px; */
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12.5px);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.about_team_wrapper .about_team_peoples .card:hover .team_text_overlay {
  bottom: 0;
  height: calc(100% - 120px);
  z-index: 9;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .team_text_overlay
  .team_expert_name {
  padding: 0px 24px 24px 40px;
  opacity: 0;
  transition: 0.5s ease;
}

.about_team_wrapper
  .about_team_peoples
  .card:hover
  .team_text_overlay
  .team_expert_name {
  opacity: 1;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .team_text_overlay
  .team_expert_name
  h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #121212;
  margin: 0;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .team_text_overlay
  .team_expert_name
  h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #00b9e3;
}

.about_team_wrapper
  .about_team_peoples
  .card
  .team_text_overlay
  .team_expert_name
  p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}

.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%;
  }
}

.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) {
  .about_team_wrapper .about_team_peoples .card .about_team_img_wrap img {
    max-width: 240px;
  }
}

/* Responsive css */

@media (min-width: 1199px) {
  .abouts_extra_mile_wrap .about_mile_card_wrapper .about_mile_card {
    width: 400px;
    /* height: 360px; */
  }
}

@media (max-width: 1300px) {
  .abouts_extra_mile_wrap
    .about_mile_card_wrapper
    .about_mile_card:nth-child(2) {
    margin-left: -0;
    z-index: 0;
    transform: unset;
  }

  .abouts_extra_mile_wrap
    .about_mile_card_wrapper
    .about_mile_card:nth-child(3) {
    margin-left: 0px;
  }

  .abouts_extra_mile_wrap .about_mile_card_wrapper .row {
    gap: 15px;
  }
}

@media (max-width: 992px) {
  .sections_wrapper {
    padding: 24px 16px;
    overflow: hidden;
  }

  .about_team_wrapper .about_team_peoples .card {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about_main_wrapper .team_butter_fly_text_container {
    margin: 0px;
  }

  .about_main_wrapper .team_butter_fly_text_container .col-lg-5 {
    padding: 0px 8px;
  }

  .abouts_extra_mile_wrap {
    margin: 48px 0 88px 0;
  }

  .abouts_extra_mile_wrap .about_mile_card_wrapper .row {
    gap: 24px;
    margin: 0px;
  }

  .abouts_extra_mile_wrap
    .about_mile_card_wrapper
    .about_mile_card:first-child {
    margin: 0px;
  }

  .about_follow_step_wrapper .about_follow_step_left {
    text-align: center;
    margin-bottom: 32px;
  }

  .about_team_wrapper {
    margin: 88px 0;
  }

  .about_team_wrapper .about_team_text {
    width: auto;
  }
}

@media (max-width: 575px) {
  .about_main_wrapper .about_title_big {
    font-size: 36px;
    line-height: 44px;
  }

  .about_main_wrapper .about_sec_disc::after {
    top: 192px;
    width: 97px;
    height: 40px;
    left: -30px;
    background-size: contain;
  }

  .abouts_extra_mile_wrap .abouts_extra_mile_title_big {
    font-size: 32px;
    line-height: 40px;
    padding: 0 16px;
    margin-bottom: 40px;
    z-index: 3;
  }

  .abouts_extra_mile_wrap::after {
    top: 3.3%;
    right: -6%;
    background-image: url(../assets/Crab_icon.png);
    width: 166px;
    height: 171px;
    background-size: 100%;
    transform: rotate(-5deg);
    opacity: 0.2;
  }

  .about_team_wrapper .about_team_title_big {
    font-size: 32px;
    line-height: 40px;
  }

  .about_team_wrapper .about_team_type {
    gap: 8px;
    width: calc(100% + 28px);
    padding-right: 28px;
  }

  .about_team_wrapper .about_team_peoples .row {
    margin: 0px;
  }

  .about_team_wrapper .about_team_peoples .row > * {
    padding: 0px 8px;
  }

  .about_team_wrapper .about_team_peoples .card .team_text_overlay {
    position: absolute;
    bottom: 100%;
    top: 104px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12.5px);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
  }

  .about_team_wrapper
    .about_team_peoples
    .card
    .about_team_img_wrap.team_02::after {
    width: 100px;
    height: 80px;
    background-size: contain;
    top: 59px;
  }

  .about_team_wrapper .about_team_peoples .card:hover .team_text_overlay {
    bottom: 0;
    height: calc(100% - 104px);
    z-index: 9;
  }

  .about_team_wrapper .about_team_peoples .card .about_team_img_wrap img {
    max-width: 276px;
    margin-top: -30px;
  }

  .about_team_wrapper .about_team_type::-webkit-scrollbar {
    display: none;
  }

  .about_team_wrapper .about_team_peoples .card .card-header {
    font-size: 20px;
    line-height: 24px;
    padding: 32px 24px 24px 32px;
  }
}

@media (min-width: 993px) and (max-width: 1123px) {
  .card-header {
    min-height: 208px;
  }
}
