@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;
    }

    .carousel .carousel-inner .carousel-item {
        height: auto;
    }

    .banner {
        width: 100vw;
    }

    .banner .container {
        margin-left: 0px;
        height: 80vh;
        width: 100vw;
        padding-bottom: 50px;
        position: relative;
    }

    .banner .container .content {
        padding-bottom: 50px;
        width: 50vw;
        padding-left: 30px;


    }

    .banner .container .image {
        height: 300px;
        width: 50vw;
        position: absolute;

        right: -10dvw;
        bottom: 0;
    }

    .banner .container .image img {
        right: 0;
        float: right;
        height: 300px;
    }

    /* first section start */


    .first .container {
        height: 60vh;
        position: relative;
    }

    .first .container .content {
        margin-top: 50px;
        padding-left: 0;
        width: 50%;

    }

    .first .container h1 {
        padding-top: 10px;
    }

    .first .container .image {
        height: 300px;
        position: absolute;
        right: -50px;
        bottom: 0;


    }

    .first .container .image img {
        height: 300px;

        right: 0;
    }

    /* first section end */

    /* second container start */


    .second .container {
        height: 65vh;
        position: relative;
    }

    .second .container .content {
        margin-top: 50px;
        padding-left: 0;
        width: 50%;

    }

    .second .container h1 {
        padding-top: 10px;
    }

    .second .container .image {
        height: 300px;
        position: absolute;

        bottom: 0;


    }

    .second .container .image img {
        height: 300px;

        right: 0;
    }

    /* second section end */

    /* third section start */

    .third .container {
        height: 60vh;
        position: relative;
    }

    .third .container .content {
        margin-top: 50px;
        padding-left: 0;
        width: 50%;

    }

    .third .container h1 {
        padding-top: 10px;
    }

    .third .container .image {
        height: 300px;
        position: absolute;
        right: -10px;
        bottom: 0;


    }

    .third .container .image img {
        height: 300px;

        right: 0;
    }

    /* third section end */
    /* fourth section start */


    .fourth .container {
        height: 60vh;
        position: relative;
    }

    .fourth .container .content {
        margin-top: 50px;
        padding-left: 0;
        width: 50%;

    }

    .fourth .container h1 {
        padding-top: 10px;
    }

    .fourth .container .image {
        height: 300px;
        position: absolute;
        right: -92px;
        bottom: 0;


    }

    .fourth .container .image img {
        height: 300px;

        right: 0;
    }

    /* fourth section end */
    /* fifth section start */


    .fifth .container {
        height: 65vh;
        position: relative;
    }

    .fifth .container .content {
        margin-top: 50px;
        padding-left: 0;
        width: 50%;

    }

    .fifth .container h1 {
        padding-top: 10px;
    }

    .fifth .container .image {
        height: 300px;
        position: absolute;
        right: -92px;
        width: 50%;
        bottom: 0;


    }

    .fifth .container .image img {
        height: 300px;
        width: 100%;
        right: 0;
    }

    /* fifth section end */
    /* sixth section start */

    .sixth .container {
        height: 60vh;
        position: relative;
    }

    .sixth .container .content {
        margin-top: 50px;
        padding-left: 0;
        width: 50%;

    }

    .sixth .container .content p {
        font-size: 20px;
    }

    .sixth .container h1 {
        padding-top: 10px;
    }

    .sixth .container .image {
        height: 250px;
        position: absolute;
        right: -92px;
        bottom: 0;


    }

    .sixth .container .image img {
        height: 250px;

        right: 0;
    }

    /* sixth section end */

    /* seven section start */


    .seven .container {
        height: 60vh;
        position: relative;
    }

    .seven .container .content {
        margin-top: 50px;
        padding-left: 0;
        width: 50%;

    }

    .seven .container h1 {
        padding-top: 10px;
    }

    .seven .container .image {
        height: 300px;
        position: absolute;
        right: -92px;
        bottom: 0;


    }

    .seven .container .image img {
        height: 300px;

        right: 0;
    }

    /* seven section end */
}











/* mobile view  */
@media only screen and (max-width:425px) {
    .banner .container {
        height: 70vh;
        position: relative;
    }

    .banner .container .image {
        height: 30vh;
        position: absolute;
        bottom: 0;
    }

    /* first section start */

    .first .container {
        height: 65vh;
        position: relative;
    }

    .first .container .content {
        margin-top: 20px;
        width: 100%;
    }

    .first .container .content button {
        align-items: center;
        justify-self: center;
    }

    .first .container .image {
        position: absolute;
        height: 50%;
        bottom: 0;
        height: 30vh;
    }

    .first .container .image img {
        height: 100%;
        bottom: 0;
    }

    /* first section end */
    /* second container start */


    .second .container {
        height: 65vh;
        position: relative;


    }

    .second .container .content {
        margin-top: 20px;
        width: 100%;
    }

    .second .container .content button {
        align-items: center;
        justify-self: center;
    }

    .second .container .image {
        position: absolute;
        bottom: 0;
        height: 30vh;
    }

    .second .container .image img {
        height: 100%;
        bottom: 0;
    }

    /* second container end */


    /* third section start */

    .third .container {
        height: 65vh;
        position: relative;
    }

    .third .container .content {
        margin-top: 20px;
        width: 100%;
    }

    .third .container .content button {
        align-items: center;
        justify-self: center;
    }

    .third .container .image {
        position: absolute;
        height: 30vh;
        bottom: 0;
    }

    .third .container .image img {
        height: 100%;
        bottom: 0;
    }

    /* third section end */
    /* fourth container start */


    .fourth .container {
        height: 65vh;
        position: relative;


    }

    .fourth .container .content {
        margin-top: 20px;
        width: 100%;
    }

    .fourth .container .content button {
        align-items: center;
        justify-self: center;
    }

    .fourth .container .image {
        position: absolute;
        height: 30vh;
        bottom: 0;
    }

    .fourth .container .image img {
        height: 100%;
        bottom: 0;
    }

    /* fourth container end */
    /* fifth container start */


    .fifth .container {
        height: 70vh;
        position: relative;


    }

    .fifth .container .content {
        margin-top: 20px;
        width: 100%;
    }

    .fifth .container .content button {
        align-items: center;
        justify-self: center;
    }

    .fifth .container .image {
        position: absolute;
        height: 30vh;
        height: 200px;
        bottom: 0;
    }

    .fifth .container .image img {
        height: 100%;
        bottom: 0;
    }

    /* fifth container end */
    /* sixth section start */

    .sixth .container {
        height: 65vh;
        position: relative;
    }

    .sixth .container .content {
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .sixth .container .content p {
        font-size: 20px;
        text-align: center;
    }

    .sixth .container .content button {
        align-items: center;
        justify-self: center;
    }

    .sixth .container .image {
        position: absolute;
        height: 30vh;
        bottom: 0;
        margin: auto;
    }

    .sixth .container .image img {
        height: 100%;
        bottom: 0;
    }

    /* sixth section end */
    /* seven container start */


    .seven .container {
        height: 65vh;
        position: relative;


    }

    .seven .container .content {
        margin-top: 20px;
        width: 100%;
    }

    .seven .container .content button {
        align-items: center;
        justify-self: center;
    }

    .seven .container .image {
        position: absolute;
        height: 30vh;
        bottom: 0;
    }

    .seven .container .image img {
        height: 100%;
        bottom: 0;
    }

    /* seven container end */
}