@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Mobile
2. Large Mobile
3. iPad
4. large desktop
5. Other
*/

/* 1. Mobile responsive css 640px
------------------------------------------------------------------------------*/
@media (max-width:640px) {

    .modal-form {
        max-width: 90vw;
        left: 5vw;
    }
    .modal-form .form-contact {
        padding: 1em 0;
    }
    .columns-2 {
        column-count: 1;
    }

    .graphs-section .container {
        padding: 0;
    }

    .graph-toggle {
        padding: 15px;
    }

    .graph-toggle-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .graph-toggle-heading {
        font-size: 18px;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .graph-toggle svg {
        height: 20px;
        width: 20px;
    }

    .graph-panel {
        padding: 15px;
    }

    .graph-meta-content {
        padding: 15px;
    }

    .graph-data {
        margin-left: -15px;
        overflow: auto;
        padding-left: 15px;
        width: calc(100% + 30px);
    }

    .graph-data-content {
        height: 33vh;
        min-width: 133vw;
        padding-right: 15px;
    }

    .graph-scales {
        flex: 0 1 auto;
    }

    .graph-scales:first-child .graph-scale-value::before,
    .graph-scales:first-child .graph-scale-value::after {
        width: calc(100vw - 30px);
    }


    h1,
    .h1 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin-bottom: 26px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin-bottom: 20px;
    }

    big,
    .big {
        font-size: 22px;
    }

    small,
    .small {
        font-size: 14px;
    }

    ul>li {
        /* Typography */
        font-size: 16px;
    }

    ol>li {
        /* Typography */
        font-size: 16px;
    }


    blockquote {
        /* Box-model */
        padding: 50px 10px 10px;
        margin-bottom: 20px;
    }

    blockquote p {
        font-size: 20px;
    }

    blockquote:before {
        /* Typography */
        font-size: 60px;
        letter-spacing: -5px;

        /* Box-model */
        width: 60px;
    }

    .aligncenter {
        margin: 20px auto;
    }

    figcaption {
        padding: 0;
    }

    .btn,
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        /* Box-model */
        min-width: 180px;
        height: 42px;
        padding: 0 12px;

        /* Typography */
        font-size: 14px;
        line-height: 38px;
    }
    .btn-new-primary, .btn-new-secondary {
        height: auto;
        padding: 16px 36px;
        line-height: 18px;
        font-size: 16px;
    }

    .txt-preamble {
        font-size: 20px;
    }

    .txt-preamble p {
        font-size: 20px;
    }

    .more-link {
        font-size: 16px;
    }


    header.main-header a.logo {
        width: 120px;
    }

    header.main-header {
        padding: 6px 0;
    }

    nav.menu-right ul li {
        margin: 0 0 0 10px;
    }

    header.main-header a.bug-report {
        /* Box-model */
        margin-left: 10px;
        padding: 0 12px;
        min-width: 1px;

        /* Typography */
        font-size: 14px;
    }

    nav.menu-right ul li a {
        font-size: 14px;
    }

    header.main-header .container {
        padding: 0 15px;
    }

    .main-menu {
        display: none;
    }

    .menu-right {
        display: none;
    }

    .mobile-nav-block-inner .last-button {
        display: block;
    }

    .bottom-nav-content {
        display: block;
    }

    header.main-header a.bug-report {
        display: none;
    }

    span.cancel_file {
        /* Positioning */
        top: auto;
        bottom: 15px;
    }

    .mobile-Hamburger {
        display: block;
    }

    .banner {
        /* Box-model */
        height: 800px;
        min-height: 480px;
    }

    .banner p {
        /* Box-model */
        margin: 0 0 30px;
    }

    .banner .txt-headlinehero {
        margin: 0 0 20px;
    }

    .banner .txt-imagelocation {
        /* Positioning */
        right: 0;
        bottom: 13px;

        /* Box-model */
        padding: 0 15px;
    }

    .banner .direct-link-mobile {
        display: block;
    }

    .banner .filter-bar {
        display: none;
    }

    .txt-headlinehero {
        font-size: 30px;
    }

    .txt-herotext {
        font-size: 14px;
    }


    .filter-bar .box01,
    .filter-bar .box02 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e50016;
    }

    .filter-bar .box01 {
        order: 1;
    }

    .filter-bar .box02 {
        order: 2;
    }

    .filter-bar .box03 {
        order: 3;
        width: 100%;
        margin: 20px 0 0;
    }

    .filter-bar .box04 {
        order: 4;
        width: 100%;
        padding: 20px 0;
    }

    .filter-bar .box03 .range-slider {
        width: 100%;
    }

    .drop-cell {
        width: 100%;
    }

    .drop-cell .drop-pair {
        /* Box-model */
        padding: 10px 40px 10px 20px;
        min-height: 58px;
    }

    .drop-cell .drop-pair:before {
        top: 26px;
    }

    .drop-cell .drop-pair:after {
        top: 33px;
    }

    .about-map-room-section {
        height: auto !important;
    }

    .about-section {
        /* Typography */
        text-align: left;

        /* Box-model */
        padding: 70px 0 40px;
        height: auto !important;
    }

    .about-section h1 {
        /* Typography */
        font-size: 30px;
        text-align: left;

        /* Box-model */
        margin: 0 0 27px;
    }

    .about-section p {
        /* Typography */
        font-size: 20px;
        text-align: left;
    }

    .map-room-section .map-block h3,
    .map-room-section .room-block h3 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .map-room-section .map-block {
        /* Box-model */
        padding: 0 15px;
        width: 100%;
    }

    .map-room-section .room-block {
        /* Box-model */
        padding: 50px 0 0;
        width: 100%;
    }

    .available-rooms-slider .single-room {
        /* Box-model */
        padding: 4px 7px;
        opacity: 0.4;
    }

    .available-rooms-slider .single-room.slick-current {
        opacity: 1;
    }

    .available-rooms-slider {
        margin: 0;
    }

    .map-room-section .map-block #map-api {
        height: 356px;
    }

    .available-rooms-slider .single-room .info {
        padding: 18px;
    }

    .available-rooms-slider .single-room .info .detail,
    .available-rooms-slider .single-room .info .measurement {
        font-size: 18px;
    }

    .available-rooms-slider .single-room .info .name {
        font-size: 20px;
    }


    .latest-construction-section {
        /* Box-model */
        height: auto !important;
        display: block;
    }

    .latest-construction-section .left-block {
        /* Box-model */
        width: 100%;
        padding: 70px 15px 40px;
        min-height: 10px;
    }

    .latest-construction-section .right-block {
        /* Box-model */
        width: 100%;
        height: auto;
        margin: auto;
        padding-bottom: 60px;
    }

    .latest-construction-section .right-block .single-box {
        /* Box-model */
        height: auto;
        width: auto;
        max-width: calc(100vw - 60px);
        opacity: 0.4;
    }

    .latest-construction-section .right-block .single-box.slick-current {
        opacity: 1;
    }

    .latest-construction-section .right-block .single-box .bg-img {
        position: static;
    }

    .latest-construction-section .right-block .single-box a .bg-img img {
        /* Box-model */
        height: auto;
        width: 100%;
        object-fit: fill;
    }

    .latest-construction-section .right-block .single-box .info {
        /* Positioning */
        position: absolute;
        padding: 20px;
    }

    .latest-construction-section .right-block .slick-list {
        padding: 0 60px;
    }

    .latest-construction-section .right-block .single-box .info h6 {
        font-size: 30px;
    }

    .latest-construction-section .left-block h4 {
        /* Positioning */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .latest-construction-section .left-block p,
    .latest-construction-section .left-block .more-read a {
        font-size: 18px;
    }

    .latest-construction-section .right-block .single-box .info p {
        font-size: 16px;
    }

    a.more-btn:before {
        /* Box-model */
        height: 18px;
        width: 18px;

        /* Typography */
        line-height: 18px;
        font-size: 18px;
    }

    .mix-posts-section {
        /* Box-model */
        padding: 30px 0;
        height: auto !important;
    }

    .mix-posts-section .single-post-block {
        /* Box-model */
        padding: 8px 0;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }


    .mix-posts-section .single-post-block .single-post-inner {
        min-height: 345px;
    }

    .mix-posts-section .single-post-block.vacancy-block h6 {
        margin: 0 0 20px;
    }

    .mix-posts-section .single-post-block.news-block .date {
        font-size: 18px;
    }

    .mix-posts-section .single-post-block.vacancy-block .all-vacancy .single-vacancy a.name {
        font-size: 18px;
    }

    .mix-posts-section .single-post-block.vacancy-block .all-vacancy .single-vacancy p {
        font-size: 14px;
    }

    .mix-posts-section .single-post-block.development-block h6 {
        margin: 0;
    }

    .mix-posts-section .single-post-block.insta-block .icon {
        /* Typography */
        font-size: 44px;

        /* Box-model */
        height: 44px;
        margin: 0 auto 30px;
    }

    .mix-posts-section .single-post-block.help-block .icon {
        /* Typography */
        font-size: 48px;

        /* Box-model */
        height: 48px;
    }

    .mix-posts-section .single-post-block.vacancy-block .single-post-inner,
    .mix-posts-section .single-post-block.investors-block .single-post-inner {
        padding: 33px 26px 40px;
    }

    .mix-posts-section .single-post-block.news-block .single-post-inner,
    .mix-posts-section .single-post-block.development-block .single-post-inner,
    .mix-posts-section .single-post-block.insta-block .single-post-inner,
    .mix-posts-section .single-post-block.help-block .single-post-inner {
        padding: 20px 20px;
    }

    .mix-posts-section .single-post-block.news-block h6,
    .mix-posts-section .single-post-block.vacancy-block h6,
    .mix-posts-section .single-post-block.development-block h6,
    .mix-posts-section .single-post-block.investors-block h6,
    .mix-posts-section .single-post-block.insta-block h6,
    .mix-posts-section .single-post-block.help-block h6 {
        font-size: 24px;
    }

    .mix-posts-section .single-post-block.investors-block h6 {
        margin: 0 0 8px;
    }

    .mix-posts-section .single-post-block.investors-block a.name {
        font-size: 18px;
    }

    .mix-posts-section .single-post-block.investors-block p {
        font-size: 14px;
    }

    .mix-posts-section .single-post-block.investors-block .date {
        font-size: 14px;
    }

    .mix-posts-section .single-post-block .more-btn {
        /* Positioning */
        bottom: 26px;
        right: 20px;

        /* Typography */
        font-size: 16px;

        /* Box-model */
        padding: 0 28px 0 0;
    }


    .energy-workload-section {
        height: auto;
        display: block;
    }

    .energy-workload-section .bg-img {
        /* Positioning */
        position: relative;

        /* Box-model */
        height: 250px;
    }

    .energy-workload-section .bg-img .icon {
        display: block;
    }

    .energy-workload-section .content-block {
        /* Box-model */
        padding: 52px 15px 70px;

        /* Visual */
        background-color: #ffffff;
        background-image: none;
    }

    .energy-workload-section .content-block .client-detail {
        margin: 30px 0 0;
    }

    .energy-workload-section .content-block .content-block-inner>h5 {
        margin: 0 0 30px;
    }

    .energy-workload-section .content-block .content-block-inner>h5,
    .energy-workload-section .content-block .content-block-inner>h5 a,
    .energy-workload-section .content-block .content-block-inner>p,
    .energy-workload-section .content-block .client-detail p,
    .energy-workload-section .content-block .client-detail .name,
    .energy-workload-section .content-block .content-block-inner>h6 {
        color: #333333;
    }

    .energy-workload-section .content-block.at-top {
        padding: 30px 15px 0;
    }

    .energy-workload-section .txt-imagelocation {
        /* Positioning */
        right: 0;
        bottom: 10px;

        /* Box-model */
        padding: 0 20px;
    }


    .txt-imageheadline {
        font-size: 30px;
    }

    .txt-imagetext,
    .txt-imagetext > p {
        color: inherit;
        font-size: 18px;
    }

    .txt-imagequote {
        font-size: 16px;
    }

    .txt-imagequotesource {
        font-size: 16px;
    }

    .txt-imagelocation {
        font-size: 14px;
    }

    footer.main-footer {
        padding: 40px 0 54px;
    }

    footer.main-footer .container {
        padding: 0 20px;
    }

    footer.main-footer .footer-grid {
        margin: 0 0 10px;
    }

    footer.main-footer .footer-grid .left-footer-block .single-footer-block {
        /* Box-model */
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    footer.main-footer .footer-grid .right-footer-block .single-footer-block {
        max-width: none;
    }

    footer.main-footer .footer-grid .right-footer-block .single-block {
        /* Box-model */
        text-align: center;
        width: 100%;
    }

    footer.main-footer .footer-grid .right-footer-block {
        width: 100%;
    }

    footer.main-footer .footer-grid .left-footer-block {
        width: 100%;
    }

    footer.main-footer .footer-grid .single-block address {
        /* Box-model */
        padding-right: 20px;
    }

    footer.main-footer .social-footer {
        margin: 0 0 46px;
    }

    footer.main-footer .footer-grid .single-block {
        /* Box-model */
        margin: 0 0 26px;
        width: 50%;
    }

    footer.main-footer .footer-grid .single-block:first-child {
        padding: 0;
    }

    footer.main-footer .social-footer a {
        margin: 0 23px;
    }

    .footer-headline {
        font-size: 14px;
    }

    .footer-text {
        font-size: 14px;
    }

    .footer-textsupport {
        font-size: 14px;
    }

    .footer-textphone {
        font-size: 18px;
    }

    .footer-textcopyright {
        font-size: 12px;
    }


    .promo-section {
        padding: 0 0 30px;
    }

    .promo-section.more .container {
        margin-bottom: 1.11em;
    }

    .promo-section.more .container::after {
        height: 2.778em;
    }

    .promo-section h1 {
        /* Typography */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .promo-section p,
    .promo-section .read-link,
    .promo-section.more .more-button {
        font-size: 16px;
    }

    .ms-choice>div {
        height: 18px;
    }

    .filter-head {
        flex-wrap: wrap;
        margin: 0 0 14px;
    }

    .filter-head .parts {
        display: flex;
        width: 100%;
    }

    .filter-head .left-part,
    .filter-head .right-part {
        width: 50%;
        font-size: 16px;
    }

    .filter-head .left-part:after {
        display: none;
    }

    .filter-head .right-part {
        text-align: right;
    }

    .filter-head .main-filter {
        display: block;
    }

    .filter-head .main-filter .title,
    .filter-head .tabbing-filter .title {
        justify-content: center;
        padding: 10px 20px;
    }

    .sort-view {
        max-width: none;
        flex-grow: 1;
    }

    .sort-view>div {
        flex-grow: 1;
        flex-basis: 0;
    }

    .sort-view .sorting-block>label {
        justify-content: center;
        padding: 10px 20px;
        text-align: center;
    }

    .filter-bar .tabbing-filter a {
        margin-left: 10px;
    }

    .filter-bar.design04 {
        box-shadow: none;
    }

    .filter-bar.design04 .ui-accordion-header {
        padding: 10px 20px 10px 28px;
    }

    .filter-bar.design02 {
        flex-wrap: wrap;
    }

    .filter-bar.design02 .box01 {
        order: 1;
        border-bottom: 1px solid #e3e2e1;
    }

    .filter-bar.design02 .box02 {
        order: 2;
        border-bottom: 1px solid #e3e2e1;
    }

    .filter-bar.design02 .box03 {
        order: 3;
        padding: 10px 20px;
        margin: 0;
    }

    .filter-bar.design02 .box04 {
        order: 4;
    }

    .filter-bar.design02 .box05 {
        order: 5;
    }

    .filter-bar.design02 .box01,
    .filter-bar.design02 .box02,
    .filter-bar.design02 .box03 {
        width: 100%;
    }

    .filter-bar.design02 .box04,
    .filter-bar.design02 .box05 {
        /* Box-model */
        width: 100%;
        padding: 10px 20px;

        /* Visual */
        border-top: 1px solid #e3e2e1;
    }

    .filter-bar .sorting-block .title,
    .filter-bar .sorting-block .select-sorting .ms-choice {
        font-size: 16px;
    }

    .available-rooms {
        margin: 0 -10px;
    }

    .filter-main {
        display: none;
        padding: 0 0 20px 0;
    }

    .map-rooms {
        width: auto;
    }

    .map-cluster {
        padding: 20px 0;
    }

    .map-cluster .map-bg {
        height: auto;
    }

    .room-section {
        padding: 30px 15px;
    }

    .room-section .load-more {
        margin: 20px 0 0;
    }

    .available-rooms .single-room {
        /* Box-model */
        width: 100%;
        padding: 10px;
        max-width: 400px;
        margin: 0 auto;
    }

    .available-rooms .single-room a.looking-for h6 {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        margin: 0 0 10px;
    }

    .available-rooms .single-room a.looking-for p {
        /* Typography */
        font-size: 17px;

        /* Box-model */
        margin: 0 0 10px;
    }

    .available-rooms .single-room a.looking-for .icon {
        font-size: 40px;
    }

    .available-rooms .single-room a.looking-for {
        /* Box-model */
        padding: 20px 20px 30px;
        min-height: 300px;
    }

    .available-rooms .single-room .info {
        padding: 15px;
    }

    .available-rooms .single-room .info .name {
        font-size: 20px;
    }

    .available-rooms .single-room .info .detail,
    .available-rooms .single-room .info .measurement {
        font-size: 16px;
    }

    .available-rooms .single-room .info .category-name {
        font-size: 12px;
    }


    .available-rooms-list .single-room .col01 .figure-bg {
        margin-right: 14px;
    }

    .available-rooms-list {
        overflow-x: auto;
    }

    .available-rooms-list .single-room,
    .available-rooms-list .list-head {
        /* Box-model */
        padding: 15px 15px;
    }

    .available-rooms-list .list-head,
    .available-rooms-list .all-listing {
        width: 800px;
    }


    .available-rooms-list .single-room .figure-bg a {
        /* Box-model */
        width: 40px;
        height: 40px;
    }

    .available-rooms-list .list-head .col01 span {
        width: 40px;
        margin-right: 14px;
    }

    .available-rooms-list .col05 {
        width: 290px;
    }

    .available-rooms-list .col06 {
        width: 80px;
    }

    .available-rooms-list .single-room .name,
    .available-rooms-list .single-room .detail,
    .available-rooms-list .single-room .category-name,
    .available-rooms-list .single-room .measurement {
        font-size: 16px;
    }

    .available-rooms-list .single-room .all-icons a {
        margin-left: 8px;
    }


    .want-help-section {
        padding: 40px 0 40px;
    }

    .want-help-section .form-block .single-field {
        margin: 0 0 15px;
    }

    .want-help-section h3 {
        /* Typography */
        font-size: 26px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .want-help-section p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .energy-workload-section.small-height {
        height: auto;
    }

    .energy-workload-section .content-block .content-block-inner>h6 {
        font-size: 18px;
    }

    .environment-development-section .btn {
        font-size: 14px;
    }

    .environment-development-section .environment-logo-bottom {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        /* Box-model */
        padding: 0;
        width: 100%;
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .banner-available-facilities {
        height: 500px;
        max-height: 187px;
    }

    .category-menu {
        /* Box-model */
        padding: 0;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 0 auto;
    }

    .category-menu .container {
        padding: 0;
    }

    .category-menu ul {
        /* Box-model */
        padding: 0 10px;
        display: block;
        line-height: 0;
    }

    .category-menu ul li {
        /* Box-model */
        padding: 0 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .category-menu ul li a:not(.btn) {
        font-size: 14px;
        padding: 15px 0;
        text-transform: none;
    }

    .breadcrumb-block {
        /* Box-model */
        display: none;
        padding: 18px 0 14px;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 0 auto;
    }

    .breadcrumb-block ul {
        /* Box-model */
        padding: 0;
        display: block;
        line-height: 0;
    }

    .breadcrumb-block ul li {
        /* Box-model */
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
    }

    .single-detail-section {
        padding: 30px 0 30px;
    }

    .single-detail-section .head-detail h6 {
        font-size: 16px;
    }

    .single-detail-section .head-detail h1 {
        font-size: 28px;
    }

    .single-detail-section .head-detail h5 {
        margin: 0 0 20px;
    }

    .single-detail-section .head-detail p.big {
        font-size: 18px;
    }

    .single-detail-section .head-detail {
        margin: 0 0 30px;
    }

    .single-detail-section .both-box {
        margin: 0 0 20px;
    }

    .single-detail-section .both-box .single-box {
        /* Box-model */
        width: 100%;
        margin: 0 auto 20px;
        max-width: 400px;
    }

    .single-detail-section .both-box .single-box.box01 .box-outer {
        padding: 40px 20px 36px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single {
        /* Box-model */
        margin: 0;
        padding: 0 6px;
        width: 90px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail {
        padding: 28px 20px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block {
        margin: 20px 0 0;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single .icon {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        width: 40px;
        height: 40px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single .icon:before {
        line-height: 40px;
    }

    .single-detail-section .info-detail {
        margin: 0 0 30px;
    }

    .single-detail-section .info-detail p {
        font-size: 16px;
    }

    .single-detail-section .both-box .single-box.box01 .title {
        font-size: 32px;
    }

    .single-detail-section .both-box .single-box.box01 p {
        /* Typography */
        line-height: 1.8;
        font-size: 18px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-img {
        height: 200px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail .info03,
    .single-detail-section .both-box .single-box.box02 .staff-detail .info04 {
        font-size: 18px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail .info02 {
        font-size: 22px;
    }

    .single-detail-section .share-block a {
        margin-left: 16px;
    }


    .environment-development-section {
        padding: 0;
    }

    .environment-development-section .environment-development-inner {
        /* Box-model */
        margin: 0 auto;
        padding: 50px 0;
    }

    .environment-development-section .certificate_text {
        padding-top: 50px;
    }

    .environment-development-section .logo-environment {
        padding: 50px 20px 50px 0;
    }

    .environment-development-section h3 {
        /* Typography */
        font-size: 26px;
        margin: 0 0 10px;
    }

    .environment-development-section p {
        /* Typography */
        font-size: 16px;
        margin: 0 0 30px;
    }

    .about-property-section {
        padding: 40px 0;
    }

    .about-property-section .row01 .row01-inner,
    .about-property-section .row02 .row02-inner {
        /* Box-model */
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .about-property-section .row01 .content {
        /* Box-model */
        padding-left: 0;
        width: 100%;
    }

    .about-property-section .row01 .bg-img,
    .about-property-section .row02 .bg-img {
        /* Box-model */
        width: 100%;
        min-height: 300px;
        margin: 0 0 20px;
    }

    .about-property-section .row02 .content {
        /* Box-model */
        padding-right: 0;
        width: 100%;
    }

    .about-property-section>div {
        margin: 50px 0 0;
    }

    .about-property-section .row01 .content h3,
    .about-property-section .row02 .content h3 {
        /* Typography */
        font-size: 22px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .about-property-section .row01 .content p,
    .about-property-section .row02 .content p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .about-property-section .row01 .content span.area,
    .about-property-section .row02 .content span.area {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0;
    }


    .bilder-img-section {
        padding: 30px 0;
    }

    .bilder-img-section .img-row {
        gap: 15px;
        margin: 0 0 10px;
    }

    .bilder-img-section .img-row.light-box-block .actions {
        /* Positioning */
        position: static;

        /* Box-model */
        padding: 0 0 20px;
        width: 100%;
    }

    .bilder-img-section .img-row.light-box-block {
        /* Box-model */
        padding: 30px 20px;
        flex-wrap: wrap;
    }

    .bilder-img-section .img-row.light-box-block .actions a {
        /* Box-model */
        margin-bottom: 5px;
        line-height: 1.1;

        /* Typography */
        font-size: 18px;
    }

    .bilder-img-section figcaption {
        font-size: 12px;
    }

    .similar-places-section {
        padding: 30px 0;
    }

    .similar-places-section h4 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 14px;
    }

    .similar-places-section .available-rooms .single-room {
        /* Box-model */
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }



    .banner-realestate {
        height: 460px;
    }

    .filter-bar.design03 {
        flex-wrap: wrap;
    }

    .filter-bar.design03 .box01,
    .filter-bar.design03 .box02,
    .filter-bar.design03 .box03 {
        border-bottom: 1px solid #e3e2e1;
    }

    .filter-bar.design03 .box04 .tabbing-filter {
        width: 100%;
    }

    .filter-bar.design03 .box01,
    .filter-bar.design03 .box02,
    .filter-bar.design03 .box03,
    .filter-bar.design03 .box04 {
        /* Box-model */
        padding: 12px 15px;
        max-width: none;
    }

    .filter-bar.design03 .box03 {
        margin: 0;
    }

    .available-rooms.grid03 .single-room {
        /* Box-model */
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }


    .slick-dots li button {
        height: 6px;
    }

    .slick-next {
        right: 10px;
    }

    .slick-prev {
        left: 10px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
    }


    .banner-available-facilities .tag-banner {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        padding: 15px;
    }

    .single-detail-section .listing-block {
        /* Box-model */
        flex-wrap: wrap;
        margin: 0;
    }

    .single-detail-section .single-lists {
        /* Box-model */
        width: 100%;
        margin: 0 0 20px;
        padding-right: 0;
    }

    .single-detail-section .detail-box .img-block .img-single {
        /* Box-model */
        margin: 0 8px 18px 8px;
        padding: 0 8px;
        width: calc(50% - 18px);
    }

    .single-detail-section .detail-box .img-block {
        flex-wrap: wrap;
    }

    .single-detail-section .detail-box .img-block .img-single .icon {
        /* Box-model */
        font-size: 26px;
        height: 50px;
        width: 50px;
    }

    .single-detail-section .detail-box .img-block .img-single .icon:before {
        line-height: 50px;
    }

    .single-detail-section .detail-box .img-block .img-single div.meter {
        font-size: 16px;
    }

    .single-detail-section .single-lists p {
        font-size: 16px;
    }

    .single-detail-section .detail-box {
        /* Box-model */
        padding: 30px 20px 10px;
        margin: 0 0 30px;

    }

    .single-detail-section .detail-box .img-block {
        margin: 10px 0;
    }

    .single-detail-section .both-box .single-box.tenant-of-property a {
        padding: 30px 15px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0 0 10px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property h4 {
        /* Typography */
        font-size: 22px;

        /* Box-model */
        margin: 0 auto 10px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property .icon {
        /* Box-model */
        font-size: 40px;
        height: 40px;
    }

    .single-detail-section .vacant-property {
        margin: 0 0 40px;
    }

    .single-detail-section .vacant-property h3 {
        font-size: 20px;
    }

    .single-detail-section .img-hotspot {
        margin: 0 0 30px;
    }

    .single-detail-section .vacant-property.our-area-farm .all-listing {
        width: 600px;
    }

    .single-detail-section .vacant-property.our-area-farm .available-rooms-list .col01 {
        width: 280px;
    }

    .single-detail-section .vacant-property.our-area-farm .available-rooms-list .col03 {
        width: 160px;
    }

    .single-detail-section .vacant-property.our-area-farm .available-rooms-list .col04 {
        width: 140px;
    }

    .promo-section01 {
        padding: 40px 0 20px;
    }

    .tenant-property-section {
        padding: 30px 0;
    }

    .tenant-property-section h4 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .picture-slider .single-slide-img {
        height: 400px;
    }

    .all-picture-section .picture-extra {
        /* Box-model */
        padding-bottom: 40px;
    }

    .all-picture-section .picture-extra .slide-number {
        font-size: 20px;
    }



    .project-category-menu {
        /* Box-model */
        padding: 0;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 0 auto;
    }

    .project-category-menu .container {
        padding: 0;
    }

    .project-category-menu ul {
        display: block;
    }

    .project-category-menu ul li {
        /* Box-model */
        padding: 0 12px;
        display: inline-block;
        vertical-align: middle;
    }

    .project-category-menu ul li a:not(.btn) {
        /* Typography */
        font-size: 13px;

        /* Box-model */
        height: 46px;
    }

    .project-listing-section {
        padding: 30px 15px 30px;
    }

    .project-listing-section .single-project .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .project-listing-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;

        /* Typography */
        font-size: 40px;

        /* Box-model */
        height: 40px;
        width: 40px;
    }

    .project-listing-section .single-project .project-info .detail-bottom .title {
        font-size: 22px;
    }

    .project-listing-section .single-project .project-info .detail-bottom .title.small {
        font-size: 18px;
    }

    .project-listing-section .single-project .project-info .detail-bottom p {
        font-size: 16px;
    }

    .project-listing-section .single-project .project-info .detail-bottom p.small {
        font-size: 14px;
    }

    .project-listing-section .single-project.width50 .project-info .detail-bottom {
        max-width: none;
    }

    .project-listing-section .single-project .white-box {
        padding: 30px 30px 50px;
    }

    .project-listing-section .single-project .white-box h3 {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        margin: 0 0 14px;
    }

    .project-listing-section .single-project .white-box p {
        font-size: 16px;
    }

    .project-listing-section .single-project .white-box a.more-btn {
        /* Positioning */
        right: 24px;
        bottom: 30px;

        /* Box-model */
        padding: 0 34px 0 0;

        /* Typography */
        font-size: 14px;
    }

    .project-listing-section .single-project {
        /* Box-model */
        margin-bottom: 20px;
    }

    .project-listing-section .single-project>a {
        min-height: 460px;
    }

    .project-listing-section .single-project.design01 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .project-listing-section .single-project.design02 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .project-listing-section .single-project.design03 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .project-listing-section .project-listing-inner {
        margin-bottom: -20px;
    }

    .project-customer-section {
        padding: 40px 15px 40px;
    }

    .project-customer-section .single-project {
        /* Box-model */
        min-height: 380px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .project-customer-section .single-project .project-info .detail-bottom .title,
    .project-customer-section .single-project.design02 .project-info .detail-bottom .title {
        font-size: 20px;
    }

    .project-customer-section .single-project .project-info .detail-bottom p {
        font-size: 16px;
    }

    .project-customer-section .single-project .project-info .detail-bottom,
    .project-customer-section .single-project.design02 .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .project-customer-section .single-project.design02 {
        min-height: 400px;
    }

    .project-customer-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;

        /* Typography */
        font-size: 40px;

        /* Box-model */
        height: 40px;
        width: 40px;
    }

    .customer-info-section {
        padding: 0 15px;
    }


    .map-custom {
        min-height: 440px;
    }

    .indication-block {
        /* Positioning */
        position: static;

        /* Box-model */
        max-width: 100%;
        margin: 10px 0 0;
        padding: 0 15px;
    }

    .indication-block .indication-block-inner {
        /* Box-model */
        padding: 14px 10px;
        flex-wrap: wrap;
        width: 100%;
    }

    .indication-block .single-indication {
        padding: 8px;
    }

    .indication-block .single-indication span.name {
        font-size: 11px;
    }


    .project-info-section {
        padding: 30px 0 40px;
    }

    .project-info-section .left-right {
        /* Box-model */
        flex-wrap: wrap;
        margin: 30px 0 0;
    }

    .project-info-section .left-right .left-part {
        /* Box-model */
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .project-info-section .left-right .right-part {
        /* Box-model */
        width: 100%;
        padding: 20px 0 0;
    }

    .project-info-section h6 {
        font-size: 18px;
    }

    .project-info-section .current-development {
        margin-top: 30px;
    }

    .project-info-section .current-development h3 {
        margin-bottom: 14px;
    }

    .project-info-section .current-development-lists li {
        margin: 0 0 10px;
    }

    .project-info-section .current-development-lists li figure {
        /* Box-model */
        width: 80px;
    }

    .project-info-section .current-development-lists li p {
        /* Typography */
        font-size: 14px;
        line-height: 1.2;

        /* Box-model */
        width: calc(100% - 80px);
        padding-left: 10px;
    }

    .project-info-section .current-development-lists li a {
        padding-right: 40px;
    }

    .project-info-section .current-development-lists li .icon {
        /* Positioning */
        right: 8px;

        /* Typography */
        font-size: 20px;

        /* Box-model */
        height: 20px;
        width: 20px;
    }

    .project-info-section .current-development-lists li a:hover .icon {
        right: 6px;
    }


    .customer-banner-section {
        height: 400px;
    }

    .customer-banner-section .content {
        height: calc(100% - 100px);
    }

    .customer-info-section .customer-info-main {
        margin: -100px auto 0;
    }

    .customer-banner-section .content .txt-headlinehero,
    .customer-banner-section .content h2 {
        /* Typography */
        font-size: 44px;
        line-height: 1.2;
    }

    .customer-info-section .customer-content {
        padding: 20px 0 30px;
    }

    .customer-info-section .customer-content .date {
        font-size: 14px;
    }

    .customer-info-section .customer-content h6 {
        font-size: 18px;
    }

    .customer-info-section .left-right {
        /* Box-model */
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .customer-info-section .left-right .left-part,
    .customer-info-section .left-right.reverse .left-part {
        /* Box-model */
        margin: 0 0 20px;
        width: 100%;
    }

    .customer-info-section .left-right .right-part {
        width: 100%;
    }

    .customer-info-section .left-right .right-part {
        padding-left: 0;
    }

    .customer-info-section .left-right.reverse .right-part {
        padding-right: 0;
    }

    .customer-info-section .customer-content .facts-about {
        /* Box-model */
        margin: 30px 0 0;
        padding: 30px 20px;
    }

    .customer-slides-section .customer-slide-info {
        /* Visual */
        position: static;
        border-bottom: 1px solid #f8f6f4;

        /* Box-model */
        flex-wrap: wrap;
        padding: 20px 10px;
    }

    .customer-slides-section .customer-slide-info .slide-number {
        font-size: 20px;
    }

    .customer-slides-section .customer-slide-info .left-part {
        /* Box-model */
        padding: 10px 0 0;
        width: 100%;
    }

    .customer-slides-section .top-slide figure:before {
        /* Box-model */
        height: 40%;

        /* Visual */
        opacity: 0.2;
    }

    .customer-slides-section .customer-slide-info .right-part {
        /* Box-model */
        width: 100%;
        order: -1;
    }

    .customer-info-section .customer-content .facts-about h3 {
        font-size: 20px;
    }

    .bottom-next-prev-bar {
        padding: 10px 0;
    }

    .bottom-next-prev-bar .icon {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        width: 18px;
        height: 18px;
        margin: 0 8px;
    }

    .bottom-next-prev-bar div {
        /* Typography */
        text-align: center;

        /* Box-model */
        width: 50%;
    }

    .bottom-next-prev-bar a {
        font-size: 13px;
    }


    .banner-project-page {
        /* Box-model */
        height: 480px;
    }

    .banner-project-page .content span.txt-headlinehero {
        font-size: 36px;
    }

    .banner-project-page .tag-banner {
        padding: 10px;
    }

    .banner-project-page .tag-banner img {
        max-width: 60px;
    }

    .listing-block .lists-big {
        /* Box-model */
        width: 100%;
        padding: 20px 0;

        /* Visual */
        border-left: none;
        border-top: 1px solid #e3e2e1;
    }

    .environment-development-section .container,
    .environment-development-section .certificates {
        flex-wrap: wrap;
    }

    .environment-development-section .logo-environment {
        /* Box-model */
        max-width: 280px;
        margin: 0 auto;
        padding: 30px 0 0;
    }


    .infoBox>div {
        font-size: 16px;
    }

    .banner-our-area {
        height: auto !important;
    }

    .banner-our-area .bg-banner {
        /* Positioning */
        position: static;

        /* Box-model */
        height: 500px;
    }

    .banner-our-area .pos-map-info {
        /* Positioning */
        position: static;

        /* Box-model */
        padding: 20px;
        max-width: none;
    }

    .banner-our-area .pos-map-info h2 {
        /* Typography */
        font-size: 26px;

        /* Box-model */
        margin: 0 0 10px;
    }

    .banner-our-area .pos-map-info p {
        /* Typography */
        font-size: 15px;

        /* Box-model */
        margin: 0 0 14px;
    }

    .banner-our-area .pos-map-info .load-more a {
        font-size: 26px;
    }

    .our-areas-section {
        padding: 40px 15px;
    }

    .our-areas-section .notify-bar {
        margin: 0 0 30px;
    }

    .our-areas-section .notify-bar ul {
        flex-direction: column;
    }

    .our-areas-section .notify-bar ul li {
        /* Typography */
        font-size: 14px;

        /* Box-model */
        margin: 6px;
    }

    .our-areas-section .all-areas-lists {
        /* Box-model */
        margin: -10px;
    }

    .our-areas-section .all-areas-lists .single-area-inner {
        padding: 0 20px;
    }

    .our-areas-section .all-areas-lists .single-area {
        /* Box-model */
        width: 100%;
        max-width: 340px;
        margin: 10px auto;
    }

    .our-areas-section .all-areas-lists .single-area .action-block {
        padding: 10px 0;
    }

    .our-areas-section .all-areas-lists .single-area .name {
        font-size: 20px;
    }

    .our-areas-section .all-areas-lists .single-area .desc {
        font-size: 14px;
    }


    .full-map-section {
        height: auto;
    }

    .full-map-section .map-custom {
        height: 400px;
    }

    .shop-restaurant-section {
        padding: 30px 0;
    }

    .shop-restaurant-section .caption {
        margin: 0 auto 20px;
    }

    .shop-restaurant-section .caption h3 {
        font-size: 20px;
    }

    .shop-restaurant-section .caption p {
        font-size: 16px;
    }

    .shop-restaurant-listing {
        margin: 0 -10px;
    }

    .shop-restaurant-listing .single-block {
        /* Box-model */
        width: 100%;
        padding: 10px;
        max-width: 380px;
        margin: 0 auto;
    }

    .shop-restaurant-listing .single-block .info {
        padding: 20px 14px;
    }

    .shop-restaurant-listing .single-block .info h6 {
        font-size: 20px;
    }

    .shop-restaurant-listing .single-block .info p {
        font-size: 16px;
    }

    .project-customer-section .caption,
    .room-section .caption {
        margin: 0 0 20px;
    }

    .project-customer-section .caption h3,
    .room-section .caption h3 {
        font-size: 26px;
    }

    .promo-section02 {
        padding: 30px 0;
    }

    .our-area-top {
        /* Box-model */
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .our-area-top h1 {
        font-size: 28px;
    }

    .our-area-top .caption {
        margin: 0 0 30px;
    }


    .our-areas-lindholmen-section {
        padding: 40px 0;
    }

    .our-areas-lindholmen-section h1 {
        font-size: 28px;
    }

    .our-areas-lindholmen-section .content {
        margin: 20px auto 0;
    }

    .our-areas-lindholmen-section .content .icon {
        /* Box-model */
        font-size: 160px;
        margin: 0 0 20px;
    }

    .our-areas-lindholmen-section .content p {
        font-size: 18px;
    }

    .our-areas-lindholmen-section .see-all {
        margin: 20px 0 0;
    }



    .banner-tenant-section {
        min-height: 500px !important;
    }

    .banner-tenant-section h1 {
        /* Typography */
        font-size: 44px;
        line-height: 1.2;

        /* Box-model */
        margin: 0 0 20px;
    }

    .banner-tenant-section p {
        font-size: 18px;
    }

    .search-bar form {
        /* Box-model */
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-bar .input-field {
        /* Box-model */
        margin: 0 0 16px 0;
        width: 100%;
    }

    .search-bar .input-field input {
        font-size: 16px;
    }

    .search-bar .ui-autocomplete {
        top: 56px !important;
    }

    .question-bar-section {
        padding: 20px 0;
    }

    .question-bar-section .container {
        flex-direction: column;
    }

    .question-bar-section p {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        margin: 0 0 10px 0;
    }

    .tenant-grid-section {
        padding: 50px 0;
    }

    .tenant-grid-section .tenant-grid-outer {
        margin: -10px;
    }

    .tenant-grid-section .single-block {
        /* Box-model */
        padding: 10px;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .tenant-grid-section .single-block .bg-img {
        height: 300px;
    }

    .tenant-grid-section .single-block .info {
        padding: 20px 10px;
    }

    .tenant-grid-section .single-block .info h6 {
        font-size: 20px;
    }

    .tenant-grid-section .single-block .info p {
        font-size: 16px;
    }


    .banner-half-section {
        /* Box-model */
        padding: 30px 15px 0;
        flex-wrap: wrap;
    }

    .banner-half-section .content-right {
        padding-left: 0;
    }

    .banner-half-section .content-right .content-inner {
        padding: 40px 20px 80px;
    }

    .banner-half-section .content-right .more-btn {
        /* Positioning */
        right: 20px;
        bottom: 30px;

        /* Typography */
        font-size: 18px;
    }

    .banner-half-section .img-left {
        /* Box-model */
        min-height: 400px;
        width: 100%;
        margin: 0 0 10px;
    }

    .banner-half-section .content-right {
        width: 100%;
    }

    .property-information {
        margin: 0 0 30px;
    }

    .property-information h3 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .property-information .listing-property-info {
        /* Box-model */
        flex-wrap: wrap;
        margin: 0;
    }

    .property-information .listing-property-info .single-list {
        /* Box-model */
        width: 100%;
        border: none;
        border-top: 1px solid #e3e2e1;
        padding: 25px 0;
    }

    .property-information .listing-property-info .single-list:first-child {
        /* Box-model */
        border: none;
        padding-top: 0;
    }

    .property-information .listing-property-info .single-list p {
        margin: 0 0 16px;
    }

    .waste-management-energy {
        flex-wrap: wrap;
    }

    .waste-management-energy .single-box {
        /* Box-model */
        width: 100%;
        margin: 0 auto 20px;
        padding: 30px 15px;
        min-height: 300px;
        max-width: 500px;
    }

    .waste-management-energy .single-box ul.listing-waste {
        /* Box-model */
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .waste-management-energy .single-box ul.listing-waste li {
        /* Box-model */
        width: 100%;
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .waste-management-energy .single-box .sub-text {
        font-size: 18px;
    }

    .single-detail-section .both-box-outer h3 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .single-detail-section .help-block .single-block .text {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        padding: 10px 30px 10px 40px;
    }

    .single-detail-section .help-block .single-block .text .icon {
        /* Typography */
        font-size: 28px;
        width: 28px;
    }

    .single-detail-section .help-block {
        /* Box-model */
        margin: 0 0 30px;
        flex-wrap: wrap;
    }

    .single-detail-section .help-block .single-block {
        /* Box-model */
        width: 100%;
        border: none;
        border-top: 1px solid #e3e2e1;
    }

    .single-detail-section .help-block .single-block:first-child {
        border: none;
    }

    .single-detail-section .both-box .single-box.box02 .contact-title {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0 0 10px;
    }

    .about-posts-section {
        padding: 20px 5px;
    }

    .about-posts-section .single-post-block {
        /* Box-model */
        padding: 10px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .about-posts-section .single-post-block .single-post-inner {
        min-height: 350px;
    }

    .about-posts-section .single-post-block .head-text {
        font-size: 22px;
    }

    .about-posts-section .single-post-block .icon {
        /* Box-model */
        height: 40px;
        width: 40px;
        font-size: 40px;
    }

    .about-posts-section .single-post-block.platzer-big {
        width: 100%;
    }

    .about-posts-section .single-post-block.platzer-big .single-post-inner {
        padding: 30px 15px;
    }

    .about-posts-section .single-post-block.platzer-big .title {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .about-posts-section .single-post-block.platzer-big p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .about-posts-section .single-post-block.news-block .single-post-inner {
        padding: 30px 15px;
    }

    .about-posts-section .single-post-block.news-block .date {
        font-size: 16px;
    }

    .about-posts-section .single-post-block.looking-for p {
        font-size: 16px;
    }

    .about-posts-section .single-post-block.looking-for .content {
        margin: 0 0 20px;
    }

    .about-posts-section .single-post-block.looking-for .tag-name {
        font-size: 16px;
    }

    .about-posts-section .single-post-block.development-block .single-post-inner {
        padding: 20px;
    }


    .company-grid-section .single-row .img-block {
        /* Box-model */
        min-height: 400px;
        width: 100%;
    }

    .company-grid-section .single-row .content-block {
        /* Box-model */
        width: 100%;
    }

    .company-grid-section .single-row .content-block .info {
        padding: 30px 15px;
    }

    .company-grid-section .single-row .img-block .info {
        padding: 40px 15px;
    }

    .company-grid-section .single-row .content-block .info .load-more {
        position: static;
    }

    .company-grid-section .single-row .content-block .info h1 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .company-grid-section .single-row .content-block .info h2 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .company-grid-section .single-row .content-block .info p.big {
        font-size: 18px;
    }

    .company-grid-section .single-row .content-block .info .more-btn {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0;
    }

    .company-grid-section .single-row .content-block .info p,
    .company-grid-section .single-row .content-block .info ul li {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 15px 0;
    }

    .company-grid-section .single-row .img-block .info h2 {
        font-size: 28px;
    }

    .company-grid-section .single-row .img-block .info p,
    .company-grid-section .single-row .img-block .info ul li {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 15px 0;
    }


    .about-current-landing-section {
        padding: 30px 0 40px;
    }

    .category-select {
        margin: 0 auto 30px;
    }

    .category-select .text {
        font-size: 18px;
    }

    .about-grid-section {
        /* Box-model */
        padding: 0 10px;
        margin-bottom: -30px;
    }

    .about-grid-section .single-about-block figure a .category-name {
        padding: 20px;
    }

    .about-grid-section .single-about-block .info .title {
        font-size: 18px;
    }

    .about-grid-section .single-about-block {
        /* Box-model */
        padding: 0 5px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .about-current-landing-section .load-more {
        margin: 40px 0 0;
    }


    .about-current-info-section {
        padding: 40px 0 40px;
    }

    .about-current-info-section .category-name {
        font-size: 18px;
    }

    .about-current-info-section .img-row {
        margin: 0 0 30px;
    }

    .about-current-info-section .img-row figure {
        margin: 0 0 0 10px;
    }


    .promo-section-top {
        padding: 40px 0 60px;
    }

    .promo-section-top h6 {
        font-size: 18px;
    }

    .promo-section-top h1 {
        /* Typography */
        font-size: 36px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .promo-section-top .txt-preamble {
        font-size: 20px;
    }

    .about-history-grid-section {
        padding: 40px 15px;
    }

    .about-history-grid-section .single-row-container {
        padding: 40px 15px;
    }

    .graphs-section {
        padding: 40px 15px;
    }

    .about-history-grid-section .single-row {
        margin: 30px 0;
    }

    .about-history-grid-section .single-row .img-block {
        /* Box-model */
        width: 100%;
        margin: 0 0 20px;
    }

    .about-history-grid-section .single-row .img-block .bg-img {
        min-height: 350px;
    }

    .about-history-grid-section .single-row .content-block {
        /* Box-model */
        padding-left: 0;
        width: 100%;
    }

    .about-history-grid-section .single-row.reverse .content-block {
        padding-right: 0;
    }

    .about-history-grid-section .single-row .content-block h3,
    .about-history-grid-section.contact-showroom-grid-section .single-row .content-block h3 {
        /* Typography */
        font-size: 26px;

        /* Box-model */
        margin: 0 0 16px;
    }

    .promo-section-bottom {
        padding: 40px 0;
    }

    .promo-section-bottom h5 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 16px;
    }

    .sustainability-grid-section {
        height: auto !important;
    }

    .sustainability-grid-section .sustainability-grid-inner {
        flex-wrap: wrap;
    }

    .sustainability-grid-section .single-blox {
        /* Box-model */
        padding: 6px;
        width: 100%;
    }

    .sustainability-grid-section .single-blox .single-blox-inner {
        /* Box-model */
        padding: 30px 20px;
        min-height: 200px;
        max-width: 380px;
        margin: 0 auto;
    }

    .sustainability-grid-section .single-blox .single-blox-inner .link-icon .icon {
        /* Typography */
        font-size: 44px;

        /* Box-model */
        height: 44px;
        width: 44px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner .title {
        font-size: 26px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner p {
        font-size: 16px;
    }


    .max1440 {
        padding: 0 15px;
    }

    .top-content-section {
        padding: 30px 0 0;
    }

    .top-content-section .content-inner h1 {
        font-size: 36px;
    }

    .newslatter-grid-section {
        padding: 30px 0 40px;
    }

    .newslatter-grid-section .single-box {
        /* Box-model */
        padding: 10px;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .newslatter-grid-section .newslatter-grid-inner {
        margin: -10px;
    }

    .newslatter-grid-section .single-box .single-box-inner {
        /* Box-model */
        padding: 24px 16px;
        min-height: 250px;
    }

    .newsletter-frame {
        border: none;
        width: 100%;
        height: 7000px;
        margin: 50px auto;
        display: block;
    }


    .contact-top-section {
        padding: 40px 0 40px;
    }

    .contact-top-section .row01 .left-part h1 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .contact-top-section .row01 {
        /* Box-model */
        margin: 0 0 30px;
        flex-wrap: wrap;
    }

    .contact-top-section .row01 .left-part,
    .contact-top-section .row01 .right-part {
        /* Box-model */
        margin: 0;
        width: 100%;
    }

    .contact-top-section .row01 .right-part {
        /* Box-model */
        height: 350px;
        margin: 30px 0 0;
    }


    .contact-top-section .row01 .left-part .block-row a {
        font-size: 18px;
    }

    .contact-top-section .row01 .left-part address {
        font-size: 16px;
    }

    .contact-top-section .row01 .left-part .block-row.contact-timing .single-timing {
        font-size: 16px;
    }

    .contact-top-section .row02 {
        flex-wrap: wrap;
    }

    .contact-top-section .row02 .single-box.box01,
    .contact-top-section .row02 .single-box.box02 {
        /* Box-model */
        margin: 10px auto;
        width: 100%;
        max-width: 460px;
    }

    .contact-top-section .row02 .single-box.box01 h4 {
        font-size: 26px;
    }

    .contact-top-section .row02 .single-box.box01 p {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .contact-top-section .row02 .single-box.box01 .icon {
        /* Box-model */
        font-size: 45px;
        height: 45px;
        width: 45px;
    }

    .contact-top-section .row02 .single-box.box01 a {
        padding: 40px 20px;
    }

    .contact-top-section .row02 .single-box.box02 .single-post-inner {
        padding: 40px 20px;
    }

    .contact-top-section .row02 .single-box.box02 .single-post-inner .content {
        padding-bottom: 40px;
    }

    .contact-top-section .row02 .single-box.box02 h6 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 14px;
    }

    .contact-top-section .row02 .single-box.box02 p {
        font-size: 16px;
    }

    .contact-top-section .row02 .single-box.box02 .more-btn {
        /* Positioning */
        right: 20px;
        bottom: 30px;

        /* Typography */
        font-size: 16px;
    }

    .filter-coworker {
        /* Box-model */
        margin: 0 0 40px;
        flex-wrap: wrap;
    }

    .filter-coworker .width50 {
        /* Box-model */
        width: 100%;
        padding: 8px 0;
        max-width: 400px;
        margin: 0 auto;

        /* Visual */
        border: none;
    }

    .filter-coworker .category-select {
        max-width: none;
    }

    .coworker-section {
        padding: 40px 0;
    }

    .coworker-section .content h4 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .coworker-grid-section {
        /* Box-model */
        padding: 0 8px;
        margin: -20px 0;
    }

    .coworker-grid-section .single-coworker {
        /* Box-model */
        width: 100%;
        padding: 0 8px;
        margin: 20px auto;
        max-width: 340px;
    }

    .coworker-grid-section .single-coworker .ph-number a,
    .coworker-grid-section .single-coworker .mail-id a {
        /* Typography */
        font-size: 15px;

        /* Box-model */
        padding-left: 24px;
    }

    .coworker-grid-section .single-coworker .name {
        font-size: 18px;
    }

    .coworker-grid-section .single-coworker .designation {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        min-height: 34px;
    }


    .contact-main-section {
        padding: 30px 0 40px;
    }

    .contact-main-section .top-desc {
        /* Box-model */
        margin: 0 0 30px;
        width: 100%;
    }

    .contact-main-section .top-desc .sub-title {
        font-size: 16px;
    }

    .contact-main-section .top-desc h1 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 15px;
    }

    .contact-main-section .left-right-main .left-part {
        margin: 0 0 30px;
    }

    .contact-main-section .left-right-main .left-part,
    .contact-main-section .left-right-main .right-part {
        width: 100%;
    }

    .contact-main-section .left-right-main .right-part .sidebaar-box {
        /* Box-model */
        padding: 35px 20px;
        max-width: 340px;
        margin: 0 auto;
        width: 100%;
    }

    .contact-main-section .left-right-main .right-part .sidebaar-box .more-btn {
        font-size: 18px;
    }

    .contact-main-section .left-right-main .left-part .single-field {
        margin: 0 0 15px;
    }


    .banner-error-section {
        min-height: 500px !important;
    }

    .banner-error-section h1 {
        /* Typography */
        font-size: 42px;

        /* Box-model */
        margin: 0 0 18px;
    }

    .banner-error-section p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0 0 18px;
    }

    .emergency-help-section {
        padding: 20px 0;
    }

    .emergency-help-section .title {
        /* Typography */
        font-size: 20px;
        line-height: 1.2;

        /* Box-model */
        margin: 0 0 10px;
    }

    .emergency-help-section .note {
        /* Typography */
        font-size: 13px;
        line-height: 1.2;
    }

    .available-rooms-help-text {
        padding: 0 1em;
    }
    .filter-bar.design08 .available-rooms-help-text p {
        margin-top: 12px;
        box-shadow: none;
    }

    .faq-section {
        padding: 30px 0 40px;
    }

    .faq-section h2 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .accordion-part .single-accordion .accordion-click {
        padding: 8px 40px 8px 5px
    }

    .accordion-part .single-accordion .accordion-click:before {
        /* Box-model */
        font-size: 14px;
        height: 14px;
        width: 14px;
    }

    .accordion-part .single-accordion .accordion-click .title {
        font-size: 16px;
    }

    .accordion-part .single-accordion .accordion-click .total-issues {
        font-size: 13px;
    }

    .accordion-part .single-accordion .text-link a {
        font-size: 14px;
    }

    .project-category-menu-outer.selected-property-outer .project-category-menu {
        white-space: normal;
    }

    .project-category-menu .selected-property {
        /* Box-model */
        padding: 8px 15px;
    }

    .project-category-menu .selected-property p {
        /* Box-model */
        display: block;

        /* Typography */
        font-size: 14px;
    }

    .project-category-menu .selected-property a {
        /* Box-model */
        margin: 0;

        /* Typography */
        font-size: 14px;
    }

    .project-category-menu .selected-property a:before {
        display: none;
    }

    .custom-file-upload input[type="text"] {
        /* Box-model */
        width: 100% !important;
        padding: 0;
    }

    .contact-main-section .left-right-main .left-part .single-field.half-width {
        width: 100%;
    }

    .contact-main-section .left-right-main .right-part .box-person {
        /* Box-model */
        margin: 0 auto 20px;
        max-width: 320px;
    }

    .contact-main-section .left-right-main .right-part .box-person .info {
        /* Box-model */
        width: calc(100% - 100px);
        padding: 14px 14px 14px 14px;
    }

    .contact-main-section .left-right-main .right-part .box-person .per-img {
        width: 100px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar {
        /* Box-model */
        padding: 16px;
        max-width: 320px;
        margin: 0 auto;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar figure {
        /* Box-model */
        width: 50px;
        height: 50px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar .name {
        /* Box-model */
        font-size: 16px;
        padding-left: 10px;
        width: calc(100% - 70px);
    }

    .banner-available-facilities .btn {
        left: 0;
        right: 0;
    }


}

@media (max-width: 1060px) {
    .single-premise .premise-wrapper.flex .right {
        flex: none;
        order: 3;
        margin-left: 0;
        width: 100%;
        position: relative;
    }
    .category-menu .contact-renter {
        display: none;
    }
}

/* 2. Large Mobile responsive css 640px
------------------------------------------------------------------------------*/
@media (min-width:640px) and (max-width:767px) {

    h1,
    .h1 {
        /* Typography */
        font-size: 38px;

        /* Box-model */
        margin-bottom: 26px;
    }

    h2,
    .h2 {
        font-size: 36px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin-bottom: 20px;
    }

    big,
    .big {
        font-size: 22px;
    }

    small,
    .small {
        font-size: 14px;
    }

    ul>li {
        /* Typography */
        font-size: 16px;
    }

    ol>li {
        /* Typography */
        font-size: 16px;
    }

    blockquote {
        /* Box-model */
        padding: 50px 10px 10px;
        margin-bottom: 20px;
    }

    blockquote p {
        font-size: 20px;
    }

    blockquote:before {
        /* Typography */
        font-size: 60px;
        letter-spacing: -5px;

        /* Box-model */
        width: 60px;
    }

    .aligncenter {
        margin: 20px auto;
    }


    .txt-preamble {
        font-size: 20px;
    }

    header.main-header {
        padding: 8px 0;
    }

    nav.menu-right ul li {
        margin: 0 0 0 10px;
    }

    header.main-header a.bug-report {
        /* Box-model */
        margin-left: 10px;
        padding: 0 12px;
        min-width: 1px;

        /* Typography */
        font-size: 14px;
    }

    nav.menu-right ul li a {
        /* Typography */
        font-size: 14px;

        /* Box-model */
        padding: 20px 0;
    }

    header.main-header .container {
        padding: 0 15px;
    }

    .main-menu {
        display: none;
    }

    .menu-right {
        display: none;
    }

    .mobile-nav-block-inner .last-button {
        display: block;
    }

    .bottom-nav-content {
        display: block;
    }

    header.main-header a.bug-report {
        display: none;
    }


    .mobile-Hamburger {
        display: block;
    }

    .banner {
        height: 800px;
    }

    .banner p {
        /* Box-model */
        margin: 0 0 30px;
    }

    .txt-headlinehero {
        font-size: 30px;
    }

    .txt-herotext {
        font-size: 14px;
    }

    .banner .txt-imagelocation {
        /* Positioning */
        right: 0;

        /* Box-model */
        padding: 0 15px;
    }

    .filter-bar .box01,
    .filter-bar .box02 {
        width: 50%;
    }

    .filter-bar .box01 {
        order: 1;
        border-bottom: 1px solid #e50016;
    }

    .filter-bar .box02 {
        order: 3;
    }

    .filter-bar .box03 {
        order: 2;
        width: 50%;
    }

    .filter-bar .box04 {
        order: 4;
    }

    .filter-bar .box03 .range-slider {
        width: 100%;
    }

    .drop-cell {
        width: 100%;
    }

    .about-map-room-section {
        height: auto !important;
    }

    .about-section {
        /* Box-model */
        padding: 20px 0 20px;
        height: auto !important;
    }

    .about-section h1 {
        /* Typography */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .about-section p {
        font-size: 18px;
    }

    .map-room-section .map-block h3,
    .map-room-section .room-block h3 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .map-room-section .map-block {
        /* Box-model */
        padding: 0 15px;
        width: 100%;
    }

    .map-room-section .room-block {
        /* Box-model */
        padding: 30px 0 0;
        width: 100%;
    }

    .available-rooms-slider .single-room {
        /* Box-model */
        padding: 6px 8px;
        width: auto;
    }

    .available-rooms-slider {
        margin: 0 8px;
    }

    .map-room-section .map-block #map-api {
        height: 356px;
    }

    .available-rooms-slider .single-room .info {
        padding: 18px;
    }

    .available-rooms-slider .single-room .info .detail,
    .available-rooms-slider .single-room .info .measurement {
        font-size: 18px;
    }

    .available-rooms-slider .single-room .info .name {
        font-size: 20px;
    }


    .latest-construction-section {
        /* Box-model */
        height: auto !important;
        display: block;
    }

    .latest-construction-section .left-block {
        /* Box-model */
        width: 100%;
        padding: 40px 15px;
        min-height: 10px;
    }

    .latest-construction-section .right-block {
        /* Box-model */
        width: 100%;
        height: auto;
        margin: auto;
    }

    .latest-construction-section .right-block .single-box.slick-current {
        opacity: 1;
    }

    .latest-construction-section .right-block .single-box .bg-img {
        position: static;
    }

    .latest-construction-section .right-block .single-box a .bg-img img {
        /* Box-model */
        height: auto;
        width: 100%;
        object-fit: fill;
    }

    .latest-construction-section .right-block .single-box .info {
        /* Positioning */
        position: absolute;
        padding: 15px;
    }

    .latest-construction-section .right-block .slick-list {
        padding: 0 60px;
    }

    .latest-construction-section .right-block .single-box .info h6 {
        font-size: 24px;
    }

    .latest-construction-section .left-block h4 {
        font-size: 30px;
    }

    .latest-construction-section .left-block p,
    .latest-construction-section .left-block .more-read a {
        font-size: 16px;
    }

    .latest-construction-section .right-block .single-box .info p {
        font-size: 18px;
    }



    .mix-posts-section {
        /* Box-model */
        padding: 40px 0;
        height: auto !important;
    }

    .mix-posts-section .single-post-block {
        /* Box-model */
        padding: 8px;
        width: 50%;
    }

    .mix-posts-section .single-post-block.vacancy-block h6 {
        margin: 0 0 20px;
    }

    .mix-posts-section .single-post-block.news-block .single-post-inner,
    .mix-posts-section .single-post-block.development-block .single-post-inner,
    .mix-posts-section .single-post-block.vacancy-block .single-post-inner,
    .mix-posts-section .single-post-block.investors-block .single-post-inner,
    .mix-posts-section .single-post-block.insta-block .single-post-inner,
    .mix-posts-section .single-post-block.help-block .single-post-inner {
        padding: 20px 30px;
    }

    .mix-posts-section .single-post-block.news-block h6,
    .mix-posts-section .single-post-block.vacancy-block h6,
    .mix-posts-section .single-post-block.development-block h6,
    .mix-posts-section .single-post-block.investors-block h6,
    .mix-posts-section .single-post-block.insta-block h6,
    .mix-posts-section .single-post-block.help-block h6 {
        font-size: 28px;
    }

    .mix-posts-section .single-post-block.investors-block h6 {
        margin: 0 0 8px;
    }

    .mix-posts-section .single-post-block.investors-block a.name {
        font-size: 16px;
    }

    .mix-posts-section .single-post-block.investors-block p {
        font-size: 16px;
    }

    .mix-posts-section .single-post-block.investors-block .date {
        margin: 0;
    }

    .mix-posts-section .single-post-block .more-btn {
        bottom: 20px;
        right: 20px;
        font-size: 16px;
    }

    .energy-workload-section {
        height: 600px;
    }

    .energy-workload-section .content-block {
        padding: 40px 20px 60px;
    }

    .energy-workload-section .content-block .client-detail {
        margin: 30px 0 20px;
    }

    .energy-workload-section .content-block .content-block-inner>h5 {
        /* Box-model */
        margin: 0 0 10px;
    }

    .energy-workload-section .txt-imagelocation {
        /* Positioning */
        left: 0;
        right: 0;

        /* Box-model */
        padding: 0 20px;
    }

    .txt-imageheadline {
        font-size: 36px;
    }

    .txt-imagetext,
    .txt-imagetext > p {
        font-size: 18px;
    }

    .txt-imagequote {
        font-size: 16px;
    }

    .txt-imagequotesource {
        font-size: 16px;
    }

    .txt-imagelocation {
        font-size: 20px;
    }


    footer.main-footer {
        padding: 30px 0;
    }

    footer.main-footer .footer-grid {
        margin: 0 0 10px;
    }

    footer.main-footer .footer-grid .right-footer-block {
        width: 40%;
    }

    footer.main-footer .footer-grid .left-footer-block {
        width: 60%;
    }

    footer.main-footer .social-footer {
        margin: 0 0 30px;
    }

    footer.main-footer .footer-grid .single-block {
        margin: 0 0 20px;
    }

    .footer-headline {
        font-size: 16px;
    }

    .footer-text {
        font-size: 14px;
    }

    .footer-textsupport {
        font-size: 14px;
    }

    .footer-textphone {
        font-size: 18px;
    }

    .footer-textcopyright {
        font-size: 12px;
    }

    .promo-section {
        padding: 0 0 60px;
    }

    .promo-section h1 {
        /* Typography */
        font-size: 38px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .promo-section p {
        font-size: 20px;
    }

    .filter-head .left-part,
    .filter-head .right-part {
        font-size: 22px;
    }

    .filter-bar .tabbing-filter a {
        margin-left: 10px;
    }

    .filter-bar.design02 {
        flex-wrap: wrap;
    }

    .filter-bar.design02 .box01 {
        order: 1;
        border-bottom: none;
    }

    .filter-bar.design02 .box02 {
        order: 2;
    }

    .filter-bar.design02 .box03 {
        order: 3;
    }

    .filter-bar.design02 .box04 {
        order: 4;
    }

    .filter-bar.design02 .box05 {
        order: 5;
    }

    .filter-bar.design02 .box01,
    .filter-bar.design02 .box02,
    .filter-bar.design02 .box03 {
        width: 33.33%;
    }

    .filter-bar.design02 .box04,
    .filter-bar.design02 .box05 {
        /* Box-model */
        width: 50%;
        padding: 15px 20px;

        /* Visual */
        border-top: 1px solid #e3e2e1;
    }

    .filter-bar .sorting-block .title,
    .filter-bar .sorting-block .select-sorting .ms-choice {
        font-size: 18px;
    }

    .available-rooms {
        margin: 0 -10px;
    }

    .filter-main {
        padding: 0 0 20px 0;
    }

    .map-cluster {
        padding: 20px 0;
    }

    .map-cluster .map-bg {
        height: auto;
    }

    .room-section {
        padding: 40px 15px;
    }

    .room-section .load-more {
        margin: 30px 0 0;
    }

    .available-rooms .single-room {
        /* Box-model */
        width: 50%;
        padding: 10px;
    }

    .available-rooms .single-room a.looking-for h6 {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        margin: 0 0 10px;
    }

    .available-rooms .single-room a.looking-for p {
        font-size: 14px;
        line-height: 1.2em;
    }

    .available-rooms .single-room a.looking-for .icon {
        font-size: 40px;
    }

    .available-rooms .single-room a.looking-for {
        padding: 20px;
    }

    .available-rooms .single-room .info {
        padding: 15px;
    }

    .available-rooms .single-room .info .name {
        font-size: 20px;
    }

    .available-rooms .single-room .info .detail,
    .available-rooms .single-room .info .measurement {
        font-size: 16px;
    }

    .available-rooms .single-room .info .category-name {
        font-size: 12px;
    }


    .available-rooms-list .single-room .col01 .figure-bg {
        margin-right: 14px;
    }

    .available-rooms-list {
        overflow-x: auto;
    }

    .available-rooms-list .single-room,
    .available-rooms-list .list-head {
        /* Box-model */
        padding: 15px 15px;
    }

    .available-rooms-list .list-head,
    .available-rooms-list .all-listing {
        width: 800px;
    }


    .available-rooms-list .single-room .figure-bg a {
        /* Box-model */
        width: 40px;
        height: 40px;
    }

    .available-rooms-list .list-head .col01 span {
        width: 40px;
        margin-right: 14px;
    }

    .available-rooms-list .col05 {
        width: 290px;
    }

    .available-rooms-list .col06 {
        width: 100px;
    }

    .available-rooms-list .single-room .name,
    .available-rooms-list .single-room .detail,
    .available-rooms-list .single-room .category-name,
    .available-rooms-list .single-room .measurement {
        font-size: 16px;
    }

    .available-rooms-list .single-room .all-icons a {
        margin-left: 8px;
    }

    .want-help-section {
        padding: 60px 0 60px;
    }

    .want-help-section h3 {
        /* Typography */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .want-help-section p {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .energy-workload-section.small-height {
        height: 480px;
    }

    .energy-workload-section .content-block .content-block-inner>h5 {
        /* Box-model */
        margin: 0 0 20px;
    }


    .banner-available-facilities {
        max-height: 187px;
        height: 600px;
    }

    .category-menu {
        padding: 0;
    }

    .category-menu ul li {
        padding: 0 8px;
    }

    .category-menu ul li a:not(.btn) {
        /* Typography */
        font-size: 14px;

        /* Box-model */
        padding: 10px 0;
    }

    .breadcrumb-block {
        display: none;
        padding: 18px 0 14px;
    }

    .single-detail-section {
        padding: 50px 0 70px;
    }

    .single-detail-section .head-detail h6 {
        font-size: 18px;
    }

    .single-detail-section .head-detail h1 {
        font-size: 34px;
    }

    .single-detail-section .head-detail h5 {
        margin: 0 0 30px;
    }

    .single-detail-section .head-detail p.big {
        font-size: 22px;
    }

    .single-detail-section .head-detail {
        margin: 0 0 40px;
    }

    .single-detail-section .both-box {
        margin: 0 -10px 50px;
    }

    .single-detail-section .both-box .single-box {
        /* Box-model */
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .single-detail-section .both-box .single-box.box01 .box-outer {
        padding: 40px 20px 36px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single {
        /* Box-model */
        margin: 0;
        padding: 0 6px;
        width: 90px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail {
        padding: 28px 20px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block {
        margin: 20px 0 0;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single .icon {
        /* Box-model */
        width: 65px;
        height: 65px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single .icon:before {
        line-height: 65px;
    }

    .single-detail-section .info-detail {
        margin: 0 0 50px;
    }

    .single-detail-section .both-box .single-box.box01 .title {
        font-size: 32px;
    }

    .single-detail-section .both-box .single-box.box01 p {
        /* Typography */
        line-height: 1.8;
        font-size: 18px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-img {
        height: 260px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail .info03,
    .single-detail-section .both-box .single-box.box02 .staff-detail .info04 {
        font-size: 18px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail .info02 {
        font-size: 22px;
    }

    .environment-development-section {
        padding: 0;
    }

    .environment-development-section .environment-development-inner {
        /* Box-model */
        margin: 0 auto;
        padding: 50px 0
    }

    .environment-development-section .certificate_text {
        padding-top: 50px;
    }

    .environment-development-section .logo-environment {
        padding: 50px 20px 50px 0;
    }

    .environment-development-section .environment-logo-bottom {
        /* Box-model */
        padding: 0;
        width: 100%;
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }

    .about-property-section {
        padding: 60px 0;
    }

    .about-property-section .row01 .row01-inner,
    .about-property-section .row02 .row02-inner {
        /* Box-model */
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .about-property-section .row01 .bg-img {
        /* Box-model */
        min-height: 480px;
    }

    .about-property-section .row01 .bg-img,
    .about-property-section .row02 .bg-img {
        /* Box-model */
        width: 100%;
    }

    .about-property-section .row01 .content,
    .about-property-section .row02 .content {
        /* Box-model */
        padding: 20px 0 0;
        width: 100%;
    }

    .about-property-section>div {
        margin: 50px 0 0;
    }

    .about-property-section .row01 .content h3,
    .about-property-section .row02 .content h3 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .about-property-section .row01 .content p,
    .about-property-section .row02 .content p {
        margin: 0 0 30px;
    }

    .bilder-img-section {
        padding: 60px 0;
    }

    .bilder-img-section .img-row {
        margin: 0 0 20px;
    }

    .bilder-img-section .img-row.light-box-block .actions {
        padding: 20px;
    }

    .bilder-img-section .img-row.light-box-block {
        padding: 30px 20px;
    }

    .bilder-img-section .img-row.light-box-block .actions a {
        margin-bottom: 5px;
    }

    .bilder-img-section figcaption {
        font-size: 16px;
    }

    .similar-places-section {
        padding: 50px 15px;
    }

    .similar-places-section h4 {
        font-size: 28px;
    }

    .similar-places-section .available-rooms .single-room {
        width: 50%;
    }


    .banner-realestate {
        height: 500px;
    }

    .filter-bar.design03 {
        flex-wrap: wrap;
    }

    .filter-bar.design03 .box01,
    .filter-bar.design03 .box03 {
        border-bottom: 1px solid #e3e2e1;
    }

    .filter-bar.design03 .box04 .tabbing-filter {
        width: 100%;
    }

    .filter-bar.design03 .box01,
    .filter-bar.design03 .box02,
    .filter-bar.design03 .box03,
    .filter-bar.design03 .box04 {
        padding: 12px 15px;
    }

    .available-rooms.grid03 .single-room {
        width: 50%;
    }


    .single-detail-section .listing-block {
        flex-wrap: wrap;
    }

    .single-detail-section .single-lists {
        /* Box-model */
        width: 100%;
        margin: 0 0 20px;
        padding-right: 0;
    }

    .single-detail-section .detail-box .img-block .img-single .icon {
        /* Box-model */
        font-size: 40px;
        height: 76px;
        width: 76px;
    }

    .single-detail-section .detail-box .img-block .img-single .icon:before {
        line-height: 76px;
    }

    .single-detail-section .detail-box .img-block .img-single div.meter {
        font-size: 16px;
    }

    .single-detail-section .single-lists p {
        font-size: 16px;
    }

    .single-detail-section .detail-box {
        padding: 40px 30px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property a {
        padding: 15px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property p {
        margin: 0 0 10px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property h4 {
        margin: 0 auto 10px;
    }

    .single-detail-section .vacant-property {
        margin: 0 0 40px;
    }

    .promo-section01 {
        padding: 60px 0 40px;
    }

    .tenant-property-section {
        padding: 50px 0;
    }

    .tenant-property-section h4 {
        font-size: 30px;
    }

    .picture-slider .single-slide-img {
        height: 700px;
    }


    .project-category-menu {
        /* Box-model */
        padding: 0;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 0 auto;
    }

    .project-category-menu .container {
        padding: 0;
    }

    .project-category-menu ul {
        display: block;
    }

    .project-category-menu ul li {
        /* Box-model */
        padding: 0 12px;
        display: inline-block;
        vertical-align: middle;
    }

    .project-category-menu ul li a:not(.btn) {
        /* Typography */
        font-size: 14px;

        /* Box-model */
        height: 46px;
    }

    .project-listing-section {
        padding: 50px 15px 50px;
    }

    .project-listing-section .single-project .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-listing-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;

        /* Typography */
        font-size: 40px;

        /* Box-model */
        height: 40px;
        width: 40px;
    }

    .project-listing-section .single-project .project-info .detail-bottom .title {
        font-size: 26px;
    }

    .project-listing-section .single-project .project-info .detail-bottom .title.small {
        font-size: 24px;
    }

    .project-listing-section .single-project .project-info .detail-bottom p {
        font-size: 18px;
    }

    .project-listing-section .single-project .project-info .detail-bottom p.small {
        font-size: 16px;
    }

    .project-listing-section .single-project.width50 .project-info .detail-bottom {
        max-width: none;
    }

    .project-listing-section .single-project .white-box {
        padding: 30px 30px 50px;
    }

    .project-listing-section .single-project .white-box h3 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .project-listing-section .single-project .white-box p {
        font-size: 16px;
    }

    .project-listing-section .single-project .white-box a.more-btn {
        /* Positioning */
        right: 24px;
        bottom: 30px;

        /* Box-model */
        padding: 0 28px 0 0;

        /* Typography */
        font-size: 16px;
    }

    .project-listing-section .single-project {
        /* Box-model */
        margin-bottom: 20px;
    }

    .project-listing-section .single-project>a {
        min-height: 500px;
    }

    .project-listing-section .single-project.design01 {
        width: calc(50% - 10px);
    }

    .project-listing-section .single-project.design02 {
        width: calc(50% - 10px);
    }

    .project-listing-section .single-project.design03 {
        width: calc(50% - 10px);
    }

    .project-listing-section .project-listing-inner {
        margin-bottom: -20px;
    }

    .project-customer-section {
        padding: 70px 20px 70px;
    }

    .project-customer-section .single-project {
        /* Box-model */
        min-height: 400px;
        width: calc(50% - 10px);
    }

    .project-customer-section .single-project .project-info .detail-bottom .title,
    .project-customer-section .single-project.design02 .project-info .detail-bottom .title {
        font-size: 22px;
    }

    .project-customer-section .single-project .project-info .detail-bottom p {
        font-size: 18px;
    }

    .project-customer-section .single-project .project-info .detail-bottom,
    .project-customer-section .single-project.design02 .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-customer-section .single-project.design02 {
        min-height: 450px;
    }

    .project-customer-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;

        /* Typography */
        font-size: 40px;

        /* Box-model */
        height: 40px;
        width: 40px;
    }

    .map-custom {
        min-height: 500px;
    }

    .indication-block {
        left: 10px;
    }

    .indication-block .indication-block-inner {
        padding: 14px 10px;
    }

    .indication-block .single-indication {
        padding: 0 6px;
    }

    .indication-block .single-indication span.name {
        font-size: 11px;
    }

    .project-info-section .left-right {
        /* Box-model */
        flex-wrap: wrap;
        margin: 30px 0 0;
    }

    .project-info-section .left-right .left-part {
        /* Box-model */
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .project-info-section .left-right .right-part {
        /* Box-model */
        width: 100%;
        padding: 20px 0 0;
    }


    .customer-banner-section {
        height: 600px;
    }

    .customer-banner-section .content {
        height: calc(100% - 200px);
    }

    .customer-info-section .customer-info-main {
        margin: -200px auto 0;
    }

    .customer-banner-section .content .txt-headlinehero,
    .customer-banner-section .content h2 {
        font-size: 44px;
    }

    .customer-info-section .customer-content {
        padding: 30px 0 40px;
    }

    .customer-info-section .customer-content h6 {
        font-size: 20px;
    }

    .customer-info-section .left-right {
        /* Box-model */
        margin: 30px 0;
        flex-wrap: wrap;
    }

    .customer-info-section .left-right .left-part,
    .customer-info-section .left-right.reverse .left-part {
        /* Box-model */
        margin: 0 0 20px;
        width: 100%;
    }

    .customer-info-section .left-right .right-part {
        width: 100%;
    }

    .customer-info-section .left-right .right-part {
        padding-left: 0;
    }

    .customer-info-section .left-right.reverse .right-part {
        padding-right: 0;
    }

    .customer-info-section .customer-content .facts-about {
        /* Box-model */
        margin: 30px 0 0;
        padding: 30px 20px;
    }

    .customer-slides-section .customer-slide-info {
        /* Visual */
        position: static;
        border-bottom: 1px solid #f8f6f4;
    }

    .customer-slides-section .customer-slide-info .left-part {
        padding-right: 20px;
    }

    .customer-slides-section .top-slide figure:before {
        /* Box-model */
        height: 40%;

        /* Visual */
        opacity: 0.2;
    }


    .banner-project-page {
        /* Box-model */
        height: 600px;
    }

    .banner-project-page .content span.txt-headlinehero {
        font-size: 46px;
    }

    .listing-block .lists-big {
        /* Box-model */
        width: 100%;
        padding: 20px 0;

        /* Visual */
        border-left: none;
        border-top: 1px solid #e3e2e1;
    }

    .environment-development-section .container,
    .environment-development-section .certificates {
        flex-wrap: wrap;
    }

    .environment-development-section .logo-environment {
        /* Box-model */
        max-width: 320px;
        margin: 0 auto;
        padding: 30px 0 0;
    }



    .banner-project-page {
        /* Box-model */
        height: 640px;
    }

    .banner-project-page .content span.txt-headlinehero {
        font-size: 50px;
    }

    .listing-block .lists-big {
        width: 100%;
    }


    .banner-our-area {
        height: 800px;
    }

    .banner-our-area .pos-map-info {
        /* Positioning */
        left: 10px;
        bottom: 10px;

        /* Box-model */
        padding: 20px;
        max-width: 400px;
    }

    .banner-our-area .pos-map-info h2 {
        /* Typography */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .banner-our-area .pos-map-info p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .banner-our-area .pos-map-info .load-more a {
        font-size: 30px;
    }


    .our-areas-section {
        padding: 40px 15px;
    }

    .our-areas-section .notify-bar {
        margin: 0 0 30px;
    }

    .our-areas-section .notify-bar ul li {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin: 0 10px;
    }

    .our-areas-section .all-areas-lists {
        /* Box-model */
        margin: -10px;
    }

    .our-areas-section .all-areas-lists .single-area-inner {
        padding: 0 20px;
    }

    .our-areas-section .all-areas-lists .single-area {
        /* Box-model */
        width: calc(50% - 20px);
        margin: 10px;
    }

    .our-areas-section .all-areas-lists .single-area .action-block {
        padding: 10px 0;
    }

    .our-areas-section .all-areas-lists .single-area .name {
        font-size: 24px;
    }

    .our-areas-section .all-areas-lists .single-area .desc {
        font-size: 15px;
    }



    .full-map-section {
        height: 450px;
    }

    .shop-restaurant-section {
        padding: 40px 0;
    }

    .shop-restaurant-section .caption {
        margin: 0 auto 30px;
    }

    .shop-restaurant-listing {
        margin: 0 -10px;
    }

    .shop-restaurant-listing .single-block {
        /* Box-model */
        width: 50%;
        padding: 10px;
    }

    .shop-restaurant-listing .single-block .info {
        padding: 20px 14px;
    }

    .shop-restaurant-listing .single-block .info h6 {
        font-size: 20px;
    }

    .shop-restaurant-listing .single-block .info p {
        font-size: 16px;
    }

    .project-customer-section .caption,
    .room-section .caption {
        margin: 0 0 30px;
    }

    .project-customer-section .caption h3,
    .room-section .caption h3 {
        font-size: 30px;
    }

    .promo-section02 {
        padding: 40px 0;
    }

    .our-area-top {
        /* Box-model */
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .our-area-top h1 {
        font-size: 28px;
    }

    .our-area-top .caption {
        margin: 0 0 30px;
    }


    .our-areas-lindholmen-section {
        padding: 60px 0;
    }

    .our-areas-lindholmen-section h1 {
        font-size: 30px;
    }

    .our-areas-lindholmen-section .content {
        margin: 20px auto 0;
    }

    .our-areas-lindholmen-section .content .icon {
        /* Box-model */
        font-size: 200px;
        margin: 0 0 20px;
    }

    .our-areas-lindholmen-section .content p {
        font-size: 20px;
    }

    .our-areas-lindholmen-section .see-all {
        margin: 30px 0 0;
    }


    .banner-tenant-section {
        height: 650px;
    }

    .banner-tenant-section h1 {
        /* Typography */
        font-size: 54px;
        line-height: 1.2;

        /* Box-model */
        margin: 0 0 20px;
    }

    .search-bar .input-field input {
        font-size: 16px;
    }

    .question-bar-section {
        padding: 20px 0;
    }

    .question-bar-section .container {
        flex-direction: column;
    }

    .question-bar-section p {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        margin: 0 0 10px 0;
    }

    .tenant-grid-section {
        padding: 50px 0;
    }

    .tenant-grid-section .tenant-grid-outer {
        margin: -10px;
    }

    .tenant-grid-section .single-block {
        /* Box-model */
        padding: 10px;
        width: 50%;
    }

    .tenant-grid-section .single-block .bg-img {
        height: 300px;
    }

    .tenant-grid-section .single-block .info {
        padding: 20px 10px;
    }

    .tenant-grid-section .single-block .info h6 {
        font-size: 20px;
    }

    .tenant-grid-section .single-block .info p {
        font-size: 16px;
    }


    .banner-half-section {
        /* Box-model */
        padding: 30px 15px 0;
        flex-wrap: wrap;
    }

    .banner-half-section .content-right {
        padding-left: 0;
    }

    .banner-half-section .content-right .content-inner {
        padding: 40px 20px 70px;
    }

    .banner-half-section .content-right .more-btn {
        /* Positioning */
        right: 20px;
        bottom: 30px;

        /* Typography */
        font-size: 18px;
    }

    .banner-half-section .img-left {
        /* Box-model */
        min-height: 480px;
        width: 100%;
        margin: 0 0 10px;
    }

    .banner-half-section .content-right {
        width: 100%;
    }

    .property-information {
        margin: 0 0 60px;
    }

    .property-information h3 {
        /* Typography */
        font-size: 26px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .waste-management-energy {
        flex-wrap: wrap;
    }

    .waste-management-energy .single-box {
        /* Box-model */
        width: 100%;
        margin: 0 auto 20px;
        padding: 30px 15px;
        min-height: 300px;
        max-width: 500px;
    }

    .waste-management-energy .single-box ul.listing-waste {
        /* Box-model */
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .waste-management-energy .single-box .sub-text {
        font-size: 18px;
    }

    .single-detail-section .help-block .single-block .text {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        padding: 10px 30px 10px 40px;
    }

    .single-detail-section .help-block .single-block .text .icon {
        /* Typography */
        font-size: 28px;
        width: 28px;
    }

    .single-detail-section .help-block {
        margin: 0 0 60px;
    }

    .single-detail-section .both-box .single-box.box02 .contact-title {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0 0 10px;
    }


    .about-posts-section {
        padding: 25px 5px;
    }

    .about-posts-section .single-post-block {
        /* Box-model */
        padding: 10px;
        width: 50%;
    }

    .about-posts-section .single-post-block .single-post-inner {
        min-height: 400px;
    }

    .about-posts-section .single-post-block .head-text {
        font-size: 26px;
    }

    .about-posts-section .single-post-block .icon {
        /* Box-model */
        height: 50px;
        width: 50px;
        font-size: 50px;
    }

    .about-posts-section .single-post-block.platzer-big {
        width: 100%;
    }

    .about-posts-section .single-post-block.platzer-big .title {
        font-size: 36px;
    }

    .about-posts-section .single-post-block.platzer-big p {
        font-size: 18px;
    }

    .about-posts-section .single-post-block.looking-for p {
        font-size: 18px;
    }

    .about-posts-section .single-post-block.looking-for .content {
        margin: 0 0 20px;
    }

    .about-posts-section .single-post-block.development-block .single-post-inner {
        padding: 20px;
    }


    .company-grid-section .single-row .img-block {
        /* Box-model */
        min-height: 500px;
        width: 100%;
    }

    .company-grid-section .single-row .content-block {
        /* Box-model */
        width: 100%;
    }

    .company-grid-section .single-row .content-block .info {
        padding: 30px 30px;
    }

    .company-grid-section .single-row .img-block .info {
        padding: 40px 30px;
    }

    .company-grid-section .single-row .content-block .info .load-more {
        position: static;
    }

    .company-grid-section .single-row .content-block .info h1 {
        /* Typography */
        font-size: 38px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .company-grid-section .single-row .content-block .info h2 {
        /* Typography */
        font-size: 36px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .company-grid-section .single-row .content-block .info p.big {
        font-size: 20px;
    }

    .company-grid-section .single-row .content-block .info .more-btn {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0;
    }

    .company-grid-section .single-row .content-block .info ul li {
        margin: 15px 0;
    }

    .company-grid-section .single-row .img-block .info h2 {
        font-size: 36px;
    }

    .company-grid-section .single-row .img-block .info p,
    .company-grid-section .single-row .img-block .info ul li {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        margin: 15px 0;
    }

    .about-current-landing-section {
        padding: 40px 0 60px;
    }

    .category-select {
        margin: 0 auto 40px;
    }

    .about-grid-section {
        /* Box-model */
        padding: 0 10px;
        margin-bottom: -40px;
    }

    .about-grid-section .single-about-block figure a .category-name {
        padding: 20px;
    }

    .about-grid-section .single-about-block .info .title {
        font-size: 18px;
    }

    .about-grid-section .single-about-block {
        /* Box-model */
        padding: 0 5px;
        width: 50%;
        margin: 0 0 40px;
    }

    .about-current-landing-section .load-more {
        margin: 40px 0 0;
    }

    .about-current-info-section {
        padding: 60px 0 60px;
    }

    .about-current-info-section .img-row {
        margin: 0 0 30px;
    }

    .about-current-info-section .img-row figure {
        margin: 0 0 0 30px;
    }


    .promo-section-top {
        padding: 40px 0 60px;
    }

    .promo-section-top h6 {
        font-size: 18px;
    }

    .promo-section-top h1 {
        /* Typography */
        font-size: 40px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .promo-section-top .txt-preamble {
        font-size: 20px;
    }

    .about-history-grid-section {
        padding: 40px 15px;
    }

    .graphs-section {
        padding: 40px 15px;
    }

    .about-history-grid-section .single-row-container {
        padding: 40px 15px;
    }

    .about-history-grid-section .single-row {
        margin: 40px 0;
    }

    .about-history-grid-section .single-row .img-block {
        /* Box-model */
        width: 100%;
        margin: 0 0 20px;
    }

    .about-history-grid-section .single-row .img-block .bg-img {
        min-height: 450px;
    }

    .about-history-grid-section .single-row .content-block {
        /* Box-model */
        padding-left: 0;
        width: 100%;
    }

    .about-history-grid-section .single-row.reverse .content-block {
        padding-right: 0;
    }

    .about-history-grid-section .single-row .content-block h3,
    .about-history-grid-section.contact-showroom-grid-section .single-row .content-block h3 {
        /* Typography */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .promo-section-bottom {
        padding: 60px 0;
    }

    .sustainability-grid-section {
        height: auto !important;
    }

    .sustainability-grid-section .sustainability-grid-inner {
        flex-wrap: wrap;
    }

    .sustainability-grid-section .single-blox {
        /* Box-model */
        padding: 6px;
        width: 100%;
    }

    .sustainability-grid-section .single-blox .single-blox-inner {
        /* Box-model */
        padding: 36px 26px;
        min-height: 380px;
        max-width: 380px;
        margin: 0 auto;
    }

    .sustainability-grid-section .single-blox .single-blox-inner .link-icon .icon {
        /* Typography */
        font-size: 50px;

        /* Box-model */
        height: 50px;
        width: 50px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner .title {
        font-size: 30px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner p {
        font-size: 18px;
    }

    .max1440 {
        padding: 0 15px;
    }

    .top-content-section {
        padding: 50px 0 0;
    }

    .top-content-section .content-inner h1 {
        font-size: 40px;
    }

    .newslatter-grid-section {
        padding: 40px 0 60px;
    }

    .newslatter-grid-section .single-box {
        /* Box-model */
        padding: 10px;
        width: 33.33%;
    }

    .newslatter-grid-section .newslatter-grid-inner {
        margin: -10px;
    }

    .newslatter-grid-section .single-box .single-box-inner {
        padding: 30px 16px;
    }


    .max1440 {
        padding: 0 15px;
    }

    .contact-top-section {
        padding: 40px 0 60px;
    }

    .contact-top-section .row01 .left-part h1 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .contact-top-section .row01 {
        /* Box-model */
        margin: 0 0 30px;
        flex-wrap: wrap;
    }

    .contact-top-section .row01 .left-part,
    .contact-top-section .row01 .right-part {
        /* Box-model */
        margin: 0;
        width: 100%;
    }

    .contact-top-section .row01 .right-part {
        /* Box-model */
        height: 350px;
        margin: 30px 0 0;
    }


    .contact-top-section .row01 .left-part .block-row a {
        font-size: 22px;
    }

    .contact-top-section .row01 .left-part address {
        font-size: 16px;
    }

    .contact-top-section .row01 .left-part .block-row.contact-timing .single-timing {
        font-size: 16px;
    }

    .contact-top-section .row02 {
        flex-wrap: wrap;
    }

    .contact-top-section .row02 .single-box.box01,
    .contact-top-section .row02 .single-box.box02 {
        /* Box-model */
        margin: 10px auto;
        width: 100%;
        max-width: 460px;
    }

    .contact-top-section .row02 .single-box.box01 a {
        padding: 40px 20px;
    }

    .contact-top-section .row02 .single-box.box02 .single-post-inner {
        padding: 40px 20px;
    }

    .contact-top-section .row02 .single-box.box02 h6 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 14px;
    }

    .contact-top-section .row02 .single-box.box02 .more-btn {
        /* Positioning */
        right: 20px;
        bottom: 30px;

        /* Typography */
        font-size: 16px;
    }

    .filter-coworker {
        margin: 0 0 40px;
    }

    .coworker-section {
        padding: 40px 0;
    }

    .coworker-grid-section {
        /* Box-model */
        padding: 0 8px;
        margin: -20px 0;
    }

    .coworker-grid-section .single-coworker {
        /* Box-model */
        width: 50%;
        padding: 0 8px;
        margin: 20px 0;
    }

    .coworker-grid-section .single-coworker .ph-number a,
    .coworker-grid-section .single-coworker .mail-id a {
        /* Typography */
        font-size: 15px;

        /* Box-model */
        padding-left: 24px;
    }

    .coworker-grid-section .single-coworker .name {
        font-size: 18px;
    }

    .coworker-grid-section .single-coworker .designation {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        min-height: 34px;
    }


    .contact-main-section {
        padding: 40px 0 50px;
    }

    .contact-main-section .top-desc {
        /* Box-model */
        margin: 0 0 40px;
        width: 100%;
    }

    .contact-main-section .left-right-main .left-part {
        margin: 0 0 30px;
    }

    .contact-main-section .left-right-main .left-part,
    .contact-main-section .left-right-main .right-part {
        width: 100%;
    }

    .contact-main-section .left-right-main .right-part .sidebaar-box {
        /* Box-model */
        padding: 35px 20px;
        max-width: 340px;
        margin: 0 auto;
        width: 100%;
    }

    .contact-main-section .left-right-main .right-part .sidebaar-box .more-btn {
        font-size: 18px;
    }

    .contact-main-section .left-right-main .left-part .single-field {
        margin: 0 0 15px;
    }


    .banner-error-section {
        height: 600px;
    }

    .banner-error-section h1 {
        font-size: 48px;
    }

    .banner-error-section p {
        font-size: 18px;
    }

    .faq-section {
        padding: 50px 0 70px;
    }

    .faq-section h2 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .accordion-part .single-accordion .accordion-click {
        padding: 8px 50px 8px 5px
    }

    .accordion-part .single-accordion .accordion-click .title {
        font-size: 18px;
    }

    .accordion-part .single-accordion .accordion-click .total-issues {
        font-size: 14px;
    }


    .contact-main-section .left-right-main .left-part .single-field.half-width {
        width: calc(50% - 5px);
    }

    .contact-main-section .left-right-main .right-part .box-person {
        /* Box-model */
        margin: 0 auto 20px;
        max-width: 320px;
    }

    .contact-main-section .left-right-main .right-part .box-person .info {
        /* Box-model */
        width: calc(100% - 100px);
        padding: 14px 14px 14px 14px;
    }

    .contact-main-section .left-right-main .right-part .box-person .per-img {
        width: 100px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar {
        /* Box-model */
        padding: 16px;
        max-width: 320px;
        margin: 0 auto;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar figure {
        /* Box-model */
        width: 50px;
        height: 50px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar .name {
        /* Box-model */
        font-size: 16px;
        padding-left: 10px;
        width: calc(100% - 70px);
    }

    .banner-available-facilities .btn {
        left: 0;
        right: 0;
    }

}

@media (max-width: 767px) {
    .available-rooms-help {
        text-align: center;
    }

    .random-contact {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .random-contact-image-container {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .random-contact-content {
        width: 100%;
    }

    .bilder-img-section .img-row [data-fancybox]:after {
        display: none;
        top: 1em;
        right: 1em;
    }
}


/* 3. iPad responsive css 768px to 1023px
------------------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:1023px) {

    h1,
    .h1 {
        /* Typography */
        font-size: 42px;

        /* Box-model */
        margin-bottom: 26px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    p {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        margin-bottom: 20px;
    }

    blockquote {
        /* Box-model */
        padding: 50px 10px 10px;
        margin-bottom: 20px;
    }

    blockquote p {
        font-size: 20px;
    }

    blockquote:before {
        /* Typography */
        font-size: 60px;
        letter-spacing: -5px;

        /* Box-model */
        width: 60px;
    }

    .aligncenter {
        margin: 30px auto;
    }

    header.main-header {
        padding: 0;
    }

    nav.menu-right ul li {
        margin: 0 0 0 20px;
    }

    header.main-header .container {
        padding: 0 15px;
    }

    nav.menu-right ul li a {
        padding: 20px 0;
    }

    .main-menu {
        display: none;
    }

    .mobile-Hamburger {
        display: block;
    }

    .banner {
        height: 800px;
    }

    .txt-headlinehero {
        font-size: 46px;
    }

    .txt-herotext {
        font-size: 20px;
    }

    .filter-bar .box01,
    .filter-bar .box02 {
        width: 50%;
    }

    .filter-bar .box01 {
        order: 1;
        border-bottom: 1px solid #e50016;
    }

    .filter-bar .box02 {
        order: 3;
    }

    .filter-bar .box03 {
        order: 2;
    }

    .filter-bar .box04 {
        order: 4;
    }

    .filter-bar .box03 .range-slider {
        width: 100%;
    }

    .drop-cell {
        width: 100%;
    }

    .about-map-room-section {
        min-height: 800px;
    }

    .about-section {
        padding: 20px 0 20px;
    }

    .about-section h1 {
        font-size: 40px;
    }

    .about-section p {
        font-size: 22px;
    }

    .map-room-section .map-block h3,
    .map-room-section .room-block h3 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .map-room-section .map-block {
        padding: 0 0 0 15px;
    }

    .available-rooms-slider .single-room {
        /* Box-model */
        padding: 6px 8px;
        max-width: 320px;
    }

    .available-rooms-slider {
        margin: 0 8px;
    }

    .map-room-section .map-block #map-api {
        height: 380px;
    }

    .available-rooms-slider .single-room .info {
        padding: 18px;
    }

    .available-rooms-slider .single-room .info .detail,
    .available-rooms-slider .single-room .info .measurement {
        font-size: 18px;
    }

    .available-rooms-slider .single-room .info .name {
        font-size: 20px;
    }

    .latest-construction-section {
        /* Box-model */
        height: auto !important;
        display: block;
    }

    .latest-construction-section .left-block {
        /* Box-model */
        width: 100%;
        padding: 40px 15px;
        min-height: 10px;
    }

    .latest-construction-section .right-block {
        /* Box-model */
        width: 100%;
        height: auto;
        margin: auto;
    }

    .latest-construction-section .right-block .single-box.slick-current {
        opacity: 1;
    }

    .latest-construction-section .right-block .single-box .bg-img {
        position: static;
    }

    .latest-construction-section .right-block .single-box a .bg-img img {
        /* Box-model */
        height: auto;
        width: 100%;
        object-fit: fill;
    }

    .latest-construction-section .right-block .single-box .info {
        padding: 15px;
        position: absolute;
    }

    .latest-construction-section .right-block .slick-list {
        padding: 0 60px;
    }

    .latest-construction-section .right-block .single-box .info h6 {
        font-size: 30px;
    }

    .latest-construction-section .left-block h4 {
        font-size: 40px;
    }

    .mix-posts-section {
        /* Box-model */
        padding: 60px 0;
        height: auto !important;
    }

    .mix-posts-section .single-post-block {
        /* Box-model */
        padding: 8px;
        width: 50%;
    }

    .mix-posts-section .single-post-block.vacancy-block h6 {
        margin: 0 0 20px;
    }

    .mix-posts-section .single-post-block.news-block .single-post-inner,
    .mix-posts-section .single-post-block.development-block .single-post-inner,
    .mix-posts-section .single-post-block.vacancy-block .single-post-inner,
    .mix-posts-section .single-post-block.investors-block .single-post-inner,
    .mix-posts-section .single-post-block.insta-block .single-post-inner,
    .mix-posts-section .single-post-block.help-block .single-post-inner {
        padding: 20px 30px;
    }

    .mix-posts-section .single-post-block .more-btn {
        bottom: 20px;
        right: 20px;
    }

    .energy-workload-section {
        height: 800px;
    }

    .energy-workload-section .content-block {
        padding: 40px;
    }

    .energy-workload-section .content-block .client-detail {
        margin: 50px 0 60px;
    }

    footer.main-footer {
        padding: 50px 0;
    }

    footer.main-footer .footer-grid {
        margin: 0 0 10px;
    }

    footer.main-footer .footer-grid .right-footer-block {
        width: 40%;
    }

    footer.main-footer .footer-grid .left-footer-block {
        width: 60%;
    }


    .promo-section {
        padding: 0 0 60px;
    }

    .promo-section h1 {
        /* Typography */
        font-size: 38px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .promo-section p {
        font-size: 20px;
    }

    .filter-head .left-part,
    .filter-head .right-part {
        font-size: 22px;
    }

    .filter-bar .tabbing-filter a {
        margin-left: 10px;
    }

    .filter-bar.design02 {
        flex-wrap: wrap;
    }

    .filter-bar.design02 .box01 {
        order: 1;
        border-bottom: none;
    }

    .filter-bar.design02 .box02 {
        order: 2;
    }

    .filter-bar.design02 .box03 {
        order: 3;
    }

    .filter-bar.design02 .box04 {
        order: 4;
    }

    .filter-bar.design02 .box05 {
        order: 5;
    }

    .filter-bar.design02 .box01,
    .filter-bar.design02 .box02,
    .filter-bar.design02 .box03 {
        width: 33.33%;
    }

    .filter-bar.design02 .box04,
    .filter-bar.design02 .box05 {
        /* Box-model */
        width: 50%;
        padding: 15px 20px;

        /* Visual */
        border-top: 1px solid #e3e2e1;
    }

    .filter-bar .sorting-block .title,
    .filter-bar .sorting-block .select-sorting .ms-choice {
        font-size: 18px;
    }

    .available-rooms {
        margin: 0 -10px;
    }

    .filter-main {
        padding: 0 0 20px 0;
    }

    .map-cluster {
        padding: 20px 0;
    }

    .map-cluster .map-bg {
        height: auto;
    }

    .room-section {
        padding: 40px 15px;
    }

    .room-section .load-more {
        margin: 30px 0 0;
    }

    .available-rooms .single-room {
        /* Box-model */
        width: 33.33%;
        padding: 10px;
    }

    .available-rooms .single-room a.looking-for h6 {
        /* Typography */
        font-size: 20px;

        /* Box-model */
        margin: 0 0 10px;
    }

    .available-rooms .single-room a.looking-for p {
        display: none;
    }

    .available-rooms .single-room a.looking-for .icon {
        font-size: 40px;
    }

    .available-rooms .single-room a.looking-for {
        padding: 15px;
    }

    .available-rooms .single-room .info {
        padding: 15px;
    }

    .available-rooms .single-room .info .name {
        font-size: 20px;
    }

    .available-rooms .single-room .info .detail,
    .available-rooms .single-room .info .measurement {
        font-size: 16px;
    }

    .available-rooms .single-room .info .category-name {
        font-size: 12px;
    }

    .available-rooms-list .single-room .col01 .figure-bg {
        margin-right: 14px;
    }

    .available-rooms-list .single-room,
    .available-rooms-list .list-head {
        padding: 15px 15px;
    }

    .available-rooms-list .single-room .figure-bg a {
        /* Box-model */
        width: 40px;
        height: 40px;
    }

    .available-rooms-list .list-head .col01 span {
        width: 40px;
        margin-right: 14px;
    }

    .available-rooms-list .col05 {
        width: 290px;
    }

    .available-rooms-list .col06 {
        width: 100px;
    }

    .available-rooms-list .single-room .name,
    .available-rooms-list .single-room .detail,
    .available-rooms-list .single-room .category-name,
    .available-rooms-list .single-room .measurement {
        font-size: 16px;
    }

    .available-rooms-list .single-room .all-icons a {
        margin-left: 8px;
    }

    .want-help-section {
        padding: 60px 0 60px;
    }

    .want-help-section h3 {
        /* Typography */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .want-help-section p {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .energy-workload-section.small-height {
        height: 480px;
    }

    .energy-workload-section .content-block .content-block-inner>h5 {
        /* Typography */
        font-size: 48px;

        /* Box-model */
        margin: 0 0 20px;
    }


    .banner-available-facilities {
        height: 600px;
    }

    .category-menu {
        padding: 0;
    }

    .category-menu ul li {
        padding: 0 12px;
    }

    .category-menu ul li a:not(.btn) {
        /* Typography */
        font-size: 15px;

        /* Box-model */
        padding: 12px 0;
    }


    .breadcrumb-block {
        padding: 18px 0 14px;
    }

    .single-detail-section {
        padding: 50px 0 70px;
    }

    .single-detail-section .head-detail h6 {
        font-size: 18px;
    }

    .single-detail-section .head-detail h1 {
        font-size: 34px;
    }

    .single-detail-section .head-detail h5 {
        margin: 0 0 30px;
    }

    .single-detail-section .head-detail p.big {
        font-size: 22px;
    }

    .single-detail-section .head-detail {
        margin: 0 0 40px;
    }

    .single-detail-section .both-box {
        margin: 0 -10px 50px;
    }

    .single-detail-section .both-box .single-box {
        /* Box-model */
        width: calc(50% - 20px);
        margin: 0 10px;
    }

    .single-detail-section .both-box .single-box.box01 .box-outer {
        padding: 40px 20px 36px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single {
        /* Box-model */
        margin: 0;
        padding: 0 6px;
        width: 90px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail {
        padding: 28px 20px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block {
        margin: 20px 0 0;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single .icon {
        /* Box-model */
        width: 65px;
        height: 65px;
    }

    .single-detail-section .both-box .single-box.box01 .img-block .img-single .icon:before {
        line-height: 65px;
    }

    .single-detail-section .info-detail {
        margin: 0 0 50px;
    }

    .single-detail-section .both-box .single-box.box01 .title {
        font-size: 32px;
    }

    .single-detail-section .both-box .single-box.box01 p {
        /* Typography */
        line-height: 1.8;
        font-size: 18px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-img {
        height: 260px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail .info03,
    .single-detail-section .both-box .single-box.box02 .staff-detail .info04 {
        font-size: 18px;
    }

    .single-detail-section .both-box .single-box.box02 .staff-detail .info02 {
        font-size: 22px;
    }

    .environment-development-section {
        padding: 0;
    }

    .environment-development-section .environment-development-inner {
        /* Box-model */
        margin: 0 auto;
        padding: 50px 0;
    }

    .environment-development-section .certificate_text {
        padding-top: 50px;
    }

    .environment-development-section .logo-environment {
        padding: 50px 20px 50px 0;
    }

    .about-property-section {
        padding: 60px 0;
    }

    .about-property-section .row01 .row01-inner,
    .about-property-section .row02 .row02-inner {
        /* Box-model */
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .about-property-section .row01 .bg-img {
        /* Box-model */
        min-height: 500px;
    }

    .about-property-section .row01 .bg-img,
    .about-property-section .row02 .bg-img {
        /* Box-model */
        width: 100%;
    }

    .about-property-section .row01 .content,
    .about-property-section .row02 .content {
        /* Box-model */
        padding: 20px 0 0;
        width: 100%;
    }

    .about-property-section>div {
        margin: 50px 0 0;
    }

    .about-property-section .row01 .content h3,
    .about-property-section .row02 .content h3 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .about-property-section .row01 .content p,
    .about-property-section .row02 .content p {
        margin: 0 0 30px;
    }


    .bilder-img-section {
        padding: 60px 0;
    }

    .bilder-img-section .img-row {
        margin: 0 0 20px;
    }

    .bilder-img-section .img-row.light-box-block .actions {
        padding: 20px;
    }

    .bilder-img-section .img-row.light-box-block {
        padding: 30px 20px;
    }

    .similar-places-section {
        padding: 50px 15px;
    }

    .similar-places-section h4 {
        font-size: 30px;
    }

    .similar-places-section .available-rooms .single-room {
        width: 50%;
    }


    .banner-realestate {
        height: 600px;
    }

    .filter-bar.design03 {
        flex-wrap: wrap;
    }

    .filter-bar.design03 .box01,
    .filter-bar.design03 .box03 {
        border-bottom: 1px solid #e3e2e1;
    }

    .filter-bar.design03 .box04 .tabbing-filter {
        width: 100%;
    }

    .filter-bar.design03 .box01,
    .filter-bar.design03 .box02,
    .filter-bar.design03 .box03,
    .filter-bar.design03 .box04 {
        padding: 12px 15px;
    }

    .single-detail-section .listing-block {
        flex-wrap: wrap;
    }

    .single-detail-section .single-lists {
        /* Box-model */
        width: 50%;
        margin: 0 0 20px;
    }

    .single-detail-section .detail-box {
        padding: 40px 30px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property a {
        padding: 15px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property p {
        margin: 0 0 10px;
    }

    .single-detail-section .both-box .single-box.tenant-of-property h4 {
        margin: 0 auto 10px;
    }

    .single-detail-section .vacant-property {
        margin: 0 0 40px;
    }

    .promo-section01 {
        padding: 60px 0 40px;
    }

    .picture-slider .single-slide-img {
        height: 700px;
    }


    .project-category-menu ul li {
        padding: 0 8px;
    }

    .project-category-menu ul li a:not(.btn) {
        /* Typography */
        font-size: 13px;

        /* Box-model */
        height: 46px;
    }

    .project-listing-section {
        padding: 70px 15px 70px;
    }

    .project-listing-section .single-project .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-listing-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;

        /* Typography */
        font-size: 40px;

        /* Box-model */
        height: 40px;
        width: 40px;
    }

    .project-listing-section .single-project .project-info .detail-bottom .title {
        font-size: 30px;
    }

    .project-listing-section .single-project .project-info .detail-bottom .title.small {
        font-size: 26px;
    }

    .project-listing-section .single-project .project-info .detail-bottom p {
        font-size: 20px;
    }

    .project-listing-section .single-project .project-info .detail-bottom p.small {
        font-size: 18px;
    }

    .project-listing-section .single-project.width50 .project-info .detail-bottom {
        max-width: none;
    }

    .project-listing-section .single-project .white-box {
        padding: 50px 30px 60px;
    }

    .project-listing-section .single-project .white-box h3 {
        /* Typography */
        font-size: 28px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .project-listing-section .single-project .white-box p {
        font-size: 16px;
    }

    .project-listing-section .single-project .white-box a.more-btn {
        /* Positioning */
        right: 30px;
        bottom: 40px;

        /* Typography */
        font-size: 18px;
    }

    .project-listing-section .single-project {
        /* Box-model */
        margin-bottom: 20px;
    }

    .project-listing-section .single-project>a {
        min-height: 500px;
    }

    .project-listing-section .single-project.design01 {
        width: calc(50% - 10px);
    }

    .project-listing-section .single-project.design02 {
        width: calc(50% - 10px);
    }

    .project-listing-section .single-project.design03 {
        width: calc(50% - 10px);
    }

    .project-listing-section .project-listing-inner {
        margin-bottom: -20px;
    }

    .project-customer-section {
        padding: 70px 20px 70px;
    }

    .project-customer-section .single-project {
        /* Box-model */
        min-height: 480px;
        width: calc(50% - 10px);
    }

    .project-customer-section .single-project .project-info .detail-bottom,
    .project-customer-section .single-project.design02 .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-customer-section .single-project.design02 {
        min-height: 500px;
    }

    .project-customer-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;

        /* Typography */
        font-size: 40px;

        /* Box-model */
        height: 40px;
        width: 40px;
    }

    .map-custom {
        min-height: 500px;
    }

    .indication-block .indication-block-inner {
        padding: 14px 10px;
    }

    .indication-block .single-indication {
        padding: 0 6px;
    }

    .indication-block .single-indication span.name {
        font-size: 11px;
    }


    .project-info-section .left-right .left-part {
        /* Box-model */
        margin-left: 0;
        width: 300px;
    }

    .project-info-section .left-right .right-part {
        /* Box-model */
        width: calc(100% - 300px);
        padding-left: 30px;
    }

    .customer-banner-section {
        height: 700px;
    }

    .customer-banner-section .content {
        height: calc(100% - 200px);
    }

    .customer-info-section .customer-info-main {
        margin: -200px auto 0;
    }

    .customer-banner-section .content .txt-headlinehero,
    .customer-banner-section .content h2 {
        font-size: 52px;
    }

    .customer-info-section .customer-content {
        padding: 30px 0 40px;
    }

    .customer-info-section .customer-content h6 {
        font-size: 20px;
    }

    .customer-info-section .left-right {
        margin: 30px 0;
    }

    .customer-info-section .left-right .left-part {
        margin-left: 0;
    }

    .customer-info-section .left-right.reverse .left-part {
        margin-right: 0;
    }

    .customer-info-section .left-right .right-part {
        width: 100%;
    }

    .customer-info-section .left-right .right-part {
        padding-left: 20px;
    }

    .customer-info-section .left-right.reverse .right-part {
        padding-right: 20px;
    }

    .customer-info-section .customer-content .facts-about {
        /* Box-model */
        margin: 30px 0 0;
        padding: 30px 20px;
    }

    .customer-slides-section .customer-slide-info {
        bottom: 15px;
    }

    .customer-slides-section .customer-slide-info .left-part {
        padding-right: 20px;
    }


    .banner-project-page {
        /* Box-model */
        height: 640px;
    }

    .banner-project-page .content span.txt-headlinehero {
        font-size: 50px;
    }

    .listing-block .lists-big {
        width: 50%;
    }


    .banner-our-area {
        height: 800px;
    }

    .banner-our-area .pos-map-info {
        /* Positioning */
        left: 20px;
        bottom: 20px;

        /* Box-model */
        padding: 30px;
        max-width: 400px;
    }

    .banner-our-area .pos-map-info h2 {
        /* Typography */
        font-size: 38px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .banner-our-area .pos-map-info p {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0 0 50px;
    }

    .our-areas-section .all-areas-lists {
        padding: 40px 0;
    }

    .our-areas-section {
        padding: 60px 30px;
    }

    .our-areas-section .all-areas-lists .single-area {
        width: calc(50% - 30px);
    }

    .our-areas-section .all-areas-lists .single-area .name {
        font-size: 28px;
    }

    .our-areas-section .notify-bar {
        margin: 0 0 30px;
    }

    .full-map-section {
        height: 450px;
    }

    .shop-restaurant-section {
        padding: 40px 0;
    }

    .shop-restaurant-section .caption {
        margin: 0 auto 30px;
    }

    .shop-restaurant-listing {
        margin: 0 -10px;
    }

    .shop-restaurant-listing .single-block {
        padding: 10px;
    }

    .shop-restaurant-listing .single-block .info {
        padding: 20px 14px;
    }

    .project-customer-section .caption,
    .room-section .caption {
        margin: 0 0 30px;
    }

    .promo-section02 {
        padding: 60px 0;
    }

    .our-area-top {
        /* Box-model */
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .our-area-top h1 {
        font-size: 32px;
    }

    .our-area-top .caption {
        margin: 0 0 30px;
    }


    .our-areas-lindholmen-section {
        padding: 60px 0;
    }

    .our-areas-lindholmen-section h1 {
        font-size: 30px;
    }

    .our-areas-lindholmen-section .content {
        margin: 40px auto 0;
    }

    .our-areas-lindholmen-section .content .icon {
        /* Box-model */
        font-size: 200px;
        margin: 0 0 20px;
    }


    .banner-tenant-section {
        height: 650px;
    }

    .tenant-grid-section {
        padding: 50px 0;
    }

    .tenant-grid-section .tenant-grid-outer {
        margin: -10px;
    }

    .tenant-grid-section .single-block {
        padding: 10px;
    }

    .tenant-grid-section .single-block .bg-img {
        height: 300px;
    }

    .tenant-grid-section .single-block .info {
        padding: 20px 10px;
    }


    .banner-half-section {
        padding: 30px 15px 0;
    }

    .banner-half-section .content-right {
        padding-left: 10px;
    }

    .banner-half-section .content-right .content-inner {
        padding: 40px 20px 60px;
    }

    .banner-half-section .content-right .more-btn {
        /* Positioning */
        right: 20px;
        bottom: 30px;

        /* Typography */
        font-size: 18px;
    }

    .banner-half-section .img-left {
        /* Box-model */
        min-height: 480px;
        width: 60%;
    }

    .banner-half-section .content-right {
        width: 40%;
    }

    .property-information {
        margin: 0 0 60px;
    }

    .waste-management-energy .single-box {
        /* Box-model */
        width: calc(50% - 10px);
        padding: 30px 15px;
    }

    .waste-management-energy .single-box .sub-text {
        font-size: 18px;
    }

    .single-detail-section .help-block .single-block .text {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        padding: 10px 30px 10px 40px;
    }

    .single-detail-section .help-block .single-block .text .icon {
        /* Typography */
        font-size: 28px;
        width: 28px;
    }

    .single-detail-section .help-block {
        margin: 0 0 60px;
    }

    .single-detail-section .both-box .single-box.box02 .contact-title {
        font-size: 18px;
    }


    .about-posts-section {
        padding: 25px 5px;
    }

    .about-posts-section .single-post-block {
        /* Box-model */
        padding: 10px;
        width: 50%;
    }

    .about-posts-section .single-post-block .single-post-inner {
        min-height: 450px;
    }

    .about-posts-section .single-post-block.platzer-big {
        width: 100%;
    }

    .about-posts-section .single-post-block.platzer-big .title {
        font-size: 40px;
    }

    .about-posts-section .single-post-block .head-text {
        font-size: 30px;
    }

    .about-posts-section .single-post-block.development-block .single-post-inner {
        padding: 30px;
    }


    .company-grid-section .single-row .content-block .info {
        padding: 30px 30px;
    }

    .company-grid-section .single-row .img-block {
        min-height: 750px;
    }

    .company-grid-section .single-row .img-block .info {
        padding: 40px 30px;
    }

    .company-grid-section .single-row .content-block .info .load-more {
        position: static;
    }

    .company-grid-section .single-row .content-block .info h1 {
        /* Typography */
        font-size: 40px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .company-grid-section .single-row .content-block .info h2 {
        /* Typography */
        font-size: 40px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .company-grid-section .single-row .content-block .info p.big {
        font-size: 20px;
    }

    .company-grid-section .single-row .content-block .info .more-btn {
        margin: 0;
    }

    .company-grid-section .single-row .img-block .info h2 {
        font-size: 40px;
    }

    .company-grid-section .single-row .img-block .info p,
    .company-grid-section .single-row .img-block .info ul li {
        font-size: 20px;
    }



    .about-current-landing-section {
        padding: 40px 0 60px;
    }

    .category-select {
        margin: 0 auto 40px;
    }

    .about-grid-section {
        /* Box-model */
        padding: 0 10px;
        margin-bottom: -40px;
    }

    .about-grid-section .single-about-block figure a .category-name {
        padding: 20px;
    }

    .about-grid-section .single-about-block .info .title {
        font-size: 18px;
    }

    .about-grid-section .single-about-block {
        /* Box-model */
        padding: 0 5px;
        width: 33.33%;
        margin: 0 0 40px;
    }

    .about-current-landing-section .load-more {
        margin: 40px 0 0;
    }


    .about-current-info-section {
        padding: 60px 0 60px;
    }

    .about-current-info-section .img-row {
        margin: 0 0 30px;
    }

    .about-current-info-section .img-row figure {
        margin: 0 0 0 30px;
    }


    .promo-section-top {
        padding: 40px 0 60px;
    }

    .promo-section-top h6 {
        font-size: 18px;
    }

    .promo-section-top h1 {
        /* Typography */
        font-size: 40px;

        /* Box-model */
        margin: 0 0 30px;
    }

    .promo-section-top .txt-preamble {
        font-size: 20px;
    }

    .about-history-grid-section {
        padding: 40px 15px;
    }

    .about-history-grid-section .single-row-container {
        padding: 40px 15px;
    }

    .graphs-section {
        padding: 40px 15px;
    }

    .about-history-grid-section .single-row {
        margin: 40px 0;
    }

    .about-history-grid-section .single-row .content-block {
        padding-left: 15px;
    }

    .about-history-grid-section .single-row.reverse .content-block {
        padding-right: 25px;
    }

    .about-history-grid-section .single-row .content-block h3,
    .about-history-grid-section.contact-showroom-grid-section .single-row .content-block h3 {
        /* Typography */
        font-size: 30px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .promo-section-bottom {
        padding: 60px 0;
    }

    .sustainability-grid-section .single-blox {
        padding: 0 6px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner {
        padding: 36px 26px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner .link-icon .icon {
        /* Typography */
        font-size: 50px;

        /* Box-model */
        height: 50px;
        width: 50px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner .title {
        font-size: 30px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner p {
        font-size: 18px;
    }


    .top-content-section {
        padding: 50px 0 0;
    }

    .top-content-section .content-inner h1 {
        font-size: 44px;
    }

    .newslatter-grid-section {
        padding: 40px 0 60px;
    }

    .newslatter-grid-section .single-box {
        /* Box-model */
        padding: 10px;
        width: 33.33%;
    }

    .newslatter-grid-section .newslatter-grid-inner {
        margin: -10px;
    }

    .newslatter-grid-section .single-box .single-box-inner {
        padding: 30px 24px;
    }


    .contact-top-section {
        padding: 40px 0 60px;
    }

    .contact-top-section .row01 {
        margin: 0 0 30px;
    }

    .contact-top-section .row02 .single-box.box01 {
        margin-right: 10px;
    }

    .contact-top-section .row02 .single-box.box02 {
        margin-left: 10px;
    }

    .contact-top-section .row01 .left-part {
        margin-right: 10px;
    }

    .contact-top-section .row01 .right-part {
        margin-left: 10px;
    }

    .contact-top-section .row01 .left-part .block-row a {
        font-size: 22px;
    }

    .contact-top-section .row01 .left-part address {
        font-size: 16px;
    }

    .contact-top-section .row01 .left-part .block-row.contact-timing .single-timing {
        font-size: 16px;
    }

    .contact-top-section .row02 .single-box.box01 a {
        padding: 20px;
    }

    .contact-top-section .row02 .single-box.box02 .single-post-inner {
        padding: 30px 20px;
    }

    .contact-top-section .row02 .single-box.box02 h6 {
        /* Typography */
        font-size: 32px;

        /* Box-model */
        margin: 0 0 14px;
    }

    .contact-top-section .row02 .single-box.box02 .more-btn {
        /* Positioning */
        right: 20px;
        bottom: 30px;

        /* Typography */
        font-size: 16px;
    }

    .coworker-section {
        padding: 60px 0;
    }

    .coworker-grid-section {
        /* Box-model */
        padding: 0 8px;
        margin: -20px 0;
    }

    .coworker-grid-section .single-coworker {
        /* Box-model */
        width: 33.33%;
        padding: 0 8px;
        margin: 20px 0;
    }

    .coworker-grid-section .single-coworker .ph-number a,
    .coworker-grid-section .single-coworker .mail-id a {
        /* Typography */
        font-size: 15px;

        /* Box-model */
        padding-left: 24px;
    }

    .coworker-grid-section .single-coworker .name {
        font-size: 18px;
    }

    .coworker-grid-section .single-coworker .designation {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        min-height: 34px;
    }


    .contact-main-section {
        padding: 40px 0 50px;
    }

    .contact-main-section .top-desc {
        margin: 0 0 40px;
    }

    .contact-main-section .left-right-main .right-part {
        width: calc(100% - 59% - 20px);
    }

    .contact-main-section .left-right-main .right-part .sidebaar-box {
        padding: 35px 20px;
    }

    .contact-main-section .left-right-main .right-part .sidebaar-box .more-btn {
        font-size: 18px;
    }


    .banner-error-section {
        height: 600px;
    }

    .banner-error-section h1 {
        font-size: 54px;
    }

    .banner-error-section p {
        font-size: 20px;
    }

    .faq-section {
        padding: 50px 0 70px;
    }

    .faq-section h2 {
        font-size: 32px;
    }


    .contact-main-section .left-right-main .left-part .single-field.half-width {
        width: calc(50% - 5px);
    }

    .contact-main-section .left-right-main .right-part .box-person {
        margin: 0 0 20px;
    }

    .contact-main-section .left-right-main .right-part .box-person .info {
        /* Box-model */
        width: calc(100% - 100px);
        padding: 14px 14px 14px 14px;
    }

    .contact-main-section .left-right-main .right-part .box-person .per-img {
        width: 100px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar {
        padding: 16px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar figure {
        /* Box-model */
        width: 50px;
        height: 50px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar .name {
        /* Box-model */
        font-size: 16px;
        padding-left: 10px;
    }

}

@media (max-width: 1259px) {
    .available-rooms-help {
        flex-wrap: wrap;
    }

    .available-rooms-help-text {
        margin-bottom: 16px;
    }

    .random-contact {
        margin-left: 0;
    }

    .bilder-img-section-more-button {
        margin-top: 20px;
    }
}

/* 4. large desktop responsive css 1024px to 1199px
------------------------------------------------------------------------------*/
@media (min-width:1024px) and (max-width:1259px) {
    header.main-header {
        padding: 0;
    }

    header.main-header .container {
        padding: 0 15px;
    }

    .main-menu {
        display: none;
    }

    .mobile-Hamburger {
        display: block;
    }

    nav.menu-right ul li a {
        padding: 24px 0;
    }

    .banner {
        height: 800px;
    }

    .txt-headlinehero {
        font-size: 60px;
    }

    .txt-herotext {
        font-size: 22px;
    }

    .about-section {
        padding: 30px 0;
    }

    .about-section h1 {
        font-size: 40px;
    }

    .about-section p {
        font-size: 22px;
    }

    .map-room-section .map-block h3,
    .map-room-section .room-block h3 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .map-room-section .map-block {
        padding: 0 15px;
    }


    .available-rooms-slider .single-room {
        /* Box-model */
        padding: 6px 8px;
        max-width: 400px;
    }

    .available-rooms-slider {
        margin: 0 8px;
    }

    .map-room-section .map-block #map-api {
        height: 470px;
    }

    .available-rooms-slider .single-room .info .detail,
    .available-rooms-slider .single-room .info .measurement {
        font-size: 18px;
    }

    .available-rooms-slider .single-room .info .name {
        font-size: 20px;
    }

    .latest-construction-section .left-block {
        /* Box-model */
        padding: 40px 15px;
        min-height: 10px;
    }

    .latest-construction-section .right-block .single-box .info {
        padding: 20px;
    }

    .latest-construction-section .right-block .single-box .info h6 {
        font-size: 30px;
    }

    .latest-construction-section .right-block .single-box .info p {
        font-size: 16px;
    }

    .latest-construction-section .left-block h4 {
        font-size: 36px;
    }

    .latest-construction-section .left-block p {
        font-size: 17px;
    }

    .latest-construction-section .left-block .more-read a {
        font-size: 17px;
    }

    .mix-posts-section {
        padding: 60px 0;
    }

    .mix-posts-section .single-post-block {
        padding: 8px;
    }

    .mix-posts-section .single-post-block.news-block .single-post-inner,
    .mix-posts-section .single-post-block.development-block .single-post-inner,
    .mix-posts-section .single-post-block.vacancy-block .single-post-inner,
    .mix-posts-section .single-post-block.investors-block .single-post-inner,
    .mix-posts-section .single-post-block.insta-block .single-post-inner,
    .mix-posts-section .single-post-block.help-block .single-post-inner {
        padding: 20px 30px;
    }

    .mix-posts-section .single-post-block .more-btn {
        bottom: 20px;
        right: 20px;
    }

    .energy-workload-section {
        height: 800px;
    }

    .energy-workload-section .content-block {
        padding: 40px;
    }

    .energy-workload-section .content-block .client-detail {
        margin: 50px 0 60px;
    }

    footer.main-footer {
        padding: 50px 0;
    }

    .promo-section.more .container {
        max-height: 10.611em;
    }

    .promo-section.more .container::after {
        height: 3.778em;
    }

    .promo-section h1 {
        font-size: 42px;
    }

    .promo-section p,
    .promo-section.more .more-button {
        font-size: 22px;
    }

    .filter-head .left-part,
    .filter-head .right-part {
        font-size: 24px;
    }

    .filter-bar .tabbing-filter a {
        margin-left: 10px;
    }

    .filter-bar.design02 {
        flex-wrap: wrap;
    }

    .filter-bar.design02 .box01,
    .filter-bar.design02 .box02,
    .filter-bar.design02 .box03 {
        width: 33.33%;
    }

    .filter-bar.design02 .box04,
    .filter-bar.design02 .box05 {
        /* Box-model */
        width: 50%;
        padding: 15px 20px;

        /* Visual */
        border-top: 1px solid #e3e2e1;
    }

    .filter-bar .box04 {
        padding: 0;
    }

    .filter-bar.design03 .box04 {
        padding: 0 15px 0 0;
    }

    .filter-main {
        padding: 0 0 20px 0;
    }

    .map-cluster {
        padding: 20px 0;
    }

    .map-cluster .map-bg {
        height: auto;
    }

    .room-section {
        padding: 60px 15px;
    }

    .available-rooms .single-room {
        width: 33.33%;
    }

    .available-rooms .single-room a.looking-for h6 {
        /* Typography */
        font-size: 24px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .available-rooms .single-room a.looking-for {
        padding: 15px;
    }
    .available-rooms .single-room a.looking-for p {
        font-size: 14px;
    }

    .available-rooms .single-room .info {
        padding: 20px;
    }

    .available-rooms .single-room .info .name {
        font-size: 22px;
    }

    .available-rooms .single-room .info .detail,
    .available-rooms .single-room .info .measurement {
        font-size: 18px;
    }

    .available-rooms-list .single-room .col01 .figure-bg {
        margin-right: 30px;
    }

    .energy-workload-section.small-height {
        height: 550px;
    }

    .about-property-section .row01 .row01-inner,
    .about-property-section .row02 .row02-inner {
        padding: 0 30px;
    }

    .about-property-section .row01 .content {
        padding-left: 40px;
    }

    .about-property-section .row02 .content {
        padding-right: 40px;
    }

    .about-property-section>div {
        margin: 50px 0 0;
    }

    .bilder-img-section .img-row figure {
        margin: 0 0 0 20px;
    }

    .bilder-img-section .img-row {
        margin: 0 0 20px;
    }

    .single-detail-section .detail-box {
        padding: 40px 30px;
    }

    .picture-slider .single-slide-img {
        height: 900px;
    }

    .project-listing-section {
        padding: 70px 15px 70px;
    }

    .project-listing-section .single-project .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-listing-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;
    }

    .project-listing-section .single-project.width50 .project-info .detail-bottom {
        max-width: none;
    }

    .project-listing-section .single-project .white-box {
        padding: 50px 30px 60px;
    }

    .project-listing-section .single-project .white-box h3 {
        font-size: 32px;
    }

    .project-listing-section .single-project .white-box a.more-btn {
        /* Positioning */
        right: 30px;
        bottom: 40px;

        /* Typography */
        font-size: 18px;
    }

    .project-listing-section .single-project {
        margin-bottom: 20px;
    }

    .project-listing-section .single-project.design01 {
        width: calc(50% - 10px);
    }

    .project-listing-section .single-project.design02 {
        width: calc(33.33% - 13.33px);
    }

    .project-listing-section .single-project.design03 {
        width: calc(66.66% - 6.67px);
    }

    .project-listing-section .project-listing-inner {
        margin-bottom: -20px;
    }

    .project-customer-section {
        padding: 70px 20px 70px;
    }

    .project-customer-section .single-project {
        /* Box-model */
        min-height: 480px;
        width: calc(33.33% - 13.33px);
    }

    .project-customer-section .single-project.design02 {
        min-height: 480px;
    }

    .project-customer-section .single-project .project-info .detail-bottom,
    .project-customer-section .single-project.design02 .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-customer-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;
    }

    .indication-block {
        left: 10px;
    }

    .indication-block .indication-block-inner {
        padding: 14px 10px;
    }

    .indication-block .single-indication {
        padding: 0 6px;
    }

    .indication-block .single-indication span.name {
        font-size: 11px;
    }

    .project-info-section .left-right .left-part {
        margin-left: 0;
    }

    .project-info-section .left-right .right-part {
        /* Box-model */
        width: calc(100% - 450px);
        padding-left: 30px;
    }

    .customer-info-section .customer-content {
        padding: 30px 0 40px;
    }

    .customer-info-section .left-right .left-part {
        margin-left: 0;
    }

    .customer-info-section .left-right.reverse .left-part {
        margin-right: 0;
    }

    .customer-info-section .left-right .right-part {
        width: 100%;
    }

    .customer-info-section .left-right .right-part {
        padding-left: 20px;
    }

    .customer-info-section .left-right.reverse .right-part {
        padding-right: 20px;
    }

    .banner-project-page {
        /* Box-model */
        height: 640px;
    }

    .banner-project-page .content span.txt-headlinehero {
        font-size: 50px;
    }


    .banner-our-area {
        height: 700px;
    }

    .banner-our-area .pos-map-info {
        /* Positioning */
        left: 20px;
        bottom: 20px;

        /* Box-model */
        padding: 30px;
        max-width: 400px;
    }

    .banner-our-area .pos-map-info h2 {
        /* Typography */
        font-size: 38px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .banner-our-area .pos-map-info p {
        /* Typography */
        font-size: 18px;

        /* Box-model */
        margin: 0 0 50px;
    }

    .our-areas-section {
        padding: 60px 30px;
    }

    .shop-restaurant-listing {
        margin: 0 -10px;
    }

    .shop-restaurant-listing .single-block {
        padding: 10px;
    }

    .shop-restaurant-listing .single-block .info {
        padding: 20px 14px;
    }

    .project-customer-section .caption,
    .room-section .caption {
        margin: 0 0 30px;
    }

    .promo-section02 {
        padding: 60px 0;
    }

    .our-areas-lindholmen-section {
        padding: 60px 0;
    }

    .our-areas-lindholmen-section .content {
        margin: 40px auto 0;
    }

    .our-areas-lindholmen-section .content .icon {
        font-size: 200px;
    }


    .tenant-grid-section .tenant-grid-outer {
        margin: -10px;
    }

    .tenant-grid-section .single-block {
        padding: 10px;
    }

    .tenant-grid-section .single-block .bg-img {
        height: 350px;
    }

    .banner-half-section {
        padding: 30px 15px 0;
    }

    .banner-half-section .content-right {
        padding-left: 20px;
    }

    .banner-half-section .content-right .content-inner {
        padding: 40px 20px;
    }

    .banner-half-section .content-right .more-btn {
        /* Positioning */
        right: 20px;
        bottom: 30px;

        /* Typography */
        font-size: 18px;
    }

    .banner-half-section .img-left {
        /* Box-model */
        min-height: 480px;
        width: 60%;
    }

    .banner-half-section .content-right {
        width: 40%;
    }

    .property-information {
        margin: 0 0 60px;
    }

    .waste-management-energy .single-box {
        /* Box-model */
        width: calc(50% - 10px);
        padding: 40px 40px;
    }

    .single-detail-section .help-block {
        margin: 0 0 60px;
    }

    .about-posts-section {
        padding: 25px 5px;
    }

    .about-posts-section .single-post-block {
        padding: 10px;
    }

    .about-posts-section .single-post-block .single-post-inner {
        min-height: 500px;
    }

    .about-posts-section .single-post-block .head-text {
        font-size: 30px;
    }

    .about-posts-section .single-post-block.development-block .single-post-inner {
        padding: 30px;
    }


    .company-grid-section .single-row .content-block .info {
        padding: 30px 30px;
    }

    .company-grid-section .single-row .img-block .info {
        padding: 40px 30px;
    }

    .company-grid-section .single-row .content-block .info .load-more {
        position: static;
    }

    .company-grid-section .single-row .content-block .info h1 {
        font-size: 50px;
    }

    .company-grid-section .single-row .content-block .info h2 {
        font-size: 44px;
    }

    .company-grid-section .single-row .content-block .info p.big {
        font-size: 22px;
    }

    .company-grid-section .single-row .img-block .info h2 {
        font-size: 44px;
    }

    .company-grid-section .single-row .img-block .info p,
    .company-grid-section .single-row .img-block .info ul li {
        font-size: 22px;
    }

    .about-grid-section {
        padding: 0 15px;
    }

    .about-grid-section .single-about-block {
        /* Box-model */
        padding: 0 8px;
        width: 33.33%;
    }


    .about-history-grid-section {
        padding: 40px;
    }

    .about-history-grid-section .single-row-container {
        padding: 40px;
    }

    .graphs-section {
        padding: 40px;
    }

    .about-history-grid-section .single-row .content-block {
        padding-left: 40px;
    }

    .about-history-grid-section .single-row.reverse .content-block {
        padding-right: 40px;
    }

    .sustainability-grid-section .single-blox {
        padding: 0 10px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner {
        padding: 40px 30px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner .link-icon .icon {
        /* Typography */
        font-size: 50px;

        /* Box-model */
        height: 50px;
        width: 50px;
    }

    .top-content-section {
        padding: 50px 0 0;
    }

    .newslatter-grid-section .single-box {
        padding: 10px;
    }

    .newslatter-grid-section .newslatter-grid-inner {
        margin: -10px;
    }


    .contact-top-section .row02 .single-box.box01 {
        margin-right: 10px;
    }

    .contact-top-section .row02 .single-box.box02 {
        margin-left: 10px;
    }

    .contact-top-section .row01 .left-part .block-row a {
        font-size: 26px;
    }

    .coworker-grid-section {
        padding: 0 8px;
    }

    .coworker-grid-section .single-coworker {
        /* Box-model */
        width: 25%;
        padding: 0 8px;
    }

    .coworker-grid-section .single-coworker .ph-number a,
    .coworker-grid-section .single-coworker .mail-id a {
        /* Typography */
        font-size: 15px;

        /* Box-model */
        padding-left: 24px;
    }

    .banner-error-section h1 {
        font-size: 60px;
    }


    .contact-main-section .left-right-main .right-part .box-person .info {
        /* Box-model */
        width: calc(100% - 150px);
        padding: 14px 20px 14px 20px;
    }

    .contact-main-section .left-right-main .right-part .box-person .per-img {
        width: 150px;
    }

    .contact-main-section .left-right-main .right-part .tenant-info-sidebar {
        padding: 20px;
    }

    .mix-posts-section .single-post-block {
        width: 33.33%;
    }

}

/* 5. Other media-query
------------------------------------------------------------------------------*/
@media (min-width:642px) and (max-width:1023px) {
    .filter-bar .box04 .filter-btn-outer .btn {
        font-size: 10px;
        white-space: nowrap;
        padding: 0px 15px;
        line-height: 37px;
        height: 40px;
    }

    .drop-cell .sub-cat-title {
        font-size: 14px;
    }
}

@media (min-width:1260px) and (max-width:1599px) {
    header.main-header .container {
        padding: 0 15px;
    }

    nav.main-menu ul li {
        margin: 0 0 0 16px;
    }

    nav.main-menu ul li a {
        font-size: 14px;
    }

    nav.menu-right ul li {
        margin: 0 0 0 10px;
    }

    nav.menu-right ul li a {
        font-size: 14px;
    }

    header.main-header a.bug-report {
        margin-left: 10px;
    }

    .main-header .btn {
        /* Box-model */
        min-width: 120px;
        padding: 0 10px;
        height: 32px;

        /* Typography */
        font-size: 14px;
        line-height: 28px;
    }

    .filter-bar .tabbing-filter a {
        margin-left: 12px;
    }

    .similar-places-section .available-rooms .single-room {
        width: 33.33%;
    }

    .filter-bar.design02 .box01,
    .filter-bar.design02 .box02 {
        width: 21%;
    }

    .filter-bar.design02 .box03 {
        width: 21%;
    }

    .filter-bar.design02 .box04 {
        width: 21%;
    }

    .filter-bar.design02 .box05 {
        width: 16%;
    }

    .project-listing-section {
        padding: 70px 40px 70px;
    }

    .project-listing-section .single-project .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-listing-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;
    }

    .project-listing-section .single-project.width50 .project-info .detail-bottom {
        max-width: none;
    }

    .project-listing-section .single-project .white-box {
        padding: 50px 30px 60px;
    }

    .project-listing-section .single-project .white-box h3 {
        font-size: 32px;
    }

    .project-listing-section .single-project .white-box a.more-btn {
        /* Positioning */
        right: 30px;
        bottom: 40px;

        /* Typography */
        font-size: 18px;
    }

    .latest-construction-section .left-block {
        padding: 30px 60px;
    }

    .latest-construction-section .right-block .single-box .info {
        padding: 20px;
    }

    .mix-posts-section .single-post-block .more-btn {
        bottom: 30px;
        right: 40px;
    }

    .available-rooms .single-room a.looking-for {
        padding: 14px 20px;
    }

    .available-rooms .single-room a.looking-for h6 {
        /* Typography */
        font-size: 25px;

        /* Box-model */
        margin: 0 0 20px;
    }

    .available-rooms .single-room a.looking-for p {
        font-size: 17px;
    }

    .available-rooms .single-room a.looking-for .icon {
        font-size: 42px;
    }

    .project-customer-section .single-project.design02 {
        min-height: 560px;
    }

    .project-customer-section .single-project .project-info .detail-bottom,
    .project-customer-section .single-project.design02 .project-info .detail-bottom {
        /* Positioning */
        left: 30px;
        right: 30px;
    }

    .project-customer-section .single-project .project-info .icon {
        /* Positioning */
        right: 30px;
        top: 30px;
    }

    .about-property-section .row01 .row01-inner,
    .about-property-section .row02 .row02-inner {
        padding: 0 60px;
    }

    .about-property-section .row02 .content {
        padding-right: 60px;
    }

    .about-property-section .row01 .content {
        padding-left: 60px;
    }

    .indication-block .indication-block-inner {
        padding: 18px 10px;
    }

    .indication-block .single-indication {
        padding: 0 10px;
    }


    .project-info-section .left-right .left-part {
        margin-left: -100px;
    }

    .project-info-section .left-right .right-part {
        width: calc(100% - 100px);
    }

    .customer-info-section .left-right .left-part {
        margin-left: -120px;
    }

    .customer-info-section .left-right.reverse .left-part {
        margin-right: -120px;
    }

    .customer-info-section .left-right .right-part {
        width: calc(100% - 120px);
    }


    .tenant-grid-section .tenant-grid-outer {
        margin: -10px;
    }

    .tenant-grid-section .single-block {
        padding: 10px;
    }

    .banner-half-section {
        padding: 35px 35px 0 35px;
    }

    .banner-half-section .content-right {
        padding-left: 20px;
    }

    .banner-half-section .content-right .content-inner {
        padding: 60px 40px;
    }

    .about-posts-section {
        padding: 25px 10px;
    }

    .about-posts-section .single-post-block {
        padding: 15px;
    }

    .company-grid-section .single-row .content-block .info {
        padding: 30px 40px;
    }

    .company-grid-section .single-row .img-block .info {
        padding: 70px 40px;
    }

    .company-grid-section .single-row .img-block {
        min-height: 780px;
    }

    .about-grid-section .single-about-block {
        padding: 0 8px;
    }


    .about-history-grid-section {
        padding: 60px 60px;
    }

    .about-history-grid-section .single-row-container {
        padding: 60px;
    }

    .graphs-section {
        padding: 60px;
    }

    .about-history-grid-section .single-row .content-block {
        padding-left: 60px;
    }

    .about-history-grid-section .single-row.reverse .content-block {
        padding-right: 60px;
    }


    .sustainability-grid-section .single-blox {
        padding: 0 10px;
    }

    .sustainability-grid-section .single-blox .single-blox-inner {
        padding: 50px 30px;
    }


    .coworker-grid-section {
        padding: 0 20px;
    }

    .coworker-grid-section .single-coworker {
        /* Box-model */
        width: 25%;
        padding: 0 8px;
    }

    .coworker-grid-section .single-coworker .ph-number a,
    .coworker-grid-section .single-coworker .mail-id a {
        /* Typography */
        font-size: 16px;

        /* Box-model */
        padding-left: 24px;
    }

    .txt-headlinehero {
        font-size: 60px;
    }

    .txt-herotext {
        font-size: 22px;
    }

}
