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

//      RESPONSIVE SYSTEM                                                                                 //

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

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

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

/* 1366x768 Ã§Ã¶zÃ¼nÃ¼rlÃ¼k ve 14 inÃ§ ekranlar iÃ§in CSS media query */

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .slider-img img {
        width: 100%;
    }

    .slider-left {
        top: 5px;
    }
    
}





@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-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .slider-text h1 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device {
        height: auto;
    }

    .home-device .content h2 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device .in {
        /* flex-direction: column; */
    }

    .home-device .in .left {
        width: 100%;
    }

    .home-device .in .right {
        width: 100%;
    }

    .home-shorts .head-title {
        font-size: 50px;
    }

    .home-device .in .left a.button {
        width: 150px;
        font-size: 18px;
    }

    .home-device .in .left a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-service .head-title {
        font-size: 50px;
    }

    .home-service .item .title {
        font-size: 40px;
    }

    .home-service .item img {
        width: 100%
    }

    .home-clinic .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .home-clinic .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .home-clinic .right .in .logo {
        padding-bottom: 15px;
    }

    .home-tab .tab-content img {
        padding-bottom: 15px;
    }

    .home-tab .tab-content h3 {
        font-size: 35px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-clinic .content h2 {
        font-size: 35px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

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

    .home-bio {
        margin-top: 40px;
        /* margin-bottom: 60px; */
        background-position-x: 50%;
        height: auto;
        padding-bottom: 53px;
        margin-bottom: -18px;
    }

    .home-bio .bio-right {
        width: 100%;
        padding: 0px 10px 0px 10px;
        z-index: 2;
    }

    .home-bio .bio-right img {
        width: 150px;
        transform: translatex(65%);
        padding-top: 15px;

    }

    .home-bio .bio-right .title {
        font-size: 35px;
        margin-bottom: 15px;
        margin-top: 3px;
    }

    .home-bio .bio-right .inner {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 5px 0;
        width: inherit;
    }

    .home-bio .bio-right .inner h2 {
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .home-bio .bio-right p {
        width: 100%;
        /* max-width: 500px; */
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.4;
        margin: 0 auto;
    }

    .home-bio .bio-right a {
        font-size: 16px;
        padding: 10px 18px;
        border-radius: 8px;
    }

    .home-bio .bio-right i {
        padding-right: 8px;
    }

    .home-bio .bio-right a.more {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .footer .text-center {
        display: none;
    }

    .footer span {
        padding-top: 15px;
    }
      .single-contact .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .single-contact .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .single-contact .right .in .logo {
        padding-bottom: 15px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .content h2 {
        font-size: 35px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .rights .form {
        width: 100%;
    }
    .single-contact .rights{
        padding: 15px 15px;
    }
    .single-contact .rights .form input[type=submit]{
        margin-bottom: 20px;
    }
    
    .single-category-in .head-title {
        font-size: 50px;
    }

    .single-category-in .item .title {
        font-size: 40px;
    }
}

@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-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .slider-text h1 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device {
        height: auto;
    }

    .home-device .content h2 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device .in {
        flex-direction: column;
    }

    .home-device .in .left {
        width: 100%;
    }

    .home-device .in .right {
        width: 100%;
    }

    .home-shorts .head-title {
        font-size: 50px;
    }

    .home-device .in .left a.button {
        width: 150px;
        font-size: 18px;
    }

    .home-device .in .left a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-service .head-title {
        font-size: 50px;
    }

    .home-service .item .title {
        font-size: 40px;
    }

    .home-clinic .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .home-clinic .right img {
        width: 100%;
    }

    .home-clinic .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .home-clinic .right .in .logo {
        padding-bottom: 15px;
    }

    .home-tab .tab-content img {
        padding-bottom: 15px;
        width: 100%;
    }

    .home-clinic .right .clinic img {
        width: 100%;
    }

    .home-tab .tab-content h3 {
        font-size: 35px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-clinic .content h2 {
        font-size: 35px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

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

    .home-bio {
        margin-top: 40px;
        /* margin-bottom: 60px; */
        background-position-x: 50%;
        height: auto;
        padding-bottom: 53px;
        margin-bottom: -18px;
    }

    .home-bio .bio-right {
        width: 100%;
        padding: 0px 10px 0px 10px;
        z-index: 2;
    }

    .home-bio .bio-right img {
        width: 150px;
        transform: translatex(65%);
        padding-top: 15px;

    }

    .home-bio .bio-right .title {
        font-size: 35px;
        margin-bottom: 15px;
        margin-top: 3px;
    }

    .home-bio .bio-right .inner {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 5px 0;
        width: inherit;
    }

    .home-bio .bio-right .inner h2 {
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .home-bio .bio-right p {
        width: 100%;
        /* max-width: 500px; */
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.4;
        margin: 0 auto;
    }

    .home-bio .bio-right a {
        font-size: 16px;
        padding: 10px 18px;
        border-radius: 8px;
    }

    .home-bio .bio-right i {
        padding-right: 8px;
    }

    .home-bio .bio-right a.more {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .footer .text-center {
        display: none;
    }

    .footer span {
        padding-top: 15px;
    }
  .single-contact .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .single-contact .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .single-contact .right .in .logo {
        padding-bottom: 15px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .content h2 {
        font-size: 35px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .rights .form {
        width: 100%;
    }
    .single-contact .rights{
        padding: 15px 15px;
    }
    .single-contact .rights .form input[type=submit]{
        margin-bottom: 20px;
    }
    
    .single-category-in .head-title {
        font-size: 50px;
    }

    .single-category-in .item .title {
        font-size: 40px;
    }

}

@media screen and (max-width: 768px) and (min-width: 640px) {

    body,
    html {
        overflow-x: hidden;
    }

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

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

    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .slider-text h1 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device {
        height: auto;
    }

    .home-device .content h2 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device .in {
        flex-direction: column;
    }

    .home-device .in .left {
        width: 100%;
    }

    .home-device .in .right {
        width: 100%;
    }

    .home-shorts .head-title {
        font-size: 50px;
    }

    .home-device .in .left a.button {
        width: 150px;
        font-size: 18px;
    }

    .home-device .in .left a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-service .head-title {
        font-size: 50px;
    }

    .home-service .item .title {
        font-size: 40px;
    }

    .home-clinic .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .home-clinic .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .home-clinic .right img {
        width: 100%;
    }

    .home-clinic .right .in .logo {
        padding-bottom: 15px;
    }

    .home-tab .tab-content img {
        padding-bottom: 15px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .home-tab .tab-content h3 {
        font-size: 35px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-clinic .content h2 {
        font-size: 35px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

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

    .home-bio {
        margin-top: 40px;
        /* margin-bottom: 60px; */
        background-position-x: 50%;
        height: auto;
        padding-bottom: 53px;
        margin-bottom: -18px;
    }

    .home-bio .bio-right {
        width: 100%;
        padding: 0px 10px 0px 10px;
        z-index: 2;
    }

    .home-bio .bio-right img {
        width: 150px;
        transform: translatex(65%);
        padding-top: 15px;

    }

    .home-bio .bio-right .title {
        font-size: 35px;
        margin-bottom: 15px;
        margin-top: 3px;
    }

    .home-bio .bio-right .inner {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 5px 0;
        width: inherit;
    }

    .home-bio .bio-right .inner h2 {
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .home-bio .bio-right p {
        width: 100%;
        max-width: 500px;
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.4;
        margin: 0 auto;
    }

    .home-bio .bio-right a {
        font-size: 16px;
        padding: 10px 18px;
        border-radius: 8px;
    }

    .home-bio .bio-right i {
        padding-right: 8px;
    }

    .home-bio .bio-right a.more {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .footer .text-center {
        display: none;
    }

    .footer span {
        padding-top: 15px;
    }
      .single-contact .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .single-contact .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .single-contact .right .in .logo {
        padding-bottom: 15px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .content h2 {
        font-size: 35px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .rights .form {
        width: 100%;
    }
    .single-contact .rights{
        padding: 15px 15px;
    }
    .single-contact .rights .form input[type=submit]{
        margin-bottom: 20px;
    }
    
    .single-category-in .head-title {
        font-size: 50px;
    }

    .single-category-in .item .title {
        font-size: 40px;
    }

}

@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-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .slider-text h1 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device {
        height: auto;
    }

    .home-device .content h2 {
        padding-top: 25px;
        font-size: 35px;
    }

    .home-device .in {
        flex-direction: column;
    }

    .home-device .in .left {
        width: 100%;
    }

    .home-device .in .right {
        width: 100%;
    }

    .home-shorts .head-title {
        font-size: 50px;
    }

    .home-device .in .left a.button {
        width: 150px;
        font-size: 18px;
    }

    .home-device .in .left a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-service .head-title {
        font-size: 50px;
    }

    .home-service .item .title {
        font-size: 40px;
    }

    .home-clinic .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .home-clinic .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .home-clinic .right .in .logo {
        padding-bottom: 15px;
    }

    .home-tab .tab-content img {
        padding-bottom: 15px;
    }

    .home-tab .tab-content h3 {
        font-size: 29px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .home-clinic .content h2 {
        font-size: 30px;
    }

    .home-clinic .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

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

    .home-bio {
        margin-top: 40px;
        /* margin-bottom: 60px; */
        background-position-x: 50%;
        height: auto;
        padding-bottom: 53px;
        margin-bottom: 0px;
    }

    .home-bio .bio-right {
        width: 100%;
        padding: 0px 10px 0px 10px;
        z-index: 2;
    }

    .home-bio .bio-right img {
        width: 150px;
        transform: translatex(65%);
        padding-top: 15px;

    }

    .home-bio .bio-right .title {
        font-size: 35px;
        margin-bottom: 15px;
        margin-top: 3px;
    }

    .home-bio .bio-right .inner {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 5px 0;
        width: inherit;
    }

    .home-bio .bio-right .inner h2 {
        font-size: 29px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .home-bio .bio-right p {
        width: 100%;
        max-width: 500px;
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.4;
        margin: 0 auto;
    }

    .home-bio .bio-right a {
        font-size: 16px;
        padding: 10px 18px;
        border-radius: 8px;
    }

    .home-bio .bio-right i {
        padding-right: 8px;
    }

    .home-bio .bio-right a.more {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .footer .text-center {
        display: none;
    }

    .footer span {
        padding-top: 15px;
        font-size: 20px;
    }
    
    /* burdan sonrasÄ± */

    .single-contact .right .in .top {
        flex-direction: column-reverse;
        padding: 14px 1px;
        height: auto;
    }

    .single-contact .right .in {
        position: relative;
        width: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
    }

    .single-contact .right .in .logo {
        padding-bottom: 15px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .content h2 {
        font-size: 35px;
    }

    .single-contact .content a.button {
        width: 175px;
        font-size: 18px;
        background-size: cover;
        border-radius: 20px;
    }

    .single-contact .rights .form {
        width: 100%;
    }
    .single-contact .rights{
        padding: 15px 15px;
    }
    .single-contact .rights .form input[type=submit]{
        margin-bottom: 20px;
    }
    
    .single-category-in .head-title {
        font-size: 40px;
    }

    .single-category-in .item .title {
        font-size: 25px;
    }
    .sidebar-menu ul li a{
        width: 100%;
        margin-bottom: 20px;
        }
    .home-popular-content-link {
    max-width: 100%;
}
}

@media screen and (max-width: 1470px) and (min-width: 1250px) {
    .sidebar-menu ul li a {
        width: 280px;
    }
}