@media(max-width:1440px) {
    .container-main {
        padding: 0px 40px;
    }

    .home-about-flex {
        padding-bottom: 100px;
    }

}

@media(max-width:1366px) {
    .home-banner-img {
        width: 55%;
    }

    .home-banner-content {
        width: 45%;
    }
}

@media(max-width:1280px) {
    .home-banner-img {
        width: 52%;
    }

    .home-banner-content {
        width: 48%;
    }

    .home-banner-content h2 {
        font-size: 46px;
    }
}

@media(max-width:1200px) {

    .home-products-heading h2,
    .home-about-left h2,
    .manufacturer h2,
    .industry-application-content h2,
    .why-us h2,
    .contact-us-right h2 {
        font-size: 32px;
    }

    .cta h2 {
        font-size: 28px;
        max-width: 800px;
    }

    .home-products-bg {
        height: 210px;
    }

    .about-img-content span {
        font-size: 38px;
    }

    .about-img-content {
        padding: 15px 20px;
    }

    .footer-block h6 {
        font-size: 22px;
    }

    .footer-block p {
        max-width: 250px;
    }

    .breadcrumbs h1 {
        font-size: 45px;
    }
        .team-bg {
        height: 400px;
    }
}

@media(max-width:1100px) {
    .home-banner-content h2 {
        font-size: 40px;
    }
}

@media(max-width:1024px) {
    .header-links ul li a {
        padding: 15px 10px;
    }

    .home-products-block {
        width: 33.33%;
    }

    .cta h2 {
        font-size: 26px;
        max-width: 700px;
    }

    .footer-flex {
        flex-wrap: wrap;
        margin: -15px;
    }

    .footer-block {
        width: 50%;
        padding: 15px;
    }

    .contact-form-block {
        width: 100%;
    }

    .contact-us-right {
        padding-left: 50px;
    }

    .contact-details-block img {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:991px) {

    .main-header,
    .top-bar-right {
        display: none;
    }

    .top-bar-main {
        padding: 6px 20px;
    }

    .top-bar-main .container-main {
        padding: 0;
    }

    .top-bar-left {
        width: 100%;
    }

    .top-bar-left ul {
        justify-content: space-between;
    }

    .mob-header {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        margin-top: 29px;
    }

    .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-brand {
        padding: 0;
        margin: 0;
    }

    .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;
    }

    .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: 140px;
    }

    .mob-header .nav-link {
        color: #231f20;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0px;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .quote-btn.mob {
        margin-top: 20px;
    }

    .home-banner-main {
        padding-top: 117px;
        height: unset;
    }

    .about-img-content {
        bottom: -40px;
        left: -20px;
    }

    .breadcrumbs-main {
        margin-top: 117px;
    }
}

