@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-heavy-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-heavy-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

body {
    background-image: url("../img/body-sekil.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Gilroy', sans-serif;

}

img{
    max-width: 100%;
}
b, strong {
    font-weight: 800;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 14px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 18px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}
.fs-25 {
    font-size: 25px;
}
.fs-30 {
    font-size: 30px;
}
.fs-45 {
    font-size: 45px;
}
.fw-6 {
    font-weight: 600;
}
.fw-8 {
    font-weight: 800;
}
.lh-1 {
    line-height: 1;
}
.c-light-grey {
    color: #b6b6b6
}
.c-dark-grey {
    color: #262626;
}
.bg-none {
    background-image: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}


.fw-light {
    font-family: 'Gilroy-Light';
    font-weight: normal;
}
.fw-regular {
    font-family: 'Gilroy-Regular';
    font-weight: normal;
}
.fw-medium {
    font-family: 'Gilroy-Medium';
    font-weight: normal;
}
.fw-bold {
    font-family: 'Gilroy-Bold';
    font-weight: normal;
}
.fw-heavy {
    font-family: 'Gilroy-Heavy';
    font-weight: normal;
}
.lh-18 {
    line-height: 18px;
}
.fs-13 {
    font-size: 13px;
}
.fw-5 {
    font-weight: 500;
}
.fw-4 {
    font-weight: 400;
}
/* Header */

.hamburger-menu{
    display: none;
}

.text-blue {
    color: #014B78 !important;
}

.sticky {
    transition: .2s linear;
    position: sticky !important;
    background-color: #fff;
    box-shadow: 1px 8px 20px #1f1c1627;
}

header.sticky a {
    color: #014B78 !important;
}

header.sticky .search-btn svg path {
    fill: #E5EBEE;
}
.saka-test-cihazi-text::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #014b78;
    bottom: -5px;
}
.header {
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
}

.header.page {
    position: sticky;
    background-color: #fff;
    box-shadow: 1px 8px 20px #1f1c1627;
}
.header-nav a {
    font-size: 15px;
}
.header-nav a:hover,
.header-nav a.active {
    text-decoration: none;
    font-weight: bold;
}

.header .randevuAl-btn {
    border: 2px solid #E8E8E8;
    padding: 7px 26px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    transition: .2s;
    position: relative;
}
.header .randevuAl-btn:hover {
    border-color: transparent;
}
.header .randevuAl-btn:hover::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(1,75,120);
    background: linear-gradient(90deg, rgba(1,75,120,1) 0%, rgba(85,194,203,1) 100%);
    z-index: -1;
}
.header.page .search-btn svg {
    color: rgba(255, 255, 255, 0.336);
}

.header.page .randevuAl-btn {
    color: #014B78;
    font-weight: bold;
}

.header.page a {
    color: #014B78;

}

.header-dropdown {
    display: none;
    width: 231px;
    list-style: none;
    padding-left: 0;
    left: 5%;
    background-color: #fff;
    top: 110%;
    z-index: 200;
}

.header-dropdown li {
    padding: 4px 0;
    position: relative;
}

.header-dropdown li a {
    color: #1B1B1B;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.header-dropdown li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 6px;
    background-color: rgba(129, 232, 241, .25);
    left: -30px;
    top: 50%;
}

.header-dropdown li:hover a::before {
    width: 100%;
    transition: .5s linear;
}

.header-nav-item.dropdown:hover .header-dropdown {
    transition: .4s;
    display: block;
}

.hamburger-menu-nav {
    border-top: 1px solid #ddd;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -500px;
    left: 0;
    text-align: start;
}

.hamburger-menu-nav ul {
    list-style: none;
}

.hamburger-menu-nav ul li {
    padding: .5rem 0;
}

.hamburger-menu-nav ul li a {
    color: #014B78;
    font-weight: 500;
}

/* Arama Kısmı */
.search-section-wrapper {
    display: none;
    max-width: 968px;
    margin: 10rem auto 0;
}

.search-section.active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 120;
    background-color: transparent !important;
}

.search-section.active::before {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .95) !important;
    position: absolute;
    z-index: -1;
}

.search-section-wrapper button {
    cursor: pointer;
}

