/* XX-Large devices (larger desktops, 1400px and up) */

@media (max-width: 1400px) {
    p {
        font-size: 14px;
    }
    .nav ul li {
        margin: 0 20px;
    }
    .nav ul li a {
        font-size: 14px;
    }
    .navbar .d-flex {
        width: 300px;
    }
    #banner .banner_slider.owl-carousel .item .banner_text h3 {
        font-size: 30px;
    }
    h1 {
        font-size: 50px;
    }
    #banner .banner_slider.owl-carousel .item .banner_text a {
        padding: 15px 40px;
        font-size: 18px;
    }
    #support_24 .support_24_content .img {
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin-right: 20px;
    }
    #support_24 .support_24_content .img img {
        height: 70px;
    }
    #support_24 .support_24_content {
        padding: 40px 20px;
    }
    #support_24 .support_24_content h3 {
        font-size: 20px;
    }
    .happy_client_content {
        background: var(--bg_color);
        padding: 40px 15px;
        min-height: 200px;
    }
    .happy_client_content.bgs .img {
        margin-right: 15px;
    }
    .happy_client_content img {
        height: 70px;
    }
    h3 {
        font-size: 18px;
    }
    #footer .footer_content ul li a {
        font-size: 12px;
    }
    #footer .logo img {
        height: 40px;
    }
    #footer .footer_content input {
        width: 90%;
    }
    .Category_content_item .Category_content_item_content a {
        padding: 15px;
    }
}

/* -----------------------------------------
XX-Large devices (larger desktops, 1400px and up)
-------------------------------------------- */

@media (max-width: 1200px) {
    form.d-flex.search button.btn {
        font-size: 14px;
    }
    .navbar .d-flex {
        width: 240px;
    }
    form.d-flex.search input::placeholder {
        font-size: 12px;
    }
    .navbar .navbar-brand img {
        height: 40px;
    }
    .nav ul li a {
        font-size: 13px;
    }
    #support_24 .support_24_content {
        padding: 40px 15px;
    }
    #support_24 .support_24_content .img {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-right: 15px;
    }
    #support_24 .support_24_content .img img {
        height: 60px;
    }
    #support_24 .support_24_content h3 {
        font-size: 18px;
    }
    #support_24 .support_24_content p {
        font-size: 13px;
    }
    #support_24 .support_24_content .text {
        width: 62%;
    }
    .happy_client_content.bgs .img {
        margin-right: 10px;
    }
    .happy_client_content {
        padding: 40px 10px;
    }
    h3 {
        font-size: 16px;
    }
}

/* Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .Mobile_menu {
        display: block;
    }
    .navbar {
        height: 70px;
    }
    .navbar.bg {
        height: 70px;
    }
    button.Mobile_menu svg {
        font-size: 24px;
    }
    button.Mobile_menu svg path {
        fill: #FDBE33;
    }
    .section_height {
        margin-top: 70px;
    }
    #support_24 .support_24_content {
        padding: 40px 10px;
    }
    #support_24 .support_24_content .img {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-right: 10px;
    }
    #support_24 .support_24_content .img img {
        height: 45px;
    }
    #support_24 .support_24_content .text {
        width: 69%;
    }
    .happy_client_content img {
        height: 55px;
    }
    .happy_client_content p {
        font-size: 12px;
        line-height: 20px;
    }
    h2 {
        font-size: 30px;
    }
    #about .about_content p {
        margin-top: 20px;
        font-size: 13px;
    }
    .about_content .img {
        margin-right: 15px;
    }
    section#about .row.d_flex {
        align-items: normal;
    }
    #about .about_content a {
        margin-top: 20px;
        font-size: 16px;
    }
    #Category_part .Category_menu h4 {
        font-size: 16px;
        padding: 15px;
    }
    .Category_content h5 {
        font-size: 16px;
    }
    a {
        font-size: 14px;
    }
    .gallery_content .img img {
        height: 280px;
        object-fit: cover;
    }
    .office_address {
        margin-top: 50px;
    }
    .nav ul li>ul {
        position: unset;
        width: 100%;
        top: 100%;
        box-shadow: none;
        border-radius: unset;
        margin-left: 20px;
    }
    .nav ul li>ul li {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .nav ul li>ul:after {
        display: none;
    }
    .nav ul li>ul li a {
        padding: 20px 0;
        padding-right: 15px;
        border-bottom: 0;
    }
    .copy_right.d_flex {
        display: block;
    }
    #footer .copy_right .social_icon {
        justify-content: center;
        margin-bottom: 15px;
    }
    .right.d_flex {
        display: block;
        text-align: center;
    }
    #footer .logo img {
        height: 40px;
    }
    /* Mobiile Menu */
    .nav ul {
        display: block;
    }
    .nav ul li {
        margin: 0;
        display: block;
        width: 100%;
        padding: 0;
        line-height: 17px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .navbar-expand-lg .navbar-nav a {
        color: #000;
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav a.nav-link {
        color: #000;
    }
    .Mobile_menu .offcanvas-body {
        flex-grow: 1;
        padding: 20px;
        overflow-y: auto;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
    #Paint_your_imagination .Paint_your_imagination_content .img .overlay a {
        font-size: 20px;
    }
    #banner .banner_slider.owl-carousel .item .banner_text h3 {
        font-size: 18px;
    }
    #banner .banner_slider.owl-carousel .item .banner_text {
        width: 100%;
    }
    #banner .banner_slider.owl-carousel .item .banner_text h3 {
        font-size: 24px;
    }
    #banner .banner_slider.owl-carousel .item .banner_text h1 {
        font-size: 30px;
        margin-top: 15px;
        line-height: 22px;
    }
    .owl-nav {
        display: none;
    }
    #banner .banner_slider.owl-carousel .item .banner_text a {
        padding: 10px 25px;
        font-size: 15px;
    }
    #banner .banner_slider.owl-carousel .item {
        height: 230px;
    }
    .owl-carousel .owl-dots {
        bottom: 10px;
    }
    .owl-carousel button.owl-dot {
        width: 14px;
        height: 14px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .about_content {
        margin-top: 50px;
    }
    .footer_content {
        margin-bottom: 50px;
    }
    .section_height.service {
        margin-top: 80px;
    }
    #service {
        padding: 150px 0;
    }
    .gallery_content .img img {
        height: auto;
    }
}