@charset "utf-8";
/* DOKUZALTI - Ahmet DOĞULU */

body {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
}


.header-top {
	background: #003e77;
	color:#fff;
	padding: 10px 0px;
}

.social a {
	margin-right: 20px;
	font-size: 25px;
	color:#fff;
}

.social a:hover {
	color:#fff;
}

.language a {
	width: 25px;
	height: 25px;
	display: block;
	margin-left: 20px;
}

.showcase-content {
	margin-top: -100px;
	z-index: 999;
	position: relative;
}

.showcase {
	padding:40px 20px;
	border-radius: 10px;
	background: url(../images/waves.png) #003e77;
}

.showcase-title {
	font-size: 30px;
	font-weight: 700;
	color:#fff;
	padding-left: 60px;
	padding-right: 20px;
	margin: 0px;
}

.showcase-title span {
	color:#56b13c;
}

.showcase-box-inner {
	text-align: center;
}

.showcase-box-inner a {
	text-decoration: none;
	color:#fff;
}

.showcase-box-inner img {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	padding: 10px;
	margin-bottom: 15px;
	border:2px dashed rgba(86, 177, 60, 1);
}

.showcase-box-inner a:hover {
	color:#fff;
}

.showcase-box-inner a:hover > img {
	border-color: rgba(255, 255, 255, 1);
}

.promotion-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

.promotion {
	padding-right: 60px;
	padding-left: 20px;
}

.promotion h1 {
	font-size: 36px;
	margin-bottom: 15px;
	color:#002D4F;
}

.promotion p {
	color: #666;
	font-weight: 400;
}

.txt-rotate {
	color:rgba(86, 177, 60, 1);
}

.promotion-img img {
	border-radius: 10px;
}

.operation img {
	margin-bottom: 20px;
}

.bmi {
	background: url(../images/pattern.png) no-repeat #003e77;
	padding: 50px 35px;
	border-radius: 10px;
}


.bmi-title {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}



.default-btn {
    font-size: 16px;
    color: #13316e;
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset!important;
    outline: 0;
    border: 1px solid #fff!important;
}

.PersonSwiper {
	margin-top: 50px;
	margin-bottom: 50px;
}

.PersonSwiper .swiper-slide {
	padding: 0px 30px;
}

.PersonSwiper .swiper-slide h4 {
	color: #222222;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.PersonSwiper .swiper-slide p {
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

.numbers .svg-inline--fa {
	margin-right:20px;
	width: 2.5em;
	height: 2.5em;
	color:#003e77;
}

.numbers-text p {
	margin: 0;
	font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.numbers-text h4 {
	font-weight: 700;
	font-size: 40px;
    color: #13316e;

}

.home-contact {
	border-radius: 4px;
    background: url(../images/counter-bg.png) #eaecf1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px!important;
    margin-bottom: 100px;
}

.home-contact .default-btn {
	background: #13316e!important;
	color:#fff!important;
}

.home-contact .form-control {
	color: #13316e!important;
    border: 1px solid #13316e!important;
}

.home-contact .form-control:focus {
    color: #13316e!important;
}

.form-title h4 {
	color: #13316e;
	padding-left: 10px;
	margin-bottom: 10px;
}


footer {
	background-color: #13316e;
	position: relative;
	overflow: hidden;

}

footer h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color:#fff;
}

footer h5:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #fff;
}

footer ul {
	padding:0px;
	margin:0px;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
	color:#fff;
	text-decoration: none;
	-webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 400;
}

footer ul li a:hover {
	margin-left: 5px;
	color:#fff;
}

footer p {
	color:#fff;
}

footer p a {
	color:#fff;
	text-decoration: none;
}

footer p a:hover {
	color:#fff;
}

footer:before {
    content: "";
    width: 1136px;
    left: 50%;
    top: 0;
    margin-left: -568px;
    height: 100%;
    background: #6552FF;
    opacity: 0.3;
    filter: blur(200px);
    position: absolute;
    border-radius: 0px 0px 999px 999px;
}

.ekip-title {
	text-align: center;
	margin-top: 25px;
}

.nav-link {
	font-size: 17px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 0;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}

.nav-item .dropdown-menu {
	display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    border-top: 2px solid #13316e;
    width: 100%;
}

.nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #222222;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    text-align: center;

}

.social {
	padding-left:40px;
}

.page-title-area {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-color: #eaecf1;
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/page-bg-shape.png);
    -webkit-animation: FocuS 5s linear 1s infinite;
    animation: FocuS 5s linear 1s infinite;
    z-index: -1;
    opacity: 0;
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #222222;
    font-size: 60px;
}

@keyframes FocuS {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}

.icerik-content {
	padding-top:50px;
	padding-bottom: 50px;
}

.icerik-img {
	width: 40%;
	border-radius: 10px;
    height: fit-content;
	overflow: hidden;
	box-shadow: rgba(19, 49, 110, 0.05) 0px 1px 0px, rgba(19, 49, 110, 0.1) 0px 0px 8px;
}

.icerik-text {
	width: 60%;
	padding-right: 50px;
	text-align: justify;
}

.icerik-text p {
	line-height: 40px;
}

.icerik-text h5 {
	margin-bottom: 30px;
}

.contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 30px;
}

.contact-form .contact-title {
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    color: #fff!important;
    border: 1px solid #ebebeb!important;
    background-color: transparent!important;
    border-radius: 0!important;
    font-size: 16px!important;
    padding: 10px 20px!important;
    width: 100%!important;
}

.form-control:focus {
    color: #fff!important;
    background-color: transparent!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    outline: 0!important;
    border: 1px solid #13316e!important;
}

textarea.form-control {
    height: auto;
}

.contact {
	margin-bottom: 50px;
	margin-top: 50px;
}

