@charset "UTF-8";
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

.gap-1 {
  gap: 1px;
}

.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-11 {
  gap: 11px;
}

.gap-12 {
  gap: 12px;
}

.gap-13 {
  gap: 13px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-17 {
  gap: 17px;
}

.gap-18 {
  gap: 18px;
}

.gap-19 {
  gap: 19px;
}

.gap-20 {
  gap: 20px;
}

.gap-21 {
  gap: 21px;
}

.gap-22 {
  gap: 22px;
}

.gap-23 {
  gap: 23px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-26 {
  gap: 26px;
}

.gap-27 {
  gap: 27px;
}

.gap-28 {
  gap: 28px;
}

.gap-29 {
  gap: 29px;
}

.gap-30 {
  gap: 30px;
}

.row-gap-1 {
  row-gap: 1px;
}

.row-gap-2 {
  row-gap: 2px;
}

.row-gap-3 {
  row-gap: 3px;
}

.row-gap-4 {
  row-gap: 4px;
}

.row-gap-5 {
  row-gap: 5px;
}

.row-gap-6 {
  row-gap: 6px;
}

.row-gap-7 {
  row-gap: 7px;
}

.row-gap-8 {
  row-gap: 8px;
}

.row-gap-9 {
  row-gap: 9px;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-11 {
  row-gap: 11px;
}

.row-gap-12 {
  row-gap: 12px;
}

.row-gap-13 {
  row-gap: 13px;
}

.row-gap-14 {
  row-gap: 14px;
}

.row-gap-15 {
  row-gap: 15px;
}

.row-gap-16 {
  row-gap: 16px;
}

.row-gap-17 {
  row-gap: 17px;
}

.row-gap-18 {
  row-gap: 18px;
}

.row-gap-19 {
  row-gap: 19px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-21 {
  row-gap: 21px;
}

.row-gap-22 {
  row-gap: 22px;
}

.row-gap-23 {
  row-gap: 23px;
}

.row-gap-24 {
  row-gap: 24px;
}

.row-gap-25 {
  row-gap: 25px;
}

.row-gap-26 {
  row-gap: 26px;
}

.row-gap-27 {
  row-gap: 27px;
}

.row-gap-28 {
  row-gap: 28px;
}

.row-gap-29 {
  row-gap: 29px;
}

.row-gap-30 {
  row-gap: 30px;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  /* display: none; */
  text-align: center;
  position: fixed;
  bottom: -3px;
  width: 100%;
  padding: 3px 0px;
  z-index: 99999999;
  border: none !important;
  /* border-top-left-radius: 51px; */
  /* border-top-right-radius: 30px; */
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  /* border-radius: 30px; */
  padding: 0 !important;
}

.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
  display: block;
}

.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}

.mContact .wp {
  background: #55cd6c;
  background: #58D164;
  background: -webkit-gradient(linear, left top, left bottom, from(#58D164), to(#2CB842));
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
}

.mContact .tl {
  background: -webkit-gradient(linear, left top, left bottom, from(#e94079), to(#bf1d53));
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#021930));
  background: linear-gradient(to bottom, #00488e, #021930);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#0a3f74));
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.mContact img {
  width: 30px;
}

/* --- Mobile Menu --- */
/* --- Mobile Menu --- */
.mobile-menus {
  position: fixed;
  left: -300px;
  top: 0;
  left: -200% !important;
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999999999;
  height: 100%;
  border-left: 0 !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  background: linear-gradient(1deg, #0e223d 0%, #0e223d 100%);
}

.mobile-menu-list ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-bottom: 30px; */
}

.mobile-menu-list ul li a {
  color: #ffffff !important;
  border: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.1294117647);
  line-height: 35px !important;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: inherit;
  padding: 10px 0%;
  font-weight: 500;
  display: block;
  /* letter-spacing: 0.5px; */
}

.mobile-social {
  margin-top: 30px;
}

.mobile-menu-list ul li a i {
  margin-right: 10px;
}

.mobile-menu-list ul li ul {
  background: none !important;
}

.mobile-menu-list ul li ul li a {
  position: relative;
  padding-left: 10px !important;
  padding: 3px 0%;
}

.mobile-menu-list ul li ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #ffffff;
  opacity: 0;
}

.mobile-menu-list ul li ul li ul li a {
  position: relative;
  padding-left: 15px !important;
}

.mobile-menu-list ul li ul li ul li a:before {
  left: 22px;
}

.mobile-menu-list ul li ul {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.mobile-menu-list ul li.acik > ul {
  max-height: 500px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu-list ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}

.mobile-menu-list ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  width: 46px;
  font-weight: bold;
  content: "\f107";
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-list ul li.menu-item-has-children.acik > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu-listul li a:hover {
  /* background-color: #dcdcdc; */
  /* color: #000 !important; */
  /* -webkit-transition: all .5s; */
  -o-transition: all 0.5s;
  /* transition: all .5s; */
}

.mobile-menu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar-thumb {
  background-color: #3b559e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menus.mobile-menus-active {
  left: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* overflow-y: auto; */
}

html.mobile-menus-active {
  overflow: hidden;
}

nav.mobile-menu-list {
  padding-top: 95px;
}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
}

body.mobile-menus-active {
  /* left: 65%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(32, 32, 32, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(42, 42, 66, 0.3490196078);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.menuClose.mobile-menus-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose,
.mobile-menus {
  z-index: 999999999999;
  top: 0;
}

.mobil-menu-btn {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #888888;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}

.mobil-menu-btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 27px;
  bottom: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-list ul li a img {
  width: 30px;
  margin-right: 5px;
}

.mobil-menu-btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  top: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}

.mobil-menu-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 200px;
}

.mobil-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
}

.mobil-menu-close {
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 30px;
}

.mobil-menu-buttons a {
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #ffffff;
  /* border-radius: 20px 20px 20px 20px; */
  color: #426c87;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 14px;
}

.mobil-menu-buttons {
  /* display: flex; */
}

.mobil-menu-buttons-one a {
  font-family: "Nunito", Sans-serif;
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #0091ac;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 21px;
  border: 1px solid;
}

.mobil-menu-buttons-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a {
  width: 45px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #fff; */
  border-radius: 100%;
  color: #ffffff;
  margin-right: 23px;
  border: 1px solid;
}

.header-menu-btn {
  width: 3rem;
  height: 1.5625rem;
  position: relative;
  cursor: pointer;
  display: none;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
}

.header-menu-btn .line-center {
  top: 50%;
  margin-top: -1.5px;
}

.header-menu-btn .line-top {
  top: 0;
}

.header-menu-btn .line-bottom {
  bottom: 0;
}

/** Mobile Menu (END) **/
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/** Whatsapp Fixed **/
.whatsappFixed {
  position: fixed;
  top: 50%;
  z-index: 999999;
  background: rgba(29, 177, 84, 0.9607843137);
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.whatsappFixed a {
  color: #fff;
  font-size: 40px;
}

/** Whatsapp Fixed **/

@media (min-width: 1400px) {
  .c-container {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}
.header {
  background-color: #dee8f3;
  margin-bottom: 5px;
}
.header-menu-mobile {
  display: none;
}
.header-title p {
  font-size: 14px;
  line-height: 50px;
  color: #262d35;
  font-weight: 400;
}
.header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 90px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.header-menu li {
  font-size: 14px;
  line-height: 25px;
  color: #262d35;
  font-weight: 400;
}
.header-menu li a {
  color: #262d35;
  margin-right: 30px;
}
.header-menu-bars {
  display: none;
  font-size: 25px;
}
.header-menu-bars a {
  color: #0056b3;
}
.header-menu-mobile {
  font-size: 14px;
  line-height: 25px;
  color: #262d35;
  font-weight: 400;
}
.header-menu-mobile a {
  color: #262d35;
}
.header-social a {
  margin-right: 30px;
  color: #000000;
}
.header-social a:not(:last-child) {
  margin-right: 30px;
}

.subheader {
  padding: 10px 0px;
}
.subheader-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subheader-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader-menu-search {
  width: 18px;
}
.subheader-menu-button {
  width: 205px;
  height: 49px;
  border-radius: 25px;
  background-color: #0e223d;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0 30px 0 30px;
}
.subheader-menu-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader-menu-language img {
  margin-right: 5px;
}

.hero {
  position: relative;
  margin-bottom: 65px;
}
.hero-bg img {
  width: 100%;
}
.hero-body {
  position: absolute;
  top: 14vh;
  left: 80px;
}
.hero-body .c-title-container {
  margin-bottom: 30px;
}
.hero-body-menu {
  margin-bottom: 30px;
}
.hero-body-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.6px;
}
.hero-body-stars-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.hero-body input {
  width: 279px;
  height: 80px;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
  background-color: #ffffff;
  padding: 0 15px;
  border: none;
}
.hero-body input::-webkit-input-placeholder {
  color: #3170b7;
}
.hero-body input::-moz-placeholder {
  color: #3170b7;
}
.hero-body input:-ms-input-placeholder {
  color: #3170b7;
}
.hero-body input::-ms-input-placeholder {
  color: #3170b7;
}
.hero-body input::placeholder {
  color: #3170b7;
}
.hero-body button {
  width: 260px;
  height: 80px;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
  background-color: #3170b7;
  color: #fff;
  border: none;
}
.hero-information {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  bottom: 30px;
  left: 96px;
}
.hero-information img {
  position: relative;
  top: 2px;
}

.treatment {
  margin-bottom: 60px;
}
.treatment .c-title-container {
  margin-bottom: 33px;
}
.treatment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 188px;
  border-radius: 10px;
  background-color: #152842;
  margin-bottom: 20px;
  padding: 0 50px;
  border: none;
  cursor: pointer;
}
.treatment-card-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.treatment-card-name p {
  font-size: 24px;
  line-height: 47px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 35px;
}
.treatment-card--colored {
  background-color: #478fe0;
}

/* Kaydırıcı (slider) */
.application {
  background-color: #f2f2f2;
  height: 941px;
  margin-bottom: 95px;
}
.application-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
}
.application-body .c-title-container {
  margin-bottom: 33px;
}
.application-body .c-button {
  background-color: #dee8f3;
  color: #262d35;
}
.application-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
}
.application-slider .slick-dots {
  display: none !important;
}
.application-slider-card {
  margin-right: 30px;
}
.application-slider-card-image img {
  border-radius: 10px;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.application-slider-card-information {
  margin-left: 20px;
}
.application-slider-card-information a {
  font-size: 22px;
  line-height: 53px;
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.application-slider-card-information p {
  /* max-width: 265px; */
  font-size: 15px;
  line-height: 21px;
  color: #717171;
  font-weight: 400;
}
.application-slider-card-information img {
  margin-left: 25px;
}

/* Kartlar arasındaki boşluğu son kartta gizlemek için */
.application-slider-card:last-child {
  margin-right: 0;
}

.certificate {
  margin-bottom: 90px;
}
.certificate-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #0e223d;
}
.certificate-body-title {
  max-width: 400px;
  width: 100%;
  font-size: 33px;
  line-height: 51px;
  color: #484444;
  font-weight: 700;
}
.certificate-body-image img {
  margin-right: 20px;
}
.certificate-body-image img:last-child {
  margin-right: 0;
}
.certificate-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate-submenu-title p {
  max-width: 422px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #2e4059;
  font-weight: 400;
  margin-bottom: 40px;
}
.certificate-submenu-information {
  max-width: 688px;
  width: 100%;
}
.certificate-submenu-information p {
  font-size: 16px;
  color: #797979;
  line-height: 24px;
  font-weight: 400;
}
.certificate-submenu-information p:not(:last-child) {
  margin-bottom: 24px;
}

.about {
  background-color: #f2f2f2;
  margin-bottom: 80px;
}
.about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-body-image img {
  width: 100%;
  height: 660px;
}
.about-body-information {
  margin-left: 40px;
}
.about-body-information .c-title-container {
  margin-bottom: 35px;
}
.about-body-information-about {
  font-size: 30px;
  line-height: 47px;
  color: #484444;
  font-weight: 700;
  margin-bottom: 35px;
}
.about-body-information-text {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  max-width: 658px;
  width: 100%;
}
.about-body-information-text p {
  margin-bottom: 25px;
  line-height: 21px;
}
.about-body-information-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 191px;
  width: 100%;
  border-radius: 10px;
  background-color: #152842;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
}

.days {
  margin-bottom: 120px;
}
.days .c-title-container {
  text-align: center;
  margin-bottom: 60px;
}
.days-body .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.days-body .slick-dots li {
  width: 132px;
  height: 93px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #152842;
  overflow: hidden;
}
.days-body .slick-dots li.slick-active {
  background-color: #152842;
  color: #fff;
}
.days-body .slick-dots li.slick-active button {
  background-color: #576a85;
  color: #fff;
}
.days-body .slick-dots li button {
  background-color: #152842;
  font-size: 24px;
  line-height: 47px;
  color: #ffffff;
  font-weight: 700;
  border: none;
  width: 100%;
  height: 100%;
}
.days-body-image img {
  height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.days-body-steps {
  margin: 25px 30px 0 30px;
}
.days-body-steps .days-button {
  width: 132px;
  height: 93px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #3170b7;
  font-size: 24px;
  line-height: 47px;
  color: #3170b7;
  font-weight: 700;
  margin-bottom: 40px;
}
.days-body-steps .days-button--active {
  background-color: #3170b7;
  color: #ffffff;
}
.days-body-steps .days-button:last-child {
  margin-bottom: 0;
}
.days-body-text-sliders {
  padding-left: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.days-body-text-sliders p {
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 23px;
  letter-spacing: 0.53px;
}
.days-body-text-title {
  font-size: 36px;
  line-height: 47px;
  color: #484444;
  font-weight: 700;
  margin-bottom: 41px;
}

.before {
  height: 620px;
  background-color: #f2f2f2;
  margin-bottom: 90px;
}
.before-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 50px;
}
.before-body .c-button {
  background-color: #dee8f3;
  color: #262d35;
}
.before-slider-card {
  margin-right: 40px;
}
.before-slider-card-image img {
  width: 100%;
  /* height: 260px; */
  border-radius: 30px;
}
.before-slider-card-information p {
  font-size: 16px;
  line-height: 47px;
  color: #323f51;
  font-weight: 400;
}
.before-slider-card-information a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.before-slider-card-information a img {
  margin-left: 15px;
}
.before-slider-card.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact {
  margin-bottom: 90px;
}
.contact-body-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}
.contact-body-image img {
  width: 100%;
  height: 100%;
  margin-right: 0;
  border-radius: 20px;
}
.contact-body-image2 img {
  width: 100%;
  border-radius: 20px;
}
.contact-menu {
  margin-top: 50px;
}
.contact-menu .c-container {
  margin-bottom: 30px;
}
.contact #ad_soyad {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.contact #telefon,
.contact #email {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.contact #mesaj {
  width: 100%;
  height: 139px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.contact #submitContactForm {
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #3170b7;
  border: none;
}

.experience {
  background-color: #f2f2f2;
  margin-bottom: 90px;
}
.experience .c-container {
  text-align: center;
  padding: 35px 0;
}
.experience-card {
  margin: 0 15px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 0 4px rgba(1, 4, 59, 0.15));
  filter: drop-shadow(0 0 4px rgba(1, 4, 59, 0.15));
  background-color: #ffffff;
  padding: 30px 35px 50px 35px;
  max-height: 410px;
}
.experience-card img {
  margin-bottom: 40px;
}
.experience-card p {
  font-size: 16px;
  line-height: 24px;
  color: #797979;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 213px;
}
.experience-card span {
  font-size: 16px;
  color: #484444;
  font-weight: 600;
}
.experience-images {
  text-align: center;
  margin-top: 8px;
  padding-bottom: 30px;
}
.experience-images img {
  margin-right: 40px;
}

.last-text {
  margin-bottom: 120px;
}
.last-text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.last-text-slider-card {
  margin-right: 45px;
}
.last-text-slider-card-image img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.last-text-slider-card-information .date {
  font-size: 16px;
  line-height: 47px;
  color: #5287c3;
  font-weight: 400;
}
.last-text-slider-card-information .title {
  display: block;
  max-width: 300px;
  font-size: 19px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}
.last-text-slider-card-information .text {
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* max-width: 300px; */
  /* height: 50px; */
  font-size: 16px;
  color: #797979;
  font-weight: 400;
}

.top-footer {
  background-color: #dee8f3;
  height: 122px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-footer-body-text {
  font-size: 28px;
  /* letter-spacing: 3px; */
  color: #152842;
  font-weight: 600;
}
.top-footer-body-button {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  max-width: 358px;
  width: 100%;
  height: 74px;
  border-radius: 10px;
  background-color: #152842;
  border: none;
}

.footer {
  background-color: #152842;
  padding-top: 100px;
}
.footer-contact {
  width: 100%;
  height: 441px;
  border-radius: 10px;
  background-color: #425671;
  padding: 45px 0 0 20px;
}
.footer-contact-name {
  font-size: 24px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 35px;
}
.footer-contact-address {
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-contact-email {
  margin-bottom: 20px;
}
.footer-contact-email, .footer-contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-all;
}
.footer-contact-email img, .footer-contact-phone img {
  width: 25px;
  margin-right: 15px;
}
.footer-contact-email a, .footer-contact-phone a {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}
.footer-nav-title {
  font-size: 18px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: right;
}
.footer-list {
  text-align: right;
}
.footer-list-link a {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-social-link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 23px;
  letter-spacing: -2px;
  color: #ffffff;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  border: 2px solid #4f655d;
  padding: 18px;
}
.footer-certifica {
  text-align: right;
}
.footer-certifica :not(:last-child) {
  margin-right: 10px;
}

.c-title-container--center {
  text-align: center;
  margin: 0 auto;
}

.c-title {
  font-size: 16px;
  color: #5287c3;
  font-weight: 400;
  padding: 0;
  margin-bottom: 13px;
}

.c-subtitle {
  font-size: 30px;
  line-height: 47px;
  color: #484444;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 289px;
  height: 69px;
  border-radius: 20px;
  background-color: #3170b7;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aesthetic {
  background-color: #f2f2f2;
  margin-bottom: 65px;
}
.aesthetic-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aesthetic-body .c-subtitle {
  margin-bottom: 25px;
}
.aesthetic-body-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aesthetic-body-information-menu p {
  max-width: 579px;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  color: #797979;
  font-weight: 400;
}
.aesthetic-body-information-menu .c-button {
  width: 205px;
  height: 49px;
  margin-top: 30px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
}

.how_to {
  margin-bottom: 95px;
}
.how_to-text .c-subtitle {
  margin-bottom: 30px;
}
.how_to-text p {
  font-size: 16px;
  line-height: 25px;
  color: #797979;
  font-weight: 400;
  margin-bottom: 19px;
}

.before-inner {
  height: 574px;
  background-color: #f2f2f2;
  margin-bottom: 90px;
}
.before-inner .c-title-container {
  padding: 60px 0 40px 0;
}
.before-inner .slick-slider {
  margin-bottom: 40px;
}
.before-inner-slider-card {
  margin-right: 45px;
}
.before-inner-slider-card-image img {
  width: 330px;
  height: 260px;
  border-radius: 30px;
}
.before-inner .slider-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.before-inner .slider-pagination .slick-dots li button {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 9px;
  background-color: #0e223d;
  cursor: pointer;
  text-indent: -9999px;
}
.before-inner .slider-pagination li.slick-active button {
  background-color: #4e627d;
}

.videos-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.videos-body .c-title-container {
  margin-bottom: 65px;
}
.videos-body .c-button {
  color: #ffffff;
  background-color: #0e223d;
}
.videos-slider {
  margin-bottom: 85px;
}
.videos-slider-card {
  margin-right: 20px;
  border-radius: 10px;
}
.videos-slider-card-image {
  margin-right: 20px;
  border-radius: 10px;
}
.videos-slider-card-image img {
  border-radius: 30px;
}
.videos-slider-card-image img:not(:last-child) {
  margin-right: 30px;
}

.questions {
  background-color: #f2f2f2;
  margin-bottom: 95px;
}
.questions .c-title-container {
  padding-top: 60px;
  padding-bottom: 35px;
  text-align: center;
}
.questions-materials {
  font-size: 18px;
  line-height: 47px;
  color: #484444;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  border-bottom: 1px solid;
}

.application-inner {
  background-color: #f2f2f2;
  height: 875px;
  margin-bottom: 2px;
}
.application-inner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
}
.application-inner-body .c-title-container {
  margin-bottom: 33px;
}
.application-inner-body .c-button {
  background-color: #dee8f3;
  color: #262d35;
}
.application-inner-slider .slick-dots {
  display: none !important;
}
.application-inner-slider-card {
  margin-right: 30px;
}
.application-inner-slider-card-image img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.application-inner-slider-card-information {
  margin-left: 20px;
}
.application-inner-slider-card-information a {
  font-size: 18px;
  line-height: 47px;
  color: #000000;
  font-weight: 600;
}
.application-inner-slider-card-information p {
  width: 225px;
  font-size: 14px;
  line-height: 24px;
  color: #717171;
  font-weight: 400;
}
.application-inner-slider-card-information img {
  margin-left: 25px;
}

.c-title {
  font-size: 16px;
  color: #4a5667;
  font-weight: 400;
  padding: 0;
  margin-bottom: 13px;
}

.c-subtitle {
  font-size: 30px;
  line-height: 47px;
  color: #484444;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 289px;
  height: 69px;
  border-radius: 20px;
  background-color: #152842;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subheader-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subheader-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader-menu-search {
  width: 18px;
}
.subheader-menu .c-button {
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
  width: 205px;
  height: 49px;
  border-radius: 25px;
  margin: 0 30px;
}
.subheader-menu-button:hover {
  color: white;
}
.subheader-menu-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subheader-menu-language img {
  margin-right: 5px;
}

.contact-hero {
  background-color: #f2f2f2;
  margin-bottom: 65px;
}
.contact-hero-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-hero-body .c-subtitle {
  margin-bottom: 25px;
}
.contact-hero-body-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-hero-body-information-menu p {
  max-width: 579px;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  color: #797979;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-hero-body-information-menu .c-button {
  width: 205px;
  height: 49px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  font-weight: 400;
}

.faqs {
  background-color: #f2f2f2;
  padding: 60px 0 60px 0;
}
.faqs .c-title-container {
  margin-bottom: 80px;
}

.faq {
  width: 100%;
  margin-bottom: 0;
}

.faqitem .faq-header {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: 1px solid #152842;
}

.faqitem .faq-header .faq-title {
  margin: 0;
  font-size: 16px;
  font-size: 18px;
  line-height: 47px;
  color: #484444;
  font-weight: 600;
}

.faqitem .faq-header i {
  color: #152842;
}

.faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #3170b7;
}

.faqitem.jquery-accordion-active .faq-header {
  background-color: #dee8f3;
}

.faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #152842;
}

.faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #e61c49;
}

.faqitem .content {
  padding: 1px 0px 20px 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
}

.map {
  margin: -125px 0 80px 0;
}

.cards {
  margin-bottom: 75px;
}
.cards-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards-body-mail, .cards-body-address, .cards-body-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 391px;
  height: 391px;
  background-color: #dee8f3;
  margin-right: 15px;
  padding: 0 15px;
  text-align: center;
}
.cards-body-mail img, .cards-body-address img, .cards-body-phone img {
  margin-bottom: 40px;
}
.cards-body-mail span, .cards-body-address span, .cards-body-phone span {
  font-size: 18px;
  line-height: 26px;
  color: #484444;
  font-weight: 400;
}
.cards-body-mail a, .cards-body-address a, .cards-body-phone a {
  font-size: 22px;
  line-height: 31px;
  color: #484444;
  font-weight: 700;
}
.cards-body-address {
  background-color: #f2f2f2;
}

/* Dropdown bileşeni */
.vtn-dropdown {
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
  background-color: #ffffff;
  height: 80px;
  position: relative;
}
.vtn-dropdown__title {
  width: 100%;
  font-size: 14px;
  line-height: 47px;
  color: #3170b7;
  font-weight: 400;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  left: 15px;
  pointer-events: none;
}
.vtn-dropdown__select {
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.vtn-dropdown__select.open ul {
  display: block;
}
.vtn-dropdown__select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 1;
}
.vtn-dropdown__select ul li {
  padding: 5px 10px;
  cursor: pointer;
}
.vtn-dropdown__select ul li:hover {
  background-color: #f5f5f5;
}
.vtn-dropdown .selected-value {
  display: inline-block;
}

