@media only screen and (min-width:0px)and (max-width:424px) {
    .banner .mid p {
        width: 90vw;
    }
}

@media only screen 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 img{
   width: 100%;
   height:40vh;
    margin-top: 80px;
}


}










/* tablet view */
@media only screen and (min-width:768px)and (max-width:992px) {
    .banner {
        height: 100vh;
    }

    .banner .mid p {
        width: 90vw;
    }
}