@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 .header-content .header-content-right #menu-ana-menu{
    gap: 20px;
  }

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

@media (min-width:1200px) and (max-width:1700px){
	
	header .tops-menu > li > a {
		font-size: 16px;
	}
	
}

@media (min-width:1701px) and (max-width:1759px){

	header .tops-menu > li > a {
		font-size: 17px;
	}
}	

@media (min-width:1200px) and (max-width:1633px){

	header .tops-menu > li > a {
		font-size: 14px;
	}
	
}


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

@media (min-width: 1441px) and (max-width: 1633px) {
    header .tops-menu > li > a {
        font-size: 12px;
    }
}

@media (min-width: 1509px) and (max-width: 1633px) {
	
	header .tops-menu > li > a {
        font-size: 14px;
    }
	
}

@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 .h-left .logo img {
        width: 160px;
    }

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

  

  
    /* 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){
	header .tops-menu > li > a {
        padding: 7px;
    }
	header .tops-menu > li > a {
        font-size: 10px;
    }

}

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

    footer .footer-logo img{
        width: 100%;
    }
}

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

    main .line{
        top: 20px;
    }

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

    main .section-subtitle {
        font-size: 20px;
    }

    main #home-banner .home-form .input-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    main #home-banner .home-form .input-grid .input-col:nth-child(4) {
        grid-column: span 1;
    }

    /* home banner (hero) */

    main #home-banner {
        position: relative;
        top: -160px;
        bottom: auto;
        margin-bottom: 0;
        padding-top: 110px;
        overflow: hidden;
    }

    main #home-banner .banner-content {
        position: relative;
        height: auto;
        padding-top: 0;
        display: block;
    }

    main #home-banner .banner-content-inner {
        position: relative;
        bottom: auto;
        margin-bottom: 20px;
    }

    main #home-banner .banner-content-inner .row.justify-content-between {
        row-gap: 15px;
    }

    main #home-banner .banner-doctor-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 15px;
    }

    main #home-banner .banner-col {
        padding-top: 0;
    }

    main #home-banner .banner-right-content {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        padding: 18px;
        
    }

    main #home-banner .banner-right-content .user-comments,
    main #home-banner .banner-right-content .company-links {
        width: 100%;
        flex: 0 0 100%;
    }

    main #home-banner .banner-right-content .company-links {
        flex-direction:row!important;
        align-items: center;
    }

    main #home-banner .banner-right-content .company-links .item {
        justify-content: center;
        text-align:center;
        flex-direction: column;
        width: 100%;
    }
    main #home-banner .banner-right-content .user-comments img {
        width: 125px;
    }
    main #home-banner .banner-right-content .company-links .item .icon img {
        width: 80px;
        height: 25px;
        object-fit: contain;
    }
    main #home-banner .banner-form {
        position: relative;
        bottom: 0;
        margin-bottom: 0;
        margin-top: -30px;
    }

    main #home-banner .banner-form-inner {
        padding: 25px 20px;
        border-radius: 20px;
    }

    main #home-banner .banner-form .title-area .section-title {
        font-size: 22px;
        text-align: center;
    }

    main #home-banner .banner-form .title {
        font-size: 24px;
        text-align: center;
    }

    main #home-treatments .treatments-dots{
        display: none;
    }

    main #home-treatments .treatments-track-outer {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        /* overflow: hidden; */
        position: relative;
    }

    main #home-treatments .treatments-track {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    main #home-treatments .treatment-image {
        flex: 1;
        opacity: 1;
        overflow: hidden;
        flex-shrink: 0;
        height: 100%;
        transition: width 0.75s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
    }

    main #home-treatments .treatment-image img{
        width: 100%;
    }
    
    main #home-about {
        margin-bottom: 60px;
    }

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

    main #home-about .col-lg-7.offset-lg-1 {
        margin-left: 0;
    }

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

    main #home-about .about-desc {
        font-size: 16px;
        line-height: 24px;
    }

    main #home-about .progress-item .progress-title {
        font-size: 17px;
    }

    main #home-about .progress-item .progress-value {
        font-size: 16px;
    }

    main #home-about .about-btn {
        width: 100%;
        padding: 13px 25px;
    }

    main #home-before-after .ba-slide {
        flex: 0 0 calc((100% - 20px) / 2);
    }

    main #home-before-after .ba-slide img {
        height: 220px;
    }

    main #home-before-after .section-btn-area {
        flex-wrap: wrap;
    }

    main #home-services .treatments-grid-box .box-title {
        font-size: 17px;
    }

    main #home-services .section-btn-area {
        flex-wrap: wrap;
    }

    main #home-process .process-top {
        padding: 30px 0px;
    }

    main #home-process .process-top .section-title-head {
        text-align: center;
        margin-bottom: 20px;
    }

    main #home-process .process-tab-nav {
        flex-direction: row!important;
        overflow-x: auto;
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

    main #home-process .process-tab-btn {
        white-space: nowrap;
        border-left: none;
        border-bottom: 4px solid transparent;
    }

    main #home-process .process-tab-btn.active {
        border-left-color: transparent;
        border-bottom-color: var(--accent-color);
    }

    main #home-process .process-content-image {
        margin-top: 20px;
    }

    main #home-process .process-features-bar {
        padding: 25px 20px;
    }

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

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

    main #home-why .why-gallery {
        height: auto;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }

    main #home-why .why-gallery-item {
        position: static;
        width: 130px;
        height: 130px;
    }

    main #home-analysis .analysis-wrap {
        flex-direction: column;
        align-items: stretch!important;
    }

    main #home-analysis .analysis-laptop-image {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 20px;
    }

    main #home-analysis .analysis-card {
        padding: 30px 25px;
    }

    main #home-analysis .analysis-title {
        font-size: 24px;
    }

    main #home-videos .col-lg-4 {
        margin-bottom: 30px;
        text-align: center;
    }

    main #home-videos .section-btn-area {
        justify-content: center;
        flex-wrap: wrap;
    }

    main #home-reviews .reviews-box {
        padding: 30px 20px;
    }

    main #home-reviews .reviews-carousel-outer {
        margin-bottom: 30px;
    }

    main #home-reviews .reviews-content {
        padding-left: 0;
    }

    main #home-reviews .reviews-content .section-title {
        font-size: 26px;
    }

    main #home-blog .blog-row-item .col-lg-5 {
        margin-top: 20px;
    }

    main #home-blog .blog-item-image img {
        height: 220px;
    }

    /* footer */
    footer .footer-col{
        margin-bottom: 25px;
        padding: 0px;
    }
    footer .footer-col .col-lg-4 {
        padding-left: 0px;
        margin-bottom: 15px;
    }
    footer .footer-contact-col {
        padding: 0px;
    }
    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 .h-top {
        padding: 15px 20px;
        overflow-x: clip;
    }
    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-doctor-logos img {
        max-width: 80%;
        margin: 0 auto;
    }
    main #home-faq .fixed-image img {
        position: absolute;
        top: 10%;
    }
    main #home-faq .col-lg-4{
        margin-bottom: 25px;
    }
    main #home-faq .faq-list-area .faq-item .item-top .item-title .faq-number {
        display:none;
    }
    main #home-faq .faq-list-area .faq-item .item-top .item-title{
        font-weight:600;
    }
    main #home-blog .blog-row .services-content .blog-content {
        gap: 10px;
        flex-direction: column;
    }

    main #home-blog .blog-row .services-content {
        padding: 5px;
    }
    main #home-blog .blog-row .blog-col{
        border: none;
    }
   header .h-top .logo img {
        width: 60%;
    }
    
    body footer .footer-center .footer-menu ul li a{
        font-size:16px;
    }
 
    footer .footer-social-container{
        justify-content: center!important;
    }

    /*  footer */

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

    body footer .footer-center .footer-menu ul li a{
        font-size: 16px;
    }
    body 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;
    }

    main #post-detail .post-toc {
        position: relative;
        top: 0;
    }

    main #post-detail .post-author-box {
        flex-direction: column;
        text-align: center;
    }

    main #post-detail .related-services-grid {
        grid-template-columns: 1fr;
    }

    main #post-detail .post-cta {
        flex-direction: column;
        align-items: stretch !important;
        text-align: center;
    }

	main #page-is-assesment .section-title-head {
    width: 100%;
    flex: 0 0 75%;
}

    /* 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 .logo img {
        width: 110px;
    }
    main .section-btn-dark , main #home-services .section-btn-area .section-btn {
        min-width: 150px;
        max-width:210px;
    }
    main .section-btn, main .section-btn-2 {
        align-items: center;
        padding: 8px 16px;
        font-size: 16px;
        max-width: 200px;
        justify-content: center;
        display: flex;
    }
    main #home-before-after .ba-slide {
        flex: 0 0 100%;
    }
    main #home-before-after .ba-slide img {
        height: 240px;
    }
    main #home-before-after .section-btn-area .section-btn,
    main #home-before-after .section-btn-area .section-btn-dark {
        width: 100%;
        padding: 13px 25px;
    }
    main #home-services {
        padding: 0px;
    }
    main #home-services .treatments-grid-box .box-image img {
        width: 60%;
        margin:0 auto;
    }
    main #home-services .section-btn-area .section-btn,
    main #home-services .section-btn-area .section-btn-dark {
        width: 100%;
        padding: 13px 25px;
    }
    main #home-process .process-top .section-title {
        font-size: 26px;
    }
    main #home-process .section-title-head{
        margin-bottom:0px;
        text-align: center;
    }
    main #home-process .process-feature-item:nth-child(2n+1) {
        margin-bottom: 10px;
        justify-content: center;
    }
    main #home-process .process-content-title {
        font-size: 22px;
    }
    main #home-process .process-feature-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    main #home-why .why-gallery-item {
        width: 100px;
        height: 100px;
    }
    main #home-analysis .analysis-input-grid {
        grid-template-columns: 1fr;
    }
    main #home-videos .video-slide {
        flex: 0 0 100%;
    }
    main #home-videos .section-btn-area .section-btn,
    main #home-videos .section-btn-area .section-btn-dark {
        width: 100%;
    }
    main #home-videos .video-content-col{
        margin-bottom: 25px;
    }
    main #home-reviews .reviews-carousel-outer {
        padding-left: 15px;
    }
    main #home-reviews .review-card {
        padding: 18px;
    }
    main #home-reviews .reviews-badges {
        gap: 15px;
    }
    main #home-reviews .owl-item.active:not(.cloned){
        transform: translate(0%, 0) scale(.85);
    }
    main #home-reviews .review-badge-stars img {
        width: 65px;
    }
    main #home-blog .blog-item-title {
        font-size: 18px;
    }
    main #home-blog .blog-item-image img {
        height: 180px;
    }
    main #home-blog .blog-item-content-col {
        margin-bottom: 20px;
    }
    body header .header-wp-btn {
        gap: 10px;
        width: 190px;
        font-size: 14px;
    }
    body .banner-link-container{
        flex-direction:column;
    }
    body header .header-wp-btn svg{
        width: 20px;
        height: 20px;
    }
    
    main #home-banner {
        padding-top: 170px;
        margin-bottom: -80px !important;
    }

    main #home-banner .banner-doctor-logos {
        padding: 12px;
        gap: 8px;
    }

    main #home-banner .banner-doctor-logos img {
        max-width: 80%;
        margin: 0 auto;
    }

    main #home-banner .banner-right-content {
        box-sizing: border-box;
        padding: 15px;
    }

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

    main #home-banner .banner-form .title {
        font-size: 20px;
    }

    main #home-banner .banner-form .title-area .section-title {
        font-size: 18px;
    }

    main .section-btn , main .section-btn-2 {
        padding: 8px 18px;
        font-size: 16px;
    }
    main #home-vaginal-aest .vaginal-item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 15px;
    }
    main #home-journey-health .journey-box-area{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    main .about-image img {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    main #home-features .feature-item .head .title {
        font-size: 20px;
        font-weight: 600;
    }

    main #home-videos .video-item .play-icon {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-18px, 17px);
    }

    main #home-videos .video-item .play-icon img {
        width: 30px;
    }

    /* footer */
    body .btn-primary , body .btn-secondary{
        min-width: 160px;
    }
    footer .footer-logo img {
        width: 40%;
        margin: 0 auto;
    }
    footer .footer-cta-info-item {
        grid-column: span 2;
    }
    footer .footer-cta-info-item .text .title {
        font-size:16px
    }
    footer .footer-inner .footer-menu ul li a{
        font-size: 18px;
    }
    footer .footer-certificate-item {
        height: 75px;
        width: 125px;
        object-fit: contain;
    }
    footer .footer-bottom-bar .d-flex{
        width:100%;
    }
    body footer .footer-top-inner {
        margin-bottom: 0px;
    }
    footer .footer-copyright-bar{
        padding:15px 0 75px;
    }
}
@media(max-width: 400px) {
    header .web-lang > li .lang-item{
        padding: 2px 4px !important;
    }

    /* homepage */
    main #home-banner .banner-form .title {
        font-size: 18px;
    }

    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-multi-section{
        padding: 0px;
    }

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

