/* mobile style*/
@media only screen and (max-width: 768px) {
    .box-2 {
        padding: 20px 0;
    }

    .home-about, .home-title .overview {
        width: 100%;
    }

    article.bk-about .bk-about-item {
        background: rgba(200, 33, 48, 0.7);
        position: absolute;
        right: unset;
        width: 100%;
        padding: 20px;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .project-cat .project-thumbnail, .project-item .project-thumbnail {
        height: 200px;
    }

    section.single-project-top .single-project-left, section.single-project-top .single-project-right {
        float: none;
        width: 100% !important;
    }

    .single-project-left {
        min-height: 250px !important;
    }

    section.single-project-top .single-project-right {
        min-height: auto !important;
        padding: 1.85714rem;
    }

    section.single-project-top .single-project-title h3 {
        font-size: 30px;
    }

    .pdp_jump_links.full.mini ul {
        flex-wrap: wrap;
    }

    .pdp_jump_links.full.mini ul li {
        padding: 10px 0;
    }

    .pdp_jump_links.full.mini ul li:not(:last-child) a:after, .pdp_jump_links.full.mini ul li:not(:last-child) span:after {
        display: none !important;
    }

    .photo-1 {
        width: 100%;
        height: 200px;
    }

    section#description .entry-project {
        margin-top: 30px;
    }

    .form-contact {
        width: 95%;
        margin: auto;
        font-family: 'Montserrat Regular' !important;
    }

    div#Request .modal-body {
        padding: 20px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section.single-project-top .single-project-title h3 {
        font-size: 45px;
    }

    section.single-project-top .single-project-right {
        padding: 1.85714rem;
    }

    .single-project-right ul.bedbathcar li {
        margin-right: 15px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1920px) {

}