@media screen and (max-width: 1680px) {
    .banner-section h1 {
        font-size: 65px;
    }

    .container {
        max-width: 1420px;
        width: 94%;
    }

    .banner-section {
        padding: 180px 0px 55px;
    }

    h2.maintitle, h2, .cta-section h2, .s_bottom_content h2 {
        font-size: 40px;
    }

    .process-steps {
        max-width: 100%;
        padding: 0px 20px;
    }

    .filter-btns {
        gap: 15px;
    }
	.services-scroll-content a.custom-btn, .services-scroll-content button.custom-btn {
    font-size: 20px;
    padding: 16px 20px;
}
}

@media screen and (max-width: 1620px) {
    .filter-btns button {
        font-size: 18px;
    }
	.inner_banner_content_wrp h1 {
    font-size: 50px;
}
.inner_banner_content_wrp h4 {
    font-size: 24px;
}
.abt_content h4, .s_bottom_content p {
    font-size: 24px;
}
.abt_content h4, .s_bottom_content p {
        font-size: 21px;
    }
	.s_bottom_content li, .about-section ul li {
    font-size: 16px;
}
.sserv_boxes h5 {
    font-size: 18px;
}
.serv_boxes .inn_serv_boxes h5 {
    font-size: 18px;
}
.inn_ser_boxes h5 {
    font-size: 16px;
}
.services_icon_wrp .inn_ser_boxes h5 {
    font-size: 15px;
}
.Service-image .image-div img {
    height: 295px;
}
section.why-choose-us-section .row {
    padding: 0 35px;
}
}

@media screen and (max-width: 1480px) {
    body {
        font-size: 16px;
    }

    p, .accordion-body, .footer_wrapper li {
        font-size: 16px;
    }

    header .nav-header {
        padding: 10px 0;
    }

    .banner-section {
        padding: 160px 0px 60px;
    }

    .banner-section h1 {
        font-size: 40px;
        margin: 10px 0 12px 0;
    }

    .banner-section h1 span {
        font-size: 36px;
    }

    .banner-section h4 {
        font-size: 18px;
        max-width: 609px;
    }

    .banner-section ul {
        margin: 20px 0 30px 0;
    }

    .custom-btn {
        font-size: 16px;
        padding: 12px 20px;
    }

    .process-step::before {
        right: 240px;
    }

    h2.maintitle, h2, .cta-section h2 {
        font-size: 34px;
    }

    .process-step span.num {
        font-size: 26px;
    }

    .service-card h3 {
        font-size: 23px;
    }

    .service-card p {
        min-height: 130px;
    }

    h5.subtitle-2 {
        font-size: 22px;
    }

    .subscribe-box {
        padding: 33px 55px;
    }

    .ba-title {
        font-size: 16px;
    }

    .wrap .counter {
        font-size: 40px;
    }

    .wrap .label {
        font-size: 20px;
    }

    .projects-section {
        padding: 40px 0 0px;
    }
	    .inner_banner_content_wrp h1 {
        font-size: 44px;
    }
	.inner-banner-section {
    padding: 195px 0 70px 0;
}
.form-group input, .form-group select {
    font-size: 16px;
    padding-bottom: 15px;
    height: 55px;
}
.form-group textarea {
    font-size: 16px;
    height: 120px;
}
.d_content p , .d_content h5{
    font-size: 18px;
}
.map_iframe .container {
    height: 390px;
}
    h2.maintitle, h2, .cta-section h2, .s_bottom_content h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1380px) {
    .header-btn {
        font-size: 16px;
    }
	    .services-scroll-content a.custom-btn, .services-scroll-content button.custom-btn {
        font-size: 18px;
        padding: 16px 28px;
    }
	    .inner_banner_content_wrp h4 {
        font-size: 20px;
    }
	.team_box img {
    height: 400px;
}
.team_box h5 {
    font-size: 25px;
}
section.about-team-section .container {
    padding: 0px 2%;
}
.serv_boxes {
    padding: 0px 15px;
}

}

@media screen and (max-width: 1290px) {
	    h2.maintitle, h2, .cta-section h2 {
        font-size: 30px;
    }
	    .inner_banner_content_wrp h1 {
        font-size: 35px;
    }
	.abt_content h4, .s_bottom_content p {
        font-size: 19px;
    }
    section.about-team-section .container {
        padding: 0px 0%;
    }
}