.search-section-subtitle {
    color: #898c8d;
}
.search-input {
    height: 100px;
    padding-left: 40px;
}

.search-section-close {
    cursor: pointer;
}
.detail-page-header a,
.detail-page-header .randevuAl-btn {
    color: #014b78;
}
.detail-page-header .randevuAl-btn:hover{
    color: #fff;
}
.detail-page-header #search_2_,
.sticky #search_2_{
    opacity: 1;
    filter: invert(1);
}
.social-aside {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.social-aside .social-aside-item {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-aside ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-aside ul li:nth-child(2n + 1) .social-aside-item {
    background-color: #25aeba;
}
.social-aside ul li:nth-child(2n) .social-aside-item {
    background-color: #0c929e;
}

.social-aside ul li:nth-child(2n) .social-item-text {
    background-color: #25aeba;
}
.social-aside ul li:nth-child(2n + 1) .social-item-text {
    background-color: #0c929e;
}

.social-aside-item .social-item-text {
    position: absolute;
    width: max-content;
    opacity: 0;
    right: -150px;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: .2s;
}
.social-aside-item:hover .social-item-text {
    opacity: 1;
    right: 35px;
}
.anasayfa-ozellik:hover .anasayfa-ozellik-icon {
    transition: .2s;
    position: relative;
}
.anasayfa-ozellik:hover .anasayfa-ozellik-icon::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ebf1f4;
    top: -15px;
    left: -15px;
    z-index: -1;
}
.anasayfa-ozellik:hover .anasayfa-ozellik-icon::after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ebf1f4;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
/* Anasayfa */
.anasayfa-section {
    padding-top: 6rem;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    height: calc(100vh - 92px);
    background-image: url("../img/anasayfa-bg.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: 55%;
    background-position-y: top;
}
.section-title {
    letter-spacing: -1px;
}
.section-title b {
    font-weight: 800;
}
.anasayfa-title {
    max-width: 550px;
    font-size: 42px;
    color: #014B78;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.anasayfa-title b {
    font-size: 42px;
    font-weight: 900;
}
.anasayfa-subtitle {
    font-size: 18px;
    max-width: 470px;
    color: #373737;
    padding-bottom: 30px;
    font-weight: 300;
}
.anasayfa-subtitle b {
    font-weight: 800;
}
.anasayfa-ozellik-title {
    font-size: 16px;
    font-weight: 800;
    color: #373737;
}

.anasayfa-ozellik-subtitle {
    color: rgba(55, 55, 55, 0.5);
    font-size: 13px;
}
.scroll-down-text {
    font-size: 13px;
    font-weight: 800;
    margin-top: 5px;
}
.anasayfa-footer {
    width: 100%;
    height: 60px;
    background-image: url("../img/yonlendirmeSection.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.anasayfa-footer-item {
    gap: 10px;
    text-align: end;
    color: rgba(255, 255, 255, .25);
}

.anasayfa-footer-item-text {
    max-width: 300px;
    font-size: 12px;
    text-align: start;
    color: rgba(255, 255, 255, .25);
}
.slider-bottom-logo {
    opacity: .5;
    transition: .2s;
}
.slider-bottom-logo:hover {
    opacity: 1;
}
.anasayfa-footer-item.saka-sistemi {
    cursor: pointer;
}

.anasayfa-cihaz {
    position: absolute;
    width: 75%;
    height: auto;
    bottom: -5%;
    right: -5%;
}
/* Footer Section */
.Main-footer {
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Main-footer .footer-menu li a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
}

.Main-footer .footer-menu li a:hover {
    font-weight: bolder;
    text-decoration: none;
}

.Main-footer .footer-menu li a::before {
    content: "";
    height: 5px;
    background-color: #0f9ca6;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: 50%;
}

.Main-footer .footer-menu li a:hover::before {
    width: 100%;
    transition: .5s linear;
}

.footer-border {
    border-left: 4px solid #fff;
}

.Main-footer .footer-btn {
    width: 173px;
    padding: 12px 0;
    border: 1px solid #fff;
    font-size: 15px;

}

.Main-footer .firma-girisi-btn {
    background-image: linear-gradient(to right, #014b78, #85f0f9);
    border: none;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

.daktilo {
    font: bold 111% Consolas, Monaco, monospace;
    border-right: .1em solid;
    width: 250em;
    width: 12ch;
    /* Ne kadar yazı yazacaksanız karakter sayacında sayıp buraya karakter sayısı kadar yazın. */
    margin: 2em 1em;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 1s steps(200, end),
        /* # Adımlar = # Karakter Sayısı */
        blink-caret 0.5s step-end infinite;
}


/* Saka Test Cihazı */


.saka-test-cihazi-title {
    max-width: 380px;
    color: #014B78;
}

.saka-test-cihazi-text {
    max-width: 500px;
    color: #373737;
    font-size: 15px;
}

.saka-test-cihazi-nedir-title {
    color: #014B78;
}

.saka-test-cihazi-nedir-text {
    max-width: 600px;
    font-size: 15px;
    line-height: normal;
}
#sakasisteminedir {
    height: calc(100vh - 130px);
}
#sakacihaz {
    height: calc(100vh - 130px);
}
.saka-test-cihaz {
    max-height: 90%;
    
}
.text-color {
    color: #373737;
}

.text-color-50 {
    color: #37373777;
}

.toogle-menu-item-title {
    color: #202020;
    font-size: 14px;
    font-weight: 600;
}

.toogle-menu .toogle-menu-item:nth-child(odd) .toogle-menu-item-button {
    background-color: rgba(233, 233, 233, 0.5);
}

.toogle-menu .toogle-menu-item {
    position: relative;
}

.toogle-menu-item-button {
    background-color: transparent;
    border: none;
    outline: none;
    color: rgba(137, 137, 137, .5);
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    padding-right: 0;

}
.toogle-menu .toogle-menu-item-button .toogle-menu-item-button-text {
    color: #202020;
    text-align: left;
}
.toogle-menu .toogle-menu-item-button.show .toogle-menu-item-button-text {
    color: #fff;
}
.toogle-menu .toogle-menu-item-button.show {
    background-color: #014b78 !important;
    color: #fff;
}
.toogle-menu .toogle-menu-item .toogle-menu-item-button.show:before {
    background-color: #85f0f9;
}

.toogle-menu .toogle-menu-item .toogle-menu-item-button:before {
    content: "";
    width: 7px;
    height: 20px;
    position: absolute;
    background-color: #014B78;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.toogle-menu .toogle-menu-item:nth-child(odd) .toggle-button-symbol {
    background-color: #f1f1f1;
}
.toogle-menu .toogle-menu-item:nth-child(even) .toggle-button-symbol {
    background-color: #fafafa;
}
.toogle-menu .toogle-menu-item-button.show .toggle-button-symbol {
    background-color: #014066;
}
.toogle-menu .toogle-menu-item-button .toggle-button-symbol {
    font-weight: 800;
}

.toggle-menu-desc-item {
    flex-basis: fit-content;
}
.toogle-menu-item.active .toogle-menu-item-button {
    background-color: #014b78 !important;
}
.toogle-menu-item.active .toogle-menu-item-button-text {
    color: #fff !important;
}
.toogle-menu-item.active .toggle-button-symbol {
    background-color: #014066 !important;
    color: #b4bec8 !important;
}
.duyurular .toogle-menu .toogle-menu-item-button.show {
    background-color: #46ced9 !important;
}
.duyurular .toogle-menu .toogle-menu-item-button.show .toggle-button-symbol {
    background-color: #36c0cb !important;
    color: #b4bec8 !important;
}
.duyurular .toogle-menu .toogle-menu-item .toogle-menu-item-button:before {
    background-color: #46ced9;
}
.duyurular .toogle-menu .toogle-menu-item .toogle-menu-item-button.show:before {
    background-color: #00496e;
}
.saka-test-cihazi-nedir-kanunyonetmelikler {
    border-top: 1px solid #DADADA;
}
#merkezlerCity .toogle-menu-item.active .toogle-menu-item-button-text {
    font-weight: 800;
}
#merkezlerCity .toogle-menu .toogle-menu-item .toogle-menu-item-button:before{
    content: none;
}
.guncelleme.toogle-menu .toogle-menu-item:nth-child(even) .toggle-button-symbol {
    background-color: #f1f1f1;
}
.guncelleme.toogle-menu .toogle-menu-item:nth-child(odd) .toggle-button-symbol {
    background-color: #fafafa;
}
.guncelleme.toogle-menu .toogle-menu-item:nth-child(even) .toogle-menu-item-button {
    background-color: #f6f6f6;
}
.guncelleme.toogle-menu .toogle-menu-item:nth-child(odd) .toogle-menu-item-button {
    background-color: #fff;
}
.toggle-menu-date {
    color: #e2e2e2;
}

.guncelleme.toogle-menu .toogle-menu-item-button.show .toggle-button-symbol {
    background-color: #003f5f;
}
.guncelleme.toogle-menu .toogle-menu-item-button.show .toggle-menu-date  {
    color: #fff;
}
.saka-test-cihazi-nedir-tumunugor {
    font-size: 12px;
    color: rgba(184, 184, 184, .5);
}

.kanun-text {
    font-size: 15px;
}

/* Saka Sistemi Avantajları */
.saka-test-cihazi-avantajlari-img {
    position: absolute;
    left: calc((1140px - 100vw) / 2);
}
#sakaavantaj {
    height: calc(100vh - 140px);
}
.saka-test-cihazi-avantajlari {
    min-height: 70vh;
}

