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

// 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) {
    .header-logo img {
        width: 60%;
    }

    .header-menu {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .home-about {
        padding: 20px 0;
    }

    .home-about span {
        margin-top: 20px;
    }

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

    .home-about p {
        font-size: 14px;
        line-height: 1.6;
    }

    .home-about-buttons {
        margin-top: 20px;
        float: none;
    }

    .home-news {
        padding: 20px 0;
    }

    .home-news .head-title {
        margin-bottom: 15px;
        font-size: 45px;
    }

    .home-news-buttons {
        margin-top: 20px;
    }

    .slider #vid1 {
        height: 70vh;
    }

    .slider-inner .title {
        font-size: 24px;
    }

    .slider-inner .desc {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-services .title {
        font-size: 45px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .home-services-inner {
        padding-top: 20px;
    }

    .home-services {
        background-repeat: no-repeat;
        height: auto;
    }

    .home-videos .head-title {
        font-size: 45px;
    }

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

    .home-pubmed .head-title {
        font-size: 45px;
    }

    .home-pubmed-item .item {
        font-size: 15px;
    }

    .home-pubmed-item .item .desc {
        font-size: 13px;
    }

    .home-gallery {
        padding: 40px 0;
    }

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

    .home-contact {
        margin-bottom: 40px;
        padding: 40px 0;
    }

    .home-contact .head-title {
        font-size: 45px
    }

    .home-contact-left {
        height: auto;
        margin-bottom: 30px;
    }

    .home-contact-right .form input[type=submit] {
        margin-top: 20px;
        font-size: 18px;
        height: 60px;
    }

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

    .home-hospital {
        height: auto;
        margin-top: 0;
    }

    .home-hospital .desc {
        font-size: 14px;
    }

    .home-hospital img {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .home-hospital .title {
        font-size: 19px;
        margin-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        line-height: 1.6;
    }
    
    .footer {
        padding: 30px 10px;
    }
    
    .footer-left {
        display: block;
    }

    .footer-left img {
        text-align: center;
        display: block;
        margin: 0 auto 30px auto;
    }

    .footer-left .desc {
        color: #fff;
        line-height: 1.6;
    }

    .footer-right {
        margin-top: 40px;
    }

    .footer-right .contact-info {
        width: 100%;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .header-logo img {
        width: 60%;
    }

    .header-menu {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .home-about {
        padding: 20px 0;
    }

    .home-about span {
        margin-top: 20px;
    }

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

    .home-about p {
        font-size: 14px;
        line-height: 1.6;
    }

    .home-about-buttons {
        margin-top: 20px;
        float: none;
    }

    .home-news {
        padding: 20px 0;
    }

    .home-news .head-title {
        margin-bottom: 15px;
        font-size: 45px;
    }

    .home-news-buttons {
        margin-top: 20px;
    }

    .slider #vid1 {
        height: 70vh;
    }

    .slider-inner .title {
        font-size: 24px;
    }

    .slider-inner .desc {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-services .title {
        font-size: 45px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .home-services-inner {
        padding-top: 20px;
    }

    .home-services {
        background-repeat: no-repeat;
        height: auto;
    }

    .home-videos .head-title {
        font-size: 45px;
    }

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

    .home-pubmed .head-title {
        font-size: 45px;
    }

    .home-pubmed-item .item {
        font-size: 15px;
    }

    .home-pubmed-item .item .desc {
        font-size: 13px;
    }

    .home-gallery {
        padding: 40px 0;
    }

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

    .home-contact {
        margin-bottom: 40px;
        padding: 40px 0;
    }

    .home-contact .head-title {
        font-size: 45px
    }

    .home-contact-left {
        height: auto;
        margin-bottom: 30px;
    }

    .home-contact-right .form input[type=submit] {
        margin-top: 20px;
        font-size: 18px;
        height: 60px;
    }

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

    .home-hospital {
        height: auto;
        margin-top: 0;
    }

    .home-hospital .desc {
        font-size: 14px;
    }

    .home-hospital img {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .home-hospital .title {
        font-size: 19px;
        margin-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        line-height: 1.6;
    }
    
    .footer {
        padding: 30px 10px;
    }
    
    .footer-left {
        display: block;
    }

    .footer-left img {
        text-align: center;
        display: block;
        margin: 0 auto 30px auto;
    }

    .footer-left .desc {
        color: #fff;
        line-height: 1.6;
    }

    .footer-right {
        margin-top: 40px;
    }

    .footer-right .contact-info {
        width: 100%;
    }
}

@media screen and (max-width: 639px) and (min-width: 0px) {
    .header-logo img {
        width: 60%;
    }

    .header-menu {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .home-about {
        padding: 20px 0;
    }

    .home-about span {
        margin-top: 20px;
    }

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

    .home-about p {
        font-size: 14px;
        line-height: 1.6;
    }

    .home-about-buttons {
        margin-top: 20px;
        float: none;
    }

    .home-news {
        padding: 20px 0;
    }

    .home-news .head-title {
        margin-bottom: 15px;
        font-size: 45px;
    }

    .home-news-buttons {
        margin-top: 20px;
    }

    .slider #vid1 {
        height: 70vh;
    }

    .slider-inner .title {
        font-size: 24px;
    }

    .slider-inner .desc {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-services .title {
        font-size: 45px;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .home-services-inner {
        padding-top: 20px;
    }

    .home-services {
        background-repeat: no-repeat;
        height: auto;
    }

    .home-videos .head-title {
        font-size: 45px;
    }

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

    .home-pubmed .head-title {
        font-size: 45px;
    }

    .home-pubmed-item .item {
        font-size: 15px;
    }

    .home-pubmed-item .item .desc {
        font-size: 13px;
    }

    .home-gallery {
        padding: 40px 0;
    }

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

    .home-contact {
        margin-bottom: 40px;
        padding: 40px 0;
    }

    .home-contact .head-title {
        font-size: 45px
    }

    .home-contact-left {
        height: auto;
        margin-bottom: 30px;
    }

    .home-contact-right .form input[type=submit] {
        margin-top: 20px;
        font-size: 18px;
        height: 60px;
    }

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

    .home-hospital {
        height: auto;
        margin-top: 0;
    }

    .home-hospital .desc {
        font-size: 14px;
    }

    .home-hospital img {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .home-hospital .title {
        font-size: 19px;
        margin-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        line-height: 1.6;
    }
    
    .footer {
        padding: 30px 10px;
    }
    
    .footer-left {
        display: block;
    }

    .footer-left img {
        text-align: center;
        display: block;
        margin: 0 auto 30px auto;
    }

    .footer-left .desc {
        color: #fff;
        line-height: 1.6;
    }

    .footer-right {
        margin-top: 40px;
    }

    .footer-right .contact-info {
        width: 100%;
    }
    .header-menu-btn{
        display: block;
    }
    .header-inner{
    padding: 0px 15px;
    }
}