@media screen and (max-width: 1199px) {
    nav.navbar.navbar-expand-xl {
        /* display: none; */
    }

    header nav {
        position: static !important;
    }

    header .navbar-collapse {
        box-shadow: 0 0 10px rgb(0 0 0 / 25%);
        background-color: #fff;
        padding: 20px 20px;
        border-top: 5px solid var(--primarycolor);
        margin-top: 10px;
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        margin: 0 auto 0 auto;
        width: 95%;
    }

    header .navbar-collapse ul.navbar-nav li a, ul.navbar-nav li.menu-item-has-children>span:after {
        color: #000;
    }

    header ul.navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    header ul.navbar-nav li {
        width: 100%;
        border-bottom: 1px solid #a1a1a1;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    ul.navbar-nav>li:last-child {
        border-bottom: 0px solid #a1a1a1;
        margin-bottom: 0;
    }

    header ul.navbar-nav ul.sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translate(0%, 0%);
        width: 100%;
        margin-top: 10px;
        display: none;
        transition: initial;
    }

    header ul.navbar-nav ul.sub-menu li {
        margin-bottom: 0;
        padding: 10px 10px;
    }

    ul.navbar-nav li a:before, ul.navbar-nav li a:after {
        display: none;
    }

    .process-steps::before {
        display: none;
    }

    h2.maintitle, h2, .cta-section h2 {
        font-size: 28px;
    }

    .services-grid {
        gap: 20px;
    }

    .service-card img {
        height: 220px;
    }

    .service-card h3 {
        font-size: 19px;
    }

    .process-step::before {
        display: none;
    }

    .counter-section {
        padding: 85px 0px;
        background-size: cover;
    }

    .b-a-content {
        padding: 0;
    }

    .project-item {
        width: 33.333%;
    }
    .services-scroll-content a.custom-btn, .services-scroll-content button.custom-btn {
        font-size: 17px;
        padding: 16px 20px;
    }
.sserv_boxes h5 {
    padding: 0px 45px;
}
section.why-choose-us-section .row {
    padding: 0;
}
ul.navbar-nav>li {
    padding-right: 0;
}
section.why-choose-us-section .row {
    padding: 0;
}
}

