@media(max-width:767px) {
    .navbar .navbar-brand {
        width: 35%;
    }

    .carousel {
        height: 100%;
    }

    .carousel-inner {
        height: 100%;
    }

    .carousel-item {
        height: 100%;
    }

    .carousel-item img {
        height: 100%;
    }
.flex_direction_re {
    flex-direction: column-reverse;
}
.btn {
        margin-bottom: 15px;
}
    .banner .bnr-form {
                margin-top: 25px;
        padding: 25px 20px;


    }

    .pump-reg .cont {
        width: 80%;
    }

    .pump-reg .cont h1 {
        font-size: 35px;
        padding-left: 25px;
    }

    footer .footer-cont ul {
        padding-left: 0;
    }

    .bnr {
        height: 175px;
    }

    .bnr h2 {
        line-height: 175px;
        font-size: 30px;
        text-transform: uppercase;
    }

    .about-form {
        padding: 35px 20px;
    }

    .pricing {
        margin-bottom: 25px;
    }

    .address .heading {
        text-align: left;
        margin-bottom: 20px !important;
    }

    .cnt {
        margin-top: 20px;
    }

    .navbar-collapse {
        background: #000000;
        padding-top: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .nav-link {
        margin-bottom: 10px;
    }
}
@media(max-width:1400px){
    #data
    {
        display: flex;
        flex-direction: column;

    }
}

