@media(max-width:1440px) {
    .container-main {
        padding: 0px 40px;
    }

    .home-arrow-flex {
        padding: 0px 40px;
    }

    .about-client-right {
        padding: 40px 20px;
    }

    .our-team-block button.btn {
        height: 400px;
    }
}

@media(max-width:1366px) {
    .home-banner-content h1 {
        font-size: 50px;
    }

    .home-banner-content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .home-about-right {
        padding-left: 60px;
    }

    .home-about-flex.about-page.reverse .home-about-right {
        padding-right: 60px;
    }
    
}

@media(max-width:1280px) {
    /*.counter-area-block h2 {*/
    /*    font-size: 48px;*/
    /*}*/

    /*.counter-area-block p {*/
    /*    font-size: 20px;*/
    /*}*/
    
    .counter-area-block span {
        display: flex;
    }
    
    .count1 span {
        display: unset;
    }
    
    .counter-area-block span img{
        margin-top:0;
        margin-bottom:10px;
    }
    
    .counter-area-block p{
        margin-top: 8px;
    }

    .home-about-right h2,
    .nexus-one-liner h2,
    .home-nexus-goal h2,
    .home-certificate-left h2,
    .home-client-review h2,
    .about-nexus h3 {
        font-size: 36px;
    }

    .content-flex span {
        font-size: 75px;
    }

    .header-links ul {
        gap: 20px;
    }

    .our-team-block button.btn {
        height: 350px;
    }
    
    .home-about-right.about-page h2 {
        max-width: 445px;
    }
}

@media(max-width:1200px) {
    .header-links ul li {
        font-size: 14px;
    }

    .home-banner-content h1 {
        font-size: 44px;
    }

    .home-banner-content {
        max-width: 900px;
    }

    .header-logo {
        max-width: 200px;
    }

    .about-client-right h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .content-flex h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .products-bg {
        height: 400px;
    }

    .breadcrumbs-content h1 {
        font-size: 54px;
    }

    .contact-map,
    .contact-map iframe {
        height: 400px;
    }

    .nbspl-block h4 {
        font-size: 36px;
    }

    .nbspl-block p {
        font-size: 18px;
    }

    .product-detail-right {
        padding-left: 45px;
    }

    .product-detail-right h2 {
        font-size: 36px;
    }

    .our-team-block {
        width: 33.33%;
    }

    .our-team-block h5{
        font-size: 20px;
    }
    
    .counter-area-block p{
        font-size: 18px;
    }
    .counter-area-block h2{
        font-size: 36px;
    }
    .counter-area-block:nth-child(4) h2::before,
    .nbspl-block:nth-child(4) h4::before{
        right: -50px;
        font-size: 30px;
    }
        .nbspl-block:nth-child(4) h4::before{
                    right: -40px;
        }
    
}

@media(max-width:1100px) {
    .inquire-btn {
        font-size: 14px;
        font-size: 14px;
    }

    .header-links ul {
        gap: 10px;
    }

    .header-logo {
        max-width: 180px;
    }

    .home-banner-content {
        max-width: 800px;
    }

    .home-about-right {
        padding-left: 40px;
    }

    .home-certificate-left {
        padding-right: 40px;
    }

    .nexus-block-content p {
        font-size: 16px;
    }

    .content-flex {
        padding-bottom: 15px;
    }

    .footer-block p {
        max-width: 250px;
    }

    .home-about-flex.about-page.reverse .home-about-right {
        padding-right: 40px;
    }
}

