@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}
@media (max-width: 1300px) {
    .banner_slider .slick-dots {
        left: -65px;
    }
    .chat_title_icon img {
        height: 50px;
    }
    .chat_title_icon {
        left: -2%;
    }
}
@media (max-width: 1200px) {
    .navigation {
        z-index: 7;
        position: relative;
    }
    .navigation ul li a {
        width: auto;
        margin: 0 10px;
    }
    .banner_top_circle img {
        height: 30px;
        width: auto;
    }
    .rectangle img {
        height: 50px;
        width: auto;
    }
    .blog_detail_side img {
        height: auto;
    }
}
@media (max-width: 992px) {
    .header-push {
        height: 60px;
    }
    .testi_slider {
        flex-wrap: inherit;
        overflow-x: scroll;
        padding: 40px 0;
        padding-bottom: 70px;
    }
    .review_parent {
        min-width: 360px;
    }
    .design_content p {
        color: #5d4242;
    }
    .banner_wrapper {
        flex-direction: column-reverse;
    }
    .banner_top_circle img {
        height: 20px;
        width: auto;
    }
    .banner_top_circle {
        left: 50%;
        top: -5px;
        transform: translate(-50%, 0);
        left: 50%;
    }
    a.logo {
        padding: 10px 0;
        z-index: 7;
    }
    nav.navigation {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9;
        transition: 0.5s ease all;
    }
    .navigation.open {
        left: 0;
    }
    .top_menu_bar,
    nav.navigation li {
        display: block;
        padding: 0;
    }
    .blog_col_wrapp,
    .footer_col_wrapper {
        margin-bottom: 30px;
    }
 
    .service-section {
        padding-top: 80px;
    }
    .about_section {
        padding-bottom: 80px;
    }
     .chat_title_icon {
        top: -108px;
        left: -40px;
    }
    .chat_title_icon img {
        height: 30px;
    }
    .review_title::after,
    .review_title::before {
        width: 130px;
    }
    section.counter_section {
        padding-bottom: 40px;
    }
    .blog_row {
        margin-bottom: 0;
    }
    .sub_menu {
        position: static;
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        transition: inherit;
        display: none;
        transition: none;
    }
    .blog_detail_title h2 {
        font-size: 25px;
        line-height: 34px;
    }
    .blog_title h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .service_detail_side {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .blog_detail_side {
        margin-bottom: 30px;
    }
    .blog_detail_side,
    .service_wrapper {
        padding-right: 0;
    }
    .products_wrapp li a img {
        margin-left: 20px;
    }
    .products_parent:nth-child(2) .products_wrapp li a img {
        margin-left: 0;
        margin-right: 20px;
    }
    .title_wrapper {
        overflow: hidden;
    }
    .title_wrapper h2 {
        font-size: 30px;
        color: #7b4a4a;
    }
    .blog_content {
        margin-left: 15px;
    }
    .counter_container .count_wrapp p,
    .counter_container span {
        font-size: 30px;
    }
    ul.counter_wrapper {
        justify-content: space-between;
    }
    .counter_wrapper li {
        margin: 0;
    }
    .counter_container p {
        font-size: 16px;
    }
    .all_btn {
        padding: 7px 0;
        font-size: 14px;
    }
    .banner_top_circle img {
        height: 15px;
    }
    .small_circle img {
        width: 25px;
    }
    .small_circle {
        bottom: 30px;
        left: 30px;
    }
}
@media (max-width: 575px) {
    .rectangle img {
        height: 30px;
    }
    .banner_slider .slick-dots {
        top: auto;
        left: 50%;
        bottom: -50px;
        transform: translate(-50%, 0);
    }
    .banner_slider .slick-dots li {
        display: inline-block;
    }
}
@media (max-width: 480px) {
    .banner_top_circle {
        top: -8px;
        transform: translate(30%, 0);
    }
    .banner_top_circle img {
        height: 10px;
    }
    .banner_slider .banner_wrapper {
        margin: 0;
    }
    .banner_content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .products_parent:nth-child(2) .products_wrapp,
    .products_wrapp {
        padding-left: 0;
        padding: 0;
    }
    .about_content p {
        font-size: 18px;
    }
    .logo img {
        height: 30px;
    }
    .products_wrapp li a img {
        height: 50px;
    }
    .products_wrapp li a h4 {
        font-size: 14px;
    }
    ul.counter_wrapper {
        justify-content: center;
        align-items: center;
    }
    .counter_wrapper li {
        margin-bottom: 30px;
    }
    .service_sidebar {
        padding-left: 0;
        border: none;
    }
}
@media (max-width: 360px) {
    .review_parent {
        min-width: 100%;
    }
}
