@font-face {
  font-display: swap;
}
:root {
  --bs-light-info: #2CCCD3;
  --bs-light-succes: #dcf6f8;
  --bs-dark-info: #B6D5DD;
  --bs-info: #20acd6;
  --bs-primary: #002361;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 0, 35, 97;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Inter, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #002361;
  --bs-body-bg: #FFF;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.813rem;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #002361;
  text-decoration: none;
}
a:hover {
  color: #4DD4FC;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.688rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.header-buttonbar {
  left: inherit !important;
  right: 3% !important;
}

.maintitle {
  font-size: 34px !important;
  font-weight: 700;
}
.maintitle .healty {
  font-weight: 500;
}

.border-light-color {
  border: 7px solid #a5b0c9;
}

.border-medium-color {
  border: 7px solid #7486ac;
}

.border-dark-color {
  border: 7px solid #3f598d;
}

.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-size: 50px;
}
@media (max-width: 767.98px) {
  .lines-on-sides {
    font-size: 18px;
  }
}
.lines-on-sides:after, .lines-on-sides:before {
  content: "";
  display: table-cell;
  width: 10%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background-clip: padding;
}
.lines-on-sides:after {
  border-left: 1em solid transparent;
}
.lines-on-sides:before {
  border-right: 1em solid transparent;
}

.radius {
  border-radius: 20px;
}

.radius-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.radius-bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.alticizili {
  position: relative;
}
.alticizili::after {
  content: "";
  display: block;
  width: 64%;
  height: 6px;
  border-radius: 10px;
  background: #002361;
}
@media (max-width: 767.98px) {
  .alticizili::after {
    width: 264px;
  }
}

.draw {
  position: relative;
}
.draw::after {
  position: absolute;
  content: "";
  display: block;
  margin: 4px;
  width: 420px;
  height: 4px;
  border-radius: 2px;
  background: #002361;
}

.alticizili2 {
  position: relative;
}
.alticizili2::after {
  content: "";
  margin: 4px;
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #002361;
}

.alticizili-info {
  position: relative;
}
.alticizili-info::after {
  content: "";
  margin: 4px;
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #20acd6;
}

.section-1-text {
  position: absolute;
  content: "";
  bottom: 15%;
  left: 2%;
}
@media (max-width: 767.98px) {
  .section-1-text {
    position: relative;
    left: 0;
    bottom: auto;
  }
}
.section-1-text .bg-primary {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .section-1-text .bg-primary {
    border-radius: 0 !important;
  }
}
.section-1-text h4 {
  font-size: 42px !important;
  font-weight: 200 !important;
}
@media (max-width: 1399.98px) {
  .section-1-text h4 {
    font-size: 36px !important;
  }
}
.section-1-text p {
  font-size: 14px;
}
.section-1-text img {
  width: 124px;
  height: auto !important;
}

.section-1-img img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767.98px) {
  .section-1-img img {
    position: relative;
  }
}
.section-1-img .yellow-logo img {
  object-fit: none;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-1-img .yellow-logo img {
    left: -6%;
    top: 0;
    width: 104px;
    object-fit: contain;
  }
}

.section-2 h4 {
  font-size: 24px;
  color: #002361;
}
.section-2 .ortala {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-2 .col-lg-5 {
    text-align: center;
    padding-top: 30px;
  }
}

.dark-info {
  background-color: #b6d5dd;
}

.lp-search {
  position: absolute;
  bottom: 0%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-search {
    position: relative;
  }
}

.search-icon {
  content: "";
  width: 23px;
  height: 25px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 56%;
  background-position: bottom;
  position: absolute;
  right: 16px;
  top: 14px;
  color: transparent !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS4xMzQiIGhlaWdodD0iMzIuMTM0IiB2aWV3Qm94PSIwIDAgMzEuMTM0IDMyLjEzNCI+CiAgPGcgaWQ9Ikdyb3VwXzQ0Mzg5IiBkYXRhLW5hbWU9Ikdyb3VwIDQ0Mzg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjE3IDAuOTgpIj4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTUiIGRhdGEtbmFtZT0iRWxsaXBzZSAxNSIgY3g9IjEzIiBjeT0iMTMiIHI9IjEzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA4IDAuMjcpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDIzNjEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyLjUiLz4KICAgIDxsaW5lIGlkPSJMaW5lXzMxMCIgZGF0YS1uYW1lPSJMaW5lIDMxMCIgeDI9IjciIHkyPSI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMi4wOCAyMy4yNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMjM2MSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIuNSIvPgogIDwvZz4KPC9zdmc+Cg==");
}

