@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: 20px;
    }
}



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


}

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

    main #home-how-much-hair-transplant .hm-hair-transplant-area-text {
        max-height: 500px;
        overflow-y: auto;
    }
}


@media(max-width:1600px){
    header .meeting-btn {
        border-radius: 10px;
        font-weight: bold;
        font-size: 15px;
        transition: all 0.5s;
        background: var(--button-gradient);
        color: #fff;
        padding: 8px 13px;
        transition: 0.5s;
        margin-right: 10px;
    }
    
    header .tops-menu > li{
        padding:16px 8px;
    }

}

@media (max-width:1500px) {
    .section-title{
        font-size: 36px!important;
    }
    main #home-banner .banner-content {
        padding-top: 350px;
    }
    main #home-banner .banner-content .banner-title{
        font-size: 36px;
    }
}

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

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

    main .cta-btn .link{
        min-width: 200px;
    }

    main #home-banner .banner-content .banner-review-link img{
        width: 250px;
    }
 
    main #home-how-much-hair-transplant .hm-hair-transplant-area-text {
        max-height: 100%;
        overflow-y: initial;
    }

    main #home-how-much-hair-transplant .section-inner .how-much-hair-transplant-area{
        position: relative;
    }

   
    /* 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 .banner-review-link img{
        width: 150px;
    }
}

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

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

    main #home-banner .banner-content .banner-logo-container{
        padding: 15px 30px;
    }

}

@media(max-width:991px){
    body::before {
        width: 50%;
    }
    main .section-title {
        font-size: 24px!important;
        word-wrap: break-word;
    }

    main .line{
        top: 20px;
    }

    main .fixed-col{
        padding: 0px;
    }
    body #side-menu .content .headerLogos img{
        width: 80px;
    }
    main #home-banner{
        margin-bottom: -50px;
    }

    main #home-banner .banner-content{
        padding-top: 150px;
        height: auto;
    }
    
    main #home-banner .banner-col{
        margin-bottom: 25px;
    }

    main #home-banner .banner-text-col {
        margin-bottom: 25px;
        /* padding: 0 15px; */
    }

    main #home-banner .banner-image-area .banner-inner img {
        border-radius: 25px;
        height: 100%;
        object-fit: cover;
    }

    main #home-banner .content-row{
        --gutter-x:0px;
    }

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

    main #home-before-after .ba-content .greft{
        font-size: 20px;
    }

    main #home-before-after .ba-content .method {
        font-size: 18px;
    }

    main #home-center-form .input-area {
        margin-bottom: 15px;
    }

    main #home-center-form .button-area .form-button{
        height: 60px;
    }

    main #home-center-form .input-area input {
        height: 60px;
        padding: 10px 30px;
    }

    main #home-techniques .techniques-box{
        flex-direction: column;
    }

    main #home-techniques .techniques-inner .techniques-decor img {
        aspect-ratio: 331 / 23;
        position: relative;
        top: 1px;
    }

    main #home-techniques .techniques-box {
        padding: 40px 20px;
        gap: 25px;
    }

    main #home-techniques .techniques-box .techniques-text {
        flex: 0 0 100%;
    }

    main #home-techniques .techniques-box .techniques-image {
        flex: 0 0 100%;
    }

    main #home-reasons .reasons-row .reasons-box .number{
        bottom: 0%;
    }

    main #home-patients-trust .patients-trust-inner .trust-image {
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 100%;
    }

    main #home-patients-trust .patients-trust-inner {
        padding: 70px 0 0;
    }

    main #home-haircenter-feature .features-col{
        margin-bottom: 25px;
        padding: 10px;
    }

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

    main #home-haircenter-feature .row{
        --gutter-x:0px;
        --gutter-y:0px;
    }

    main #home-videos .video-row .video-col{
        margin-bottom: 25px;
    }

    main #home-doctors .doctor-box-item{
        margin-bottom: 25px;
		margin-top: 25px;
    }
    
    main #home-doctors .doctor-box .doctor-text {
        font-size: 14px;
        word-wrap: break-word;
    }

    main #home-hair-restoration-prices .owl-carousel .owl-item.center{
        transform: scale(1);
    }

    #home-hair-restoration-prices .owl-carousel .owl-stage-outer {
        padding: 0px 5px;
    }

	

    main #hair-transplant-price .packages-table thead tr th {
        font-size: 14px;
		background-color:#e1bd6a; 
        font-weight: bold;
    }

    main #hair-transplant-price .packages-table th, #hair-transplant-price .packages-table td{
        font-size: 14px;
    }

    main #hair-transplant-price .packages-table th, #hair-transplant-price .packages-table td{
        padding: 10px;
    }

    main #hair-transplant-packages .packages-table td {
        font-size: 14px;
        padding: 10px;
    }

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

    main #home-hair-transplant-process .section-inner {
        background-size: cover !important;
        background-position: center !important;
        padding: 50px 0;
        border-radius: 20px;
    }

    main #home-hair-transplant-process .section-inner .process-row{
        --gutter-x:0px;
    }

    main #home-faq-area .accord-tab-nav{
        margin-bottom: 25px!important;
    }

    main #hair-transplant-price .packages-table{
        overflow-x: auto;
    }

    main #hair-transplant-packages .packages-table thead th {
        padding: 10px;
		background-color:#e1bd6a;
        font-size: 18px;
    }

    /* footer */
    footer{
        margin: 0px 55px 90px 55px;
    }
    footer .footer-inner{
        position: relative!important;
        width: auto!important;
        height: auto!important;
        background-color: #242424;
    }
    footer .footer-col{
        margin-bottom: 25px;
    }
    footer .footer-logo img {
        width: 50%;
        margin: 0 auto;
    }
    footer .footer-center {
        padding: 75px 0 15px;
    }
    footer .footer-bottom{
        padding: 15px 0 35px!important;
    }

    footer .footer-inner .footer-contact-container .footer-contact{
        font-size: 18px!important;
    }
	
	main #home-techniques .techniques-tab-nav {
  display: inline-block;
  margin-bottom: 15px;
	}
}