@media(max-width:991px) {

    .main-header,
    .top-bar-main {
        display: none;
    }

    .mob-header {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .mob-header .navbar {
        background-color: #fff;
        padding: 15px 0px;
    }

    .mob-header .navbar>.container-fluid {
        padding: 0px 20px;
    }

    .mob-header .navbar-brand img {
        max-width: 250px;
    }

    .mob-header .navbar-toggler {
        padding: 0;
        border: unset;
    }

    .mob-header .navbar-toggler-icon {
        background-image: url(../images/menu-icon.webp);
        background-repeat: no-repeat;
        width: 30px;
        height: 28px;
    }

    body.menu-open .mob-header .navbar-toggler-icon {
        background-image: url(../images/close-icon.webp);
        height: 30px;
        margin-right: 7px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .mob-header .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0px 20px;
        z-index: -1;
    }

    .mob-header .navbar-nav {
        padding-bottom: 600px;
        padding-top: 110px;
    }

    .mob-header .nav-link {
        font-size: 15px;
        font-weight: 800;
        color: #20252d;
        text-transform: uppercase;
        padding: 10px 0px;
    }

    .dropdown-toggle::after {
        position: absolute;
        content: "";
        background-image: url(../images/down_arrow.webp);
        background-repeat: no-repeat;
        background-size: cover;
        width: 12px;
        height: 8px;
        border: 0;
        filter: invert(1);
        right: 0;
    }

    .dropdown-menu {
        border: unset;
        background-color: unset;
        color: #20252d;
    }

    .dropdown-item {
        color: #20252d;
        font-weight: 800;
    }

    .dropdown-item:hover {
        background-color: unset;
        color: #20252d;
    }

    .dropdown-divider {
        margin: 5px 0px;
    }

    .home-banner-info {
        padding-top: 108px;
    }

    /*.counter-area-block-inner {*/
    /*    padding: 40px;*/
    /*}*/

    /*.counter-area-block h2 {*/
    /*    font-size: 42px;*/
    /*}*/

    .counter-area-block p {
        font-size: 18px;
    }

    .home-about-right h2,
    .nexus-one-liner h2,
    .home-nexus-goal h2,
    .home-certificate-left h2,
    .home-client-review h2,
    .about-nexus h3 {
        font-size: 32px;
    }

    .about-call-right h5 {
        font-size: 18px;
    }

    .about-client-right h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .about-client-right {
        padding: 25px 20px;
    }

    .about-client-left {
        padding-right: 15px;
    }

    .products-bg {
        height: 350px;
    }

    .content-flex span {
        font-size: 60px;
    }

    .home-certificate-left {
        padding-right: 20px;
    }

    .breadcrumbs-bg-main,
    .breadcrumbs-info {
        padding-top: 108px;
    }

    .contact-info-right p {
        font-size: 16px;
    }

    .contact-us-right {
        width: 55%;
    }

    .contact-us-left {
        width: 45%;
    }

    .products-block {
        width: 33.33%;
    }

    .products-block.related-product {
        padding: 90px 25px;
    }

    .products-grid.related-product {
        margin: -90px -25px;
    }


}

@media(max-width:768px) {
    .counter-area-main {
        margin-top: 70px;
    }

    .home-banner-bg {
        height: 600px;
    }

    .home-arrow-flex {
        padding: 0px;
        justify-content: center;
        top: unset;
        bottom: -20px;
        gap: 20px;
    }

    .home-banner-content {
        max-width: unset;
                justify-content: center;
        padding-bottom: 0;
    }

    .home-banner-content h1 {
        font-size: 40px;
    }

    .counter-area-main {
        margin-top: 0px;
    }

    .counter-area-main .container-main {
        padding: 0;
    }

    .counter-area-flex {
        flex-flow: column;
    }

    .counter-area-block {
        width: 100%;
    }
    
    .counter-area-block-inner {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .counter-area-block p,
    .counter-area-block h2 {
        text-align: center;
    }

    .home-about-main,
    .home-products-main,
    .home-client-review-main,
    .contact-us-main,
    .products-main,
    .product-detail-main,
    .our-team-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home-about-left,
    .home-about-right,
    .home-certificate-left,
    .home-certificate-right {
        width: 100%;
    }

    .home-about-left {
        height: 100%;
    }

    .home-about-right {
        padding-left: 0px;
        padding-top: 40px;
    }

    .home-products-block {
        width: 50%;
    }

    .home-certificate-content {
        flex-flow: column;
    }

    .home-certificate-bg {
        height: 1000px;
    }

    .home-certificate-left {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .home-nexus-goal-block {
        width: 50%;
        padding: 15px;
    }

    .home-nexus-goal-flex {
        margin: -15px;
        justify-content: center;
    }

    .footer-flex {
        flex-flow: column;
    }

    .footer-block p {
        max-width: unset;
    }

    .footer-block {
        margin-bottom: 30px;
    }

    .footer-block:last-child {
        margin-bottom: 0px;
    }

    .footer-block h6 {
        padding-bottom: 5px;
    }

    .footer-copyright p {
        text-align: left;
    }

    .contact-us-left {
        width: 100%;
        padding-right: 0;
    }

    .contact-us-right {
        width: 100%;
        padding-top: 40px;
    }

    .breadcrumbs-content h1 {
        font-size: 46px;
    }

    .contact-us-left.career,
    .contact-us-right.career {
        width: 100%;
    }

    .home-about-flex.about-page.reverse {
        flex-flow: column;
    }

    .home-about-flex.about-page.reverse .home-about-right {
        padding-right: 0px;
    }

    .nbspl-block p {
        font-size: 16px;
    }

    /*.nbspl-block h4 {*/
    /*    font-size: 28px;*/
    /*}*/

    .nbspl-block img {
        width: 50px;
        height: 50px;
    }

    .home-about-flex.about-page.reverse .home-about-left.about-page {
        height: 100%;
    }

    .products-tab .nav-link {
        height: 100px;
        max-width: 200px;
    }

    .products-block {
        width: 50%;
    }

    .product-detail-left,
    .product-detail-right {
        width: 100%;
    }

    .product-detail-right {
        padding-left: 0;
        padding-top: 40px;
    }

    .related-products-main {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .home-about-main.about-main .home-about-left.about-page {
        height: 100%;
    }

    .our-team-block {
        width: 50%;
    }

    .team-modal-flex {
        flex-flow: column;
    }

    .team-modal-left {
        width: 100%;
    }

    .team-modal-right {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .home-about-flex.about-page.np {
        flex-flow: column;
    }
    
    .home-about-left.about-page.np,
    .home-about-right.about-page.np{
        width:100%;
    }
    
    .home-about-right.about-page.np {
        padding-right: 0px;
    }
    
    .footer-copyright{
        flex-flow: column;
    }
    
    .home-about-right.about-page h2 {
        max-width: 390px;
    }
}

@media(max-width:600px) {
    .container-main {
        padding: 0px 20px;
    }

    .mob-header .navbar-brand img {
        max-width: 200px;
    }

    .home-banner-content h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .home-banner-content p {
        font-size: 18px;
    }

    .home-banner-bg {
        height: 500px;
    }

    .home-arrow-flex {
        display: none;
    }

    .counter-area-main {
        margin-top: 0px;
    }

    .counter-area-main .container-main {
        padding: 0;
    }

    .counter-area-flex {
        flex-flow: column;
    }

    .counter-area-block {
        width: 100%;
    }

    .counter-area-block p,
    .counter-area-block h2 {
        text-align: center;
    }

    .home-about-main,
    .home-products-main,
    .home-client-review-main,
    .contact-us-main,
    .products-main,
    .product-detail-main,
    .about-nexus-main,
    .our-team-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-about-right {
        padding-top: 20px;
    }

    .home-about-right h2,
    .nexus-one-liner h2,
    .home-nexus-goal h2,
    .home-certificate-left h2,
    .home-client-review h2,
    .related-products h2,
    .about-nexus h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .home-about-right p,
    .nexus-block-content p,
    .home-certificate-left p,
    .contact-us-left.career p,
    .about-nexus p,
    .about-naresh p{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-client-left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .about-client-right {
        width: 100%;
    }

    .home-products-block {
        width: 100%;
        padding: 10px 0px;
    }

    .home-products-grid {
        margin: -10px 0px;
        padding-top: 12px;
    }

    .products-bg {
        height: 400px;
    }

    .nexus-one-liner video {
        margin-top: 45px;
    }

    .home-nexus-goal-block {
        width: 100%;
        padding: 10px 0px;
    }

    .home-nexus-goal-flex {
        margin: -10px 0px;
    }

    .nexus-block-bg {
        height: 450px;
    }

    .home-certificate-bg {
        height: 1100px;
    }

    .home-certificate-left {
        padding-bottom: 20px;
    }

    .footer-main {
        padding-top: 60px;
    }

    .contact-form-field {
        width: 100%;
        padding: 10px 0px;
    }

    .contact-form-flex {
        margin: -10px 0px;
    }

    .contact-map,
    .contact-map iframe {
        height: 300px;
    }

    .breadcrumbs-content h1 {
        font-size: 36px;
    }

    .breadcrumbs-bg {
        height: 250px;
    }

    .contact-us-right h4 {
        font-size: 26px;
    }

    .nbspl-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .nbspl-block:last-child {
        margin-bottom: 0;
    }

    .products-tab ul {
        display: -webkit-box;
        overflow: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        margin-bottom: 210px !important;
    }

    .products-tab ul::-webkit-scrollbar,
    .product-info ul.nav::-webkit-scrollbar {
        display: none;
    }

    .products-block {
        width: 100%;
    }

    .products-tab .nav-link {
        height: 120px;
        margin-bottom: 80px;
    }

    .product-detail-right {
        padding-top: 25px;
    }

    .product-detail-right h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .product-detail-right span {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .product-detail-right ul li,
    .product-info p,
    .table-content-block ul li {
        font-size: 16px;
    }

    .product-info ul.nav {
        display: -webkit-box;
        overflow: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .related-products-main {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .table-content-flex {
        flex-flow: column;
        gap: 0;
    }

    .table-content-block:last-child ul {
        margin-bottom: 0px !important;
    }

    .our-team-block {
        width: 100%;
        padding: 10px 0px;
    }

    .our-team-flex{
        margin: -10px -0px;
    }

    .team-modal .modal-body {
        padding: 20px;
    }

    .team-modal .modal-header {
        padding: 20px 20px 0px 0px;
    }

    .our-team-block p,
    .team-modal-right span,
    .team-modal-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .team-modal-right span {
        padding-bottom: 7px;
    }

    .our-team-block h5,
    .team-modal-right h5 {
        font-size: 22px;
        line-height: 33px;
    }

    .our-team-block h5 {
        padding-top: 10px;
    }
    
    .about-naresh {
        margin-top: 10px;
    }
    
    .counter-area-block-inner {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    
    .counter-area-block span img{
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom:10px;
    }
    
    .counter-area-block p{
        max-width: 200px;
        margin: 0 auto;
        margin-top: 7px;
    }

    .our-team-block h5{
        font-size: 18px;
        bottom: 10px;
    }
    
    .footer-copyright {
        align-items: unset;
    }
    
    .home-about-right.about-page h2 {
        max-width: 315px;
    }
    
    .counter-area-block:nth-child(4) h2 {
        margin-left: -40px;
    }
    .num-flex {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:403px) {
    .footer-copyright p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media(max-width:380px) {
    .footer-copyright p {
        font-size: 14px;
    }

    .contact-us-right h4 {
        font-size: 24px;
    }
}