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

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

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

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

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

}

@media(max-width:1200px){

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

  
 
}

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

    main .line{
        top: 20px;
    }

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

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

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

    main #home-about-us .about-row .col-lg-6{
        margin-bottom: 15px;
    }
    main #home-comments .comments-left-head {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    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-content .banner-title{
        font-size: 36px;
        text-align: center;
        margin-bottom: 25px;
    }

    main #home-videos .services-btn-group .services-btn-area .services-btn{
        min-width: 160px;
    }

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

    main #home-blog .blog-col .blog-content{
        flex-direction: column;
    }

    main #home-about-us {
        padding: 60px 0;
    }
    
    main #home-comments .comments-left-head{
        grid-template-columns: repeat(1, 1fr);
    }
    
    main #home-videos .section-title-area .section-subtitle{
        font-size:28px;
    }
    
    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 #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) {
    header .header-inner-area {
      margin: 0 20px;
      width: auto;
    }
    body{
        font-size: 16px!important;
    }
    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 .banner-content .banner-link {
        display: block;
        width: 75%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    main #home-banner .media-site {
        display: flex;
        justify-content: center;
    }
    main #home-banner .banner-image {
        min-height: 100%;
        object-position: bottom;
    }
    main #home-banner .dr-image {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
    main #home-banner .owl-nav button {
        width: 35px;
        height: 35px;
    }
    main #home-banner .banner-content .banner-title p {
        font-weight: 700;
        font-size: 46px;
        color: #02265a;
    }
    main #home-banner .banner-content .banner-desc{
        text-align: center;
    }

    main #home-banner .banner-google-logo{
        display: flex;
        justify-content: center;
    }
    #home-before-after .before-after {
        padding: 40px 0;
    }
    main #home-why-sapphire .custom-btn{
        max-width: 100%!important;
    }
    main #home-banner .banner-col:last-child {
        margin-bottom: 0px;
    }
    main #home-banner .banner-count .count-box .count {
        font-size: 32px;
    }
    main #home-about{
        background-position: right!important;
    }
    main #home-about .about-icon img {
        width: 100%;
    }
    main #home-about .about-box-container{
        grid-template-columns: repeat(2,1fr);
    }
    main #home-services .services-btn-group .services-btn-area .services-btn{
        min-width: 160px;
    }
    main #home-videos .videos-slider-area .video-swiper {
        /* height removed, slides control the height */
        height: auto;
    }
    /* 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-form, main #home-services, main #home-faq-area, main #home-collage , main #home-comments, main #home-center-form, main #home-blog{
        margin-bottom: 60px;
    } 

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