@media(min-width:768px){
    /***** Global ****/ 
     .my-5-extra{
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .mt-5-extra{
        margin-top: 5rem !important;
    }
    .mb-5-extra{
        margin-bottom: 5rem !important;
    }
    .py-5-extra{
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-5-extra{
        padding-top: 5rem !important;
    }
    .pb-5-extra{
        padding-bottom: 5rem !important;
    }
}
@media(min-width:992px){
    /***** Global ****/ 
     .my-7-extra{
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .mt-7-extra{
        margin-top: 7rem !important;
    }
    .mb-7-extra{
        margin-bottom: 7rem !important;
    }
    .py-7-extra{
        padding-top:  7rem !important;
        padding-bottom:  7rem !important;
    }
    .pt-7-extra{
        padding-top:  7rem !important;
    }
    .pb-7-extra{
        padding-bottom:  7rem !important;
    }
    }
    @media(min-width:1200px){
        /***** Global ****/
        .my-5-extra{
            margin-top: 6rem !important;
            margin-bottom: 6rem !important;
        }
        .mt-5-extra{
            margin-top: 6rem !important;
        }
        .mb-5-extra{
            margin-bottom: 6rem !important;
        }
        .py-5-extra{
            padding-top: 6rem !important;
            padding-bottom: 6rem !important;
        }
        .pt-5-extra{
            padding-top: 6rem !important;
        }
        .pb-5-extra{
            padding-bottom: 6rem !important;
        }
    }
    @media(min-width:1400px){
    .bg-fixed{
        background-attachment: fixed!important
    }  
    .container.c{
        max-width:77rem
    }
     .container.cc{
        max-width:75rem
    }
}

@media(max-width:1199px){
    h1, .h1 {
    font-size: 46px;
}

h2, .h2 {
    font-size: 32px;
}

h3,.h3 {
    font-size: 26px;
}

h4,.h4 {
    font-size: 22px;
}

h5,.h5 {
    font-size: 20px;
}

h6,.h6 {
    font-size: 18px;
}
}


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

@media(max-width:767px){
    /***** Global ****/ 
     .my-5-extra{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .mt-5-extra{
        margin-top: 5rem;
    }
    .mb-5-extra{
        margin-bottom: 5rem;
    }
    py-5-extra{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .pt-5-extra{
        padding-top: 5rem;
    }
    .pb-5-extra{
        padding-bottom: 5rem;
    }

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

    h2, .h2 {
    font-size: 30px;
    }

    h3,.h3 {
    font-size: 27px;
    }

    h4,.h4 {
    font-size: 23px;
}


    /***** 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){
     
      .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.75rem;
}
 
}

@media(max-width:479px){
    


}

@media(max-width:415px){

}

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