@media screen and (max-width:1200px) {
    .service_construction_content {
        height: 368px;
    }

    .welcome_big_img{
        width: 100% !important;
    }
}



@media screen and (max-width:992px) {

    .my_carousel img {
        height: 450px;
    }

    .nav-link {
        color: var(--secoundary);
        border-bottom: none !important;
    }

    .about_row {
        flex-direction: column-reverse;
    }


    .about_img2 {
        display: none;
    }

    .about_img1 {
        width: 100%;
        margin-left: 0;


    }

    .v_m_img img {

        margin-bottom: 20px;
    }

    .about_box {
        margin-bottom: 1rem;
    }

    .reverse {
        display: flex;
        flex-direction: column;
    }

    .vission_mission_section img,.service_industerial_pg_section img {
        display: none;
    }

    .service_industerial_content{
        padding: unset;
    }

    .custum_box,
    .custum_box_1 {
        height: auto;
    }

    .carousel-caption {
        display: none !important;
    }

    .ab_pg_welcome_small_img img{
        display: none;
    }

    .ab_pg_vision_mission_section img{
        display: none;
    }

    .product_box img{
        margin-top: 20px;
    }

    .left_info_box {
        margin-top: 20px;
    }
}

@media screen and(max-width:767px) {
    .top_nav{
        display: none !important;
    }

    .ab_pg_welcome_big img{
        height: auto !important;
    }
}

@media screen and(max-width:600px) {
    .about_imgs img {
        height: 240px;
    }
}

@media screen and(max-width:300px) {}