@media(max-width:850px) {
    .home-banner-img {
        width: 100%;
        height: 400px;
        clip-path: unset;
    }

    .home-banner-info {
        position: unset;
    }

    .home-banner-info .container-main {
        display: unset;
        justify-content: unset;
    }

    .home-banner-content {
        width: 100%;
        padding: 20px 40px 40px;
    }

    .home-banner-info::before,
    .home-about-main::before {
        height: 100%;
    }

    .home-banner-slider .owl-dots {
        left: 0%;
        transform: translateX(0%);
        margin-left: 40px;
        display: none;
    }

    .home-products-main,
    .home-quality-products-main,
    .manufacturer-info-main,
    .our-partners-main,
    .counter-area-main,
    .why-us-main,
    .contact-us-main,
    .contact-details-main,
    .products-main,
    .certifications-main,
    .our-team-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home-products-bg {
        height: 190px;
    }

    .home-about-flex {
        padding-top: 70px;
    }

    .home-about-left,
    .home-about-right {
        width: 100%;
    }

    .home-about-left {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .home-quality-products-block {
        width: 100%;
        padding: 15px 0px;
    }

    .home-quality-products-flex {
        margin: -15px 0px;
    }

    .cta {
        justify-content: center;
        flex-flow: column;
    }

    .cta h2 {
        padding-right: 0px;
        text-align: center;
        max-width: unset;
        margin-bottom: 20px;
    }

    .cta-text p {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .cta-main.solution h2 {
        margin-bottom: 10px;
    }

    .footer-copyright {
        flex-flow: column;
    }

    .counter-area-flex {
        flex-wrap: wrap;
        margin: -15px 0px;
    }

    .counter-area-block {
        width: 100%;
        padding: 15px 0px;
    }

    .industry-application-bg {
        height: 360px;
    }

    .contact-details-block {
        width: 100%;
        padding: 15px 0px;
    }

    .contact-details-flex {
        margin: -15px 0px;
    }

    .contact-us-left {
        height: unset;
    }

    .contact-us-left,
    .contact-us-right {
        width: 100%;
    }

    .contact-us-right {
        padding-left: 0px;
        padding-top: 40px;
    }

    .certifications-block {
        width: 50%;
    }

    .team-block {
        width: 50%;
    }
}

@media(max-width:768px) {
    .home-banner-img {
        height: 300px;
    }

    .home-products-block {
        width: 50%;
    }

    .footer-block {
        width: 100%;
        padding: 15px 0px;
    }

    .footer-flex {
        margin: -15px 0px;
    }

    .footer-block p {
        max-width: unset;
    }

    .breadcrumbs h1 {
        font-size: 42px;
    }
}

@media(max-width:600px) {
    .container-main {
        padding: 0px 20px;
    }

    .top-bar-left ul {
        justify-content: center;
        flex-flow: column;
    }

    .mob-header {
        margin-top: 52px;
    }

    .top-bar-left ul li,
    .top-bar-left ul li i {
        font-size: 14px;
    }

    .mob-header .navbar-brand img {
        max-width: 200px;
    }

    .mob-header .navbar-nav {
        padding-top: 115px;
    }

    .home-banner-img {
        height: 250px;
    }

    .home-banner-main {
        padding-top: 100px;
    }

    .home-banner-content {
        padding: 10px 20px 20px;
    }

    .home-banner-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .home-banner-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-products-main,
    .home-quality-products-main,
    .manufacturer-info-main,
    .our-partners-main,
    .counter-area-main,
    .why-us-main,
    .contact-us-main,
    .contact-details-main,
    .products-main,
    .certifications-main,
    .our-team-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-products-heading h2,
    .home-about-left h2,
    .manufacturer h2,
    .industry-application-content h2,
    .why-us h2,
    .contact-us-right h2,
    .our-team h2 {
        font-size: 24px;
    }

    .home-products-block,
    .home-quality-products-block {
        width: 100%;
        padding: 10px 0px;
    }

    .home-products-flex,
    .home-quality-products-flex {
        margin: -10px 0px;
    }

    .home-products-heading {
        margin-bottom: 25px;
    }

    .home-products-bg {
        height: 245px;
    }

    .home-products-content h4,
    .home-products-content p {
        text-align: center;
    }

    .home-products-content p a {
        margin: 0 auto;
    }

    .home-about-flex {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .about-img-content {
        left: -10px;
    }

    .manufacturer p {
        font-size: 18px;
        line-height: 1.5;
    }

    .industry-application-content ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .industry-application-bg {
        height: 600px;
    }

    .industry-application-content {
        justify-content: unset;
        align-items: unset;
    }

    .industry-application-content h2,
    .industry-application-content p {
        text-align: unset;
    }

    .cta-main {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .footer-main {
        padding-top: 55px;
    }

    .footer-block h6 {
        padding-bottom: 8px;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-block ul li {
        font-size: 14px;
        padding-top: 10px;
    }

    .footer-block p,
    .footer-block h6,
    .footer-block ul li {
        text-align: center;
    }

    .footer-block.add ul li {
        justify-content: center;
    }

    .footer-block .social-media-icon {
        justify-content: center;
        display: flex
    }

    .footer-copyright p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer-copyright p:first-child {
        max-width: 265px;
    }

    .footer-copyright-main {
        padding: 20px 0;
    }

    .breadcrumbs-main {
        padding-top: 45px;
        padding-bottom: 45px;
        margin-top: 100px;
    }

    .breadcrumbs h1 {
        font-size: 33px;
    }

    .home-about-left.about-page {
        padding-bottom: 20px;
    }

    .industry-application-bg.about-page {
        height: 450px;
    }

    .counter-area-main {
        padding-top: 25px;
    }

    .product-paginations {
        padding-top: 35px;
    }

    .product-paginations .pagination-sm .page-link {
        padding: 7px 15px;
        font-size: 14px;
    }

    .contact-details-block img {
        width: 30px;
        height: 30px;
    }

    .contact-details-block h3 {
        font-size: 20px;
        margin-top: 13px;
    }

    .contact-form-flex {
        padding-top: 15px;
    }

    .certifications-block {
        width: 100%;
        padding: 10px 0px;
    }

    .certifications-flex {
        margin: -10px 0px;
    }

    .team-block {
        width: 100%;
        padding: 10px 0px;
    }

    .our-team-flex {
        margin: -10px 0px;
    }

    .team-title h4 {
        font-size: 18px;
    }
}

@media(max-width:370px) {
    .contact-details-block p {
        font-size: 15px;
    }
}