/* Ipad pro */

@media only screen and (max-width:1024px) {
    .contact-form .contact-icon2 {
        display: none;
    }

    .contact-form .contact-icon1 {
        display: none;
    }

    .portfolio-page .banner .heading-box {
        width: 70%;
    }
}


/* tab */
@media only screen and (max-width:999px) {
    .contact-form .contact-icon1 {
        display: none;
    }


    .contact-form .contact-icon2 {
        display: none;
    }

    .zinbay-progress .progress-img-5 {
        display: none;
    }

    .career-main .career-banner-box {
        flex-direction: column;
    }

    .career-main .career-banner-box {
        flex-direction: column;
        padding: 0 10px;
        align-items: center;
    }

    .career-main .career-banner-box .banner-img1 {
        display: none;
    }

    .career-main .career-banner-box .sub {
        flex-direction: row;
    }

    .contact-form .contact-icon2 {
        display: none;
    }

    .contact-form .contact-icon1 {
        display: none;
    }

    /* PORTFOLIO */

    .content-box {
        padding: 30px 0;
    }

    .portfolio-page .banner .heading-box {
        width: auto;
        padding: 0 10px;
    }

    .portfolio-page .content-box .card .portfolio-overlay .top .h5 {
        font-size: 12px;
    }
}

/* mobile */
@media only screen and (max-width:767px) {

    /* Header */

    header .item .cover .header-content .h2 {
        font-weight: 300;
        font-size: 16px;
        color: #fff;
    }

    header .item .cover .header-content .h1 {
        font-size: 30px;
        font-weight: 600;
        margin: 5px 0 20px;
        word-spacing: 3px;
        color: #fff;
    }

    header .item .cover .header-content .h4 {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #fff;
    }

    header .item .cover .header-content {
        position: relative;
        padding: 32px;
        overflow: hidden;
    }


    .contact-form .contact-icon1 {
        display: none;
    }


    .contact-form .contact-icon2 {
        display: none;
    }

    .zinbay-progress .progress-img-5 {
        display: none;
    }

    .career-main .career-banner-box {
        flex-direction: column;
        padding: 0 10px;
        align-items: center;
    }

    .career-main .career-banner-box .sub {
        flex-direction: column;
    }

    .career-main .career-banner-box .banner-img1 {
        display: none;
    }

    /* PORTFOLIO */

    .content-box {
        padding: 10px 0;
    }

    .portfolio-page .banner .heading-box {
        width: auto;
        padding: 0 10px;
    }

    .portfolio-page .banner .heading-box .h1 {
        font-size: 40px;
    }

    .portfolio-page .banner .heading-box .h6 {
        font-size: 17px;
    }

    .portfolio-page .content-box .card .portfolio-overlay .top .h5 {
        font-size: 10px;
    }

    .portfolio-page .content-box .card .portfolio-overlay .top {
        justify-content: center;
    }
}