@media screen and (max-width: 1440px) {
    .footer_section .footer-widget.widget_nav_menu .useful_links {
        padding-left: 0;
    }
    .chat_banner .banner_image,
    .feature_section .feature_image {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .feature_section .deco_image.shape_13 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header_section.text-white .main_menu > ul > li > a {
        color: #051441;
    }
    .header_section.text-white .main_menu > ul > li:hover > a,
    .header_section.text-white .main_menu > ul > li.active > a {
        color: #4154f1;
    }
    .footer_section .footer-widget.widget_text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_section .footer-widget.widget_text .useful_links {
        margin-top: 0;
    }
    .footer_section .footer-widget.widget_nav_menu .ul_li_block ul li:not(:last-child) {
        margin-bottom: 4px;
    }
    .c_slide_in_wrap1 {
        display: block;
    }
    .footer_section .footer-widget {
        padding-top: 0;
    }
    .makro_social_icons.ul_li_center ul,
    .breadcrumb_section .breadcrumb_content .breadcrumb_nav ul,
    .banner_section.digital_marketing_banner .ul_li_center > ul,
    .banner_section.saas_banner .ul_li_center > ul,
    .footer_section .footer_bottom .social_icon > ul {
        background-color: transparent;
        display: inline-flex;
        margin: 0 auto;
    }
    .ul_li_right > ul {
        display: block;
        float: none;
        margin-right: 0;
        background: #fff;
        padding: 15px;
        max-height: 400px;
        overflow-y: scroll;
    }
    .home_project_management .header_section .menu_btn {
        color: #303030;
    }
}

@media (min-width: 1921px) {
    .breadcrumb_section .breadcrumb_content .breadcrumb_nav ul {
        background-color: transparent;
        display: inline-flex;
        margin: 0 auto;
    }
}

@media (min-width: 583px) and (max-width: 991px){
    .footer_section .footer-widget.widget_nav_menu {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (min-width: 583px) and (max-width: 991px) {
    .header_section .menu_btn {
        margin: 3px 0 0 0;
        line-height: 1.2;
    }
}

@media screen and (max-width: 767px) {
    .banner_section.agency_banner .banner_content {
        max-width: 100%;
    }
    .banner_section .banner_content p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 582px) {
    .details_section .comment_form  p.comment-form-cookies-consent {
        display: flex;
    }
    .details_section .comment_form p.comment-form-cookies-consent input {
        margin-top: 8px;
        margin-right: 10px;
    }
    .header_section .menu_btn {
        margin: 5px 0 0 0;
        line-height: 1.2;
    }
    .comment_area .comment_item .reply_btn {
        position: relative;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 480px) {
    .comment_area .comment_item .admin_name,
    .comment_area .comment_item .comment_item .admin_name {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .comment_area .comment_item .comment_item p,
    .comment_area .comment_item p {
        font-size: 15px;
    }
    .comment_area .comment_item .post_time,
    .comment_area .comment_item .comment_item .post_time {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 414px) {
    .agency_banner {
        padding-bottom: 80px;
    }
    .banner_section.chat_banner .banner_content .title_text span {
        display: contents;
    }
    .banner_section .banner_content .btns_group > ul > li {
        margin-bottom: 25px;
    }
    .pagination .nav-links .page-numbers {
        margin-bottom: 10px;
    }
}