@media only screen and ( min-width: 1600px ) and ( max-width: 1730px ) {

    .hero_banner_title h1 {
        font-size: 70px;
    }

}

@media only screen and ( min-width: 1400px ) and ( max-width: 1599px ) {

    .hero_banner_title h1 {
        font-size: 60px;
    }

}

@media only screen and ( min-width: 1200px ) and ( max-width: 1399px ) { 
  
    .section_black:before, 
    .footer_wrapp:before, 
    .section_gray:before {
        width: calc(55% - var(--container-max-width)* .25);
    }
    .banner_title h1 {
        font-size: 70px;
    }
    .banner_title p {
        font-size: 24px;
        line-height: 1.3;
    }
    .hero_banner_title h1 {
        font-size: 50px;
    }

}

@media only screen and ( max-width: 1199px ) {

    .banner_title p br {
        display: none;
    }
    .project_section.service_section {
        padding-top: 0;
    }

}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {

    .hero_banner_title h1 {
        font-size: 50px; 
    }
    .hero_banner_title h1 br, 
    .hero_banner_title .banner_video {
        display: none;
    }
    .section_black:before, 
    .footer_wrapp:before, 
    .section_gray:before {
        width: calc(60% - var(--container-max-width)* .25);
    }
    .banner_card {
        padding: 60px 10px;
    }
    .hero_card_name h2 {
        font-size: 24px;
    }
    .main_heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .banner_title h1 {
        font-size: 50px;
    }
    .banner_title p {
        font-size: 20px;
        line-height: 1.3;
    }

}

@media only screen and ( max-width: 991px ) {

    .header_main {
        padding: 10px 0;
    }
    .navbar_toggle {
        width: 34px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .navbar_toggle .toggler_menu, 
    .navbar_toggle:before, 
    .navbar_toggle:after {
        content: '';
        background-color: var(--body-default-color);
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645,.045,.355,1);
    }
    .navbar_toggle .toggler_menu {
        top: 9px;
        width: 100%;
    }
    .navbar_toggle:before {
        top: 0;
        width: 24px;
    }
    .navbar_toggle:after {
        bottom: 0;
        width: 24px;
    }
    .brand_logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }
    .hero_banner {
        grid-template-columns: 1fr;
    }
    .hero_banner_left, 
    .hero_banner_right, 
    .section_black:before, 
    .footer_wrapp:before {
        display: none;
    }

    .hero_banner_middle {
        border: none;
    }
    .hero_banner_middle {
        padding: 60px 0px;
    }

    .hero_banner_title h1 br, 
    .main_heading h2 br, 
    .service_card_heading h6 br {
        display: none;
    }
    .hero_banner_title .banner_video {
        display: none;
    }
    .header_menu {
        width: 100%;
        max-width: 300px;
        background-color: var(--body-bg-black);
    }
    .header_menu ul {
        flex-direction: column;
        padding-top: 40px;
    }
    .header_menu > ul > li {
        padding: 15px;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
    }
    .header_menu .btnclose {
        background-color: var(--card-bg-color);
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 999;
        line-height: 0;
    }
    .header_menu .btnclose .toggler_close_icon {
        position: relative;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 0;
    } 
    .header_menu .btnclose .toggler_close_icon::before, 
    .header_menu .btnclose .toggler_close_icon::after {
        content: '';
        background-color: var(--body-default-color);
        width: 20px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645,.045,.355,1);
        top: 18px;
    }
    .header_menu .btnclose .toggler_close_icon::before {
        transform: rotate(45deg);
    }
    .header_menu .btnclose .toggler_close_icon::after {
        transform: rotate(-45deg);
    }
    .tabs_header {
        grid-template-columns: 1fr;
    }
    /* .tabs_header ul {
        text-align: center;
    } */
    .tabs_header ul li {
        display: inline-block;
        padding: 5px 20px 5px 0px;
        width: auto;
    }
    .brands_wrapp {
        padding-top: 30px;
    }

    .section_gray:before {
        display: none;
    }
    .banner_title p {
        font-size: 18px;
        line-height: 1.3;
    }
    .counter-number h3 {
        font-size: 36px;
    }
    .counter-number p {
        font-size: 15px;
    }

}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

    .main_heading h2 {
        font-size: 30px;
        line-height: 40px;
    } 
    .about_content h4 {
        font-size: 26px;
    }
    .hero_banner_title h1 {
        font-size: 60px;
    }
    .banner_title h1 {
        font-size: 52px;
    }
    .project_section .tabs_header ul li {
        padding: 15px;
    }

}

@media only screen and ( max-width: 767px ) {
    
    .sicial_media {
        justify-content: center;
    }
    .copyright {
        text-align: center;
        padding-top: 20px;
    }
    .blog_section_bg h2 {
        font-size: 30px;
    }
    .hero_banner_img img {
        padding-bottom: 80px;
    }
    .project_section .tabs_header ul li {
        padding: 5px 15px;
    }

}

@media only screen and ( min-width: 577px ) and ( max-width: 767px ) {

    .main_heading h2 {
        font-size: 28px;
        line-height: 38px;
    } 
    .about_content h4 {
        font-size: 26px;
    }   
    .hero_banner_title h1 {
        font-size: 48px;
    }
    .banner_title h1 {
        font-size: 46px;
    }

}

@media only screen and ( max-width: 576px ) {

    .hero_banner_title h1 {
        font-size: 36px;
    }
    .main_heading h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .about_content h4 {
        font-size: 24px;
    }
    .expe_title h5 {
        font-size: 22px;
    }
    .hero_banner_img {
        margin-top: 10px;
    }
    .banner_title h1 {
        font-size: 28px;
    }
    .counter-number {
        padding: 15px 0;
    }

    .blog_info ul li {
        padding: 0;
        border: none;
    }

}