/* Merkezler */
.merkezler .merkez-sehir {
    color: #202020;
    padding: 0 0 0 1rem;
}

.merkezler .merkez-sehir:nth-child(odd) {
    background-color: #F6F6F6;
}

.merkezler .merkez-sehir:nth-child(odd) button {
    background-color: #E9E9E9;
}

.merkezler .merkez-sehir:nth-child(even) button {
    background-color: rgba(233, 233, 233, .23);
}

.merkezler .merkez-sehir p {
    font-weight: 600;
    user-select: none;
}

.merkezler .merkez-sehir button {
    padding: 1rem;
    color: #89898991;
}

.merkezler-aciklama {
    max-width: 390px;
    font-size: 22px;
}




/* Duyuru ve Güncellemeler */

.toogle-menu-item-subtitle {
    color: #202020;
    opacity: .2;
}

.duyuru-guncellemeler-link {
    font-size: 11px;
    color: #B2B2B2;
    text-transform: uppercase;
}

.duyurular h3 {
    color: #46CED9;
}

.duyurular-item::before {
    background-color: #46CED9 !important;
}

.guncelleme .guncellemeler-item:nth-child(even),
.duyurular .duyurular-item::nth-child(even) {
    background-color: #F6F6F6;
}


.guncelleme .guncellemeler-item:nth-child(even),
.duyurular .duyurular-item::nth-child(even) {
    background-color: transparent;
}

