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

// RESPONSIVE SYSTEM //

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

@media screen and (min-width: 1400px) {

    /* PC 1400+  */
    .menuAc,
    .mContact {
        display: none !important;
    }
}

/* 1366x768 çözünürlük ve 14 inç ekranlar için CSS media query */


@media screen and (max-width: 1399px) and (min-width: 1199px) {}

@media screen and (max-width: 1200px) and (min-width: 992px) {

    body,
    html {
        overflow-x: hidden;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .header-menu {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .header-right {
        display: none;
    }

    .header-menu-btn {
        display: block;
    }

    .header-logo {
        position: relative;
        left: initial;
        right: initial;
        transform: initial;
    }

    .header-logo img {
        width: 70%;
        height: auto;
    }

    .header-inner {
        padding: 10px 0;
    }

    .slider #vid1 {
        height: 50vh;
    }

    .slider-content .text {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .slider-content .title {
        font-size: 50px;
    }

    .slider-content .desc {
        font-size: 16px;
    }

    .home-stories-slider .item a img {
        width: 100%;
        height: auto;
    }

    .slider-content {
        position: absolute;
        top: 20%;
        height: initial;
        z-index: 999;
    }

    .home-about {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 25px;
    }

    .home-about p {
        font-size: 17px;
    }

    .home-about-title {
        font-size: 35px;
    }

    .home-about img {
        padding-bottom: 25px;
    }

    .home-services {
        background-size: cover;
        height: auto;
    }

    .home-services .item {
        margin-bottom: 25px;
    }

    .home-services .head-title {
        font-size: 35px;
    }

    .home-comments-title {
        font-size: 35px;
    }

    .home-services {
        margin-bottom: 35px;
    }

    .home-comments .testimonial-slider .testimonial-item .testimonial-content {
        opacity: 1;
    }

    .home-comments .testimonial-slider .testimonial-item {
        padding: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-comments .testimonial-slider {
        margin: 0 auto;
        padding: 0;
    }

    .home-comments {
        padding-bottom: 70px;
    }

    .home-stories .head-title {
        font-size: 35px;
    }

    .home-tv .head-title {
        font-size: 35px;
    }

    .home-gallery .head-title {
        font-size: 35px;
    }

    .home-mide .head-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .home-mide .item {
        margin-bottom: 15px;
    }

    .home-before-after .head-title {
        font-size: 35px;
    }

    .home-sertifika .head-title {
        font-size: 35px;
    }

    .home-press .text {
        padding: 12px;
        background: #004372;
        width: 100%;
        border-radius: 8px;
        font-size: 20px;
    }

    .home-press .head-title {
        font-size: 35px;
    }

    .home-services .item .title {
        font-size: 20px;
    }

    .home-blog .title {
        font-size: 20px;
    }

    .home-blog a.more {
        font-size: 18px;
    }

    .home-tab .item .title {
        font-size: 20px;
    }

    .home-sertifika-inner .text-center {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .home-sertifika-inner {
        text-align: center;
    }

    .home-blog .head-title {
        font-size: 35px;
    }

    .home-tv .items .desc .icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .home-tv .items .desc .left {
        padding-right: 4px;
    }

    .home-tv .items .desc .title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .home-tv .items .desc .text {
        display: none;
    }

    .home-tv .items .desc {
        height: 75px;
    }

}

@media screen and (max-width: 991px) and (min-width: 769px) {

    body,
    html {
        overflow-x: hidden;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .header-menu {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .header-right {
        display: none;
    }

    .header-menu-btn {
        display: block;
    }

    .header-logo {
        position: relative;
        left: initial;
        right: initial;
        transform: initial;
    }

    .header-logo img {
        width: 70%;
        height: auto;
    }

    .header-inner {
        padding: 10px 0;
    }

    .slider #vid1 {
        height: 50vh;
    }

    .slider-content .text {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .slider-content .title {
        font-size: 50px;
    }

    .slider-content .desc {
        font-size: 16px;
    }

    .slider-content {
        position: absolute;
        top: 20%;
        height: initial;
        z-index: 999;
    }

    .home-about {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 25px;
    }

    .home-about p {
        font-size: 17px;
    }

    .home-about-title {
        font-size: 35px;
    }

    .home-about img {
        padding-bottom: 25px;
    }

    .home-services {
        background-size: cover;
        height: auto;
    }

    .home-services .item {
        margin-bottom: 25px;
    }

    .home-services .head-title {
        font-size: 35px;
    }

    .home-comments-title {
        font-size: 35px;
    }

    .home-services {
        margin-bottom: 35px;
    }

    .home-comments .testimonial-slider .testimonial-item .testimonial-content {
        opacity: 1;
    }

    .home-comments .testimonial-slider .testimonial-item {
        padding: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-comments .testimonial-slider {
        margin: 0 auto;
        padding: 0;
    }

    .home-comments {
        padding-bottom: 70px;
    }

    .home-stories .head-title {
        font-size: 35px;
    }

    .home-tv .head-title {
        font-size: 35px;
    }

    .home-gallery .head-title {
        font-size: 35px;
    }

    .home-mide .head-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .home-mide .item {
        margin-bottom: 15px;
    }

    .home-before-after .head-title {
        font-size: 35px;
    }

    .home-sertifika .head-title {
        font-size: 35px;
    }

    .home-press .text {
        padding: 12px;
        background: #004372;
        width: 100%;
        border-radius: 8px;
        font-size: 20px;
    }

    .home-press .head-title {
        font-size: 35px;
    }

    .home-services .item .title {
        font-size: 20px;
    }

    .home-blog .title {
        font-size: 20px;
    }

    .home-blog a.more {
        font-size: 18px;
    }

    .home-tab .item .title {
        font-size: 20px;
    }

    .home-sertifika-inner .text-center {
        width: 55%;
        margin: 0 auto;
        text-align: center;
    }

    .home-sertifika-inner {
        text-align: center;
    }

    .home-blog .head-title {
        font-size: 35px;
    }

    .home-tv .items .desc .icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .home-tv .items .desc .left {
        padding-right: 4px;
    }

    .home-tv .items .desc .title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .home-tv .items .desc .text {
        display: none;
    }

    .home-tv .items .desc {
        height: 75px;
    }
}

@media screen and (max-width: 639px) and (min-width: 0px) {

    body,
    html {
        overflow-x: hidden;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .header-menu {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .header-right {
        display: none;
    }

    .header-menu-btn {
        display: block;
    }

    .header-logo {
        position: relative;
        left: initial;
        right: initial;
        transform: initial;
    }

    .header-logo img {
        width: 70%;
        height: auto;
    }

    .header-inner {
        padding: 10px 0;
    }

    .slider #vid1 {
        height: 50vh;
    }

    .slider-content .text {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .slider-content .title {
        font-size: 50px;
    }

    .slider-content .desc {
        font-size: 16px;
    }

    .slider-content {
        position: absolute;
        top: 20%;
        height: initial;
        z-index: 999;
    }

    .home-about {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 25px;
    }

    .home-about p {
        font-size: 17px;
    }

    .home-about-title {
        font-size: 35px;
    }

    .home-about img {
        padding-bottom: 25px;
    }

    .home-services {
        background-size: cover;
        height: auto;
    }

    .home-services .item {
        margin-bottom: 25px;
    }

    .home-services .head-title {
        font-size: 35px;
    }

    .home-comments-title {
        font-size: 35px;
    }

    .home-services {
        margin-bottom: 35px;
    }

    .home-comments .testimonial-slider .testimonial-item .testimonial-content {
        opacity: 1;
    }

    .home-comments .testimonial-slider .testimonial-item {
        padding: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .home-comments .testimonial-slider {
        margin: 0 auto;
        padding: 0;
    }

    .home-comments {
        padding-bottom: 70px;
    }

    .home-stories .head-title {
        font-size: 35px;
    }

    .home-tv .head-title {
        font-size: 35px;
    }

    .home-gallery .head-title {
        font-size: 35px;
    }

    .home-mide .head-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .home-mide .item {
        margin-bottom: 15px;
    }

    .home-before-after .head-title {
        font-size: 35px;
    }

    .home-sertifika .head-title {
        font-size: 35px;
    }

    .home-press .text {
        padding: 12px;
        background: #004372;
        width: 100%;
        border-radius: 8px;
        font-size: 20px;
    }

    .home-press .head-title {
        font-size: 35px;
    }

    .home-services .item .title {
        font-size: 20px;
    }

    .home-blog .title {
        font-size: 20px;
    }

    .home-blog a.more {
        font-size: 18px;
    }

    .home-tab .item .title {
        font-size: 20px;
    }

    .home-sertifika-inner .text-center {
        width: 55%;
        margin: 0 auto;
        text-align: center;
    }

    .home-sertifika-inner {
        text-align: center;
    }

    .home-blog .head-title {
        font-size: 35px;
    }

    .home-tv .items .desc .icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .home-tv .items .desc .left {
        padding-right: 4px;
    }

    .home-tv .items .desc .title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .home-tv .items .desc .text {
        display: none;
    }

    .home-tv .items .desc {
        height: 75px;
    }

    .home-populer .head-title {
        font-size: 35px;
    }

    .home-populer .item a.title {
        font-size: 20px;
    }

    .slick-prev {
        left: 15px !important;
    }

    .slick-next {
        right: 15px !important;
    }

    .about-head h1 {
        font-size: 25px;
        text-align: center;
    }

    .about-head {
        height: 200px;
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        background-position: center !important;
    }

    .single-about h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #004372;
    }
    .single-specs .item .title h3 {
    font-size: 19px;
}
}