@media(min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1450px !important;
    }
    .custom-container{
        max-width: 1400px !important;
    }
}

.custom-container{
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 576px) { /* Small (sm) */
    .custom-container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) { /* Medium (md) */
    .custom-container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .custom-container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1600px) { 
    .custom-container {
        max-width: 1500px !important;
    }
    header .h-bottom{
        justify-content: start !important;
    }
    header .main-menu{
        gap: 5px;
    }
}



@media(max-width:1800px){
  header .main-menu{
    margin-left: 1%;
  }

  header .header-content .header-content-right #menu-ana-menu{
    gap: 20px;
  }
}

@media(max-width:1600px){
  header .meeting-btn{
    display: none!important;
  }

  main #home-treatments .woman-image {
        position: absolute;
        width: 100%;
        top: 35px;
        right: 0;
    }

}

@media (max-width:1500px) {
    .section-title{
        font-size: 48px!important;
    }
}

@media(max-width: 1440px) {
    header .tops-menu > li > a {
        display: inline-block;
        font-size: 16px;
    }
    header .main-menu{
        gap: 15px;
    }

    header .h-left .logo img {
        width: 80%;
    }

    header .tops-menu > li > a{
        padding: 12px;
    }



    main #home-banner .banner-logo {
        margin-top: 30px;
    }

    main #home-banner .banner-content .banner-right-logo{
        margin-top: 30px;
    }

    main #home-form {
        position: relative;
        bottom: 280px;
        margin-bottom: -250px;
        z-index: 1;
    }

    main #home-form .form-inner {
        padding: 35px 40px;
    }

    main #home-application .application-group-link .application-link{
        font-size: 22px;
    }

  
    /* contact */
    #post-detail .contact-address-col{
        margin-bottom: 30px;
        padding: 0px;
    }

    main #post-detail.contact-page .contact-col{
        margin-bottom: 25px;
    }

    main #post-detail.contact-page .contact-content{
        padding: 15px;
    }

    main #post-detail.contact-page .contact-content .branch-name{
        font-size: 22px;
    }

    main #post-detail.contact-page .contact-content .contact-list .contact-list-item{
        font-size: 16px;
    }
}

@media(max-width:1300px){
   
}

@media(max-width:1200px){
    header .h-left .logo img {
        width: 275px !important;
    }

    main #home-banner .banner-content .banner-title {
        font-size: 42px;
    }

    main #home-banner .banner-content .banner-link {
        min-width: 180px;
        padding: 10px;
        font-size: 18px;
    }

    main #home-banner .banner-content {
        bottom: 40%;
    }

    main #home-form {
        position: relative;
        bottom: 255px;
        margin-bottom: -190px;
        z-index: 1;
    }

    main #home-form .form-inner {
        padding: 20px 15px;
    }

    main #home-form .form-inner .form-content::after{
        display: none;
    }
    
    main #home-form .form-inner .form-content{
        margin-bottom: 25px;
    }

    main #home-most-prefered .prefered-row .prefered-col{
        margin-bottom: 20px;
    }

    main #home-about .about-desc {
        font-size: 18px;
    }

    main #home-application .application-title{
        font-size: 36px;
    }

    main #home-blog .blog-row .blog-box-item {
        margin-bottom: 25px;
    }

    main #home-follow .follow-item{
        margin-bottom: 25px;
    }
}

@media(max-width:991px){
    main .section-title {
        font-size: 28px!important;
    }

    main .section-midtitle{
        font-size: 28px!important;
    }

    main .line{
        top: 20px;
    }

    main .fixed-col{
        padding: 0px;
    }

    main #home-banner .banner-content {
        bottom: 20%;
    }

    main #home-banner .banner-content .doctor-image {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    main #home-banner .banner-content .banner-col{
        margin-bottom: 25px;
        padding: 0px;
    }

    main #home-form {
        position: relative;
        bottom: 60px;
        margin-bottom: 25px;
        z-index: 1;
    }

    main #home-about .about-decor {
        position: absolute;
        left: 0;
        top: -25px;
    }

    main #home-about .about-col{
        margin-bottom: 25px;
    }

    main #home-application .application-col{
        margin-bottom: 25px;
    }

    main #home-patients-study .fixed-col{
        margin-bottom: 25px;
    }

    main #home-info-area .col-lg-7{
        margin-bottom: 25px;
    }

    main #home-follow .col-xxl-5{
        margin-bottom: 25px;
    }

    main .comments-content {
        margin-bottom: 25px;
    }
    /* footer */
    footer .footer-col{
        margin-bottom: 25px;
    }
    footer .footer-bottom{
        padding: 15px 0 75px!important;
    }
}

