/* mobile style*/
@media only screen and (max-width: 768px) {
    .banner_image .img-inner {
        padding: 60% !important;
    }

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

    .home-title h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_main h3 {
        line-height: 60px !important;
        font-size: 50px !important;
    }

    .box-service {
        margin: 0;
    }

    .slide-main .text-box {
        width: 95% !important;
        left: 5% !important;
    }

    .contact-body {
        display: block;
        padding: 30px;
    }

    .contact-body .contact-info {
        margin: 0 0 20px 0;
    }

    #footer .footer-social {
        justify-content: start;
    }

    .review-item .review-desc {
        font-size: 18px;
        line-height: 26px;
        padding: 0 !important;
    }

    section.single-banner {
        width: 100%;
        height: 240px;
    }

    .post-large .post-title a {
        font-size: 24px;
        line-height: 28px;
    }

    .post-large .post-thumbnail:before {
        padding-bottom: 100%;
    }
}

/* 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) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {

}