			* {
  border: 0;
  margin: 0;
}

body {
  background-color: #c0dfff;
}

h1 {
  color: #60afff;
  font-family: Inter;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    text-align: center;
  }
}

h2 {
  color: #60afff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    text-align: center;
  }
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 276px;
  border-radius: 25px;
  flex-shrink: 0;
  background: url("/assets/images/header.png") lightgray 50% / cover no-repeat;
  margin: 0 auto;
}

.home__cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin: 36px auto;
}

@media (max-width: 768px) {
  .home__cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
  }
}

.home__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 380px;
  height: 226px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
}

.home__card img {
  margin-top: 5px;
}

.home__card a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 15px;
  background: #60afff;
  width: 208px;
  height: 50px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 24px;
}

.home__about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  margin: 36px auto;
  color: #505050;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .home__about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
    padding: 32px;
    text-align: center;
  }
}

.home__details {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  gap: 36px;
  color: #505050;
  margin: 36px auto;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .home__details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
  }
}

.home__appointment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 15px;
  max-width: 500px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
}

@media screen and (max-width: 768px) {
  .home__appointment {
    width: 100%;
  }

  .home__appointment img {
    width: 100%;
  }
}

.home__appointment h2 {
  margin-top: 36px;
}

.home__appointment p {
  padding: 24px;
}

.home__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}

.home__info div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
}

@media screen and (max-width: 768px) {
  .home__info div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}

.home__info div p {
  padding: 15px;
  font-size: 24px;
}

.footer {
  margin: 36px;
  border-radius: 26px 26px 0px 0px;
  background: #fff;
  max-width: 1400px;
  min-height: 296px;
  flex-shrink: 0;
  margin: 0 auto;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin: 36px auto;
  flex-direction: row;
}

.footer__content img {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .footer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 36px;
  }
}

.footer__content ul li {
  color: #60afff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}

.footer__content ul li a {
  color: #60afff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
  text-decoration: none;
}

.footer__content ul {
  list-style-type: none;
}

.footer__copyright {
  color: #d9d9d9;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 15px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  flex-shrink: 0;
  margin: 0 auto;
  border-radius: 0px 0px 26px 26px;
  background: #fdfdfd;
  margin-bottom: 36px;
}

.menu-btn {
  display: none;
}

.navbar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    display: block;
    cursor: pointer;
    color: #60afff;
    margin-right: 20px;
  }

  .navbar ul {
    display: none;
  }

  .navbar ul.open {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fdfdfd;
    position: absolute;
    top: 50px;
    left: 0;
    border-radius: 0px 0px 26px 26px;
    border-top: 1px solid rgba(96, 175, 255, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
    padding-bottom: 20px;
  }

  .navbar ul.open li {
    color: #60afff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
  }
}

.navbar ul li {
  color: #60afff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 20px;
}

.navbar ul li a {
  text-decoration: none;
  color: #60afff;
}

/* MEET THE DOCTOR */

.meet_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 36px auto;
}

@media screen and (max-width: 768px) {
  .meet_details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
  }
}

.meet_details div {
  max-width: 677px;
  min-height: 673px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
}

@media screen and (max-width: 768px) {
  .meet_details div {
    width: 100%;
  }

  .meet_details img {
    width: 100%;
  }
}

.meet_details div h2 {
  color: #60afff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 24px;
}

.meet_details div p {
  color: #505050;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
}

.meet_title {
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #60afff;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  max-width: 1230px;
  margin: 36px auto;
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  padding: 18px;
  text-align: center;
  line-height: normal;
}

.meet_bio {
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  max-width: 1230px;
  margin: 36px auto;
}

.meet_bio p {
  color: #505050;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 18px;
}

.techniques {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 36px auto;
  gap: 36px;
}

@media screen and (max-width: 930px) {
  .techniques {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
    margin: 10px auto;
  }
}

.technique {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  color: #505050;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 27px;
  height: 700px;
  max-width: 42%;
}

@media screen and (max-width: 930px) {
  .technique {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 15px;
    padding: 27px;
    max-width: 90%;
    font-size: 22px;
  }
}

.technique div:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .technique div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }
}

.what_details {
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  padding: 18px;
  color: #505050;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 1230px;
  margin: 36px auto;
}

