@media only screen and (min-width:0px)and (max-width:424px) {
    .banner .mid p {
        width: 90vw;
    }

    .banner::before {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        height: 50vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .enquiry{
        padding: 10px !important;
    }
    .enquiry .container .needs-validation {
        padding: 10px !important;
    }

}

@media only screen and (min-width:425px)and (max-width:767px) {

    /* offcanvas start */
    .offcanvas .offcanvas-header .res-image img {
        height: 80px;
        border-radius: 50%;
    }

    .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
        color: green;
    }

    .carousel .carousel-inner .carousel-item .carousel-caption button {
        position: relative;
        bottom: -25px;
        font-size: 10px;
        left: 50px;

    }

    .offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        transition: .3s ease-in linears;
    }

    .offcanvas .offcanvas-body .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
        color: green;
        background: none;
    }



    .banner::before {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        height: 50vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .banner .mid p {
        width: 90vw;
    }

}










/* tablet view */
@media only screen and (min-width:768px)and (max-width:992px) {


    .banner::before {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        height: 50vh;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .banner .mid p {
        width: 90vw;
    }
}