@media(max-width: 1200px) {}

/* Desktop view */
@media(max-width: 992px) {}

/* laptop view */
@media(max-width: 768px) {
    .image img {
        width: 30%;
        margin-bottom: 25px;
    }

    .about-img h3 {
        margin-top: 30px;
    }

    .port-img5 {
        margin-top: -65px;
    }

    .port-img6 {
        margin-top: -55px;
    }

    .port-img7 {
        margin-top: -75px;
    }

    .port-img5 {
        margin-top: -85px;
    }

    .price-box {
        margin-bottom: 30px;
    }

    .team-box {
        margin-bottom: 30px;
    }

}

/* Tablet view */
@media(max-width: 576px) {
    .banner h1 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 50px;
    }

    .banner h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .btn-getstart {
        margin-bottom: 30px;
    }

    .image img {
        margin-bottom: 25px;
    }

    .service-box {
        margin-bottom: 25px;
    }

    .about-img h3 {
        margin-top: 30px;
    }

    .port-img1 {
        margin-bottom: 25px;
    }

    .port-img2 {
        margin-bottom: 25px;
    }

    .port-img3 {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .port-img4 {
        margin-bottom: 25px;
    }

    .port-img5 {
        margin-bottom: 25px;
        margin-top: 5px;
    }

    .port-img6 {
        margin-bottom: 25px;
        margin-top: 5px;
    }

    .port-img7 {
        margin-bottom: 35px;
        margin-top: 5px;
    }

    .price-box2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-item p {
        text-align: center;
    }

    .text-end {
        text-align: center !important;
    }

    .team-box {
        margin-bottom: 20px;
    }

}

/* Mobile view */