@media(max-width: 768px) {
	.height-maximaze{
	max-height:55%!important;
}	
    header{
        margin: 0;
        padding: 10px 15px;
    }
    header .h-top{
        padding: 0px;
    }
    /* general */
    body::before , body::after{
        display: none;
    }

    main .cta-btn .link {
        min-width: 150px;
        font-size: 16px;
        padding: 5px 10px;
    }
    .btn-area .wp-btn{
        font-size: 16px;
    }

    header .header-content{
        padding: 0px;
    }

    header .h-top .h-top-btn{
        font-size: 16px;
    }

    /* main #home-banner {
        margin: 25px 5px -40px;
    } */
    main #home-banner .banner-content {
        padding-top: 150px;
        height: auto;
    }
    
    main #home-banner .banner-content .banner-title {
        text-align: center;
    }
    main #home-banner .banner-content .banner-link {
        font-size: 17px;
        min-width: 75%;
    }
    main #home-banner .banner-review-link{
        justify-content:center;
    }

    main #home-banner .banner-content .banner-logo-container {
        padding: 15px 10px!important;
        margin: 0!important;
        gap: 15px!important;
    }

    main #home-banner .form-area {
        position: relative;
        bottom: 40px;
    }

    main #home-about .about-right-content .about-box .title{
        font-size: 24px;
    }

    main #home-about .about-right-content .about-box .text{
        font-size: 16px;
    }

    main #home-before-after .owl-carousel .owl-stage {
        padding: 15px 0;
    }

    main #home-before-after .owl-carousel .owl-item.center {
        transform: scale(1.1);
        opacity: 1;
        z-index: 2;
    }

    main #home-before-after .ba-content{
        margin-top: 10px;
    }

    main #home-before-after .before-after-content .row {
        margin: 0px;
    }

    main #home-reels .owl-carousel .owl-item.center {
        transform: scale(1.1);
        opacity: 1;
        z-index: 2;
    }

    main #home-reels .owl-carousel .owl-stage {
        padding: 50px 0;
    }

    main #home-reviews .btn-row .link , main #home-reviews .btn-row .link:nth-child(2){
        min-width: 170px;
    }

    main #home-reviews .reviews-content .btn-row {
        gap: 10px;
        flex-direction: column;
    }

    main #home-videos .video-row{
        --gutter-x:0px;
    }

    main #home-videos .owl-carousel .owl-stage {
        padding: 50px 0;
    }

    main #home-videos .owl-carousel .owl-item.center {
        transform: scale(1.1);
        opacity: 1;
        z-index: 2;
    }

    main #home-videos .video-box .video-title{
        font-size: 28px;
    }


    main #home-techniques .techniques-tab-nav {
        flex-direction: column;
    }

    main #home-techniques .techniques-tab-btn {
        max-width: 140px;
        height: 60px;
        font-size: 16px;
		margin-right: 8px;
    }
    
    main #home-reasons .reasons-row .reasons-box .title{
        font-size:18px;
    }
    
    main #home-reasons .reasons-row .reasons-box .number {
        bottom: 0%;
        font-size:24px;
    }

  
    main #home-doctors .owl-carousel .owl-stage-outer {
        padding: 5px 0px;
    }

    main #home-doctors .owl-carousel .owl-item {
        transition: all 0.4s ease;
    }

    main #home-doctors .owl-carousel .owl-item.center {
        transform: scale(1.1);
        opacity: 1;
        z-index: 2;
    }
    
    main #home-how-much-hair-transplant .section-inner .how-much-hair-transplant-area{
        padding: 15px 0px;
    }

    main #hair-transplant-price .packages-table thead tr th {
        font-size: 14px;
        font-weight: bold;
        width: 170px;
    }

    main #home-reasons .row {
        --gutter-x: 0px;
    }

    /*  footer */
    body footer{
        margin: 0;
    }
    footer .container-large{
        --gutter-x:0px;
    }
    footer .footer-inner{
        border-radius: 20px;
    }
    footer .footer-center {
        padding: 75px 15px!important;
    }
    footer .footer-col{
        padding: 0;
        margin-bottom: 25px;
    }

    footer .footer-text{
        text-align: center;
    }

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

    footer .footer-bottom {
        padding: 15px 0 80px !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;
    }
	
	main #home-techniques .techniques-tab-nav {
  display: inline-block;
  margin-bottom: 15px;
	}
}

