@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;

    }
.carousel .carousel-inner .carousel-item{
    height: 40vh;
    
}
    .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;
    }

    /* tab section start */

    .tab {
        height: auto;
    }

    .tab .container .image img {
        height: 200px;
    }

    .tab .container .contant h2 {
        color: white;
        margin-top: -30px;
        text-align: center;
    }

    .tab .container .contant .nav {
        position: absolute;
        font-size: 20px;
        right: 30px;

    }

    .tab .container .contant .tab-content .tab-pane p {
        width: 94vw;
        top: 50px;
        font-size: 12px;
        position: absolute;
        right: 10px;
    }

    .tab .container .contant .tab-content .tab-pane .btn {
        position: relative;
        top: 250px;
        font-size: 12px;
        padding: 5px 12px;
        border-radius: 7px;
        right: 30px;
    }

    /* tab section end */

    /* second section start */
    .second {
        background-position: 5%;

    }


    .second .container .image {
        height: 300px;
    }

    .second .container .content .btn {
        margin-left: 25%;
    }

    /* second section end  */

    /* third section start */
    .third h1 {
        font-size: 25px;
        padding: 0;
        padding-top: 30px;
        text-align: center;

    }

    .third {
        position: relative;
        width: 100vw;
    }

    .third .container {
        width: 100vw !important;
        margin-left: 0 !important;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-bottom: 10px;
        height: 250px;
        overflow: hidden;
    }

    .third .container p {
        font-size: 12px;
    }

    .third img {
        width: 150px;
        height: 150px;
        position: absolute;
        right: -px !important;
    }

    .third .container .btn {
        visibility: visible;
        margin-left: 51px;
        margin-top: 49px;
        display: inline-block;
    }

    /* third section end */

    /* forth section star */
   .fourth .container{
    height: 600px;
   }
   .fourth .container .content h1{
    font-size: 30px;
   }
   .fourth .container .content h2{
    font-size: 20px;
   }

   .fourth .container .image img{

    height: 200px;
   }
    /* forth section end */


    /* customer section start */
    .customer{
        height: auto;
    }
   .customer .vertical .horizontal1 .content {
    width: 150px;
   }
   .customer .vertical .horizontal2 .content {
    width: 220px;
    padding-right: -300px;
    height: auto;
    height: 200px;
    text-align: right;
   }
    /* customer section end */




}


/* tablet view star */
@media only screen and (min-width:768px) and (max-width:1024px) {
    .carousel .carousel-inner .carousel-item .carousel-caption {
        margin-left: 70px;
    }

    .carousel .carousel-inner .carousel-item {
        height: auto;
    }

    .tab {
        height: auto;
    }

    .tab .container .image img {
        height: 300px;
    }

    .tab .container .contant h2 {
        color: white;
        margin-top: -30px;
        text-align: center;
    }

    .tab .container .contant .nav {
        position: absolute;
        font-size: 20px;
        right: 30px;

    }

    .tab .container .contant .tab-content .tab-pane p {
        width: 40vw;
        top: 50px;
        font-size: 12px;
        position: absolute;
        right: 10px;
    }

    .tab .container .contant .tab-content .tab-pane .btn {
        position: relative;
        top: 250px;
        font-size: 12px;
        padding: 5px 12px;
        border-radius: 7px;
        right: 30px;
    }

}

/* tablet view end */

/* third section start */
.third h1 {
    font-size: 25px;
    padding: 0;
    padding-top: 30px;
    text-align: center;

}

.third .container {
    width: 80vw;
    margin-left: 10vw;
    padding-left: 15px;
    border-radius: 20px;
    padding-bottom: 10px;
    height: 250px;
    overflow: hidden;
}

.third h1 {
    text-align: center;

}

.third .container p {
    font-size: 13px;
}

.third img {
    height: 300px;
    position: absolute;
    right: -20px;
}

.third .container .btn {
    visibility: visible;
    margin-left: 51px;
    margin-top: 49px;
    display: inline-block;
}

/* third section end */
/* forth section star */
.fourth .container p {

    text-align: center;

}

.fourth .container .content {
    text-align: center;
    margin-bottom: 30px;
}

/* forth section end */