.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 40px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #13316e;
    border-radius: 4px;
    border: 1px solid #13316e;
    position: relative;
    z-index: 1;
}

#msgSubmit {
    margin-top: 20px;
}

.hidden {
    display: none;
}

.default-btn:hover {
    color: #ffffff;
    border-color: #13316e;
    background-color: #13316e;
}

.default-btn:hover::before {
    width: 50%;
    left: 0;
    right: auto;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #222222;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-bg {
    max-width: 700px;
    margin: auto;
}

.faq-area .section-title {
    text-align: left;
    max-width: unset;
    margin-bottom: 30px;
}

.section-title {
    max-width: 750px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 10px;
    border:none;
}

.faq-accordion .accordion .accordion-title {
    padding: 15px 30px 15px 0;
    color: #222222;
    text-decoration: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: unset;
    right: 0;
    top: 17px;
    font-size: 25px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #13316e;
    color: #ffffff;
    border-radius: 50%;
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding: 30px;
    padding-bottom: 10px;
    padding-left: 0;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-accordion .accordion .accordion-title svg {
    position: absolute;
    left: unset;
    right: 0;
    top: 17px;
    font-size: 25px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #13316e;
    color: #ffffff;
    border-radius: 50%;
    padding: 5px;
    width: 25px;
}

.alert {
    border:0px!important;
    margin: 0px!important;
    padding:0px 20px!important;
    line-height: 50px;
    font-size: 16px;
}

.home-form {
    font-size: 20px;
    font-weight: bold;
}

.home-form a {
    color: rgba(86, 177, 60, 1);
    text-decoration: none;
}

.uygulama-box {
    -webkit-box-shadow: 0px 0px 25px 0px #ddddddbf;
    box-shadow: 0px 0px 25px 0px #ddddddbf;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.uygulama-box img {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.uygulama-box h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
}

.uygulama-box p {
    font-size: 14px;
    padding: 10px;
}

.uygulama-box:hover {
    background-color: #13316e;
}

.uygulama-box:hover h2, .uygulama-box:hover p {
    color: #fff;
}

.tedavi-link {
    padding: 15px 30px;
    background-color: #13316e;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    border: 2px solid #13316e;
}

.tedavi-link:hover {
    background-color: #fff;
    color: #13316e;
}

.uygulama-title {
    font-size: 30px;
    font-weight: bold;
    color: #13316e;
}


.c-bmi {
  background-color: hsl(211, 20%, 92%);
  border-radius: .25rem;
  box-sizing: border-box;
  font-family: ui-sans-serif, system-ui, sans-serif;
  padding: 1rem;
  width: 80%;
    margin: 0px auto 50px;
}
.c-bmi fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.c-bmi__group-text {
  display: none;
  font-size: small;
  order: 2;
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}
.c-bmi__groups {
  border: 0;
  flex-wrap: wrap;
  font-size: x-small;
  padding: 0;
  text-align: center;
  width: 100%;
}
.c-bmi__groups label {
  display: block;
  padding: .5rem;
  position: relative;
}

[for="bmi-g0"] { background-color: #4691e2; }
[for="bmi-g1"] { background-color: #0cb764; }
[for="bmi-g2"] { background-color: #febf18; }
[for="bmi-g3"] { background-color: #fc8711; }
[for="bmi-g4"] { background-color: #ff6455; }
[for="bmi-g5"] { background-color: #cc1100; color: #fff; }

.c-bmi__groups input:checked + label::before {
  background-color: #fff;
  clip-path: polygon(0% 0%,0% 100%,75.00% 50.00%);
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0.5rem;
  position: absolute;
  top: 0.35rem;
  width: 1rem;
}
.c-bmi__groups input:checked + label + div {
  display: block;
  flex: 0 0 100%;
}
.c-bmi__label {
  display: block;
  font-size: medium;
  margin: 0 0 1rem 0;
  position: relative;
}
.c-bmi__label output {
  position: absolute;
  right: 0;
  top: 0;
}
.c-bmi__range {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  outline: none;
  width: 100%;
}
.c-bmi__range::-webkit-slider-runnable-track {
  background-image: linear-gradient(to bottom, transparent 45%, lightslategray 45%, lightslategray 55%, transparent 55%);
}
.c-bmi__range::-moz-range-track {
  background-image: linear-gradient(to bottom, transparent 45%, lightslategray 45%, lightslategray 55%, transparent 55%);
}
.c-bmi__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: hsl(225,100%,20%);
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
.c-bmi__range::-moz-range-thumb {
  appearance: none;
  background-color: hsl(225,100%,20%);
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
.c-bmi__range:focus::-webkit-slider-thumb {
  background-color: hsl(225,30%,60%);
  box-shadow: inset 0 0 0 0.25rem hsl(225,100%,20%);
}
.c-bmi__range:focus::-moz-range-thumb {
  background-color: hsl(225,30%,60%);
  box-shadow: inset 0 0 0 0.25rem hsl(225,100%,20%);
}
.c-bmi__result {
  display: block;
  font-size: 200%;
  margin-bottom: 1.5rem;
  text-align: right;
}
.c-bmi [type="radio"] { display: none; }

/* RWD */
@media (min-width: 600px) {
  .c-bmi__groups { display: flex; }
  .c-bmi__groups input:checked + label::before {
    background-color: inherit;
    clip-path: polygon(0% 0%,100% 0%,50% 100%);
    left: 50%;
    top: -1rem;
    transform: translateX(-50%);
    width: 1.5rem;
  }
  .c-bmi__groups label { flex: 1; }
  [for="bmi-g0"] { border-radius: .25rem 0 0 .25rem; }
  [for="bmi-g5"] { border-radius: 0 .25rem .25rem 0; }
}






@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}