@media screen and (max-width:1400px) {
    .ab_page .welcome_big {
        height: 550px;
        padding-right: 15px;
    }

    .ab_page .welcome_small {
        height: 350px;
        bottom: 10%;
    }

    .tagBox p {
        width: 75%;
        margin: 0 auto;
    }

    /* .why_choose_box {
        height: 300px;
    } */
}

@media screen and (max-width:1200px) {
    .carousel-inner img {
        height: 500px;
    }

    .carousel_caption h3 {
        line-height: 40px;
        font-size: 45px;
    }

    .tagBox h3 {
        width: 75%;
    }

    .ab_imgs_page img {
        height: 300px;
    }

}

@media screen and (max-width:992px) {

    .service_section {
        margin-top: 7rem;
    }

    .tagBox h3,
    .tagBox p {
        width: 100%;
    }

    .tagline {
        text-align: center;
    }

    .tagline a {
        margin-top: 1rem;
    }

    .nav-item {
        margin-bottom: 0.5rem;
    }

    .cta_btn {
        width: max-content;
    }

    .ab_page .welcome_big {
        border: 10px solid #fff;
    }

    .ab_page_imgs {
        margin-top: 1rem;
    }

    .carousel-inner img {
        height: 450px;
    }

    .carousel_caption p {
        width: 90%;
        margin: 0 auto;
    }

    .directionReseve {
        display: flex;
        flex-direction: column-reverse;
    }

    .product_page_sec2 img,
    .product_page_sec1 img {
        height: 100%;
        max-height: 300px;
        margin-top: 1rem;

    }
}

@media screen and (max-width:767px) {
       html {
        overflow-x: hidden !important;
    }
    .carousel-inner img {
        height: 400px;
    }

    .carousel-item::before {
        display: none;
    }

    .ft_ptoduct {
        margin-top: -0.5rem;
    }

    .footHeading {
        margin-top: 1rem;
    }

    .product_sec {
        margin-block: 2rem;
    }

    .tagline2{
        background-attachment: unset;
    }
}

@media screen and (max-width:600px) {
 

    h2,
    h1,
    .tagBox h3 {
        font-size: 28px;
    }

    .ab_page .welcome_small {
        height: 300px;
        border-width: 15px;
    }

    .ab_page .welcome_big {
        height: 500px;
    }

    .service_section {
        margin-top: 9rem;
    }

    .carousel-inner img,
    .banner-area img {
        height: 350px;
    }

    .ab_imgs_page img {
        height: 250px;
    }

    .contact_desc {
        width: 84%;
    }

}