/* Extra extra large devices (larger desktops) */
@media only screen and (min-width: 1400px) {
    
}

@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1500px) {
    
}

/* Extra large devices (large desktops) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .eu-cookie-compliance-content {
        max-width: 90%;
    }
}

@media only screen and (min-width: 991.99px) {
    
}

@media only screen and (max-width: 1399.98px) {
    
}

@media only screen and (max-width: 1285.98px) {
    
}

/* Large devices (desktops) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    
}

@media only screen and (max-width: 1199.98px) {
    .eu-cookie-compliance-content {
        display: block;
        text-align: center;
    }
    #popup-text {
        margin-bottom: 20px;
    }
    .full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn {
        display: inline;
    }
    .full-width-header .rs-header .topbar-area.style2 .topbar-contact li:nth-child(2) a {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
}

/* Medium devices (tablets) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {

}

@media only screen and (max-width: 991.98px) {
    .logo-part {
        float: none;
        height: unset;
        line-height: unset;
    }
    .region-nav-branding {
        float: left;
        width: 130px;
        height: auto;
    }
    .full-width-header .mobile-menu {
        height: 53px;
        line-height: 53px;
    }
    .rs-menu {
        padding-top: 15px;
    }
    .full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu > li:last-of-type {
        margin-left: 0;
    }
    .full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu > li:last-of-type a {
        border-radius: 0;
    }
    .rs-footer .footer-top p {
        max-width: 100%;
    }
    .rs-team-Single .btm-info-team .images-part {
        padding: 0;
    }
}

/* Small devices (landscape phones) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    
}

@media only screen and (max-width: 767.98px) {
    
}

/* Extra small devices (portrait phones) */
@media only screen and (max-width: 575.98px) {
    
}

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