@media (min-width:1600px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width:1800px) {
    .container {
        max-width: 1440px
    }
}

@media only screen and (max-width:1800px) {}

@media only screen and (max-width:1700px) {}


@media only screen and (max-width:1600px) {
    .main-nav .nav-link {
        font-size: 20px;
    }

    .section {
        padding: 80px 0;
    }

    .cta-btn {
        font-size: 20px;
        /* text-transform: uppercase; */
    }

    .feature-box h4 {
        font-size: 25px;
    }

    .about-content p {
        font-size: 20px;
        line-height: 47px;
    }

    .video-title {
        font-size: 25px;
    }

    .catalogue-btn {
        font-size: 20px;
    }

    .video-text {
        font-size: 18px;
        line-height: 35px;
    }

    .cta-text {
        font-size: 20px;
        line-height: 33px;
    }

    .main-footer p {
        font-size: 18px;
        line-height: 1.8;
        max-width: 360px;
    }

    .cta-title {
        font-size: 30px;
    }

    .catalogue-btn img {
        width: 26px;
    }

    .green-block {
        width: 350px;
    }

    .why-content p {
        font-size: 20px;
        line-height: 47px;
        margin-bottom: 30px;
        max-width: 550px;
    }

    .main-nav .dropdown-menu-custom {
        top: 83px;
    }

    .footer-links a {
        font-size: 18px;
    }
}


@media only screen and (max-width:1500px) {}


@media only screen and (max-width:1400px) {
    .main-nav .nav-link {
        padding: 26px 14px;
    }
}

@media only screen and (max-width:1300px) {
    .highlight-features-section {
        padding: 60px 0;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
    }

    .section-title {
        font-size: 30px;
    }

    .green-block {
        width: 310px;
    }
}

@media only screen and (max-width:1200px) {
    .main-nav .nav-link {
        padding: 26px 9px;
    }

    .section-title {
        font-size: 28px;
    }

    .main-title {
        font-size: 30px;
    }

    .green-block {
        width: 270px;
        bottom: -30px;
        right: 30px;
    }

    .footer-links a {
        font-size: 16px;
    }

    .map-wrapper iframe {
        border-radius: 5px;
        height: 370px;
    }

    .main-footer p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 360px;
    }

    .cta-text {
        font-size: 18px;
        line-height: 33px;
    }

    .red-block {
        width: 270px;
    }

    .video-text {
        font-size: 16px;
        line-height: 30px;
    }

    .why-content p {
        font-size: 18px;
        line-height: 38px;
        margin-bottom: 30px;
        max-width: 550px;
    }

    .about-content p {
        font-size: 18px;
        line-height: 39px;
    }
}


@media only screen and (max-width:1100px) {
    .main-header {
        padding: 14px 0;
    }
}

@media only screen and (max-width:1000px) {
    .main-header {
        padding: 14px 0;
    }
}


@media only screen and (max-width:991px) {

    .feature-box h4 {
        font-size: 20px;
    }

    .why-content p {
        font-size: 16px;
        line-height: 33px;
        margin-bottom: 30px;
        max-width: 550px;
    }

    .btn-text {
        position: absolute;
        top: 48%;
        left: 34%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        white-space: nowrap;
        pointer-events: none;
    }

    .image-btn img {
        display: block;
        width: 66%;
        max-width: 420px;
        height: auto;
    }

    .videoContent {
        padding-left: 12px;
    }

    .cta-text {
        font-size: 16px;
        line-height: 30px;
    }

    .green-block {
        width: 310px;
        bottom: -30px;
        right: 260px;
    }

    .view-more-btn {
        display: inline-block;
        padding: 12px 30px;
        background: #ffffff;
        color: #d92b24;
        font-size: 16px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 32px;
    }

    .feature-icon img {
        width: 120px;
    }
}

@media (max-width:767px) {
    .about-content {
        padding-left: 12px;
    }

    .green-block {
        display: none;
    }

    .navbar-brand img {
        width: 250px;
    }

    .download-catalogue-section {
        padding: 60px 0;
    }

    .contact-cta-section {
        padding: 60px 0;
    }

    .footer-logo img {
        width: 55px;
    }

    .map-wrapper iframe {
        border-radius: 5px;
        height: 300px;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    .cta-title {
        font-size: 24px;
        margin-bottom: 13px;
    }

    .cta-wrapper {
        position: relative;
        background: #e53935;
        padding: 30px 30px;
        border-radius: 20px;
        z-index: 2;
        color: #fff;
    }

    .section-title {
        font-size: 25px;
    }

    .catalogue-btn {
        font-size: 16px;
    }

    .product-info ul li {
        padding-left: 10px;
        margin-bottom: 10px;
        list-style: disc;
        font-size: 14px;
    }

    .green-block {
        width: 460px;
        bottom: -30px;
        right: 40px;
    }

    .section {
        padding: 50px 0;
    }

    .why-content {
        margin-top: 21px;
    }
}

@media (max-width:600px) {
    .main-footer p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;
    }

    .green-block {
        display: none;
    }

    .video-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .two-col-footer {
        display: flex;
        align-items: start;
        /* justify-content: space-between; */
        gap: 80px;
    }

    .space-top {
        margin-top: 0;
    }

    .cta-text {
        font-size: 14px;
        line-height: 25px;
    }

    .cta-title {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .section-title {
        font-size: 22px;
    }

    .main-title {
        font-size: 20px;
    }


    .footer-blck .footer-logo {
        background-color: #fff;
        padding: 14px 0px;
        border-radius: 10px;
        width: 110px;
        text-align: center;
    }

    .footer-bottom {
        padding: 6px 0;
        font-size: 16px;
    }

    .feature-icon img {
        width: 80px;
    }

    .footer-logo img {
        width: 43px;
    }

    .footer-blck {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .footer-links a {
        font-size: 17px;
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .padding-left {
        padding-left: 12px;
    }
}

@media (max-width: 400px) {}