/* İletişim Section */

.contact-p1 {
    font-weight: 800;
    color: #242424;
    font-size: 19px;
}

.contact-p2 {
    color: #242424;
    font-size: 15px;
    font-weight: 500;
}

.contact-form-button {
    display: block;
    width: 100%;
    height: 69px;
    /* width: 190px; */
    text-align: center;
    background-color: #014B78;
    color: #fff;
    margin-left: auto;
    font-size: 13px;
    font-weight: 800;
    border-radius: 0px;
}
.custom-check {
    visibility: hidden;
}
.custom-check-label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #bebebe;
    left: -10px;
}
.custom-check:checked + .custom-check-label:before {
    background-color: #003f5f;
    border: 1px solid #003f5f;

  }
/*Temel Değerlerimiz Section */

.temel-deger-img-wrapper {
    padding: 12px;
    border-radius: 50%;
    box-shadow: 2px -10px 20px #0000002f inset;

}

.temel-deger-img-wrapper .temel-deger-img {
    background-color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.temel-deger-acıklama {
    margin-top: 2rem;
}

.temel-deger-acıklama h4 {
    padding: .5rem 0 .5rem 1rem;
    position: relative;
}
.temel-deger-acıklama h4::before {
    height: 40px;
    width: 70%;
    content: "";
    position: absolute;
    top: -2px;
    left: -10%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    z-index: -1;
}
.temel-deger-acıklama h4.acenta {
    color: #2ABBC7 !important;
}

.temel-deger-acıklama p {
    padding-left: 1rem;
    color: #5B5B5B;
    font-size: 13px;
}

/* Fiyat Listesi */

.fiyatlistesi .table tr:nth-child(odd) {
    background-color: #fff;
}

.fiyatlistesi .table tr:nth-child(even) {
    background-color: #f3f3f3;
}

.warning-message {
    padding: .25rem;
    color: #2E2E2E;
    background-color: #FFFAE5;
    user-select: none;
}

.kampanya {
    font-size: 12px;
    color: #2e2e2e86;
    font-weight: normal;
    text-align: end;
}

.fiyatlistesi .line {
    height: 2px;
    background-color: #b2b2b23f;
}

/* Belge Doğrulama  */
.belgeDogrulamaForm .input-wrapper {
    border: 1px solid #bebebe;
    display: flex;
    gap: 16px;
    padding: 16px;
    width: 400px;
    max-width: 100%;
}

.belgeDogrulamaForm input {
    width: 60px;
    height: 60px;
    border: 1px solid #bebebe;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;

}
.belgeDogrulamaForm input::placeholder {
    color: #242424;
    font-weight: 800;
    font-size: 36;
}

@media screen and (max-width: 475px) {
    .belgeDogrulamaForm input {
        width: 20%;
        height: 20%;
    }
}
.belgeDogrulamaForm button,
.belgeDogrulamaForm .button {
    width: 236px;
    background-color: #014B78;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    text-align: center;
    padding: 0 !important;
    line-height: 60px;
}

.belgeDogrulamaForm a {
    display: block;
    opacity: .35;
    color: #2E2E2E;
    padding-bottom: 35px;
}

/* Sıkça Sorulan Sorular Toggle */

#sss .toogle-menu-item {
    cursor: pointer;
    font-family: 'Gilroy-Medium', sans-serif;
}