.medical-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .footer {
    text-align: center;
    padding-top: 30px;
  }
}

.gutters .col-lg-6 {
  display: grid;
}

.scroll-down {
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjQ3IDM5MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNTsiPg0KCTxwYXRoIGlkPSJ3aGVlbCIgZD0iTTEyMy4zNTksNzkuNzc1bDAsNzIuODQzIiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNERENEZDO3N0cm9rZS13aWR0aDoyMHB4OyIvPg0KCTxwYXRoIGlkPSJtb3VzZSIgZD0iTTIzNi43MTcsMTIzLjM1OWMwLC02Mi41NjUgLTUwLjc5NCwtMTEzLjM1OSAtMTEzLjM1OCwtMTEzLjM1OWMtNjIuNTY1LDAgLTExMy4zNTksNTAuNzk0IC0xMTMuMzU5LDExMy4zNTlsMCwxNDMuMjM3YzAsNjIuNTY1IDUwLjc5NCwxMTMuMzU5IDExMy4zNTksMTEzLjM1OWM2Mi41NjQsMCAxMTMuMzU4LC01MC43OTQgMTEzLjM1OCwtMTEzLjM1OWwwLC0xNDMuMjM3WiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzRERDRGQztzdHJva2Utd2lkdGg6MjBweDsiLz4NCjwvc3ZnPg==");
  width: 25px;
  height: 39px;
}
@media (max-width: 767.98px) {
  .scroll-down {
    margin-top: 12px;
  }
}

svg #wheel {
  animation: scroll ease 1.5s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}
