@media screen and (max-width: 1199.98px) {
    .delivery_terms_and_logistics_content ul li:before {
        left: -7%;
    }

    .timeline-center.is-active::after {
        height: 430px;
    }
}

@media screen and (max-width: 991.98px) {
    .section-title h2 {
        font-size: 36px;
    }

    section#Precision_and_Complexity .row:before {
        content: unset;
    }

    section#Precision_and_Complexity .row:after {
        content: unset;
    }

    .export_grade_packaging_box {
        width: 100%;
    }

    .precision_and_complexity_box {
        border-bottom: 1px solid #fff;
    }

    .delivery_terms_and_logistics_content ul li:before {
        left: -9%;
    }

    .about-content-column h2 {
        font-size: 22px;
    }

    .timeline-center.is-active::after {
        height: 610px;
    }
}

@media screen and (max-width: 767.98px) {
    section {
        padding: 30px 0;
    }

    .section-title h1 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .topbar .container {
        padding: 0;
    }

    .topbar .contact-info {
        text-align: center;
    }

    .topbar p::after {
        display: none;
    }

    .header .topbar {
        height: 60px;
    }

    .header .logo img {
        max-height: 55px;
        width: 100%;
    }

    .footer .footer-links,
    .footer .footer-contact-us {
        padding-top: 0px;
    }

    #Precision_and_Complexity {
        background-image: unset;
        padding-top: 60px;
        background-color: #000f31;
    }

    #quality-assurance {
        background-image: unset;
        padding-top: 60px;
        background-color: rgba(0, 15, 49, 1);
    }

    #order_process {
        background-image: unset;
        background-color: #e7f3ff;
    }

    .process-cut {
        display: none;
    }

    .process-top {
        background: #eef6ff;
        padding: 30px 0 30px 0;
        position: relative;
        z-index: 2;
    }

    .process-faqs {
        background-color: rgba(0, 15, 49, 1);
        padding: 30px 0 60px;
        margin-top: -1px;
        position: relative;
        z-index: 1;
    }

    .cta-main {
        border-radius: 40px;
    }

    .cta-content {
        margin-bottom: 20px;
    }

    .finishing_options_content ul li:before {
        left: -9%;
    }

    .timeline-center::after {
        display: none;
    }

    #stages_of_quality .row:before {
        content: unset;
    }

    #industires_we_serve .section-title {
        padding: 10px;
    }

    .form-guide-btn {
        background: #FFFFFF;
        color: rgba(0, 15, 49, 1);
        font-weight: 800;
        border: none;
        padding: 10px 25px;
        border-radius: 50px;
        margin-bottom: 15px;
        cursor: pointer;
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 50%;
    }
}