#sss .toogle-menu-item.active .toogle-menu-item-head {
    background-color: #014B78;
    padding-left: 0;
    color: #fff;
}

#sss .toogle-menu-item.active .toogle-menu-item-head p {
    font-family: 'Gilroy', sans-serif;
    color: #fff;
}


#sss .toogle-menu-item-button {
    cursor: pointer;
}

#duyurularguncellemeler .toogle-menu-item-text {
    color: #202020;
}

.toogle-menu-item-text {
    max-width: 716px;
    color: #20202085
}

#sss .toogle-menu-item.active {
    padding: 0;
    background-color: transparent;
    /* background-color: #014B78; */
}

#sss .toogle-menu-item.active .toogle-menu-item-text {
    background-color: transparent;
}

#merkezlerCity .toogle-menu-item-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}





.active button {
    background-color: #02314e70 ;
}


/* ------------------ */


.blog-header-buton .blog-buton {
    color: #C0C0C0;
    border: none;
    font-weight: 700;
}

.blog-header-buton .blog-buton:hover {
    color: #014B78;
    transform: scale(1.2);
}

.blog-buton-A {
    /* font-weight: bolder; */
    color: #6E6E6E;
}

.blog-header-altmenuler a {
    color: #B4B4B4;
}

.blog-title h1 {
    font-size: 45px;
    font-weight: 800;
    color: #014B78;
    padding-left: 0;
    letter-spacing: -1px;
}

.blog-card-text {
    bottom: 10px;
}

.blog-card-text .blog-card-text-tarih {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}
.detail-page-content {
    margin-top: 100px;
}
.blog-buton-eksi-A {
    font-size: 12px;
}

.solmenu a {
    color: #A2A2A2;
    font-size: 14px;
}
.solmenu a.active,
.solmenu a:hover {
    font-weight: 700;
    color: #171717;
}
.pdf {
    align-items: center;
    border-top: 1px solid #CBCBCB;
}
.detail-page-header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
}
.pdf button {
    color: #16161640;
}

.pdf p {
    font-weight: bold;
}

.danisman {
    width: 306px;
    background-color: #014B78;
    align-items: center;
    justify-content: space-evenly;
}

.psikolog {
    width: 306px;
    background-color: #5BC9D2;
    align-items: center;
    justify-content: space-evenly;
}

.belge {
    width: 350px;
    align-items: center;
    background-color: #0E646B;
    justify-content: space-evenly;
}

.danisman img {
    max-width: 35px;
    max-height: 35px;
}

