/* mobile style*/
@media only screen and (max-width: 768px) {
    .dashboard-nav {
        display: none !important;
    }

    .project-grid.product-list a, .project-grid.product-list .project-content {
        display: block;
    }

    .page-h1 {
        font-size: 24px;
    }

    .project-grid.product-list .project-content {
        padding: 10px !important;
    }

    .project-grid.product-list .project-content .product-meta {
        width: 100%;
    }

    .project-grid.product-list .area {
        display: none !important;
    }

    .product-list.project-grid .project-content p {
        min-height: 48px !important;
        margin: 0px;
    }

    .product-list .project-thumbnail {
        width: 100% !important;
        padding-top: 70% !important;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-none {
        display: none !important;
    }

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

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

    .post-content-inner {
        max-width: 100%;
    }

    .blog-related {
        width: 100%;
        padding: 30px 0;
        border-top: 1px solid #cfd6e4;
    }

    .home-title h3, .home-title2 h3 {
        font-size: 24px;
    }

    .city-item a {
        display: block;
        text-align: center;
    }

    .city-item .city-images {
        margin: 0 auto 15px !important;
    }

    .city-item .city-content {
        padding: 0px !important;
    }

    .post-content-inner .title {
        font-size: 30px;
    }

    .post-item .post-content h4 {
        font-size: 18px;
        line-height: 25px;
        height: 52px;
    }

    .gt-item .image-cover {
        padding-top: 220px !important;
    }

    .quote p {
        font-size: 25px;
        line-height: 35px;
    }

    .box__about h2 {
        font-size: 28px;
    }

    .box__about .box__about_item ul li {
        width: 100%;
    }

    .header-user a {
        border: 0px !important;
        margin: 0px !important;
        text-align: left;
        padding: 0px;
        font-size: 18px;
    }

    .header-user a i {
        display: inline-block;
    }

    .header-user a span {
        display: none;
    }

    .menu-mobile {
        top: 48px;
        left: -15px;
        right: unset !important;
    }

    i.icon-menu {
        color: var(--darkColor);
    }
}

/* iPad landscape style here */
/* iPad portrait style here */
@media only screen and (min-width: 768px) {
    .full-width .ubermenu-nav, .container, .row {
        max-width: 1140px !important;
    }

    .building-gallery .building-gallery-inner.five {
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-row-gap: 12px;
    }

    .building-gallery .building-gallery-inner {
        margin-left: -6px;
        margin-right: -6px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .building-gallery .building-gallery-inner.five .building-gallery-item:first-child {
        flex: none;
        max-width: none;
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .gallery-item-inner {
        border: 1px solid #CFD6E4;
        box-sizing: border-box;
        border-radius: 8px;
        overflow: hidden;
        min-height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .building-gallery .building-gallery-inner .gallery-item-inner {
        background: linear-gradient(0deg, rgba(8, 35, 76, 0.7), rgba(8, 35, 76, 0.7));
        border: none;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
        height: 0;
        position: relative;
        padding-top: 75%;
        z-index: 1;
    }

    .building-gallery .building-gallery-inner.five .building-gallery-item:first-child .gallery-item-inner {
        padding-top: 0;
        height: 100%;
    }

    .building-gallery .building-gallery-item img {
        cursor: pointer;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
    }

    .building-gallery .building-gallery-inner .building-gallery-item {
        padding-left: 6px;
        padding-right: 6px;
    }

    .building-gallery .building-gallery-inner .gallery-item-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .building-gallery .building-gallery-inner.five .building-gallery-item {
        flex: none;
        max-width: none;
    }
}

/*# sourceMappingURL=responsive.css.map */