@media only screen and (max-width:768px) {

    /* 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 {
        height: 30vh;
       
    }
    .map .container{
        margin-top: -430px;
    }

}










/* tablet view */
@media only screen and (max-width:992px) {
    .banner {
        height: 100vh;
    }

    .banner .mid p {
        width: 90vw;
    }
}