@media screen and (max-width: 1024px) {
    .process-step {
        max-width: 48%;
    }

    .process-top-content p {
        padding: 0px;
    }

    .process-steps {
        gap: 35px;
    }

    .counter-box {
        width: 30%;
    }

    .wrap {
        gap: 54px;
    }

    .filter-btns {
        display: block;
        margin-bottom: 15px;
    }

    .filter-btns button {
        margin: 6px;
    }

    .project-item img {
        width: 100%;
        height: 200px;
    }

    .ba-card img {
        width: 100%;
        height: 240px;
    }

    .testimonial-card {
        padding: 30px;
    }

    .faqs_top_content {
        margin-bottom: 0;
    }

    .faqs_content_wrp {
        padding-top: 16px;
    }

    .faq_img {
        padding-left: 18%;
    }

    .cta-section h6 {
        font-size: 21px;
    }

    .faqs_content_wrp button.accordion-button.collapsed {
        background-size: 12px;
    }

    .faqs_content_wrp button.accordion-button {
        background-size: 24px;
    }

    .banner-section {
        height: 80vh;
    }

    section.about-section .col-lg-6 {
        width: 100%;
    }

    .about-section .video-box {
        display: inline-block;
    }

    .about-section .video-box video {
        width: auto;
        height: auto;
    }

    .video_wrp {
        text-align: center;
        margin-top: 2rem;
    }

    .service-card {
        width: 48.333%;
    }

    .process-step {
        max-width: 47%;
    }

    .cta-section .col-md-8, .cta-section .col-md-4, .subscribe-content , .newsletter_box {
        width: 100%;
        text-align: center;
    }

    .cta_btns, .newsletter_box {
        justify-content: center;
        margin-top: 1rem;
    }

    .cta-section .btn {
        margin-bottom: 0px !important;
    }

    .cta-section {
        padding: 60px 0px;
        margin-bottom: 0;
    }

    .subscribe-box {
        margin-bottom: 0;
    }

    .Subscribe_wrapper {
        background: #FFB425;
    }

    .about-section {
        padding: 30px 0;
    }

    .footer_wrapper {
        padding: 50px 0px;
    }

    .footer_wrapper .f1, .footer_wrapper .f2, .footer_wrapper .f3, .footer_wrapper .f4 {
        width: 50%;
    }

    .process-section {
        padding: 50px 20px;
    }
section.abt_page .row:nth-child(2n) .abt_content {
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.desc {
    padding-bottom: 20px;
}
section.about-team-section .row {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
}
.team_content_box {
    width: 48%;
}
section.about-team-section {
    padding: 35px 0px 40px;
}
    section.about-team-section .row {
        padding-top: 20px;
        gap: 20px;
        justify-content: center;
    }
.service-main-content {
    text-align: center;
    padding: 10px 2% 10px;
}
.services-scroll-content .filter-btns {
    justify-content: center;
    flex-wrap: wrap;
}
    .services-scroll-content a.custom-btn, .services-scroll-content button.custom-btn {
        font-size: 18px;
        width: 48%;
        display: inline-block;
    }
.Service-content-box {
    width: 100%;
    padding-right: 0px;
    padding-left: 0;
}

.Service-image {
    width: 100%;
    padding: 0px 0px 30px;
}
.row.Service-row {
    padding: 20px 0px;
    margin: 0;
}
.wcu_boxes, .serv_boxes {
    width: 50%;
    padding: 12px;
}
.servive-top-content {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
}
.inn_ser_boxes {
    display: block;
    gap: 0;
}
.services_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    padding-top: 50px;
    text-align: center;
}
.inn_ser_icon {
    margin-bottom: 12px;
}
.sserv_boxes {
    width: 50%;
    text-align: center;
padding:10px;	
}
.row.tab1_content_repeater {
    justify-content: center;
}
section.services_img_slider {
    padding: 0px 0px 40px;
}
section.servive-top-section {
    padding: 40px 0px;
}
.contact_details_wrp {
    padding-right: calc(var(--bs-gutter-x) * .5);
    width:100%;
}
.contact_form_details_wrp {
    justify-content: center;
    width: 100%;
    padding-top: 30px;
}
.projects-page-section {
    padding: 40px 0px;
}
button.custom-btn.light-btn.btn-primary.active {
    background: #113781;
}
.new_width.project-item {
    width: 50%;
}
    .filter-btns {
        gap: 0px;
    }
}

@media screen and (max-width: 991px) {
    .reverse-row > div:last-child {
        order: -1;
    }

    .banner-section {
        height: 65vh;
    }

    .faqs_content_wrp {
        padding-top: 16px;
        width: 100%;
    }

    .faq_img_wrp {
        width: 100%;
        margin-top: 2rem;
    }

    .faq_img {
        padding-left: 0%;
        text-align: center;
    }
}

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

@media screen and (max-width: 767px) {
    .top-header {
        background-color: var(--bgdktxtclr);
    }

    .header-btn {
        background: #fff;
        color: #000;
    }

    nav button.navbar-toggler {
        background-color: var(--bgdktxtclr);
    }

    header .navbar-collapse {
        border-color: var(--bgdktxtclr);
        ; }

    header {
        position: relative;
    }

    header .nav-header {
        background-color: var(--primarycolor);
    }

    header .logo-col img {
        max-width: 300px;
    }

    header .logo-col {
        text-align: center;
        margin-bottom: 10px;
    }

    .top-header .info-row, ul.header-info {
        justify-content: center;
    }

    ul.header-info li {
        padding: 0 10px;
    }

    .nav-col nav.navbar {
        order: 1;
    }

    .nav-col {
        flex-wrap: nowrap;
    }

    .custom-btn {
        font-size: 16px;
    }

    .header-btn {
        font-size: 14px;
        width: 100%;
    }

    .banner-section {
        padding: 70px 0;
        height: auto;
    }

    .banner-section h1 {
        font-size: 45px;
    }

    .banner-section h1 span {
        font-size: 30px;
    }

    .banner-section h4 {
        font-size: 20px;
    }

    .banner-section ul li {
        font-size: 16px;
    }

    .bottom-footer .copyright-row {
        padding: 15px 15px;
    }

    h2.maintitle, h2, .cta-section h2 {
        font-size: 23px;
    }

    .before-after-section {
        padding: 60px 0 30px;
    }

    .testimonial_wrapper {
        padding: 20px 0px 0px;
    }

    .faqs_content_wrp button.accordion-button, .faqs_content_wrp button.accordion-button.collapsed {
        font-size: 17px;
    }

    .faqs_content_wrp button.accordion-button {
        padding-right: 38px;
    }

    .subscribe-box {
        padding: 40px 10px;
    }
    .inner-banner-section {
        padding: 74px 0px;
        text-align: center;
    }
    .inner_banner_content_wrp h1 {
        font-size: 26px;				
    }
        h2.maintitle, h2, .cta-section h2, .s_bottom_content h2 	{
        font-size: 28px;
    }
    .inner_banner_content_wrp h4 {
        font-size: 16px;
    }
.contact-form-area-wrap {
    padding: 40px 0px;
}
.about-section ul li , .about-section ul li, .s_bottom_content li	{
    padding-left: 25px;
    background: url(/ntbconstruction/wp-content/uploads/2025/09/ntbconstruction-ar1.webp) no-repeat left 5px;
    background-size: 12px;
}

}

