@media(min-width:768px){
    /***** Global ****/
    .my-5-extra{
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    .mt-5-extra{
        margin-top: 7rem !important;
    }
    .mb-5-extra{
        margin-bottom: 7rem !important;
    }
    .py-5-extra{
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .pt-5-extra{
        padding-top: 7rem !important;
    }
    .pb-5-extra{
        padding-bottom: 7rem !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:1400px){
    .bg-fixed{
        background-attachment: fixed!important
    }
    .container.c{
        max-width:81rem;
    }
    .container.cc{
        max-width:75rem;
    }
}

@media(min-width:1500px){
    .container.c{
        max-width:86rem;
    }

}

@media(min-width:1600px){
    .container.c{
        max-width:95rem;
    }
}
@media (min-width: 1800px) {
    .container.c {
        max-width: 103rem;
    }
}
@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: 3.4rem;
    }

}

@media(max-width:479px){



}

@media(max-width:415px){

}

@media(max-width:375px){

}