.psikolog img {
    max-width: 28px;
    max-height: 28px;
}

.belge img {
    max-width: 30px;
    max-height: 30px;
}

.ücmenü {
    height: 80px;

}
.search-form-button {
    background-color: #22c2cf !important;
    width: 100px;
}
.ücmenü p {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

form label {
    font-weight: bold;
}

form .btn {
    width: 310px;
    height: 55px;
    background-color: #014B78;
    float: right;
    color: #fff;
}

.form-group-radio {
    display: flex;
    width: 100%;
    height: 56px;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
select.form-control:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}
.vizyon-ozellik-title {
    color: #014B78;
}

.misyon-ozellik-title {
    color: #36BCC7;
}

.sagmenu span {
    font-size: 18px;
}

.form-row .form-control {
    width: 520px;
    height: 56px;
}
.form-group {
    margin-bottom: 5px;
}
.form-group label {
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 3px;
}
.form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #d2d2d2;
}
.girisyap-wrapper .girisyap input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 700;
    color: #bdbdbd;
}
.form-control {
    border-radius: 3px;
}
.contact-form-button:focus,
.contact-form-button:hover {
    background-color: #022c46;
    color: #fff;
}
.blogYazi p {
    font-size: 15px;
    overflow: hidden;
}

.dikey {

    border-right: 1px solid #CBCBCB;
}
.d-title {
    display: flex;
    align-items: center;
}
.girisyap {
    position: absolute;
    background-image: url("../img/formbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 424px;
    height: 530px;
    margin: auto;
    z-index: 555;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;

}

.girisyap .title {
    padding: 1rem 0;
    font-weight: 800;
    font-size: 25px;
}

.girisyap .subtitle {
    max-width: 230px;
    text-align: center;
    margin: auto;
    color: #969697;
    margin-bottom: 1rem;
    font-weight: 500;
}

.girisyap input {
    border: none;
    background-color: transparent;
    padding-left: 1rem;
}

.girisyap .input-group {
    width: 300px;
    background-color: #F8F8F8;
    margin: auto;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
}

.girisyap .input-group.alt {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background-color: transparent;
    margin-bottom: 0;
}

.girisyap .input-group.alt label {
    font-size: 13px;
    color: #BDBDBD;
    font-weight: 700;
}

.girisyap .input-group.alt a {
    font-size: 13px;
    float: left;
    color: #BDBDBD;
    font-weight: 700;
}

.girisyap .login {
    display: block;
    width: 323px;
    background-color: #014B78;
    margin: auto;
    color: #fff;
    font-weight: 500 !important;
    height: 54px;
}

.girisyap .yeniuyelik {
    display: block;
    margin: auto;
    color: #044C83;
    padding-top: 1rem;
    font-size: 13px;
    text-align: center;
}


.girisyap-wrapper {
    position: fixed;
    z-index: 555555;
    width: 100vw;
    height: 100vh;
    top: 0;
}

.girisyap .close {
    font-size: 1rem;
    padding: 1rem 0;
}

.girisyap-wrapper::before {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .95);
    position: absolute;
    z-index: 55;
}
.doc-msg-title {
    color: #2e2e2e;
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 800;
}

.circle-div .bottom-div {
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);
    box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);
}
.circle-div .bottom-div .top-div {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);
    box-shadow: 0px 12px 15px 1px rgb(0 0 0 / 9%);
}
@media (max-width: 768px) {
    .saka-test-cihazi-avantajlari-img {
        position: relative;
        left: 0;
        max-width: 100%;
    }
    .anasayfa-section{
        background-image: none;
        padding-top: 4rem;
        height: auto;

    }
    .anasayfa-footer {
        height: auto;
        padding: 15px 0;
    }
    .anasayfa-footer-item {
        margin: 5px 0;
        justify-content: center !important;
    }
    .hamburger-menu{
        display: block;
        margin-left: auto;
    }
    .header-nav{
        display: none;
    }

    .hamburger-menu-nav-click{
        top: 100%;
    }
    #sakasisteminedir,
    #sakacihaz,
    #sakaavantaj {
        height: auto;
    }

    .d-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .temel-deger-acıklama h4::before {
        content: none;
    }
    
}