@media(min-width:1400px){
   .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1240px;
} 
    .bg-fixed, .content-layout-04-bg, .content-layout-06-bg{
        background-attachment: fixed!important
    }  
    .container.c{
        max-width:77rem
    }
     .container.cc{
        max-width:75rem
    }
}

@media(min-width:1600px){
  .container.c{
        max-width:81rem
    }   
}

@media(min-width:2000px){
   .container{
        max-width:68rem
    } 
    html{
        font-size: 1.025vw
    }
    .container.container-services {
    max-width: 100%;
}
}

@media(max-width:1199px){
h1, .h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    line-height: 1.25;
}
}

@media(max-width:1023px){
    html, body{
        overflow-x: hidden
    }
}


@media(max-width:991px){
    .space-margin {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .space{
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .spaceT{
        padding-top: 4rem;
    }
    .spaceB{
        padding-bottom:4rem;
    }
    .spaceMT{
        margin-top: 4rem;
    }
    .spaceMB{
        margin-bottom: 4rem;
    }
h1, .h1 {
    font-size: 2.1rem;
      line-height: 1.25;  
}
h2, .h2 {
    font-size: 1.8rem;
}


    /***** Scroll ****/      
    .bottom-to-top, .scrollup, .top-to-bottom {
        height: 3rem;
        width: 3rem;
    }
    .scroll-div svg, .scroll-div img, 
    .scrollup svg,  .scrollup img {
        width: 1.15rem;
        height: 1.15rem;
    }  
}

@media (max-width: 900px){
    .cookie-notice-container #cn-notice-buttons {
        display: flex!important;
    }
}

@media(max-width:767px){
    /***** Global ****/ 
    .space {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .space-margin {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .spaceMB {
        margin-bottom: 3rem;
    }
    .spaceMT {
        margin-top: 3rem;
    }
    .spaceT{
        padding-top: 3rem;
    }
    .spaceB{
        padding-bottom: 3rem;
    }

    .mb2 {
        margin-bottom: 1.5rem;
    }
        .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.75rem;
}
    

    /* Breadcrumb ***/  
    .site-breadcrumb {
        position: static;
        line-height: 1.1;
        padding-top: 10px;
        padding-bottom: 10px
    }

    /***** Blog ****/
    .blog-loop-content-col {
        position: relative;
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    h1.blog-detail-heading {
        font-size: 1.75rem;
    }
    .single.single-post h2{
        font-size: 1.6rem
    }
    .single.single-post h3{
        font-size: 1.5rem
    }
    .single.single-post h4{
        font-size: 1.3rem
    }
    .single.single-post h5{
        font-size: 1.2rem
    }

    /*** Scroll - ARROW ******/
    .bottom-to-top, .scrollup{
        right: 1rem;
        bottom: 3.5rem
    }

    /*** Footer ******/    
    .contact-bar-info-inner:before{
        content: none
    }
}



@media(max-width:575px){
    /***** Common ****/    
    .space {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .space_m {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .spaceMB {
        margin-bottom: 2.5rem;
    }
    .spaceMT {
        margin-top: 2.5rem;
    }
    .spaceT{
        padding-top: 2.5rem;
    }
    .spaceB{
        padding-bottom: 2.5rem;
    } 
    .mb2 {
        margin-bottom: 1rem;
    }
}

@media(max-width:479px){

    
    /***** Global ****/ 
   h1, .h1 {
    font-size: 1.8rem;
} 
     h2, .h2{
    font-size: 1.5rem;
}
   
    .mb2 {
        margin-bottom: 1.25rem;
    }
    .mb2_5 {
        margin-bottom: 1.55rem;
    }

}


   

@media(max-width:389px){  
  
}