.what_details p {
  padding: 18px;
}

.what_title {
  border-radius: 25px;
  background: #60afff;
  color: #505050;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  max-width: 1230px;
  padding: 10px;
  margin: 0 auto;
}

.what_faq_info {
  color: #505050;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 1230px;
  margin: 36px auto;
}

@media screen and (max-width: 768px) {
  .what_faq_info {
    margin: 10px;
    text-align: center;
  }
}

.what_faqs {
  max-width: 1230px;
  margin: 36px auto;
}

.what_faq {
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  padding: 24px;
  cursor: pointer;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .what_faq {
    margin: 15px;
  }
}

.what_faq h3 {
  color: #505050;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.what_faq p {
  color: #505050;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
  display: none;
}

.what_faq.active p {
  display: block;
}

.contact_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin: 36px auto;
}

@media screen and (max-width: 768px) {
  .contact_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
  }
}
#altcha {
	width: 100%;
}

.contact_container div:not([id^="altcha-"]):not([class^="altcha-"]):not([class^="altcha_"]):not([id^="altcha_"]):not([class^="altcha"]),
.contact_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  padding: 18px;
  height: 600px;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .contact_container div:not([id^="altcha-"]):not([class^="altcha-"]):not([class^="altcha_"]):not([id^="altcha_"]):not([class^="altcha"]),
  .contact_container form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    padding: 18px;
    width: 100%;
    margin: 0 10px;
  }
}

.contact_container div p:not([id^="altcha-"]):not([class^="altcha-"]):not([class^="altcha_"]):not([id^="altcha_"]):not([class^="altcha"]) {
  color: #505050;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_container input:not([id^="altcha-"]):not([class^="altcha-"]):not([class^="altcha_"]):not([id^="altcha_"]):not([class^="altcha"]) {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(96, 175, 255, 0.25);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin-top: 36px;
  padding: 24px;
}

.contact_container textarea:not([id^="altcha-"]):not([class^="altcha-"]):not([class^="altcha_"]):not([id^="altcha_"]):not([class^="altcha"]) {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(96, 175, 255, 0.25);
  height: 155px;
  font-size: 16px;
  width: 100%;
  margin-top: 36px;
  padding: 24px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_container button:not([id^="altcha-"]):not([class^="altcha-"]):not([class^="altcha_"]):not([id^="altcha_"]):not([class^="altcha"]) {
  border-radius: 15px;
  background: #60afff;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px;
  text-align: center;
  width: 100%;
  margin-top: 36px;
  cursor: pointer;
}

#altcha {
	margin-top: 25px;
}

.contact_container .altcha-footer div,
.contact_container .altcha-footer * {
  all: unset !important;
  display: revert !important;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  height: auto !important;
  width: auto !important;
}

.what_we_help {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1230px;
  margin: 36px auto;
}

.what_we_help .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 380px;
  margin-bottom: 36px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  font-size: 24px;
  font-family: Inter;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .what_we_help .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin-bottom: 36px;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid rgba(96, 175, 255, 0.5);
    background: #d9d9d9;
    box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
    font-size: 24px;
    font-family: Inter;
    padding: 5px;
    margin: 18px auto;
  }
}

/* FEES PAGE */

.fees_container {
  max-width: 1230px;
  margin: 36px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
}

@media screen and (max-width: 768px) {
  .fees_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 36px;
    padding: 0 10px;
  }
}

.fees_section {
  flex: 1;
  border-radius: 15px;
  border: 1px solid rgba(96, 175, 255, 0.5);
  background: #d9d9d9;
  box-shadow: 0px 4px 4px 0px rgba(111, 106, 106, 0.25);
  padding: 36px;
}

@media screen and (max-width: 768px) {
  .fees_section {
    width: 100%;
    padding: 24px;
  }
}

.fees_section h2 {
  color: #60afff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fees_section h2 {
    font-size: 24px;
  }
}

.fees_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fee_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(96, 175, 255, 0.25);
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .fee_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.fee_service {
  color: #505050;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .fee_service {
    font-size: 18px;
  }
}

.fee_price {
  color: #60afff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .fee_price {
    font-size: 22px;
    align-self: flex-end;
  }
}



