@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;
  }

  main #home-journey-process .journey-image{
    width: 600px;
  }
}

@media(max-width:1700px){
    main #home-about{
        padding: 0px;
    }
}


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

  main #home-faq::before{
    height: 100%;
  }

  main #home-faq .faq-inner .faq-box .faq-content{
    padding: 9px;
  }

  main #home-longevity {
    padding: 100px 0;
  }

  main #home-process{
    margin-bottom: 0px;
  }

  main #home-process::before{
    height: 51%;
  }

  main #home-process .process-inner .process-box .process-head .process-number {
    font-size: 120px;
  }
}

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

@media(max-width: 1440px) {
    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-faq{
        padding: 75px 0 0;
    }

    main #home-longevity .btn-area .longevity-btn{
        min-width: 180px;
    }

    main #home-faq .faq-inner .faq-box .faq-content{
        font-size: 16px;
    }
  
    /* 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){
    main #home-banner .banner-content {
        bottom: 30%;
    }
    main #home-process::before{
        display: none;
    }

    main #home-process .process-inner{
        flex-wrap: wrap;
    }

    main #home-process .process-inner .process-box {
        text-align: center;
        flex: 0 0 30%;
        width: 30%;
    }

}

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

    main #home-banner .banner-content .banner-title {
        font-size: 48px;
    }
    
   main #home-services .treatments-col{
    margin-bottom: 20px;
   }

    main #home-faq .faq-inner{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    main #home-faq .faq-inner .faq-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex: 0 0 45%;
    }
 
}

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

    main .line{
        top: 20px;
    }

    main .fixed-col{
        padding: 0px;
    }
    
    main #home-banner .banner-content {
        top: 10%;
        bottom:unset;
    }

    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-faq .doctor-image {
        width: 50%;
        margin: 0 auto;
    }

    main #home-longevity .longevity-image {
        margin-bottom: 20px;
    }

    main #home-blog .blog-col{
        margin-bottom: 20px;
    }

    /* footer */
    footer .footer-col{
        margin-bottom: 25px;
    }
    footer .footer-logo img {
        width: 50%;
        margin: 0 auto;
    }
      footer .footer-bottom{
        padding: 15px 0 75px!important;
    }

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

@media(max-width: 768px) {
    /* general */
    .btn-area .wp-btn{
        font-size: 16px;
    }
    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 {
        top:5%;
        bottom: unset;
    }
    
    main #home-banner .banner-content .banner-title{
        font-size: 36px;
    }
    
    main #home-banner .banner-content .banner-link {
        background: var(--bg-gradient-2);
        min-width: 153px;
        font-size:16px;
    }

    main #home-process .process-inner {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    main #home-process .process-inner .process-box .process-head .process-number {
        font-size: 90px;
    }

    main #home-process .process-inner .process-box {
        text-align: center;
        flex: 0 0 45%;
        width: 45%;
    }

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

    /*  footer */

    footer .footer-col{
        padding: 0;
        margin-bottom: 25px;
    }

    footer .footer-center .footer-menu ul li a{
        font-size: 16px;
    }
    footer .footer-center .footer-contact-container .footer-contact{
        font-size: 16px;
    }
  
    /* 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: 16px!important;
    }
    header .h-left .logo img {
        width: 50vw!important;
    }
    
    main #home-banner .banner-content .banner-title{
        font-size:28px;
    }

    main #home-banner .owl-nav button {
        width: 35px;
        height: 35px;
    }

    main #home-services {
        margin-bottom: 80px;
        position: relative;
        z-index: 1;
        bottom: 110px;
        margin-bottom: -50px;
    }

    main #home-about .btn-area .about-btn{
        min-width: 160px;
    }

    main #home-about .section-inner .section-text{
        font-size: 16px;
    }

    main #home-treatments .section-title-head{
        margin-bottom: 25px;
    }

    main #home-faq .faq-inner .faq-box {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex: 0 0 100%;
    }

    main #home-faq .doctor-image {
        width: 80%;
        margin: 0 auto;
    }

    main #home-longevity .btn-area .longevity-btn {
        min-width: 140px;
    }

    main #home-process .process-inner {
        gap: 20px;
    }
  
    /* footer */
    footer .footer-logo img {
        width: 70%;
        margin: 0 auto;
    }

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

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

    main #home-step-process .process-box {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    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;
    }
}