.find-out {
  width: 260px;
  height: 80px;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
  background-color: #152842;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
}
.find-out:hover, .find-out:active {
  color: white;
}

.contact input[type=text] {
  width: 100% !important;
  height: 70px;
  padding: 20px;
  background: #f2f2f2;
  border: 0;
  border-radius: 25px;
}

.contact textarea {
  width: 100% !important;
  height: 130px;
  padding: 15px;
  background: #f2f2f2;
  border: 0;
  border-radius: 25px;
}

.contact input[type=submit] {font-size: 20px;line-height: 49px;color: #ffffff;font-weight: 400;width: 100%;height: 70px;border-radius: 25px;background-color: #152842;border: none;text-transform: uppercase;}

.contact form{
  padding: 15px 25px;

}


.hero-body-menu .dropdown .btn {
  background: #FFF;
  border: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  padding: 0 15px;
  color: #333;
}
.hero-body-menu  .dropdown .btn:hover {
  background: #f6f6f6;
  color: #333;
}

.hero-body-menu  .dropdown .dropdown-menu li ul {
  list-style-type: none;
  padding: 0;
}
.dropdown.select-tedavi {
  margin-right: 21px;
}

.dropdown.select-tedavi-2{
  margin-right: 21px;
}
.dropdown .btn {
  margin-right: 21px;
  max-width: 100%;
}

.hero-body-menu .dropdown-menu{
  width: 97% !important;
}

.hero-body-menu .dropdown-item{
 padding: 15px;
 cursor: pointer;

}



.how_to h2{
  font-size: 30px;
  line-height: 47px;
  color: #484444;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.how_to h3{
  font-size: 30px;
  line-height: 47px;
  color: #484444;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;

}
.how_to h4{
  font-size: 30px;
  line-height: 47px;
  color: #484444;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;

}

.footer-list li a {
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

#mobile-menu-toggle {
  font-size: 30px;
}

.footer-certifica img {
  width: 10%;
}

.how_to-text ul {
  font-size: 16px;
  /* margin-bottom: 30px; */
  padding-left: 15px;
}
.how_to-text ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 16px;
  line-height: 1.2;
  /* font-weight: 500; */
}
.how_to-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #484443;
  border-radius: 50%;
}


.how_to-text strong {
    font-weight: 600;
    color: #484444;
    /* margin-bottom: 15px; */
    display: inline-block;
}

.aesthetic-body-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: -webkit-gradient(linear,left top,right top,from(#f0f4fd),color-stop(68%,rgba(240,243,246,0))); */
  background-image: linear-gradient(90deg,#f2f2f2,rgba(240,243,246,0) 68%);
  left: 0;
}

.aesthetic-body-image {
  position: relative;
}

.single-before-after .item {
  margin: 0 15px;
}

.single-category .last-text-slider-card-image img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  border: 4px solid #dee8f35e;
}


.single-category .last-text-slider-card {
  margin-right: inherit;
  margin-bottom: 31px;
}

.how_to-text a {
  color: #797979;
}


.hero-information span {
  top: 6px;
  position: relative;
}