@media (max-width: 991.98px) {
  .webform-container {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .yellow-logo {
    position: absolute;
    content: "";
    top: -42%;
    left: 70%;
  }
}

.webform-confirmation {
  border: 1px solid #EDEDED;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
  color: #002361;
}
.webform-confirmation .webform-confirmation__back a {
  color: #20acd6 !important;
}
.webform-confirmation img {
  width: 100px;
}

@media (max-width: 767.98px) {
  .iti-mobile .iti--container {
    top: 49%;
    position: absolute;
    z-index: 9999999;
    left: 20px;
    right: 20px;
  }
}
.iti-mobile .select2-container--open {
  z-index: 99999999999;
}

.webform-submission-landing-page-form-form .country-select legend, .webform-submission-landing-page-modal-form-form .country-select legend {
  font-size: 14px !important;
  margin-bottom: 0.2rem;
  color: #fff;
}
.webform-submission-landing-page-form-form .country-select .select2-selection, .webform-submission-landing-page-modal-form-form .country-select .select2-selection {
  border-radius: 10px;
  padding: 0.76rem 1.5rem;
}
@media (max-width: 767.98px) {
  .webform-submission-landing-page-form-form .country-select .select2-selection, .webform-submission-landing-page-modal-form-form .country-select .select2-selection {
    padding: 4px;
  }
}
.webform-submission-landing-page-form-form .country-select .select2-selection .select2-selection__arrow b, .webform-submission-landing-page-modal-form-form .country-select .select2-selection .select2-selection__arrow b {
  margin-left: -22px;
  margin-top: auto;
  border-width: 4px 4px 0 4px !important;
  border-color: #797373 transparent transparent transparent !important;
}
@media (max-width: 767.98px) {
  .webform-submission-landing-page-form-form .country-select .select2-selection .select2-selection__arrow b, .webform-submission-landing-page-modal-form-form .country-select .select2-selection .select2-selection__arrow b {
    margin-left: -15px;
    top: 67%;
  }
}
.webform-submission-landing-page-form-form label, .webform-submission-landing-page-modal-form-form label {
  font-size: 14px;
}
.webform-submission-landing-page-form-form .iti--allow-dropdown, .webform-submission-landing-page-modal-form-form .iti--allow-dropdown {
  display: block !important;
}
.webform-submission-landing-page-form-form .js-form-item-lp-country select, .webform-submission-landing-page-modal-form-form .js-form-item-lp-country select {
  border-radius: 10px;
  padding: 0.9rem 1.5rem;
}
@media (max-width: 767.98px) {
  .webform-submission-landing-page-form-form .js-form-item-lp-country select, .webform-submission-landing-page-modal-form-form .js-form-item-lp-country select {
    padding: 4px;
  }
}
.webform-submission-landing-page-form-form .webform-actions, .webform-submission-landing-page-modal-form-form .webform-actions {
  position: relative;
}
.webform-submission-landing-page-form-form .js-form-item-treatment-units select, .webform-submission-landing-page-modal-form-form .js-form-item-treatment-units select {
  border-radius: 10px;
  padding: 0.9rem 1.5rem;
}
@media (max-width: 767.98px) {
  .webform-submission-landing-page-form-form .js-form-item-treatment-units select, .webform-submission-landing-page-modal-form-form .js-form-item-treatment-units select {
    padding: 4px;
  }
}
.webform-submission-landing-page-form-form input, .webform-submission-landing-page-modal-form-form input {
  border-radius: 10px !important;
}
.webform-submission-landing-page-form-form input.form-tel[type=tel], .webform-submission-landing-page-modal-form-form input.form-tel[type=tel] {
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  padding-right: 18px;
}
.webform-submission-landing-page-form-form input.form-tel[type=tel]::placeholder, .webform-submission-landing-page-modal-form-form input.form-tel[type=tel]::placeholder {
  color: #fff;
}
@media (max-width: 767.98px) {
  .webform-submission-landing-page-form-form input.form-tel[type=tel], .webform-submission-landing-page-modal-form-form input.form-tel[type=tel] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767.98px) {
  .webform-submission-landing-page-form-form input, .webform-submission-landing-page-modal-form-form input {
    padding: 4px;
  }
}
.webform-submission-landing-page-form-form .iti__country-name, .webform-submission-landing-page-modal-form-form .iti__country-name {
  color: #999;
}
.webform-submission-landing-page-form-form textarea, .webform-submission-landing-page-modal-form-form textarea {
  border-radius: 10px;
  width: 100%;
}
.webform-submission-landing-page-form-form .webform-button--submit, .webform-submission-landing-page-modal-form-form .webform-button--submit {
  position: absolute;
  right: 1% !important;
  top: -20px !important;
  color: #333;
  border-radius: 25px !important;
}
@media (max-width: 1399.98px) {
  .webform-submission-landing-page-form-form .webform-button--submit, .webform-submission-landing-page-modal-form-form .webform-button--submit {
    bottom: 3%;
  }
}
.webform-submission-landing-page-form-form .js-form-type-checkbox, .webform-submission-landing-page-modal-form-form .js-form-type-checkbox {
  display: flex;
  padding-top: 15px;
}
.webform-submission-landing-page-form-form .js-form-type-checkbox label, .webform-submission-landing-page-modal-form-form .js-form-type-checkbox label {
  width: 75%;
  margin-left: 0px;
  font-size: 12px;
}
.webform-submission-landing-page-form-form .js-form-type-checkbox input, .webform-submission-landing-page-modal-form-form .js-form-type-checkbox input {
  display: flex;
  align-items: center;
}

.webform-submission-landing-page-modal-form-form .landing-modal-button {
  bottom: inherit !important;
}

.webform-submission-iletisim-form .iti {
  display: block;
}
.webform-submission-iletisim-form .iti input {
  padding: 0.9rem 3rem;
  border-radius: 1.875rem;
  width: 100%;
}
.webform-submission-iletisim-form .iti input::placeholder {
  color: #fff;
}

.webform-confirmation-modal--content {
  background: white;
  padding: 15px;
}
.webform-confirmation-modal--content img {
  width: 50px;
}

.ui-widget-overlay {
  background: #000000;
}

.webform-confirmation__message {
  text-align: center;
}

/*# sourceMappingURL=custom.css.map */