@media(max-width: 768px) {
    header .top-logo img {
        width: 100px;
    }
    header .web-lang>li.menu-item-has-children {
        background: #DEE2EB;
        padding: 3px 5px;
    }
    header .h-left .logo img {
        width: 252px !important;
    }
    header .h-top .h-top-btn{
        font-size: 16px;
    }

    main #home-banner .banner-content {
        bottom: 60%;
        left: 0;
    }

    main #home-banner .banner-content .banner-title{
        font-size: 30px;
    }

    /*  footer */

    footer .footer-col{
        padding: 0;
    }

    footer .footer-center .footer-menu ul li {
        flex: 0 0 48%!important;
        width: 48%!important;
    }

    footer .footer-center .footer-menu ul li a{
        font-size: 16px;
    }
    footer .footer-center .footer-contact-container .footer-contact{
        font-size: 16px;
    }


    footer .footer-inner .footer-contact-container .footer-contact{
        font-size: 18px!important;
    }
    /* other page */

    .sidebar-form .contact_form .input-area .form-in{
        padding:10px 13px!important;
    }
    .sidebar-form  .contact_form .input-area .form-in::placeholder{
        font-size:14px !important;
    }

    .sidebar-form .contact_form .form-button{
        padding: 10px !important;
    }

    /* post */

    main #post-detail .post-header .post-title{
        font-size: 32px;
    }

    /* contact */
    main #post-detail .contact-address-col .contact-page-whatsapp-btn{
        font-size: 20px;
    }

    main #post-detail .meeting-form-area{
        padding: 20px 30px;
    }
}

@media(max-width: 575px) {
    body{
        font-size: 18px!important;
    }
    header .h-left .logo img {
        width: 50vw!important;
    }

    main #home-banner .banner-content .banner-desc{
        margin-top: 5px;
    }

    main #home-banner .banner-content .banner-link {
        margin-top: 5px;
        font-size: 16px;
        padding: 7px 10px;
    }


    main #home-banner .banner-content {
        bottom: 52%;
        margin: 0 15px;
    }

    main #home-banner .owl-stage-outer {
        min-height: auto;
    }

    main #home-banner .banner-image {
        min-height: auto;
    }

    main #home-banner .owl-nav button svg {
        width: 30px;
        height: 30px;
        color: #000;
    }

    main #home-banner .banner-content .banner-desc{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    main #home-form {
        position: relative;
        bottom: 28px;
        margin-bottom: 25px;
        z-index: 1;
    }

    main #home-form .form-inner .form-title{
        font-size: 28px;
    }

    main #home-form .form-inner {
        padding: 35px 10px;
    }
    main #home-about .about-title{
        font-size: 28px;
    }
    main #home-application .application-title {
        font-size: 28px;
    }
    main #home-application .application-group-link .application-link {
        font-size: 18px;
    }
    main #home-info-area .info-title{
        font-size: 28px;
    }
    /* footer */
    footer .footer-logo img {
        width: auto;
        margin: 0 auto;
    }

    footer .footer-text {
        font-size: 16px!important;
        text-align: center;
    }

    footer .footer-center .footer-menu ul li a{
        font-size: 16px;
    }

    footer .footer-social-container{
        justify-content: center;
    }

    footer .footer-inner .footer-contact-container .footer-contact {
        font-size: 16px !important;
    }

    footer .footer-inner .footer-menu ul li a{
        font-size: 16px!important;
    }
   
}
@media(max-width: 400px) {
    header .web-lang > li .lang-item{
        padding: 2px 4px !important;
    }

    main #home-banner .banner-content {
        bottom: 53%;
    }
    body header {
        padding: 16px 0;
    }
    body header .header-center {
        position: relative;
        left: 0;
        transform: translate(0, 0px);
    }

    /* homepage */
    main #home-banner .banner-content .banner-desc {
        font-size: 14px;
    }

    main #home-process .process-tab-title{
        font-size: 14px;
    }
}

@media(max-width:991px){
    main #home-most-prefered, main #home-about, main #home-application, main #home-info-area , main #home-before-after, main #home-comments, main #home-patients-study, main #home-blog, main #home-follow{
        margin-bottom: 60px;
    } 


    main .graft-calculator {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
}

/*mobil insta*/
/* Sadece mobilde görünen sabit Instagram ikonu */
@media (max-width: 768px) {
    .insta-mobile-fixed {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        background:--instabutton:linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .insta-mobile-fixed img, 
    .insta-mobile-fixed i {
        width: 24px;
        height: 24px;
    }
}

/* Masaüstünde gizle */
@media (min-width: 769px) {
    .insta-mobile-fixed {
        display: none;
    }
}
.FeedLayout__wrapper .FeedGridLayout__root{
        margin-bottom: 50px;
}