@media screen and (max-width: 575px) {
    header .logo-col img {
        max-width: 240px;
    }
    .inner-banner-section {
        padding: 54px 0px;
    }
    .top-header .info-row {
        gap: 20px;

    }
.services_icons {
        padding-top: 30px;
        gap:0px;
display: block;
    }
.ser_icons_boxes {
    width: 100%;
padding:10px 0px;
}
.why_btn {
    padding-top: 0px;
}
.servive-tab-content h4 {
    font-size: 28px;
    margin-bottom: 15px;
}
    .sserv_boxes h5 {
        padding: 0px;
    }
    .inner_banner_content_wrp h1 {
        font-size: 22px;
    }
    .banner-section .btn-col {
        gap: 10px;
        flex-wrap: wrap;
    }

    .banner-section h1 {
        font-size: 28px;
    }

    .banner-section h1 span {
        font-size: 25px;
        display: block;
    }

    .banner-section ul {
        padding: 0;
        list-style: none;
        margin: 20px 0 30px 0;
    }

    .about-section .video-box video {
        width: 100%;
        height: auto;
    }

    h2.maintitle, h2, .cta-section h2 {
        font-size: 20px;
    }

    .service-card, .process-step, .counter-box {
        width: 100%;
        max-width: 100%;
    }

    .wrap {
        gap: 0;
        display: block;
    }

    .counter-section {
        padding: 45px 0px;
    }

    .counter-box {
        padding: 10px 0px;
    }

    .project-item {
        width: 50%;
        padding: 5px;
    }

    h5.subtitle-2 {
        font-size: 16px;
    }

    .newsletter_box .gjs-cell {
        display: block;
    }

    .newsletter_box input[type="submit"] {
        height: auto;
        padding: 10px 20px;
        width: 100%;
        margin-top: 8px;
    }

    .footer_wrapper .f1, .footer_wrapper .f2, .footer_wrapper .f3, .footer_wrapper .f4 {
        width: 100%;
    }

    .footer_wrapper li {
        padding: 6px 0px;
    }

    .footer_wrapper h5 {
        font-size: 22px;
        margin: 20px 0px 10px;
    }
.wcu_boxes, .serv_boxes {
    width: 100%;
}
    .sserv_boxes {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    h2.maintitle, h2, .cta-section h2, .s_bottom_content h2 {
        font-size: 24px;
    }
.d_content {
    display: block;
}
.d_content h5 {
    width: 100%;
    padding: 15px 0px 5px;
}
    .services-scroll-content a.custom-btn, .services-scroll-content button.custom-btn {
        width: 100%;
    }
.Service-image .image-div img {
    height: auto;
}
    .project-item img, .ba-card img {
        width: 100%;
        height: 165px;
    }
}

@media screen and (max-width: 480px) {
    .custom-btn {
        padding: 12px 20px;
    }

    .banner-section h4 {
        font-size: 17px;
    }

    .banner-section .btn-col a {
        width: 100%;
    }
}

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