@media(min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px !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:1700px){

}


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


}

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

@media(max-width: 1440px) {
    header .main-menu{
        gap: 15px;
    }

 

    header .tops-menu > li > a{
        padding: 9px;
        font-size:16px;
    }

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

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

    main #home-about .about-title{
        font-size: 32px;
    }

    main #home-comments .comments-left-head{
        margin-bottom: 15px;
    }

    main #home-price-area .price-inner::before{
        height: 100%;
    }

   
    /* 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 (min-width: 991px) and (max-width:1200px){
 	main #home-hair-transplant-process .process-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
    background: #f3f3f3;
    border-radius: 13px;
    height: 420px;
}  

    main #home-banner .banner-content .banner-title {
        font-size: 48px;
    }
    main #home-banner .banner-image{
        min-height: 618px;
    }
 
}

@media(max-width:1200px){
  

    main #home-banner .banner-content .banner-title {
        font-size: 48px;
    }
    main #home-banner .banner-image{
        min-height: 618px;
    }
 
}

@media (min-width:1200px) and (max-width:1439px){
	main #home-hair-transplant-process .process-text {
    height: 313px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
    background: #f3f3f3;
    border-radius: 13px;
}
}

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

    main .line{
        top: 20px;
    }

    main .fixed-col{
        padding: 0px;
    }
    
    main #home-banner .banner-image {
        min-height: 1571px;
    }

    main #home-about{
        padding: 75px 0 75px;
    }

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

    main #home-about .about-row {
        position: relative;
        top: 0px;
       margin-top: 0px;
    }

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

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

    main #home-price-area .price-inner {
        position: relative;
        background: transparent linear-gradient(112deg, #003D69 0%, #003D69 8%, #0081A3 100%) 0% 0% no-repeat padding-box;
        border-radius: 20px;
        padding: 25px 0 0;
    }
    
    main #home-price-area .section-content{
        margin-bottom: 25px;
    }

    main #home-comments .comments-left-head > *:nth-child(3) {
        grid-column: 1 / span 2;
    }

    /* 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-top .h-top-btn{
        font-size: 16px;
    }
    main #home-banner .banner-image {
        min-height: 1324px;
    }
    main #home-banner .banner-content {
        bottom: 60%;
        padding-top: 50px;
    }
    
    main #home-banner .banner-content .banner-title{
        font-size: 36px;
        text-align: center;
        margin-bottom: 25px;
    }

    main #home-hair-transplant-process .process-col{
        margin-bottom: 25px;
    }

    main   #home-packages-area .packages-table .table-header {
        padding: 15px 5px;
        font-size: 16px
    }

    main #home-packages-area .packages-table .table-header:nth-child(2) {
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -ms-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0
    }

    main #home-packages-area .packages-table .table-body .body-row:first-child td:first-child {
        -webkit-border-radius: 20px 0 0 0;
        -moz-border-radius: 20px 0 0 0;
        -ms-border-radius: 20px 0 0 0;
        border-radius: 20px 0 0 0
    }

    main #home-packages-area .packages-table .table-body .body-row:first-child td:last-child {
        -webkit-border-radius: 0 20px 0 0;
        -moz-border-radius: 0 20px 0 0;
        -ms-border-radius: 0 20px 0 0;
        border-radius: 0 20px 0 0
    }

    main #home-packages-area .packages-table .table-body .body-row:last-child td:first-child {
        -webkit-border-radius: 0 0 0 20px;
        -moz-border-radius: 0 0 0 20px;
        -ms-border-radius: 0 0 0 20px;
        border-radius: 0 0 0 20px
    }

    main #home-packages-area .packages-table .table-body .body-row:last-child td:last-child {
        -webkit-border-radius: 0 0 20px 0;
        -moz-border-radius: 0 0 20px 0;
        -ms-border-radius: 0 0 20px 0;
        border-radius: 0 0 20px 0
    }

    main #home-packages-area .packages-table .table-body .body-row td {
        font-size: 12px;
        padding: 10px 5px;
        width: 30%
    }

    main #home-packages-area .packages-table .table-body .body-row td:first-child {
        padding: 10px 30px 10px 15px;
        width: 40%
    }

    main #home-packages-area .packages-table .table-body .body-row td svg {
        width: 25px;
        height: 25px
    }
    
    main #home-price-area .price-inner .home-price-area-img{
        width:100%!important;
    }
	
	main #home-hair-transplant-process .process-box .process-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
    background: #f3f3f3;
    border-radius: 13px;
    height: 200px;
	}

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

    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: 180px !important;
    }
    main #home-banner {
    min-height: 600px !important;
    height: auto !important;
            position:relative;

}
    main #home-banner .banner-image{
        min-height: auto;
        height:100%;
    }
    main #home-banner .dr-image {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    main #home-banner .banner-link {
        background: #0081A3;
        color: #fff;
        font-size: 18px;
        display: block;
        width: 75%;
        justify-content: center;
        height: auto; 
        align-items: center;
        border-radius: 12px;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
    }
    main #home-banner .news-svg {
        gap: 15px;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    main #home-banner .news-svg img {
        width: 45px;
        height: 45px;
    }
    main #home-banner .banner-box{
        font-size:18px;
        justify-content:center;
    }
    main #home-banner .banner-content .banner-desc{
        text-align:center;
    }
    main #home-faq-area .faq-inner{
        padding:0px;
    }
    main #home-comments .comments-left-head {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    main #home-comments .comments-left-head > *:nth-child(3) {
        grid-column: 1 / span 1;
    }
    main #home-advantage-table .packages-table .table-body .body-row td:first-child {
        text-align: start;
        width: 50%;
        padding: 10px 30px 11px 10px;
        font-size: 14px;
    }
    main #home-advantage-table .packages-table .table-body .body-row td svg {
        width: 25px;
        height: 25px;
    }

    main #home-advantage-table .packages-table .table-header{
        font-size: 18px;
    }
  
    /* 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;
    }
}

@media (min-width:1201px) and (max-width: 1599px) {

}