        .ajax_div {
                max-width: 100%;
                max-height: 100vh;
                height: 85vh;
                width: 96%;
                margin: 50px auto;
                background: #fff;
                overflow-x: scroll;
                position: relative;
                opacity: 0;
                transition: all 1.3s cubic-bezier(.17,.67,0,1);
                z-index: 120;
                padding: 40px 0;
        }
        .show {
                opacity: 1 !important;
                transition: all 1.3s cubic-bezier(.17,.67,0,1);
        }

        body {
                font-family: sans-serif;
        }
        .grid img.scaleMe {
                -ms-transform: scale(0.1);
                -webkit-transform: scale(0.1);
                transform: scale(0.1);
                opacity: 0;
                transition: all 1.3s cubic-bezier(.17,.67,0,1);
        }
        .grid img {
                -ms-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1;
                transition: all 1.3s cubic-bezier(.17,.67,0,1);
        }
        .grid {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
        }
        .item {
                padding: 15px;
                padding-bottom: 12px;
                width: auto;
                height: auto;
                transition: all .4s ease;
        }
        .grid .item img { width: 100%; height: auto; max-width: 300px; box-shadow: 0 0 5px 5px #EDEDED; }
        .grid .item .innerwrap { transition: all .6s; -webkit-transition: all .6s; display: inline-block; }
        .grid .item .innerwrap:hover { transition: all .6s; -webkit-transition: all .6s; transform: scale(1.04); }
        .grid .item .img:hover { transition: all .6s;  box-shadow: 0 0 15px 15px #98FB98; }

        h1 {
                text-align: center;
        }
        .lightbox_close {
            width: 50px;
            height: 50px;
            background-color: #A1C150;
            top: 25px;
            right: 25px;
            z-index: 130;
            position: absolute;
            cursor: pointer;
            display: none;
            opacity: 0;
        }
        .lightbox_close::before,.lightbox_close::after {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 60%;
            height: 2px;
            background-color: white;
            display: block;
            content: "";
        }
        .lightbox_close::before {
            transform: translate(-50%, -50%) rotate(45deg);
        }
        .lightbox_close::after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
        .blurred {
                backdrop-filter: blur(6px);
                background-color: rgba(0, 0, 0, 0.4);
                position: fixed;
                top: 0px;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1000;
                display: none;
                opacity: 0;
        }
        .tenants {
                z-index: 100;
                position: relative;
        }
        .togglecontact {
            background: rgba(255, 153, 0, 1);
        }
        .togglecontact__icon {
            width: 21px;
        }
        .navigation {
            padding-top: 70px;
        }
        .topbar {
            position: fixed !important;
            width: 100%;
        }

        .pdfbutton {
            display: inline-block;
            height: 4.2rem;
            line-height: 4.2rem;
            border-radius: 2.1rem;
            font-size: 2rem;
            letter-spacing: 2.1px;
            margin-top: 5rem;
            background-color: #8AB225;
            color: #fff;
            padding: 0 1.5rem;
            text-transform: uppercase;
            transition: background-color 0.25s ease;
            cursor: pointer;
            font-weight: 800;
            font-family: "Poppins", sans-serif;
        }
        .pdfbutton a { color: #fff; text-decoration: none; }

        @media only screen and (min-width: 1000px) {
            .pdfbutton {
                position: absolute;
                bottom: 50px;
                right: 50px;
            }
        }
        @media only screen and (max-width: 1200px) {
            .inquire_btn {
                position: relative;
                right: -30%;
             }
        }
.inquire_btn {
    display: inline-block;
    height: 4.2rem;
    line-height: 4.2rem;
    border-radius: 2.1rem;
    font-size: 2rem;
    letter-spacing: 2.1px;
    margin-top: 5rem;
    background-color: #A1C150;
    padding: 0 1.5rem;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    transition: background-color 0.15s ease;
    margin: 8px auto;
}
.inquire_btn span { cursor: pointer; }