@media(max-width: 575px) {
    body{
        font-size: 16px!important;
    }
  
    main .sidebar-1{
        left: 0
    }
    main #home-banner .banner-image-area .banner-inner img{
        height: 95%;
    }
    
    main #home-about .about-right-content .about-box .title {
        font-size: 16px;
    }
    
    main #home-about .row {
        --gutter-x: 0px;
    }
    
    main #home-about .about-right-content .about-box .desc{
        font-size:14px;
    }
    main #home-techniques .techniques-box .techniques-text .techniques-feature .box {
        font-size: 14px;
        background: var(--bg-color-3);
        padding: 10px 15px;
    }

    main #home-techniques .row{
        --gutter-x:0px;
    }
    
    main #home-before-after{
        margin-bottom:50px;
    }

    main #home-reels{
        margin-bottom: 50px;
    }
    
    main #home-center-form .section-title{
        margin-bottom:15px;
    }

    main #home-center-form .cemter-form-area {
        background: linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
        padding: 30px 0;
        border-radius: 20px;
    }

    main #home-step-form .row{
        margin: 0px;
    }

    main #home-center-form .container {
        margin: 0 5px;
    }

    main #home-how-much-hair-transplant .section-inner .how-much-hair-transplant-area .section-title{
        font-size: 22px;
    }

    main #home-reasons .reasons-row .reasons-box .reason-head{
        gap: 15px;
    }

    main #home-before-after .ba-content{
        padding: 10px;
    }

    main #home-before-after .ba-content .ba-flag {
        width: 24px !important;
    }

    main #home-before-after .ba-content .method {
        font-size: 14px;
    }

    main #home-before-after .ba-content .greft {
        font-size: 14px;
    }
    main #home-before-after .owl-stage-outer {
        overflow: visible;
    }
    main #home-before-after .ba-content{
        gap: 10px;
    }

    main #home-patients-trust .row{
        --gutter-x:0px;
    }

    main #home-patients-trust .patients-trust-inner{
        background: #242424;
        padding: 45px 15px 0;
        border-radius: 15px;
    }

    main #home-patients-trust .patients-trust-inner::before{
        display: none;
    }

    main #home-reasons {
        margin-bottom: 60px;
    }

    main #home-videos .video-box .video-title {
        font-size: 18px;
    }

    main .whatsapp-box .whatsapp-title{
        font-size: 22px;
    }

    /* main #home-patients-trust .patients-trust-inner {
        padding: 70px 15px 0;
    } */

    main #home-patients-trust .section-title {
        font-size: 24px !important;
    }
    /* footer */
    footer .footer-logo img {
        width: 70%;
        margin: 0 auto;
    }
    footer .logo-row::before{
        width: 25%!important;
    }

    footer .logo-row::after{
        width: 25%!important;
    }

    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-image-area .banner-inner img {
        height: 110%!important;
    }
    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 .graft-calculator {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
	.height-maximaze{
	max-height:65%!important;
}
}

/* Reels buton mobil */
@media (max-width:640px){
  .hct-btn-simple-4k8p{
    font-size:20px;
    padding:14px 20px;
    border-radius:16px;
  }
}

