/* iphone 6 , 7, 8 plus */
@media only screen and (max-width: 991px) {

    .navbar-nav {
        margin-top: 10px;
    }

    header.header .nav-link {
        line-height: 63px;
    }

    .desktop {
        display: none;
    }

    .content-1 .content-1-left h3 {
        font-size: 2.2em;
    }

    .content-1 .content-1-left p {
        font-size: 1.2em;
    }

    .content-2 .content-2-text {
        padding-left: 0;
    }

    .content-2 h1 {
        font-size: 2.2em;
    }

    .content-2 p {
        font-size: 1.2em;
        padding-right: 0;
        width: 100%;
    }

    .content-2 h2 {
        margin-top: 15px;
    }

    .content-3 h1 {
        font-size: 2.2em
    }

    .content-3 p {
        font-size: 1.2em
    }

    .content-4 {
        text-align: center;
    }

        .content-4 .content-4-text h2 {
            font-size: 2.2em;
        }

        .content-4 .content-4-text p {
            font-size: 1.2em;
            padding: 5px 0;
        }

        .content-4 .content-4-offices {
            margin: 20px 0;
        }

    .content-3 .custom-paging {
        margin: 0
    }

        .content-3 .custom-paging a {
            margin: 5px 0
        }

    .content-5 .image-2 {
        bottom: -40px;
        left: 10px;
        width: 50%;
    }

    .content-5 .content-5-text h3 {
        margin-top: 50px;
    }

    .content-5 .content-5-text h2 {
        font-size: 2.2em;
        padding: 10px 0;
    }

    .content-5 .content-5-text {
        padding: 20px;
    }

        .content-5 .content-5-text p {
            font-size: 1.2em;
        }

    .content-5 {
        margin-bottom: 25px;
    }

    .content-6 .content-6-padding {
        padding: 10px 0
    }

    .content-6 h1 {
        font-size: 2.2em
    }

    .content-6 h2 {
        font-size: 1.2em
    }

    .content-7 h2 {
        font-size: 1.2em;
    }

    .content-7 h1 {
        font-size: 2.4em
    }

    .content-7 .content-7-detail p {
        font-size: 2.2em
    }

    .content-7 .content-7-detail h3 {
        font-size: 1.2em
    }

    .content-7 .content-7-detail {
        height: 250px;
    }

    .content-8 .content-8-text span {
        font-size: 1.4em;
    }

    .content-8 .content-8-text h2 {
        font-size: 2.2em;
    }

    .content-8 .content-8-text p {
        font-size: 1.2em;
        padding: 0;
    }

    .content-8 .content-8-text {
        padding-bottom: 20px;
    }

    .contact .contact-text {
        padding-left: 5.2%;
        padding-right: 5.2%;
    }

        .contact .contact-text h2 {
            font-size: 1.3em;
        }

        .contact .contact-text h1 {
            font-size: 2.2em;
        }

        .contact .contact-text p {
            font-size: 1.2em
        }

    .content-padding {
        padding-left: 5.2%;
        padding-right: 5.2%;
    }

    .contact {
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 1200px;
    }

    .footer .footer-logo {
        text-align: center;
    }

    .slider .slider-box h2 {
        font-size: 1.2em;
    }

    .slider .slider-box p {
        font-size: 2.2em;
        letter-spacing: 1px;
    }

    .swiper-slide {
        min-height: 500px;
    }

    .slider .slider-image {
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        height: 100%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: right 100% bottom 45% !important;
    }

    .mobileLogo {
        margin: 0 auto;
        width: 32%;
        display: block;
    }

    .navbar-toggler {
        font-size: 1.5em;
        font-weight: 100;
        color: #fff;
        border-color: #fff;
    }


    .page .page-header .breakpoint {
        text-align: center;
    }

    .page .page-content {
        text-align: center;
    }

    .page .page-header {
        padding-top: 125px;
    }

    .dairezemin {
        background: url("../images/istatislikler/dairezemin2.png") no-repeat;
        background-size: 118%;
        height: 145px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 14px;
    }

        .dairezemin img {
            width: 25px;
            margin-bottom: 18px
        }

    .dairezemin2 {
        background: url(../images/istatislikler/dairezemin2.png) no-repeat;
        background-size: 70%;
        height: 125px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-left: 30px;
        align-items: center;
        background-position: top center;
        padding-top: 19px;
    }

        .dairezemin2 img {
            width: 43px;
        }

    .dzt2 {
        bottom: 0 !important;
    }

    .dairezemin-title {
        font-size: 1em;
        text-align: center;
        display: block;
        padding-left: 20px;
        position: relative;
        bottom: 30px;
    }

    .header {
        background: rgba(9, 29, 67, 1) !important;
    }

    .mobile {
        display: block;
    }

    .timeline {
        background: var(--primary-color);
        margin: 20px auto;
        padding: 0;
    }

    .outer {
        position: relative;
    }

        .outer::before {
            content: "";
            width: 2px;
            height: 88%;
            border-right: 1px dashed #87cfff;
            position: absolute;
            left: 0;
            top: 30px;
        }

        .outer .card {
            height: auto;
            border-radius: 0;
            border: 0;
            position: relative;
            margin: 0 30px;
            margin-right: 0;
            background: transparent;
            max-width: 100%;
            border-bottom: 1px solid #14387c;
        }

        .outer .info {
            flex: 1;
            justify-content: center;
            align-items: center;
            padding-top: 30px;
            padding-bottom: 30px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .outer .title {
            flex: 0.5;
            color: #fff !important;
            position: relative;
            width: 100%;
            font-size: 1.7em !important;
            margin: 0 !important;
            padding: 0
        }

            .outer .title span {
                color: #87cfff
            }

        .outer .info p {
            flex: 0.5;
            margin: 0;
            font-weight: 200;
            display: block;
            padding-left: 0px;
            color: #87cfff !important;
            font-size: 1.1em
        }

            .outer .info p span {
                color: #fff;
            }

        .outer .title::before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            background: #87cfff;
            border-radius: 999px;
            width: 47px;
            height: 47px;
            left: -52px;
            border: 10px solid #091d43;
        }

    .title.lastTitle {
        font-size: 35px !important;
        width: 100%;
        flex: 0.75;
        color: #87cfff !important;
        padding-top: 60px;
    }

    .lastCard {
        height: 330px !important;
        border-bottom: 0 !important
    }

    .page .page-header h1 {
        font-size: 3.5em
    }


    .slider-img-last {
        padding-left: 5%;
        padding-right: 5%;
    }

        .slider-img-last img {
            width: 100%;
        }

    .swiper-wrapper {
        height: 110vh;
    }

    .box-left {
        flex-direction: column-reverse;
    }

    .slider .slider-box {
        top: 0
    }

    .slider-bottom {
        bottom: 150px;
    }

    .inf-height {
        height: auto;
    }

    .slide-i {
        width: 100% !important;
    }
}
