/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*********** CLEARFIX HACK ************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*********** CLEARFIX HACK ************/
html {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}
.page-wrapper {
    position: relative;
}
.home-page .page-wrapper{
    background: #f5f5f5;
}
.search-page .page-wrapper {
   height: 100%;
}
.p-content{
    padding-bottom: 188px;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.upper-case {
    text-transform: uppercase;
}

.text-align-center {
    text-align: center;
}

.shadowBoxCenter {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.img-responsive {
    display: block;
}

.wrapper {
    width: 100%;
}

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    z-index: 100;
}

h2 {
    font-size: 48px;
    color: #333333;
    text-align: center;
}

h3.caption {
    color: #1083c3;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

p {
    font-size: 16px;
    color: #333;
}

a {
    text-decoration: none;
}


/*===================================== HEADER =====================================*/
.header .page-content {
    padding: 15px 20px;
}

.logo {
    float: left;
}

.header .social {
    height: 25px;
    float: right;
}

.social-icons {
    margin-top: 12px;
}

.social-icons li {
    list-style: none;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
    background-position: top left;
}

.social-icons li a {
    display: block;
    width: 25px;
    height: 25px;
}

.social-icons li.fb {
    background-position: 0px 0px;
}

.social-icons li.tw {
    background-position: -25px 0px;
}

.social-icons li.gp {
    background-position: -50px 0px;
}

.social-icons li.in {
    background-position: -75px 0px;
}

.social-icons li.yt {
    background-position: -100px 0px;
}

.social-icons li.ig {
    background-position: -125px 0px;
}

.social-icons li.sms {
    background-position: -150px 0px;
}

.social-icons li.sms:hover {
    background-position: 0px -25px;
}

.social-icons li.fb:hover {
    background-position: 0px -25px;
}

.social-icons li.tw:hover {
    background-position: -25px -25px;
}

.social-icons li.gp:hover {
    background-position: -50px -25px;
}

.social-icons li.in:hover {
    background-position: -75px -25px;
}

.social-icons li.yt:hover {
    background-position: -100px -25px;
}

.social-icons li.ig:hover {
    background-position: -125px -25px;
}

.lang-selector {
    border: 1px solid #ddd;
    float: right;
    border-radius: 3px !important;
    padding: 9px !important;
    background: #ffffff url('../../images/listings/dropdown-arrow.svg') center right 10px no-repeat !important;
    margin-left: 10px;
    width: 98px !important;
    text-align: left;
    line-height: 28px;
    height: 46px;
}

.login {
    float: right;
    margin-left: 10px;
}

.login-button {
    width: auto;
    border-radius: 4px;
    line-height: 46px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: url('../../images/listings/sign-in.svg') center left 10px no-repeat;
    display: block;
    padding-left: 40px;
    padding-right: 10px;
}

.apply .apply-now {
    float: right;
    margin-left: 10px;
}

.apply .apply-now-button {
    border-radius: 4px;
    line-height: 46px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #F6B31A url('../../images/listings/apply-now.svg') center left 10px no-repeat;
    display: block;
    padding: 0px 15px 0px 40px;
}

.app-title-name {
    float: left;
}

.app-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    height: 50px;
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
}

.logo-image-container img {
    max-width: 100px;
    max-height: 100px;
}

.building-logo-image-container img {
    max-width: 70px;
    max-height: 70px;
}

.app-image-logo {
    float: left;
}

.app-image-logo .app-logo {
    vertical-align: middle;
    /*max-width: 50px;*/
    max-height: 50px;
    margin-right: 10px;
}

.app-image-logo .building-logo {
    vertical-align: middle;
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

/*===================================== NAVIGATION =====================================*/
.menu-icon {
    display: none;
}
.menu-icon div {
    list-style: none;
    height: 3px;
    margin: 7px auto;
    width: 30px;
    background: #999999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-icon.on .one {
    -ms-transform: rotate(45deg) translate(6px, 6px);
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    -moz-transform: rotate(45deg) translate(6px, 6px);
    -o-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
}
.menu-icon.on .two {
    opacity: 0;
}
.menu-icon.on .three {
    -ms-transform: rotate(-45deg) translate(8px, -9px);
    -webkit-transform: rotate(-45deg) translate(8px, -9px);
    -moz-transform: rotate(-45deg) translate(8px, -9px);
    -o-transform: rotate(-45deg) translate(8px, -9px);
    transform: rotate(-45deg) translate(8px, -9px);
}

ul.menu li {
    list-style: none;
    float: left;
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav {
    display: block;
}

ul.menu li.active {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
ul.menu li.active a {
    font-weight: bold;
    font-size: 18px;
}
ul.menu li a {
    line-height: 57px;
}

a.contact {
    float: right;
    font-size: 25px;
    padding-left: 35px;
    font-weight: bold;
    line-height: 60px;
    background-position: center left;
    background-repeat: no-repeat;
}


@media(max-width: 1000px) {
    .logo > img {
        width: 280px;
        margin-top: 7px;
    }

    .building-img img {
        width: 90px;
        height: 90px;
    }
}
@media(max-width: 768px) {
    .social {
        display: none;
    }

    ul.menu li {
        margin-right: 30px;
    }
}
@media(max-width: 640px) {
    .logo {
        text-align: center;
        width: 100%;
    }

        .logo > img {
            max-width: 386px;
        }

    .app-image-logo,
    .app-title-name {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .navigation {
        height: 60px;
        position: relative;
    }

    .menu-icon {
        display: block;
        margin-top: 10px;
        float: left;
        cursor: pointer;
    }

    .nav {
        position: absolute;
        top: 100%;
        z-index: 1000;
        background: white;
        width: 100%;
        left: 0px;
        text-align: center;
        height: 0px;
        opacity: 0;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        overflow: hidden;
    }

        .nav.visible {
            height: 292px;
            opacity: 1;
            z-index: 1010;
            border-bottom: 5px solid #ddd;
        }

        .nav ul.menu li.active {
            border-bottom: 0px;
        }

        .nav ul.menu li a {
            color: #333;
        }

        .nav ul.menu li {
            float: none;
            text-align: center;
            border-bottom: 1px solid #eee !important;
            margin-right: 0px;
        }

        .nav a.contact {
            background-color: #333;
            width: 100%;
            display: block;
            float: none;
            background-position: calc(50% - 100px) 50%;
        }

    .login {
        position: absolute;
        right: 20px;
        top: 87px;
        z-index: 1010;
    }

    .lang-selector {
        position: absolute !important;
        right: 140px;
        top: 87px;
        background-color: white;
        z-index: 1010;
    }
    .fr .lang-selector {
        right: 183px;
    }
    #type-user.app-title {
        font-size: 22px;
        max-width: 320px;
        float: none;
    }
}
/*===================================== BANNER =====================================*/


.banner {
    height: 420px;
    background-size: cover;
    text-align: center;
}

.banner h2 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 25px;
    width: 100%;
}

.search-bar{
    background:#ffffff;
    border-radius: 6px;
    text-align: center;
    padding: 10px 15px 10px;
    margin-top: -1px;
    border-top-left-radius: 0px;
}
.search-bar .selector{
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    margin-right: 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrapper-dropdown-3 > span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.five-dropdown.search-bar .selector{
    width: 15.8%;
}
.selector.options ul.dropdown
{
    min-width: 100%;
}

.three-dropdown.search-bar .selector{
    width: 27%;
}

.page-content input.tab-input, .page-content .searchbar-tab-content {
    display: none;
    width: 100%;
    float: left;
}
.search-page{
    background: #dddddd;
}
.search-page .searchbar-tab , .search-page .content {
    background: #ffffff;
}
.search-page .searchbar-tab{
    float: left;
    width: 100%;
    padding-top: 12px;
    margin-top: 50px;
}
#one:checked ~ .one,
#two:checked ~ .two,
#three:checked ~ .three,
#four:checked ~ .four
{display: block;}
.page-content label.tab-trigger-btn {
    cursor: default;
    transition: background .25s linear;
    float: left;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-right: 5px;
    padding: 6px 20px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    background: #eeeeee;
    color: #999999;
    display: block;
    cursor: pointer;
    margin-top: 2px;
}
.search-page .page-content label.tab-trigger-btn{
    position: relative;
    top: -49px;
    margin-top: 0px !important;
}

.page-content label.tab-trigger-btn > span{
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    width: 22px;
    height: 15px;
}
.tab-trigger-btn .residential-icon{
    background: url('../../images/listings/residential-icon.svg') bottom center no-repeat;
}
.tab-trigger-btn .industrial-icon{
    background: url('../../images/listings/industrial-icon.svg') top center no-repeat;
}
input.tab-input:checked + label .residential-icon{
    background-position: top center;
}
input.tab-input:checked + label .industrial-icon{
    background-position: bottom center;
}
.tab-trigger-btn .senior-icon{
    background: url('../../images/listings/senior-icon.svg') top center no-repeat;
}
input.tab-input:checked + label .senior-icon , input.tab-input:checked + label .commercial-icon{
    background-position: bottom center;
}
.tab-trigger-btn .commercial-icon{
    background: url('../../images/listings/commercial-icon.svg') top center no-repeat;
}
input.tab-input:checked + label.tab-trigger-btn{
    background: #ffffff;
    padding: 7px 20px;
    margin-top: 0px;
}
input.tab-input:checked + label.residential-label{
    color: #1e6fa0;
}
input.tab-input:checked + label.commercial-label{
    color: #c7213d;
}
input.tab-input:checked + label.industrial-label{
    color: #006232;
}
input.tab-input:checked + label.senior-label{
    color: #f7b308;
}
input.residential-label:checked + label.tab-trigger-btn{
    display: block;   
}
.search-page input.tab-input:checked + label{
    top: -51px;
}
.arrow-sign{
     height:0px;
     width:0px;
     border:none;
     border-top:6px solid #F7B308;
     border-left:6px solid rgba(0,0,0,0);
     border-right:6px solid rgba(0,0,0,0);
     padding: 0px;
     position: absolute;
     display: none;
     left: 50%;
}

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 200px;
    padding: 12px;
    text-align: left;
    padding-left: 40px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
    outline: none;

}

 .wrapper-dropdown-3.lang-selector {
    padding: 8px;
    z-index: 1011;
}

.wrapper-dropdown-3 .dropdown {
       /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    transition: all 0.1s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    }

.wrapper-dropdown-3 .dropdown li a,
.wrapper-dropdown-4 .dropdown li label {
    border-bottom: 1px solid #eeeeee;
}

 .wrapper-dropdown-3 .dropdown li a {
   display: block;
    line-height: 45px;
    text-decoration: none;
    padding: 0px 10px;
    color: #666666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper-dropdown-3 .dropdown li a:hover {
        color: rgb(0, 92, 148);
    }

.fr .search-bar .wrapper-dropdown-3 span,.fr .search-bar .wrapper-dropdown-4 span {
    font-size:0.8em;
    padding-right: 5px;
}
.fr .search-bar .wrapper-dropdown-3 .dropdown li a ,.fr .search-bar .wrapper-dropdown-4 .dropdown li label{
    font-size:0.8em;
    }
.wrapper-dropdown-3 .dropdown:after, .wrapper-dropdown-4 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
.fr .search-bar .wrapper-dropdown-3, .fr .search-bar .wrapper-dropdown-4{
    line-height:20px;
    display:inline-block;
} 

.separator {
    width: calc(100%);
    float: left;
    color: #ccc;
    padding: 15px 10px 8px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e8ea;
    cursor: default;
    font-weight: bold;
}

.area-square-size:before {
    content: "Area(Sq. ft):";
    width: calc(100% - 20px);
    float: left;
    color: #ccc;
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 12px;
    cursor: default;
    font-weight: bold;
    border-bottom: 1px solid #e6e8ea;
}
.area-heading:before{
    content: "Area";
    width: calc(100% - 20px);
    float: left;
    color: #ccc;
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 12px;
    cursor: default;
    font-weight: bold;
    border-bottom: 1px solid #e6e8ea;    
}
.month:before{
    content: "Month";
    width: calc(100% - 20px);
    float: left;
    color: #ccc;
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 12px;
    cursor: default;
    font-weight: bold;
    border-bottom: 1px solid #e6e8ea;

}
.square-feet:before{
    content: "$/Sq.ft/Year";
    width: calc(100% - 20px);
    float: left;
    color: #ccc;
    text-transform: uppercase;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 12px;
    cursor: default;
    font-weight: bold;
    border-bottom: 1px solid #e6e8ea;

}
.wrapper-dropdown-3 .dropdown:before, .wrapper-dropdown-4 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 500;
}

.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 270px;
    margin: 0 auto;
    padding: 12px 10px 12px 30px;
    /* Styles */
    background: #fff;
    border: 1px solid silver;
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-4 .dropdown {
        /* Size & position */
        position: absolute;
        top: 140%;
        margin-top: 1px; /* border of wrapper */
        right: -1px;
        /* Styles */
        background: white;
        border-radius: inherit;
        border: 1px solid rgba(0,0,0,0.17);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        font-weight: normal;
        transition: all 0.3s ease-in;
        list-style: none;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

.wrapper-dropdown-4 .dropdown li {
    position: relative; /* Enable absolute positioning for checkboxes */
}

.wrapper-dropdown-4 .dropdown li label {
                display: block;
                padding: 10px 10px 10px 30px; /* Same padding as the button */
                transition: all 0.3s ease-out;
                white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
            }

.wrapper-dropdown-4 .dropdown li:last-of-type label {
                border: none;
            }

.wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
   position: absolute;
   display: block;
   left: 10px;
   top: 50%;
   margin-top: -8px;
}

 /* Hover state */

.wrapper-dropdown-4 .dropdown li:hover label {
                color: rgb(0, 92, 148);
            }

 /* Checked state */

.wrapper-dropdown-4 .dropdown li input:checked ~ label {
                color: grey;
            }

.wrapper-dropdown-4.active:after {
        border-width: 0 6px 6px 6px;
    }

.wrapper-dropdown-4.active .dropdown {
        opacity: 1;
        pointer-events: auto;
        z-index: 500;
    }

.wrapper-dropdown-3.selector {
    background: url("../../images/listings/dropdown-arrow.svg") no-repeat right 10px center;
}

 .wrapper-dropdown-3.selector .location {
        background-position: left 3px;
        width: 13px;
        height: 20px;
        position: absolute;
        left: 12px;
    }

.wrapper-dropdown-3.selector .size {
        background-position: left 3px;
        width: 15px;
        height: 18px;
        position: absolute;
        left: 12px;
    }

.wrapper-dropdown-3.selector .price-range {
        background-position: left 3px;
        width: 18px;
        height: 22px;
        position: absolute;
        left: 12px;
    }

.wrapper-dropdown-4.selector {
    background: url("../../images/listings/dropdown-arrow.svg") no-repeat right 10px center;
    text-align: left;
    padding-left: 40px;
}

.wrapper-dropdown-4.selector .options {
        background-position: left 3px;
        width: 17px;
        height: 22px;
        position: absolute;
        left: 12px;
    }

.selector.location{
    background: url("../../images/listings/dropdown-arrow.svg") no-repeat right 10px center , url('../../images/listings/location-icon.svg') no-repeat top left;
}
.selector.size{
    background: url("../../images/listings/dropdown-arrow.svg") no-repeat right 10px center , url('../../images/listings/size-icon.svg') no-repeat top left;    
}
.selector.price-range{
    background: url("../../images/listings/dropdown-arrow.svg") no-repeat right 10px center , url('../../images/listings/price-range-icon.svg') no-repeat top left;    
}
.selector.type-commercial{
    background: url("../../images/listings/dropdown-arrow.svg") no-repeat right 10px center , url('../../images/listings/type-commercial-icon.svg') no-repeat top left;    
}
.selector.options{
    background: url("../../images/listings/dropdown-arrow.svg") no-repeat right 10px center , url('../../images/listings/options-icon.svg') no-repeat top left; 
    text-align: left;
    padding-left: 40px;
}
.four .selector.location , .four .selector.size , .four .selector.price-range , .four .selector.options{
   background-position: right 10px center , top -94px left;
}
.three .selector.location , .three .selector.size , .three .selector.price-range , .three .selector.options{
    
     background-position: right 10px center , top -47px left;
}
.two .selector.location , .two .selector.size , .two .selector.price-range , .two .selector.options {
    background-position: right 10px center , top -141px left;
}

.selector select {
        text-align: left;
    background: none;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    line-height: 1;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    width: 115%;
    padding-left: 40px;
}

.selector select option {
        padding: 6px;
}

.search-button {
    float: left;
    background: url('../../images/listings/search.svg') center center no-repeat;
    display: block;
    width: 15.9%;
    height: 48px;
    border-radius: 6px;
}

.banner .page-content {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.see-properties {
    background: #F7B308;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/*MEDIA QUERY*/
@media(max-width: 1050px) {
    .fr .search-bar .wrapper-dropdown-3 span,.fr .search-bar .wrapper-dropdown-4 span {
            font-size:1.1vw;
            padding-right: 5px;
    }
    .fr .search-bar .wrapper-dropdown-3 .dropdown li a ,.fr .search-bar .wrapper-dropdown-4 .dropdown li label{
            font-size:1.1vw;
    }
}
@media(max-width: 1000px) {
    .selector select {
        padding-left: 28px;
        font-size: 15px;
    }
    .banner h2 {
        font-size: 46px;
    }
    .five-dropdown.search-bar .selector{
        font-size:1.6vw
    }
}
@media(max-width: 900px) {
     .fr .search-bar .wrapper-dropdown-3 span, .fr .search-bar .wrapper-dropdown-4 span {
            font-size:1vw;
      }
     .fr .search-bar .wrapper-dropdown-3 .dropdown li a ,.fr .search-bar .wrapper-dropdown-4 .dropdown li label{
            font-size:1vw;
      }
}
@media(max-width: 768px) {
    .search-bar{
        padding: 15px 15px;
    }
    .search-bar .selector  , .five-dropdown.search-bar .selector , .three-dropdown.search-bar .selector{
        width: 49%;
        /*margin-right: 0px;*/
        margin-bottom: 1.5%;
    }
    .search-bar .selector:first-of-type , .search-bar .selector:nth-child(3) {
        margin-right: 1%;
    }

    .wrapper-dropdown-4 {
        padding: 12px 12px 7px 40px;
    }
    
    .five-dropdown.search-bar .selector{
        font-size: 1em;
    }
    .search-button{
        width: 100%;
    }
    .banner h2{
        font-size: 40px;
    }
    .selector select {
        font-size: 16px;
    }
    .page-content label.tab-trigger-btn{
        font-size: 16px;
        letter-spacing: -.5px;
        padding: 6px 18px;
    }
    input.tab-input:checked + label.tab-trigger-btn{
        padding: 7px 18px;
    }
     .fr .search-bar .wrapper-dropdown-3 span,.fr .search-bar .wrapper-dropdown-4 span {
            font-size:0.9em;
     }
     .fr .search-bar .wrapper-dropdown-3 .dropdown li a ,.fr .search-bar .wrapper-dropdown-4 .dropdown li label{
           font-size:0.8em;
     }
     .banner h2{
        line-height: 45px;
        padding: 10px 20px;
    }
}
@media(max-width: 640px){
    .page-content label.tab-trigger-btn{
        font-size: 12px;
        padding: 6px 15px;
        /*margin-top: 2px;*/
    }
    .page-content label.tab-trigger-btn > span{
        margin-top: 1px;
    }
    input.tab-input:checked + label.tab-trigger-btn{
        padding: 7px 15px;
        margin-top:0px;
    }
}
@media(max-width: 530px){
    .page-content label.tab-trigger-btn {
        text-indent: -999px;
        padding: 5px 0;
        width: 46px;
        margin-right: 4px;
        font-size: 16px;
        margin-top: 1px;
    }
    input.tab-input:checked + label.tab-trigger-btn{
        text-indent: 0px;
        width: auto;
        padding: 7px 12px 5px;
        margin-top: -2px;
    }
    .home-page input.tab-input:checked + label.tab-trigger-btn{
        margin-top: -1px;
    }
    .search-page input.tab-input:checked + label.tab-trigger-btn{
        margin-top: -1px;
        padding: 7px 10px 5px;
    }
    input.tab-input:checked + label.tab-trigger-btn > span{
        position: inherit;
        left: auto;
        margin-top: 0px;
        margin-right: 4px;
        transform:unset;
    }
    .page-content label.tab-trigger-btn > span{
        position: relative;
        left: 50%;
        transform:translateX(-50%);
        margin-top: 0px;
        background-size: 24px auto;
        height: 20px;
        width: 30px;
    }
    .search-page .page-content label.tab-trigger-btn > span{
        margin-top: 2px;
    }
}
@media(max-width: 500px){
     .fr .search-bar .wrapper-dropdown-3 span,.fr .search-bar .wrapper-dropdown-4 span {
            font-size:0.8em;
     }
     .fr .search-bar .wrapper-dropdown-3 .dropdown li a ,.fr .search-bar .wrapper-dropdown-4 .dropdown li label{
            font-size:0.8em;
     }
}
@media(max-width: 480px) {
    .banner h2{
        font-size: 28px;
    }

    .search-bar .selector , .three-dropdown.search-bar .selector , .five-dropdown.search-bar .selector{
        margin-bottom: 3%;
        margin-right: 0px;
        width: 100%;
    }
    .selector select , .search-button{
        font-size: 13px;
        height: 40px;
    }

    .search-bar{
        padding: 15px 10px;
    }
    .search-button{
        background-size: 23px;
    }
    .searchbar-tab{
        position: absolute;
        width: 100%;
        top: 112px;
        left: 50%;
        transform:translateX(-50%);
    }
    .home-page .searchbar-tab{
        top: 85px;
    }
    .search-page .searchbar-tab{
        position: inherit;
        transform:inherit;
        top: 0px;
        left: 0px;
    }
    .one.search-bar .selector.options ul.dropdown,
    .two.search-bar .selector.options ul.dropdown,
    .three.search-bar .selector.options ul.dropdown {
        min-width: initial;
        left:-1px;
    }
    .banner{
        height: 190px;
        background-size: cover;
        background: url('../img/banner-mobile.jpg') center center no-repeat;
    }   
    .page-content label.tab-trigger-btn:first-of-type{
        margin-left: 10px;
    }
    .search-page .page-content label.tab-trigger-btn:first-of-type{
        margin-left: 0px;
    }
    .search-page .searchbar-tab .page-content{
        padding: 0px 8px;
    }
    
    .fr .search-bar .wrapper-dropdown-3 span, .fr.search-bar .wrapper-dropdown-4 span {
        font-size: 0.9em;
    }
    .fr .search-bar .wrapper-dropdown-3 .dropdown li a, .fr .search-bar .wrapper-dropdown-4 .dropdown li label {
        font-size: 0.8em;
    }
    .page-content label.tab-trigger-btn {
        margin-top: 0px;
    }
}

/*=====================================FEATURES=====================================*/
.home-page-1 .p-content {
    background: #f5f5f5;
}
.features {
    padding: 30px 0px 70px;
    text-align: center;
    min-height: 220px;
    background: #f5f5f5;
}
.features.search-tabs {
    min-height: 450px;
}
.features h1 {
    font-size: 48px;
    font-weight: 300;
}

.properties-features {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.building-details {
    margin-top: 80px;
    flex-flow: column wrap;
    -webkit-flex-grow: 0; /* Safari 6.1+ */
    -webkit-flex-shrink: 0; /* Safari 6.1+ */
    -webkit-flex-basis: 44px; /* Safari 6.1+ */
}

.building-details div:nth-of-type(1), .building-details ul:nth-of-type(1), .building-details div:nth-of-type(3) {
    -webkit-flex-basis: 44px; /* Safari 6.1+ */
    flex-basis: 44px;
    flex-grow: 1;
}

.properties-features .building-info {
    float: left;
    list-style: none;
    border-radius: 4px;
    width: 24%;
    overflow: hidden;
    border:1px solid #ebebeb;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 #ccc;
    background: #ffffff;
    margin-right: 1.3%;
    transition:all ease .3s;
}

.build-add {
    width: 100%;
    float: left;
}
.hide-tabs .tabs2{
    display: none;
}
.hide-tabs .tab2-content {
    display: none;
}
.hide-tabs .tab2-content.current{
    display: block;
}


#one:checked ~ .tab-featured-properties-0,
#two:checked ~ .tab-featured-properties-1,
#three:checked ~ .tab-featured-properties-2,
#four:checked ~ .tab-featured-properties-3
{display: block;}

.tabs2{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #dddddd;
}
.building-detail-firstpage .tabs2 li{
    font-size: 15px;
    padding: 7px 12px;
    margin-left: 1px;
}

.building-detail-firstpage .tabs2 li .tab2-icon{
    width: 22px;
    height: 18px;
    background-size: 24px !important;
    margin-top: 1px;
}
.building-detail-firstpage .tab2-content{
    margin-top: 0px;
}
.building-detail-firstpage .tabs2{
    background: #fff;
    margin-bottom: 14px;
}
.building-detail-firstpage .tabs2 li.current{
    padding: 8px 12px 7px;
}
.tabs2 li{
    display: inline-block;
    padding: 8px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #999999;
    font-size: 22px; 
    cursor: pointer;
    margin-left: 2px;
    font-weight: bold;
    background: #eeeeee;
    position: relative;
}
.tabs2 li.current{
    background: transparent;
    border:1px solid #dddddd;
    border-bottom: 0px;
    padding: 10px 20px 8px;
    background-size: 25px;
}
.tabs2 li .tab2-icon{
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    margin-top: 5px;
    width: 27px;
}
.building-detail-firstpage .tabs2 li .tab2-icon{
    margin-top: 0px;
}
.tabs2 li.residential-tab.current{
    color: #1e6fa0;
}
.building-detail-firstpage .tabs2 li.current:after{
    background: #fff !important;
}
.tabs2 li.current:after{
    width: 100%;
    position: absolute;
    background: #F5F5F5;
    height: 2px;
    left: 0px;
    bottom: -2px;
    content: "";
}
.tabs2 li.commercial-tab.current{
    color: #c7213d;
}
.tabs2 li.senior-tab.current{
    color: #f7b308;
}
.tabs2 li.industrial-tab.current{
    color: #006232;
}
.tabs2 li.residential-tab .tab2-icon{
    background: url('../../images/listings/residential-icon3.svg') left bottom no-repeat;
}
.tabs2 li.residential-tab.current .tab2-icon{
    background-position: left top;
}
.tabs2 li.commercial-tab .tab2-icon{
    background: url('../../images/listings/commercial-icon3.svg') left bottom no-repeat;
}
.tabs2 li.commercial-tab.current .tab2-icon{
    background-position: left top;
}
.tabs2 li.senior-tab .tab2-icon{
    background: url('../../images/listings/senior-icon3.svg') left bottom no-repeat;
}
.tabs2 li.senior-tab.current .tab2-icon{
    background-position: left top;
}
.tabs2 li.industrial-tab .tab2-icon{
    background: url('../../images/listings/industrial-icon3.svg') left bottom no-repeat;
}
.tabs2 li.industrial-tab.current .tab2-icon{
    background-position: left top;
}
.properties-features .building-info:hover {
    box-shadow: 0 4px 20px rgba(0, 92, 148, 0.7);
}

.properties-features .building-info:last-of-type, .properties-features .building-info:nth-child(4n) {
    margin-right: 0px;
}
.tab3-content.current{
    display: block;
}

.tab2-content{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.building-detail-firstpage .tab2-content {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}
.building-detail-firstpage .tab2-content.current{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.tab3-content{
    float: left;
    width: 100%;
    display: none;
    margin-top: 50px;
}
.building-info .building-image {
    position: relative;
}

.building-image > img {
    width: 100%;
    height: 200px !important;
    object-fit:cover;
}
.building-info h3{
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
}
.building-info h3{
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
}
.building-info .caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    min-height: 50px;
    background: url('../../images/listings/building-overlay.png') center center repeat-x;
    background-size: contain;
    padding: 15px 15px 7px;
}
.building-image .caption p{
    color: #fff;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    padding: 2px 0px 3px 18px;
}
.building-image .caption p.senior{
    background: url('../../images/listings/senior-icon2.svg') left top 5px no-repeat;
}
.building-image .caption p.commercial{
    background: url('../../images/listings/commercial-icon2.svg') left top 3px no-repeat;
}
.building-image .caption p.residential{
    background: url('../../images/listings/residential-icon2.svg') left top 4px no-repeat;
}
.building-image .caption p.industrial{
    background: url('../../images/listings/industrial-icon2.svg') left top  4px no-repeat;
}

.building-info .building-location, .building-info .building-rates {
    color: #666666;
    float: left;
    font-size: 14px;
    text-align: left;
    margin: 10px 0px 10px 13px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.building-info .building-location {
    padding-left: 30px;
    background-position: left 8px top 4px;
    /*min-height: 40px;*/
}

.building-info .building-rates {
    padding-left: 30px;
    margin: 0px 0px 13px 13px;
    min-height: 20px;
    background-position: left 8px top 2px;
}

.building-info .building-location img, .building-info .building-rates img {
    margin-right: 10px;
}

.price-icon, .location-icon {
    float: left;
    margin-top: 15px;
    margin-left: 18px;
}

.price-icon {
    margin-top: 4px !important;
}

.main-icons {
    width: 100%;
    border-top: 1px solid #ebebeb;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-icons.no-availabe {
    height: 39px;
    border-top: 1px none #ebebeb;
}

.main-icons li {
    list-style: none;
    float: left;
    padding: 10px 0px;
    margin-left: 12px;
}

.view-detail {
    line-height: 41px;
    display: inline-block;
    text-decoration: none;
    background: none;
    font-size: 14px;
    text-align: center;
    color: #999999;
    font-weight: 700;
    width: 100%;
    background: url('../../images/listings/detail-icon.svg') top center no-repeat;
    background-position: calc(50% - 65px) 0px;
    text-transform: uppercase;
    border-top: 1px solid #ebebeb;
}

.fr .view-detail {
    background-position: calc(50% - 100px) 0px;
}

.view-detail:hover {
    background-position: calc(50% - 65px) -41px;
    color: #005C94;
}

.fr .view-detail:hover {
    background-position: calc(50% - 100px) -41px;
}

.all-features {
    border-radius: 6px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    width: 320px;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
    color: #005c94;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    margin-top: 30px;
    background: #fff;
    cursor: pointer;
}

.all-features img {
    margin-right: 15px;
    margin-top: -4px;
}

.visible-features-content.hide {
    display: none;
}

.properties-features-detail {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.properties-features-detail li {
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        list-style: none;
        text-align: left;
        padding: 7px;
        background: #ffffff;
}

.properties-features-detail > li:hover {
        box-shadow: 0 4px 20px rgba(0, 92, 148, 0.7);
 }

.properties-img {
    float: left;
}

.properties-detail {
    margin-left: 130px;
    position: relative;
}

.properties-detail h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
}

.properties-detail .building-add {
    padding-left: 25px;
    margin-top: 2px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    background-position: left top 4px;
}

.properties-detail span{
    color: #ffffff;
    padding: 4px 10px 4px 27px;
    border-radius: 3px;
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
    font-weight: 600;
}

.properties-detail span.residential-units{
    background: #005c94 url('../../images/listings/residential-icon2.svg') left 8px top 5px no-repeat;
}
.properties-detail span.commercial-units{
    background: #c7213d url('../../images/listings/commercial-icon2.svg') left 8px top 5px no-repeat;
}
.properties-detail span.industrial-units{
    background: #006232 url('../../images/listings/industrial-icon2.svg') left 8px top 5px no-repeat;
}
.properties-detail span.senior-units{
    background: #f7b308 url('../../images/listings/senior-icon2.svg') left 8px top 5px no-repeat;
    padding: 3px 10px 2px 28px;
}
.building-facilities-info {
    border-top: 1px solid #ddd;
    padding-top: 6px;
}

.building-facilities-info li {
        border: none;
        width: 50%;
        float: left;
        font-size: 15px;
        font-weight: 400;
        color: #666666;
        padding: 0px 0px 5px 25px;
        margin-bottom: 0px;
    }

.properties-features-detail > li:nth-child(even) {
    margin-left: 2%;
}

.building-main-info li {
    background-size: 20px;
}
.building-facilities-info li.building-price{
    background: url('../../images/listings/price.svg') left top 2px no-repeat;
    background-size: 18px;
}
.building-facilities-info li.building-area-size {
    background-position: left 1px top 2px;
}

.building-main-info li.area-size {
    background-position: left center;
}

.building-main-info li.total-bedrooms {
    background-position: left center;
}

.building-main-info li.bathrooms {
    background-position: left 3px center !important;
}

.building-facilities-info li.building-price {
    background-position: left top 0px;
}

.building-main-info li.price {
    background-position: left center;
}

.building-features-icons {
    border-top: 1px solid #ddd !important;
    padding-left: 0px !important;
    padding-top: 5px !important;
}

.building-features-icons > img {
     width: 18px;
     height: 18px;
     margin-right: 5px;
}

.building-facilities-info li.building-contact-num {
    border-top: 1px solid #ddd;
    padding-top: 7px;
    background-position: left center;
    background-size: 18px;
}

.building-facilities-info li.building-contact-num-empty {
    border-top: 1px solid #ddd;
}

.all-properties {
    display: none;
}

 .all-properties .city {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.all-properties .city:first-of-type {
    margin-top: 0px;
}

.all-properties .city h2 {
    color: #666666;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.all-features .animate {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.unit-caption .unit-price{
    font-size: 16px;
}

@media(max-width: 1300px) {
    .properties-detail .building-add, .building-facilities-info li {
        font-size: 1.1vw;
        line-height: 20px;
    }

    .building-info .building-location {
        font-size: 1.1vw;
    }

    .fr .view-detail {
        font-size: 1.1vw;
        background-position: calc(10%) 0px;
    }

    .properties-detail h3 {
        font-size: 1.5vw;
    }

    .properties-img > img {
        width: 110px;
        height: 110px;
        object-fit:cover;
    }
    
}

@media(max-width: 1000px) {
    .building-info .building-location, .building-info .building-rates{
        text-align: center;
    }
    .properties-img {
        width: 18%;
    }

    .properties-img > img {
        width: 10vw;
        height: 10vw;
        object-fit:cover;
    }

    .properties-detail {
        margin-left: 28%;
    }
    .header .social{
        display: none;
    }
    .properties-detail span {
        font-size: 1vw;
        top:0px;
        background-position: left 8px top 0.3vw !important;
    }
    .unit-caption .unit-price {
        font-size: 1.8vw;
    }
}

@media(max-width: 768px) {
    .building-info .building-location, .fr .view-detail {
        font-size: 14px;
    }

    .properties-detail .building-add,
    .properties-features-detail li {
        width: 100%;
        font-size: 15px;
        height: auto;
    }

    .properties-features-detail li{
        width: 100%;
    }
    .tabs2 li .tab2-icon{
        margin-top: 2px;
    }
    .properties-img{
        width: 0px;
    }

    .properties-detail {
        margin-left: 25%;
    }

    .properties-detail h3 {
       font-size: 20px;
     }

    .properties-img > img {
        width: 115px;
        height: 115px;
        object-fit:cover;
    }

    .building-facilities-info li {
        width: 50%;
        font-size: 14px !important;
    }

    .properties-features .building-info {
        width: 49%;
    }

        .properties-features .building-info:nth-child(odd) {
            margin-right: 2%;
        }

        .properties-features .building-info:nth-child(even) {
            margin-right: 0%;
        }

    .features h1 {
        font-size: 32px;
    }

    .building-info .building-location, .building-info .building-rates {
        text-align: left;
    }

    .properties-features-detail > li:nth-child(2n) {
        margin-left: 0px;
    }
     .properties-detail span {
        font-size:12px;
        top:3px;
        background-position: left 8px top 5px !important;
    }
    .unit-caption .unit-price {
        font-size: 16px;
    }
}

@media(max-width: 600px) {

    .building-info .building-location {
        font-size: 2.5vw;
    }

    .fr .view-detail {
        font-size: 2vw;
        background-position: calc(10%) 0px;
    }

    .properties-img {
        width: 120px;
    }

    .properties-detail {
        margin-left: 130px;
    }
}

@media(max-width: 480px) {
    .building-details {
        margin-top: 50px;
    }

    .main-icons.no-availabe {
        display: none;
    }

    .building-info .building-location, .fr .view-detail {
        font-size: 14px;
    }

    .properties-features .building-info {
        width: 100%;
        margin-right: 0px !important;
    }

    .properties-img {
        width: 25%;
    }

    .properties-img > img {
            width: 20vw;
            height: 20vw;
            object-fit: cover;
     }

    .properties-detail {
        margin-left: 28%;
    }

    .building-facilities-info li {
        width: 100%;
        font-size: 14px;
        border: none !important;
        line-height: normal;
    }

    .properties-detail .building-add {
        font-size: 13px;
        height: auto;
    }

    .building-info .building-location, .building-info .building-rates {
        text-align: left;
        font-size: 13px;
        clear: left;
    }

    .features h1 {
        font-size: 30px;
    }
    .home-page .features{
        margin-top: 350px;
    }
}

@media(max-width: 440px) {
    .home-page .features {
        margin-top: 300px;
    }

    .all-features {
        width: 100%;
        font-size: 4vw;
    }
    .see-properties {
        font-size:4vw;
    }
}
/*=====================================FOOTER=====================================*/
.footer {
    position: absolute;
    height:188px;
    bottom: 0;
    left:0;
}

 .footer .page-content {
     padding: 40px 20px;
 }

.footer .page-content.section_1 > * {
    width: 100%;
}

.footer .page-content.section_2 > * {
    width: 50%;
}

.footer .page-content.section_3 > * {
    width: 33%;
}

.footer .page-content > * {
    min-height: 20px;
    float: left;
}

.footer .company-title img {
    margin-right: 10px;
}

.footer .powered-by {
    font-size: 12px;
    margin-top: 20px;
}

.footer .copyrights {
    font-size: 13px;
    line-height: 24px;
}

.footer ul.links li {
    list-style: none;
    float: left;
    padding: 0px 15px;
}

.footer ul.links li a {		
    text-decoration: none;		
    font-size: 12px;		
    display: block;		
}

.footer ul.links li:hover a {
    text-decoration: underline;
}

.footer ul.links li {
    border-right: 1px solid #666;
}

.footer ul.links li:first-child {
    padding-left: 0px;
}

.footer ul.links li:last-child {
    border-right: none;
}

.footer h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}

.footer .contact p {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 6px;
}

@media(max-width: 768px) {
    .footer {
        padding-bottom: 130px;
        position:relative;
        height:auto;
    }

        .footer .page-content > * {
            width: 94% !important;
            padding: 0px 20px;
        }

        .footer .company-info {
            position: absolute;
            top: 70%;
            left: 20px;
        }

        .footer .page-content.section_1 .company-info {
            top: 20%;
        }

        .footer .page-content.section_2 .company-info {
            top: 60%;
        }

        .footer .contact {
            border-bottom: 1px solid #444444;
            padding: 20px 20px;
        }

        .footer .socialmedia {
            border-bottom: 1px solid #444444;
            padding: 20px 20px;
        }

        .footer h3 {
            margin-bottom: 15px;
        }
}
@media(max-width: 386px) {
    .footer .page-content > * {
        width: 93% !important;
    }
}
/*=====================================ABOUT PAGE=====================================*/

.about-page .banner {
    height: 408px;
    background-size: cover;
}

/*CLEARFIX HACK*/

.about-page .banner .page-content:before,
.about-page .banner .page-content:after{
    content: " ";
    display: table;
}
.about-page .banner .page-content:after{
    clear: both;
}
.about-page .banner .page-content{
    *zoom: 1;
}

/*CLEARFIX HACK END*/

.about-page .banner h2 {
  float: left;
  font-size: 48px;
  font-weight: 300;
  padding: 7px 15px;
  text-align: left;
  margin-left: -15px;
}
.about-page .banner p {
  clear: left;
  color: #fff;
  float: left;
  font-size: 28px;
  margin-left: -15px;
  font-weight: 400;
  line-height: 35px;
  margin-top: 12px;
  padding: 5px 15px;
  text-align: left;
}


.bold {
    font-weight: 800;
}

.banner p {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
    margin-top: 12px;
}

.our-history, .about-us {
    padding: 25px 0px 0px;
    color: #666666;
}

.about-us {
    padding-bottom: 70px;
}

.our-history ul, .our-history ol,
.about-us ul, .about-us ol {
    padding: 10px 25px;
}

.our-history .page-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
}

.our-history > *, .about-us > * {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
}

.our-history h1, .about-us h1 {
    color: #666666;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.our-history p,
.about-us p,
.our-history li,
.about-us li {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.our-history p:last-child, .about-us p:last-child {
    margin-top: 28px;
}

@media(max-width: 1000px) {
    .app-title {
        font-size: 2.6vw;
    }
}
@media(max-width: 768px) {
    .about-page .banner h2 {
        font-size: 42px;
    }

    .banner p {
        font-size: 22px;
    }

    .our-history h1, .about-us h1 {
        font-size: 42px;
    }

    .our-history > *, .about-us > * {
        font-size: 16px;
    }

    .app-logo-with-title {
        text-align: center;
        position: relative;
        margin: 0 auto;
        display: inline-block;
    }
    .about-page .banner p{
        font-size: 26px;
        line-height: 34px;
    }
    .wrapper-dropdown-3{
        padding: 10px 12px 9px 40px;
    }
    .banner h2{
        line-height: 45px;
        padding: 10px 20px;
    }
}
@media(max-width: 550px) {
    #type-user.app-title {
        max-width: 350px;
        font-size: 22px;
    }
}
@media(max-width: 480px) {
    .about-page .banner h2 {
        font-size: 30px;
    }

    .banner p {
        font-size: 16px;
        line-height: 26px;
    }

    .our-history h1, .about-us h1 {
        font-size: 32px;
    }

    .our-history p,
    .about-us p,
    .our-history li,
    .about-us li {
        font-size: 14px;
        line-height: 22px;
    }

    .about-page .banner{
        height: 320px;
    }
    .about-page .banner p{
        font-size: 16px;
        line-height: 26px;
    }
    .banner h2{
        line-height: 27px;
        font-size: 24px;
    }

    #type-user.app-title {
        font-size: 4.2vw;
    }
}
@media(max-width: 320px) {
    #type-user.app-title {
        max-width:160px;
    }
}

/*=====================================CONTACT PAGE=====================================*/
.contact-us {
    padding-top: 65px;
    padding-bottom: 55px;
}

.contact-page form textarea {
    height: 200px;
}

.contact-us .contact-form, .contact-us .main-address {
    width: 49%;
    float: left;
}

.contact-us .main-address {
    margin-left: 2%;
}

.contact-form h1 {
    font-size: 48px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 14px;
    margin-top: 0px;
}

.contact-form h4, .main-address h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.main-address .social-icons {
    margin-top: 22px;
}

.contact-form form {
    margin-top: 15px;
}

.input-field {
    float: left;
    width: 100%;
    position: relative;
}

.error-notificaion {
    color: #ff0000;
    float: left;
    margin-bottom: 10px;
    display: none;
    width: 100%;
}

.listing-page .error-notificaion {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}

.contact-form form input, form textarea, .contact-tooltip form input {
    width: 100%;
    border-radius: 4px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 45px;
    border: none;
    resize: none;
}

.contact-us-input-back {
    background-color: #eeeeee;
}

.input-box.show-border {
    border: 1px solid #ff0000;
}

form textarea {
    height: 100px;
}

.contact-tooltip form .send {
    color: #ffffff;
    background: #77b900;
}

.contact-us form .send-button {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 45px;
    width: 150px;
    border-radius: 4px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0px;
}

.main-address {
    margin-top: 70px;
}

.main-address h4 {
    text-transform: uppercase;
}

.contact-form h4:last-of-type {
    margin-top: 25px;
}

.head-office-num, .buiding-address {
    margin: 10px 0px;
    color: #666666;
    font-size: 15px;
    padding-left: 20px;
    float: left;
}

.main-address > .head-office-num {
    background-size: 18px;
}

.buiding-address {
    float: left;
    margin-right: 10px;
}

.contact-form .report-issue {
    border-radius: 4px;
    height: 52px;
    width: 290px;
    color: #ffffff;
    background: #56a5da url('../../images/listings/cloud-icon.svg') right 7px top 8px no-repeat;
    display: block;
    text-decoration: none;
    margin: 17px 0px;
}

.fr .contact-form .report-issue {
    width: 350px;
}

.report-issue img {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.report-issue .button-text {
    border-left: 1px solid #4d94c4;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

.report-issue .button-text p {
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
    color: #ffffff;
    margin-top: 5px;
    font-weight: 700;
}

.report-issue .button-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: -7px;
    color: #ffffff;
}

.contact-page .social-icons {
    float: left;
    margin-top: 12px;
    width: 100%;
}

#contact-map {
    margin-top: 148px;
    width: 100%;
    height: 365px;
}

@media(max-width: 768px) {
    .contact-us .contact-form, .contact-us .main-address {
        width: 100%;
        margin-left: 0px;
    }

    #contact-map {
        margin-top: 120px;
    }

    .contact-form .report-issue, .fr .contact-form .report-issue {
        width: 100%;
    }
}

@media(max-width: 480px) {
    .contact-form h1 {
        font-size: 40px;
    }

    .listing-page .error-notificaion {
        position: inherit;
        width: 100%;
        top: 0px;
        right: 0px;
    }

    #contact-map {
        height: 325px;
    }

    .head-office-num, .buiding-address {
        margin-bottom: 0px;
        padding-left: 18px;
        font-size: 13px;
    }

    .contact-us {
        padding-top: 30px;
    }

    .contact-form .report-issue {
        width: 280px;
    }
}

@media(max-width: 440px) {

    .fr .contact-form .report-issue .button-text h3 {
        font-size: 5.5vw;
        margin-top: -2px;
    }
    .fr .footer ul.links li a{
        font-size:2.4vw;
    }
    .fr .footer .copyrights {
        font-size:2.6vw;
    }
    .footer .company-title {
        font-size:4vw;
    }
}

@media(max-width: 340px) {

    .fr .contact-form .report-issue .button-text h3 {
        margin-top: 0px;
        font-size: 5vw;
    }
}

/*=====================================LISTING PAGE=====================================*/

.listing-page .banner, .banner-map {
    height: 335px;
    background: none;
    width: 100%;
}

.profile-bar {
    background: #ffffff;
    height: 80px;
    float: left;
}

.profile-image {
    position: relative;
    width: 178px;
    height: 178px;
    border: 4px solid #ffffff;
    box-shadow: 0px 2px 2px #666666;
    border-radius: 3px;
    float: left;
    top: -109px;
    z-index: 100;
}
.profile-image  img{
    object-fit:cover;
}
.profile-name {
    margin-left: 15px;
    margin-top: 5px;
    float: left;
    line-height: 24px;
    height: 48px;
    max-width: 50%;
}

.profile-name h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 5px 0;
    float:left;
}
.profile-name ul{
    float: left;
    margin: 5px 0px 0px 20px;
    padding: 0px;
}
.profile-name ul li{
    float: left;
    margin-right: 2px;
    padding: 10px 20px;
    list-style: none;
    height: 30px;
}
.profile-name ul li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.profile-name ul li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.profile-name ul li.residential-icon1{
    background: #005c94 url('../../images/listings/residential.svg') center center no-repeat;
    background-size: 16px;
}
.profile-name ul li.senior-icon1{
    background: #f7b308 url('../../images/listings/senior.svg') center center no-repeat;
    background-size: 24px;
}
.profile-name ul li.commercial-icon1{
    background: #c7213d url('../../images/listings/commercial.svg') center center no-repeat;
    background-size: 16px;
}
.profile-name ul li.industrial-icon1{
    background: #006232 url('../../images/listings/industrial.svg') center center no-repeat;
    background-size: 17px;
}

.profile-name img {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.profile-name p {
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
    background-position: center left;
    float: left;
    width: 100%;
}

.profile-bar .pull-right {
    float: right;
    margin-top: 20px;
}

.profile-bar .pull-right li a {
    height: 45px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    display: block;
    font-weight: 600;
}

.pull-right li {
    position: relative;
    float: left;
    list-style: none;
}

.pull-right li a.share-button {
    width: 92px;
    background: #eeeeee;
    margin-right: 5px;
}

.share-social-icons li {
    margin-top: 15px;
}

.share-social-icons li {
    list-style: none;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    float: left;
}

.share-social-icons li a {
    display: block;
    width: 25px;
    height: 25px;
}

.share-social-icons li.fb {
    background-position: 0px 0px;
}

.share-social-icons li.tw {
    background-position: -25px 0px;
}

.share-social-icons li.gp {
    background-position: -50px 0px;
}

.share-social-icons li.in {
    background-position: -75px 0px;
}

.share-social-icons li.sms {
    background-position: -100px 0px;
}

.share-social-icons li.fb:hover {
    background-position: 0px -25px;
}

.share-social-icons li.tw:hover {
    background-position: -25px -25px;
}

.share-social-icons li.gp:hover {
    background-position: -50px -25px;
}

.share-social-icons li.in:hover {
    background-position: -75px -25px;
}

.share-social-icons li.sms:hover {
    background-position: -100px -25px;
}

.street-view-button {
    width: 152px;
}
.fr .street-view-button {
    width: 172px;
}
.tooltip {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 4px 4px #ddd;
    display: none;
    position: absolute;
    right: -150px;
    width: 540px;
    z-index: 1500;
    padding: 20px 20px;
}

.contact-tooltip {
    left: 0px;
    width: 100%;
    box-shadow: none;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.share-tooltip {
    bottom: 62px;
}

.tooltip-up {
    bottom: 0px;
}

.tooltip-down {
    top: 80px;
}

.contact-tooltip .main-items {
    border-bottom: none !important;
}
.main-items.second{
    border-bottom: 0px !important;
}
.contact-tooltip .tooltip-arrow {
    right: 410px;
    border-color: #f7f7f7 transparent transparent;
}

.tooltip .close-tooltip {
    position: absolute;
    top: 15px;
    right: 20px;
}
.tooltip.share-tooltip .close-tooltip{
    top: 0px;
}
.tooltip h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: -5px;
}

.tooltip form {
    margin-top: 5px;
}

.tooltip input {
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    border: none;
}

.tooltip .search-input {
    width: 70%;
    float: left;
    background: #eeeeee;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
}

.tooltip .copy-url {
    width: 28%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding-left: 20px;
    background: #005c94 url('../../images/listings/copy-url-icon.png') left 15px center no-repeat;
}
.fr .tooltip .copy-url{
    font-size: 13px;
    background-position: 10px;
}
.tooltip .social-icon li {
    background: url('../../images/listings/share-social.svg') 0px 0px no-repeat;
}

.social-icon li.tw {
    background-position: -25px 0px;
}

.social-icon li.gp {
    background-position: -50px 0px;
}

.social-icon li.in {
    background-position: -75px 0px;
}

.tooltip-arrow {
    border-top: 8px solid white;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -16px;
    right: 193px;
}

.services {
    background: #f1f1f1;
    float: left;
    -moz-box-shadow: 0px 1px 1px #999999 inset;
    -webkit-box-shadow: 0px 1px 1px #999999 inset;
    box-shadow: 0px 1px 1px #999999 inset;
}

.services-item {
    float: left;
    padding: 25px 0px;
    width: 70%;
}

.services-item li {
     list-style: none;
     float: left;
     width: 24%;
     margin-right:1%;
     padding-left: 38px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.services-item li:last-child {
      margin-right: 0px;
}

.services-item li h6 {
     color: #999999;
     font-size: 13px;
     font-weight: 700;
     text-transform: uppercase;
}

.services-item li h4 {
     color: #333333;
     font-size: 20px;
     font-weight: 400;
     margin-top: -2px;
}

.contact-numbers {
    float: right;
}

.contact-numbers img {
   float: left;
   margin-top: 23px;
   margin-right: 10px;
}

.contact-numbers ul {
    float: left;
    padding-left: 36px;
}

.contact-numbers ul li {
    list-style: none;
}

.contact-numbers ul li a {
     text-decoration: none;
     color: #333333;
     font-size: 18px;
     font-weight: 700;
}

.content {
    padding: 40px 0px 70px;
}


.content .video {
    float: left;
    width: 40%;
    margin-top: 40px;
}

.video iframe {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.content .slider {
    float: left;
    width: 60%;
    text-align: left;
    margin-top: 27px;
}

.content .slider.no-video-section {
    width: 100%;
}

.content-slider {
    opacity: 0;
    background: #fff;
}

.lightslider {
    background: #fff;
}

.slider h2 {
    color: #333333;
    font-size: 36px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 10px;
}

.tab-trigger .lSAction > .lSPrev {
    background: url('../../images/listings/previous-city.svg') center center no-repeat !important;
}

.tab-trigger .lSAction > .lSNext {
    background: url('../../images/listings/next-city.svg') center center no-repeat !important;
    right: 5px;
}

.lslide:first-child span {
    padding-left: 50px;
}

.lslide:last-child span {
    padding-right: 50px;
}

.tab-slider .lslide.video {
    width: 174px;
    height: 98px;
    position: relative;
    margin-top:0;
}
.home-page-1 .tab2-content{
    height: auto !important;
}
.home-page-1 .tab2-content{
     display: none; 
}
.home-page-1 .tab2-content.current{
    display: block;
}

/*tab css*/
/*Code for Tab Menu*/
#wpb-tab-container {
    float: left;
    width: 100%;
    position: relative;
}
.building-vacancy{
    float: left;
    width: 100%;
    padding: 130px 20px 40px;
    text-align: center;
}
.no-vacancy .last-content{
    border-top: 0px;
}
.building-vacancy img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.building-vacancy p{
    font-size: 30px;
    color: #666666;
    margin-top: 25px;
    font-weight: 400;
}

.wpb-tab-fixed , .tab-title-fixed{
    position: fixed !important;
    z-index: 500;
    top: 0px;
}

.tab-title-fixed{
    right: 50%;
}

.wpb-tab-fixed {
    left: 50%;
}

#wpb-tab-container h1 {
    text-align: left;
    color: #333333;
    font-size: 36px;
    font-weight: 300;
}

.tab-left-bar, .wpb-tab {
    width: 50%;
    float: left;
}

.wpb-tab {
    padding-left: 20px;
}

.wpb-tabs-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -1px;
    width: 100% !important;
    float: left;
}

.wpb-tabs-menu-space{
    padding-top: 38px;
}

.wpb-tabs-menu:after {
    content: '';
    clear: both;
    display: table;
}

.wpb-tabs-menu li {
    width: 100% !important;
    float: left;
    min-height: 45px;
}

.bx-wrapper {
    padding-bottom: 50px;
}

.bx-wrapper .bx-viewport {
    border: 0px !important;
    box-shadow: none !important;
    left: 0px !important;
    border: 0px !important;
}

.bx-controls-direction {
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: 0px;
}

.bx-controls-direction a {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666666;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px !important;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    width: 145px !important;
    text-indent: 0px !important;
    text-transform: uppercase;
}

.bx-controls-direction a.bx-prev {
    background: url('../../images/listings/tab-previous-icon.svg') center left 18px no-repeat;
    padding-left: 48px;
}

.bx-wrapper .bx-prev:hover {
    background: url('../../images/listings/tab-previous-icon.svg') center left 18px no-repeat !important;
}

.bx-controls-direction a.bx-next {
    background: url('../../images/listings/tab-next-icon.svg') center right 32px no-repeat;
    padding-left: 38px;
}

.bx-wrapper .bx-next:hover {
    background: url('../../images/listings/tab-next-icon.svg') center right 32px no-repeat !important;
}

.bx-wrapper .bx-prev {
    left: 0px !important;
}

.bx-wrapper .bx-next {
    right: 0px !important;
}

.wpb-tabs-menu li a {
    text-decoration: none;
    border-bottom: 2px solid #fff;
    display: block;
    position: relative;
    margin: 1px 0px;
    padding: 2px 0px;
    width: 100%;
    float: left;
    background: #F5F5F5;
    text-indent: 0px !important;
}

.wpb-tabs-menu li a.wpb-current {
    background: #ffffff;
    border: 1px solid #F5F5F5;
}

.wpb-current > span {
    color: #0073a5 !important;
    font-weight: 600 !important;
}

span p.hidden-mob{
    font-size: inherit;
    padding-right: 4px;
    color: #666666;
}
.wpb-current > span p.hidden-mob{
    color: #0073a5 !important;
}


.wpb-current.wpb-collapse > span {
    font-weight: 300 !important;
}
.wpb-heading a span {
    padding: 0px;
}

.wpb-heading a span:first-of-type {
    padding-left: 25px;
}

.wpb-heading a {
    background: #F5F5F5 url('../../images/listings/accordian-arrow-down.svg') no-repeat left 4px center !important;
    background-size: 18px !important;
    width: 100%;
    min-height: 38px;
    padding-left: 5px;
}

.wpb-heading .wpb-current {
    background: #fff url('../../images/listings/accordian-arrow-up.svg') no-repeat left 4px center !important;
    background-size: 18px !important;
}

label.tab.active {
    border-bottom: 3px solid #005C94;
    color: #005C94 !important;
}
/*Code for Tabs*/
.wpb-tab {
    width: 50%;
    position: relative;
}

.wpb-tab-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.wpb-tab-fixed {
    position: fixed;
    left: 50%;
    top: 0;
    width: 50%;
    padding-left: 20px;
}

.wpb-tab-content {
    visibility: hidden;
    z-index: 0;
    display: block;
    top: 0px;
    right: 0px;
    height: 0px;
    overflow: hidden;
}

.wpb-tab-fixed .wpb-tab-content {
    width: calc(100% - 20px);
}

#wpb-tab-1 {
    visibility: visible;
    z-index: 1000;
    height: auto;
}

.wpb-tab-content p {
    color: #000;
}

.content-item.tab-slide.clearfix {
    margin-top: 10px;
}

/*Code for Tab Accordions*/
.wpb-heading {
    margin: 0;
    font-size: 2vw;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
    display: none;
}

.wpb-heading a {
    display: block;
    text-decoration: none;
    color: #000;
    position: relative;
}

/*gallery*/

.lSPager.lSpg {
    display: none;
}

.lightSlider img {
    border-radius: 6px;
}
/*Media queries For Resposive view*/
@media(max-width: 768px) {

    .wpb-destophide {
        visibility: visible !important;
        height: auto;
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        line-height: normal;
    }

    .tab-left-bar, .wpb-tab {
        width: 100% !important;
        padding-left: 0px;
    }
    .content-item {
        padding: 0px 20px;
    }

    .tab-pagination, .tab-left-bar > p {
        display: none;
    }

    .comment-links {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .wpb-tab {
        width: 50%;
        position: relative;
    }

    .wpb-tab-content {
        width: 100% !important;
    }

    .tab-slider {
        /*padding-left: 0px;*/
        padding-right: 0px;
    }

    .wpb-tab-content {
        visibility: hidden;
        display: block;
        position: relative;
        width: calc(100% - 20px);
        overflow: hidden;
        height: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .wpb-mobileHide {
        display: none;
    }

    .profile-name h3 {
        font-size: 1.8vw;
    }

    .profile-name p {
        font-size: 1.2vw;
        line-height: 1.5;
    }
}

.tab-wrapper h1 {
    color: #333333;
    font-size: 36px;
    font-weight: 300;
}

.tab-title {
    float: left;
    width: 100%;
}
.tab-heading , .building-detail-2 .tab-title span{
    background: #005c94;
    float: left;
    width: 100%;
}
.building-detail-2 .tab-title{
    float: left;
    width: 100%;
    background: #005c94;
}
.wpb-tabs-menu li a span , .tab-heading span , .wpb-heading a span , .building-detail-2 .tab-title span{
    color: #666666;
    font-size: 14px;
    padding: 0 0 0 10px;
    min-height: 38px;
   
    font-weight: 300;
    float: left;
    width: 14%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tab-heading span , .building-detail-2 .tab-title span{
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600 !important;
}
.tab-heading:first-of-type span  {
    line-height: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: normal;
    padding: 5px;
}
 .wpb-tabs-menu li a span {
        text-align: left;
        display: flex;
        align-items: center;
    }
.tab-content span {
    text-transform: capitalize;
}
.wpb-tabs-menu li span:nth-child(5) ,  .tab-heading span:nth-child(5) , .wpb-heading a span:nth-child(5){
    width: 24%;
}
.wpb-tabs-menu li span:last-child  , .tab-heading span:last-child , .wpb-heading a span:last-child{
    width: 20%;
    padding-left: 0px; 
}
#tab-10 .wpb-tabs-menu li span , #tab-11 .wpb-tabs-menu li span , .tab-heading.dif-types > span , #tab-10 .wpb-heading.wpb-destophide span , #tab-11 .wpb-heading.wpb-destophide span{
    width: 18% !important;
}
#tab-10 .wpb-tabs-menu li span:last-of-type , #tab-11 .wpb-tabs-menu li span:last-of-type , .tab-heading.dif-types > span:last-of-type , #tab-10 .wpb-heading.wpb-destophide span:last-of-type , #tab-11 .wpb-heading.wpb-destophide span:last-of-type{
    width: 28% !important;
}

.tab-pagination {
    width: 100%;
    float: left;
    margin-top: 8px;
}

.tab-pagination div {
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 145px;
    text-align: center;
    cursor: pointer;
}

.tab-pagination .tab-previous {
    float: left;
    background: url('../../images/listings/tab-previous-icon.svg') no-repeat;
    background-position: calc(50% - 45px) center;
    padding-left: 30px;
}

.tab-pagination .tab-next {
    float: right;
    background: url('../../images/listings/tab-next-icon.svg') no-repeat;
    background-position: calc(50% + 35px) center;
    padding-right: 30px;
}

.tab-left-bar > p {
    margin-top: 25px;
    float: left;
    font-size: 14px;
    color: #666666;
}

.building-detail-page .tab-left-bar > p{
    margin-top: 76px;
}

.content-item {
    width: 100%;
    float: left;
}

.content-item h3 {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 5px 0px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.content-item .unit-floor-name{
    float: left;
    width: 100%;
    padding-top: 6px;
}
.unit-floor-name li{
    list-style: none;
    float: left;
    width: 50%;
}
.unit-floor-name li:last-of-type{
    text-align: right;
}
.unit-floor-name li p{
    font-size:14px;
    color: #aaaaaa;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
}
.unit-floor-name li h3{
    color: #0073a5;
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: -7px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.content-item .unit-floor-type{
    float: left;
    width: 100%;
}
.content-item .unit-floor-type li{
    font-size: 15px;
    color: #005c94;
    font-weight: 700;
    margin-top: 5px;
    border-radius: 3px;
    padding: 6px 10px 6px 29px;
    float: left;
    margin-bottom: 15px;
    margin-right: 12px;
    background: #eeeeee;
    list-style: none;
}
.content-item .unit-floor-type li.residential-type{
    background: #eeeeee url('../../images/listings/residential-icon-1.svg') left 10px center no-repeat;
}
.content-item  .unit-floor-type li.commercial-type{
    background: #eeeeee url('../../images/listings/commercial-icon-1.svg') left 10px center no-repeat;
    color: #c7213d;
    background-size: 13px;
}
.content-item  .unit-floor-type li.industrial-type{
    background: #eeeeee url('../../images/listings/industrial-icon-1.svg') left 10px center no-repeat;
    color: #006232;
    background-size: 15px;
}
.content-item  .unit-floor-type li.retail-type{
    background: #eeeeee url('../../images/listings/Retail.svg') left 10px center no-repeat;
}
.content-item  .unit-floor-type li.leisure-type{
    background: #eeeeee url('../../images/listings/Leisure.svg') left 10px center no-repeat;
}
.content-item  .unit-floor-type li.office-type{
    background: #eeeeee url('../../images/listings/Office.svg') left 10px center no-repeat;
}
.content-item  .unit-floor-type li.senior-type{
    background: #eeeeee url('../../images/listings/senior-icon-1.svg') left 10px center no-repeat;
    color: #f7b308;
    padding: 6px 10px 6px 35px;
    background-size: 21px;
}
.content-item .main-items {
    margin-top: 3px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

.content-item.tab-slider {
    border-top: 1px solid #ddd;
}

.amentities {
    border-bottom: 0px !important;
}

.content-item .main-items li {
    float: left;
    width: 33.3%;
    padding-bottom: 8px;
    list-style: none;
}
.content-item .main-items.amentities li{
    width: 25%;
}
.content-item .main-items li p.title {
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    margin: 0px 2px 0 0;
}

.content-item .main-items li h4 {
    color: #0073a5;
    font-size: 26px;
    font-weight: 300;
    margin-top: -6px;
    }

.content-item .main-items.amentities li h4 {
    font-size: 22px;
}
.content-item .main-items li h4.light-font{
    font-size: 22px;
    margin-top: 0px;
}
.tab-slider {
    padding-bottom: 15px;
        padding-top: 23px;
}

.content-item .amentity-links {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.content-item .amentity-links li, .facilities ul li {
   list-style: none;
   float: left;
   display: block;
   margin-right: 5px;
}

.content-item .amentity-links li span {
   margin-bottom: 5px;
   float: left;
}

.content-item .amentity-links li span, .facilities ul li span {
    color: #666666;
    font-size: 16px;
    padding: 5px 10px;
    background: #eeeeee;
    border-radius: 6px;
    text-decoration: none;
    display: block;
}

.content-item .amentity-links li span:hover, .facilities ul li span:hover {
    background: #ddd;
}

.content-item p {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

.comment-links li {
    list-style: none;
    position: relative;
}

.comment-links li button, .comment-links li a.button {
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    width: 49%;
    float: left;
    font-weight: 600;
    letter-spacing: -1px;
    text-decoration: none;
    margin-top: 20px;
    border: none;
}

.comment-links li button img {
    margin-right: 10px;
}

.comment-links li button.contact-button {
    margin-right: 2%;
    color: #ffffff;
    background: #77b900 url('../../images/listings/unit-contact.svg') no-repeat;
    background-position: calc(50% - 92px) center;
    padding-left: 32px;
}

.fr .comment-links li button.contact-button {
    background-position: calc(50% - 72px) center;
}

.comment-links li a.download-button {
    background: url('../../images/listings/floor-plan.svg') no-repeat;
    background-position: calc(50% - 72px) center;
    color: #666666;
    border: 1px solid #666666;
    padding-left: 25px;
}

.fr .comment-links li a.download-button{
  background-position: calc(50% - 85px) center;
}

.last-content {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 50px;
}

.notes, .facilities{
    width: 49%;
    float: left;
}
.last-content :only-child {
    width: 100%;
}
.notes {
    margin-right: 2%;
}

.notes h2, .facilities h2 {
    color: #333333;
    font-size: 36px;
    font-weight: 300;
    text-align: left;
}

.notes p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.pink {
    color: #d9324e;
    font-weight: 600;
}

.facilities ul {
    margin-top: 20px;
}

.facilities ul li {
    margin-bottom: 5px;
}


@media(max-width: 1135px) {
    .services-item {
        width: 76%;
    }

    .content-item .main-items li h4 {
        font-size: 24px;
    }

    .content-item .amentity-links li span {
        font-size: 13px;
    }

    .wpb-heading a span {
        text-align: left;
        display: flex;
        align-items: center;
    }
     
    .tabs li span:nth-child(5), .tab-title span:nth-child(5), .wpb-heading a span:nth-child(5) , .wpb-tabs-menu li span:nth-child(5), .tab-title span:nth-child(5), .wpb-heading a span:nth-child(5) {
      width: 18%;
    }

    .tabs li span:last-child, .tab-title span:last-child, .wpb-heading a span:last-child {
        width: 24%;
    }

    .comment-links li button {
        font-size: 14px;
    }

    .comment-links li button.contact-button {
        background-position: calc(50% - 90px) center;
        padding-left: 18px;
    }

    .comment-links li button.download-button {
        background-position: calc(50% - 68px) center;
        padding-left: 18px;
    }

    .profile-name h3 {
        font-size: 2.0vw;
    }

    .profile-name p {
        font-size: 1.4vw;
    }
   .fr .wpb-tabs-menu li span:last-child, .wpb-heading a span:last-child{
       width:24%;
    }
}
@media(max-width: 1100px) {
    .tabs li span, .tab-title span, .wpb-tabs-menu li a span {
        font-size: 14px;
    }
   .building-detail-firstpage .tabs2 li{
        display: inherit;
        float: left;
        height: 35px;
        list-style: outside none none;
        margin-right: 6px;
        padding: 0;
        text-indent: -1000px;
        white-space: nowrap;
        width: 40px;
    }
    .unit-floor-name li h3{
        font-size: 22px;
        margin-top: -4px;
    }
    .building-detail-firstpage .tabs2 li .tab2-icon{
        background-size: 24px auto !important;
        height: 18px;
        margin-top: 3px;
        width: 22px;
    }
    .building-detail-firstpage .tabs2 li.current{
        padding: 0px;
    }
    .building-detail-firstpage .tabs2 li span {
        left: 50%;
        position: relative;
        top: 5px;
        transform: translateX(-50%);
    }
    .building-detail-firstpage .tabs2 li.current{
        text-indent: inherit !important;
        width: auto !important;
        padding: 9px 12px 0px 10px !important;
    }
    .building-detail-firstpage .tabs2 li.current .tab2-icon{
        left: 0px;
        transform:inherit;
        top: -1px;
        margin-top: 0px;
        margin-right: 3px;
    }
}
@media(max-width: 1000px) {
    .tabs li span, .tab-heading span , .building-detail-2 .tab-title span{
        font-size: 14px !important;
    }
    .comment-links li button, .comment-links li a.button {
        width: 100%;
        font-size: 16px;
    }

    .comment-links li button.contact-button {
            background-position: calc(50% - 100px) center;
            padding-left: 25px;
        }

    .comment-links li a.download-button {
        background-position: calc(50% - 80px) center;
        padding-left: 25px;
    }

    .content-item .main-items li , .content-item .main-items.amentities li{
        width: 50%;
    }

    .content-item .amentity-links li {
        margin-bottom: 10px;
    }
     .content-item .main-items li h4 , .content-item .main-items li h4.light-font{
        font-size: 24px;
        margin-top: 0px;
    }

    .profile-name {
        line-height: 22px;
        height: 48px;
        max-width: 40%;
    }

    .profile-name h3 {
        font-size: 1.8vw;
    }
    .fr .services-item li h4 {
        font-size:18px;
    }
    .fr .services-item li h6 {
        font-size:11px;
    }
}
@media(max-width: 950px){
    .tabs li span, .tab-title span, .wpb-tabs-menu li a span{
        font-size: 13px;
        padding: 0px 10px;
    }
}
@media(max-width: 850px) {
    .contact-numbers ul li a {
        font-size: 2vw;
    }
    .tab-title span{
        font-size: 12px;
    }
    .tabs li span, .wpb-tabs-menu li a span{
        font-size: 13px;
    }
    .pull-right li a.street-view-button {
        width: 110px;
    }

    .pull-right li a.share-button {
        width: 52px;
    }

    .profile-bar .pull-right li a {
        font-size: 15px;
    }

    .fr .pull-right li a.street-view-button {
        width: 132px;
    }

   .fr  .pull-right li a.share-button {
        width: 62px;
    }
   .fr .profile-bar .pull-right li a{
       font-size: 13px;
   }
   .fr .wpb-tabs-menu li span:last-child,.fr .wpb-heading a span:last-child{
       font-size: 1.6vw;
   }
   
    .wpb-heading a span:last-child{
       font-size: 2.3vw;
    }
    .profile-bar .pull-right {
        display: none;
    }
    .profile-name {
     max-width: 70%;
    }
}
@media(max-width: 768px) {
    .contact-numbers ul li a {
        font-size: 17px;
    }

    .profile-image {
        width: 130px;
        height: 130px;
        top: -62px;
    }

    .profile-bar .page-content .profile-image img {
        width: 122px;
        height: 122px;
    }

    .profile-name {
        margin-top: 9px;
        margin-left: 10px;
    }

    .services-item {
        width: 70%;
    }
    #tab-11 .wpb-tabs-menu li span:nth-child(3), #tab-11 .tab-heading span:nth-child(3), #tab-11 .wpb-heading a span:nth-child(3) , #tab-10 .wpb-tabs-menu li span:nth-child(3), #tab-10 .tab-heading span:nth-child(3), #tab-10 .wpb-heading a span:nth-child(3){
        width: 14% !important;
    }
    #tab-11 .wpb-tabs-menu li span:nth-child(5), #tab-11 .tab-heading span:nth-child(5), #tab-11 .wpb-heading a span:nth-child(5) , #tab-10 .wpb-tabs-menu li span:nth-child(5), #tab-10 .tab-heading span:nth-child(5), #tab-10 .wpb-heading a span:nth-child(5){
        width: 16% !important;
    }
    .profile-name p{
        font-size: 14px;
    }
    .services-item li {
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .vertical-middle {
        height: 163px !important;
    }

    .services-item {
        padding-bottom: 0px;
    }
    .fr .services-item li h4 {
            font-size:20px;
    }
    .fr .services-item li h6 {
        font-size:13px;
    }
    .notes, .facilities {
        width: 100%;
        margin-right: 0px;
        float: left;
    }

    .facilities {
        margin-top: 30px;
    }
    .tabs2 li .tab2-icon{
       background-size: 22px !important;
       height: 16px;
       width: 20px; 
    }
    .tabs2 li{
        font-size: 16px;
        padding: 6px 13px;
    }
    .tabs2 li.current{
        padding: 8px 13px 6px;
    }

    .building-detail-firstpage .tabs2{
        padding-left: 15px;
    }
    .wpb-tabs-menu li a span{
        text-transform: capitalize;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .wpb-heading {
        font-size: 2.8vw;
    }
    .tab-title span
    {
        font-size: 14px;
    }
    .wpb-tabs-menu li a span,  .wpb-heading a span {
            padding: 0px 10px;
    }

    .wpb-heading a span:first-of-type {
        width: 15%;
        padding-left:25px;
    }

    .tabs li span:last-child, .tab-title span:last-child, .wpb-heading a span:last-child {
        width: 24%;
    }
    .wpb-tab-content.wpb-collapse {
        visibility: hidden !important;
        z-index: 0 !important;
        height: 0 !important;
        overflow:hidden !important;

    }
    .wpb-tabs-menu li a span, .tab-title span, .wpb-heading a span,
    .fr .wpb-tabs-menu li a span, .fr .tab-title span,.fr .wpb-heading a span{
       font-size: 14px;
    }
    .fr .wpb-tabs-menu li span:last-child,.fr .wpb-heading a span:last-child{
       font-size: 14px;
    }
}
@media(max-width: 700px) {

    .content .page-content > p {
        padding-left: 20px;
    }

    .content .page-content {
        padding: 0px;
    }

    .tab-wrapper {
        border-top: 1px solid #ccc;
    }

    .tab_content {
        padding: 0px 10px 30px;
        float: left;
        width: 100%;
        background: #fff;
    }

    .tab-wrapper h1 {
        padding: 0px 10px;
        font-size: 30px;
        color: #0073a5;
    }

    .comment-links li button {
        width: 100%;
        margin-right: 0px;
    }

    .notes, .facilities {
        padding: 0px 20px;
    }
}
@media(max-width: 640px) {

    .tabs li span, .tab-title span {
        font-size: 13px;
    }

    .profile-name {
        max-width: unset;
        max-width: none;
        height: unset;
        line-height: 1.4;
    }

    .profile-name h3 {
        font-size: 3.5vw;
    }

    .profile-name p {
        font-size: 14px;
        line-height: normal;
    }

    .profile-bar {
        background: none;
        height: auto;
        position: relative;
    }

    .building-detail-firstpage .tabs2 li.current, .building-detail-firstpage .tabs2 li {
        padding: 0px;
    }

    .profile-bar .page-content {
        position: absolute;
        background: url('../../images/listings/shadow.png') center center no-repeat;
        z-index: 1000;
        height: auto;
        width: 100%;
        bottom: -42px;
    }

     .profile-bar .page-content .profile-image {
         position: static;
     }

     .profile-bar .page-content .profile-image img {
         width: 108px;
         height: 108px;
     }

    .owl-carousel .owl-item .item {
        width: 120px;
    }

    .owl-carousel-2 .owl-item .item {
        width: auto;
    }

    .services-item {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .vertical-middle {
        height: auto !important;
    }

    .contact-numbers {
        float: left;
        margin: 15px auto 0px auto;
        text-indent: center;
    }

    .services {
        padding-bottom: 20px;
    }

    .profile-image {
        position: inherit;
        width: 116px;
        height: 116px;
    }

    .profile-name {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 50px;
    }

    .profile-name h3 {
        font-weight: 700;
    }

    .profile-name h3, .profile-name p {
        color: #ffffff;
    }

    .content .video {
        width: 100%;
        float: left;
    }

    .video iframe {
        width: 100%;
    }

    .content .slider {
        width: 100%;
        margin-top: 40px;
        padding: 0 20px;
    }

    .slider h2 {
        display: none;
    }

    .listing-page .profile-bar {
        background-size: cover;
    }

    .tabs li span:last-child, .tab-title span:last-child, .wpb-heading a span:last-child {
        width: 25%;
    }

    .tabs li span:nth-child(5), .tab-title span:nth-child(5), .wpb-heading a span:nth-child(5) {
        width: 12%;
    }

    .tabs2 li .tab2-icon {
        background-size: auto !important;
        height: 20px;
        width: 27px;
    }

    .tabs li span, .tab-heading span, .building-detail-2 .tab-title span {
        font-size: 12px !important;
    }

    .tabs2 li {
        padding: 0;
        width: 40px;
        height: 35px;
        text-indent: 1000;
        float: left;
        display: inherit;
        list-style: none;
        text-indent: -1000px;
        white-space: nowrap;
        margin-right: 6px;
    }

    .tabs2 li span {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 5px;
    }

    .tabs2 li.current {
        padding: 0;
    }

    .properties-detail span {
        position: inherit;
        margin: 6px 0px 4px;
        float: left;
    }

    .properties-detail .building-add {
        float: left;
        width: 100%;
    }

    .profile-name ul {
        float: left;
        width: 100%;
        margin: 3px 0px 6px;
    }

    .profile-name ul li {
        height: 26px;
        background-size: 14px !important;
        padding: 10px 18px;
    }

    .building-detail-2 .tab-title span {
        padding: 0px 15px;
    }

    .wpb-heading a span:first-of-type {
        width: 20%;
    }

    .wpb-heading a span{
        font-size:2.3vw !important;
    }
}
@media(max-width: 420px){
    .wpb-tabs-menu li a span, .tab-title span, .wpb-heading a span,
    .wpb-tabs-menu li span:last-child, .wpb-heading a span:last-child,
    .fr .wpb-tabs-menu li a span,.fr .tab-title span,.fr .wpb-heading a span,
    .fr .wpb-tabs-menu li span:last-child,.fr .wpb-heading a span:last-child{
        font-size: 2.3vw;
    }
    span p.hidden-mob{
        display: none;
    }
}
@media(max-width: 360px) {

    .services-item li {
        background-size: 25px !important;
        padding-left: 35px;
    }

    .services-item li h4 {
        font-size:5vw;
    }

    .services-item li h6 {
        font-size:3vw;
    }
    .fr .services-item li h4 {
        font-size:5vw;
    }
    .fr .services-item li h6 {
        font-size:3vw;
    }
    .tab_drawer_heading span, .hidden-lg.tab-title span {
        padding: 0px;
    }
    .tabs li span, .tab-heading span , .building-detail-2 .tab-title span{
        font-size: 11px !important
    }
    .tabs li span, .tab-title span {
        font-size: 10px !important;
        padding: 0px 15px;
    }

    .content-item p, .notes p {
        font-size: 14px;
    }

    .facilities ul li span {
        font-size: 12px;
    }

    .tabs li span:last-child, .tab-title span:last-child, .wpb-heading a span:last-child {
        width: 22%;
    }

    .profile-name p {
        font-size: 3.5vw;
    }
}
@media(max-width: 320px) {
    .fr .lang-selector {
    right: 150px;
}
    .fr .login-button {
        font-size: 11px;
    }
   .comment-links li button.contact-button {
       font-size:5vw;
       background-position: calc(50% - 30vw) center;
   }
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/*=====================================Search Page=====================================*/

.search-page .search-bar{
    margin-top: -51px;
    box-shadow: none;
    padding: 10px 0px;
}
.search-page .content {
    padding: 0px;
    overflow: hidden;
    height: calc(100% - 120px);
    float: left;
    zoom: initial;
}
.search-page .content-slider{
    opacity: 1;
}
.search-page .footer {
    float:left;
    height:unset !important;
    position:relative;
}

.map-area {
    width: calc(100% - 440px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    box-shadow: inset 0 0 4px #000000;
    height: 100%;
}
.map-area > img {
        width: 100%;
}

.tab-slider-2 {
    width: 440px;
    background: #fff;
    height: 100%;
    float: right;
}
.tab-slider-2 #sync2 {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}


/* IE7 */
.tab-wrapper {
    width: 100%;
    position: relative;
    height: 100%;
}

 .tab-wrapper > * input {
    display: none;
}

.tab-wrapper .tab-trigger {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #333;
    float: left;
    padding: 0px 40px;
}

#slider-controls {
    top: 50%;
    width: 100%;
    position: absolute;
}

#slider-controls .lSAction {
    position: relative;
}

#slider-controls .lSNext,
#slider-controls .lSPrev {
    position: absolute;
}

#slider-controls .lSNext {
    right: -38px;
}

#slider-controls .lSPrev {
    left: -38px;
}

#citySlider {
    position: relative;
}

.result-show {
    float: left;
    width: 100%;
    padding: 12px 15px 10px;
    font-size: 16px;
    color: #666666;
    border-top: 1px solid #ddd;
}

.tab-wrapper .item label {
    display: inline-block;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    line-height: 47px;
    height: 50px;
    white-space: nowrap;
}

.tab-wrapper input:checked + div {
    display: block;
}

.tab-wrapper input:checked > * label {
    color: #fff !important;
}

.tab-wrapper .maincontent {
    padding: 0px 15px;
    margin: 15px 0px;
}

.tab-wrapper .main {
    width: 100%;
    float: left;
    height: calc(100% - 98px);
    overflow-y: scroll;
}

.item-list-1 > img {
    float: left;
    width: 30%;
}

.tab-wrapper .main h2 {
    margin-top: 0;
}

.tab-trigger .owl-stage-outer {
    z-index: 5000;
    margin: 0px 15px;
}

.tab-trigger .owl-nav .owl-prev {
    background: #fff url('../../images/listings/previous-city.svg') center center no-repeat;
    width: 35px;
    height: 35px;
    float: left;
    margin-left: -15px;
    background-size: 80%;
}

.tab-trigger .owl-nav .owl-next {
    background: #fff url('../../images/listings/tab-next-btn.png') center center no-repeat;
    margin-right: -15px;
    float: right;
    width: 35px;
    height: 35px;
    background-size: 80%;
}

.tab-slider {
    padding-top: 23px;
    padding-bottom: 15px;
}

.motm .male {
    padding-left: 30px;
}

.item .motm {
    width: 33%;
    float: left;
}

#sync1 {
    margin-top: 10px;
    padding: 0px 15px;
    height: 690px;
    overflow-y: scroll;
}

.maincontent .item-list-1, .properties-features-detail li.item-list-1 {
    border: 1px solid #ddd;
    border-radius: 4px;
    border-left-width: 3px;
    border-left-style: solid;
    padding: 5px 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    transition: all ease .2s;
}
.maincontent .item-list-1.building-color-marker-0 {
    border-left-color: #f7b308;
}
.maincontent .item-list-1.building-color-marker-1 {
    border-left-color: #EC834B;
}
.maincontent .item-list-1.building-color-marker-2 {
    border-left-color: #A847E7;
}
.maincontent .item-list-1.building-color-marker-3 {
    border-left-color: #437A9C;
}
.maincontent .item-list-1.building-color-marker-4 {
    border-left-color: #44BCCF;
}
.maincontent .item-list-1.building-color-marker-5 {
    border-left-color: #49D412;
}
.maincontent .item-list-1.building-color-marker-6 {
    border-left-color: #F70883;
}
.maincontent .item-list-1:hover {
    box-shadow: 0 2px 6px rgba(0, 92, 148, 0.7);
}
.maincontent .item img {
    width: 30%;
    float: left;
}
.maincontent .unit-image {
    float: left;
    width: 30%;
    text-align: center;
}
.maincontent .item-content span{
    border-radius: 3px;
    position: absolute;
    top: 3px;
    right: 0px;
    color: #fff;
    height: 24px;
    width: 24px;
}
.maincontent .item-content span.residential-unit {
    background: #005c94 url('../../images/listings/residential.svg') center center no-repeat;
    background-size: 16px;
}
.maincontent .item-content span.senior-unit{
    background: #f7b308 url('../../images/listings/senior.svg') center center no-repeat;
    background-size: 20px;
}
.maincontent .item-content span.commercial-unit{
    background: #c7213d url('../../images/listings/commercial.svg') center center no-repeat;
    background-size: 15px;
}
.maincontent .item-content span.industrial-unit{
    background: #006232 url('../../images/listings/industrial.svg') center center no-repeat;
    background-size: 16px;
}

.unit-image img {
    width: 95%;
    object-fit:cover;
}
.unit-image img.default-img{
    object-fit:unset;
}
.unit-caption{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

.unit-caption li{
    padding: 8px 10px;
    float: left;
    list-style: none;
    height: 39px;
}
.unit-caption .unit-icon{
    background: #f7b308;
    width: 45px;
}
.unit-icon.commercial-unit-icon{
    background:#c7213d url('../../images/listings/commercial.svg') center center no-repeat;
    background-size: 18px;
}
.unit-icon.industrial-unit-icon {
    background:#006232 url('../../images/listings/industrial.svg') center center no-repeat;
    background-size: 22px;
}
.unit-icon.residential-unit-icon , .unit-icon.senior-unit-icon{
    background:#f7b308 url('../../images/listings/unit-icon.svg') center center no-repeat;
}
.unit-caption .unit-price{
    background: #005c94;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.properties-img .vacancy {
    font-size: 12px;
    color: #ff0000;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.maincontent .item-content {
    float: left;
    width: 70%;
    padding-left: 10px;
    position: relative;
}

.maincontent .item-content h3 {
    font-size: 16px;
    font-weight: 700;
}

.maincontent .item-content .building-add {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    padding-left: 25px;
    background-position: left top 4px;
    background-size: 10px;
    margin-top: 2px;
    padding-bottom: 5px;
}

.building-main-info {
    border-top: 1px solid #ddd;
}

.building-main-info li {
    width: 50%;
    float: left;
    list-style: none;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    padding-left: 25px;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
}

.building-main-info li:nth-child(5), .building-main-info li:nth-child(6) {
    border-bottom: 0px;
}
.building-main-info.commercial li:nth-child(3), .building-main-info.commercial li:nth-child(4) {
    border-bottom: 0px;
}
.building-main-info li.icons {
    padding-left: 0px;
}

.icons img {
    width: 14% !important;
    margin-right: 6px;
}

.building-address, .phone-number {
    background: url('../../images/listings/location.svg') left center no-repeat;
    padding-left: 25px;
    width: 100%;
    margin-top: 14px;
    font-weight: 400;
    color: #666666;
    font-size: 15px;
    margin-bottom: 6px;
}

.phone-number {
    background: url('../../images/listings/contact-icon.svg') left center-repeat;
    background-size: 18px;
    margin-top: 0px;
}

.gm-style .gm-style-iw {
    left: 10px !important;
    top: 10px !important;
}

.vertical-middle {
    vertical-align: middle;
    display: table-cell;
    height: 94px;
}
.building-img {
    float: left;
    margin-right: 0.8vw;
    width: 7vw;
}

.building-content {
    width: 19vw;
    float: left;
}
.building-img img {
    width:7vw;
    height:7vw;
    object-fit: cover;
}

.building-content .title {
    font-size: 20px;
    font-weight: 700;
}

.building-content .building-location {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 20px;
    background-position: left top 4px;
}

.building-content .phone-num {
    padding-left: 23px;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    margin-top: 5px;
    background-position: left top 2px;
    background-size: 16px;
}

.search-page-2 .search-bar{
    margin-top: 0px !important;
}

@media(max-width: 768px) {
    .search-page .content, .tab-slider-2, .tab-wrapper .main {
        height: auto;
        overflow: auto;
    }

    .search-page #googleMap {
        display: none;
    }

    .item-list-1 > img {
        width: auto;
    }

    .icons img {
        width: 18px !important;
    }

    .tab-slider-2 {
        position: inherit;
        width: 100%;
        min-height: 480px;
    }

    .search-page .search-bar {
        position: inherit;
    }

    .bx-wrapper {
        display: none;
    }

    .unit-image img {
        max-height: 200px;
        height: auto;
        height: unset;
    }

    .unit-image .default-img {
        width: 115px;
    }

    .wpb-tab-fixed , .tab-title-fixed , .wpb-tab-bottom , .tab-title-bottom{
        position: inherit !important;
    }

    .tab-title{
        width: 100% !important;
    }
}

@media(max-width: 480px) {
    .item-list-1 > img {
        width: 30%;
    }

    .unit-image img.default-img {
        width: 95%;
    }

    .building-main-info {
        padding-top: 0px;
    }

    .building-main-info li {
        width: 100%;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
    }

    .building-main-info li.bathrooms {
        background-position: left 2px center !important;
    }

    .building-main-info li.icons {
        border-top: 0px;
        margin-top: 0px;
    }

    .building-main-info li.phone-num {
        border: 0px;
        margin-top: 0px;
        padding-top: 0px;
        background-size: 18px;
        background-position: left center;
    }
}


/*popup css*/

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}
.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
    opacity: .8;
}
.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}
.cd-nugget-info span svg {
    display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
    fill: #5e6e8d;
}

/* -------------------------------- Privacy $ Terms Pages -------------------------------- */
.legal-page .main-content {
    padding-bottom: 45px;
}
.legal-page .main-content h1 {
    font-size: 48px;
    color: #005c94;
    font-weight: 300;
    margin: 40px 0px 7px 0px;
}
.legal-page .main-content p {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
}
.legal-page .legal-terms-content-container {
    color: #666666;
    font-weight: 300;
    min-height: 520px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 150px;
}
.legal-page .legal-terms-content-container ul, .legal-page .legal-terms-content-container ol {
    padding: 0 20px;
}

@media(max-width: 480px) {
    .legal-page .main-content h1 {
        font-size: 30px;
        margin: 20px 0 7px;
    }

    .legal-page .main-content p {
        font-size: 14px;
    }
}

/* ------------------------------- Error Pages -------------------------------- */

.error-page .main-content{
    text-align: center;
    min-height: 645px;
    position: relative;
}
.error-page .main-content .page-content {
    position: absolute;
    top: 50%;
    right: 0px;
    left:0px;
    transform:translateY(-50%);
}
.error-page .main-content h2{
    color: #666666;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 400;
}
.error-page .main-content p{
    color: #666666;
    font-size: 20px;
    font-weight: 300;
}
.error-page .main-content .back-to-home{
    color: #fff;
    margin-top: 26px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.1px;
    background: #005c94;
    border-radius: 3px;
    padding: 12px 50px;
    display: inline-block;
}
/* -------------------------------- 

/* -------------------------------- 

Main components 

-------------------------------- */
header {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background-color: #5e6e8d;
    color: #FFF;
}

header h1 {
    font-size: 20px;
    font-size: 1.25rem;
}

.test-page .owl-carousel {
    margin: 50px 0px;
}

@media(max-width: 870px){
    .pull-right li a.street-view-button{
        width: 125px;
    }
    .pull-right li a.share-button{
        width: 65px;
    }
    .profile-bar .pull-right li a{
        font-size: 15px;
    }
}
@media(max-width: 800px){
    .tabs2 li{
        font-size: 18px;
    }

    .unit-floor-name li h3{
        font-size: 21px;
    }
}
@media(max-width: 768px){

    .search-page .page-content label.tab-trigger-btn{
        top: -46px;
    }
    .search-page input.tab-input:checked + label{
        top: -48px;
    }
    .search-page .search-bar{
        margin-top: -48px;
    }
    .unit-floor-name li h3{
        font-size: 24px;
    }
    .building-vacancy{
        padding: 120px 20px 0px; 
    }
    .building-vacancy p{
        font-size: 24px;
    }
}

@media(max-width: 640px){
    .search-page .searchbar-tab{
        margin-top: 40px;
    }
    .search-page .search-bar{
        margin-top: -42px;
    }
    .search-page .page-content label.tab-trigger-btn{
        top: -40px;
    }
    .search-page input.tab-input:checked + label{
        top: -42px;
    }
    
    .home-page-1 .tabs2 li{
     font-size: 14px;
     margin-right: 3px;
    }
    .home-page-1 .tabs2 li.current{
        text-indent: inherit;
        width: auto;
        padding: 8px 11px 0px 4px !important;
        position: relative;
    }
    .home-page-1 .tabs2 li.current .tab2-icon{
        transform:inherit;
        margin-right: 1px;
        left: 2px;
        top: -2px;
    }
    .home-page-1 .tabs2 li{
        float: none;
        display: inline-block;
    }
}

@media(max-width: 530px){
    .search-page .searchbar-tab{
        margin-top: 42px;
    }
    .search-page input.tab-input:checked + label{
        top: -46px;
    }
    .search-page .page-content label.tab-trigger-btn{
        top: -44px;
    }
    .unit-floor-name li h3{
        font-size: 22px;
        margin-top: 0px;
    }
    .unit-floor-name li p{
        font-size: 18px;
    }
    .building-vacancy{
        padding: 70px 20px 0px;
    }
    .no-vacancy .last-content{
        margin-top: 20px;
    }
    .building-vacancy p{
        font-size: 16px;
    }
    .error-page .main-content{
        min-height: 450px;
    }
    .error-page .main-content h2{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .error-page .main-content p{
        color: #666666;
        font-size: 15px;
        line-height: 24px;
    }
    .error-page .main-content .back-to-home{
        font-size: 18px;
        padding: 10px 40px;
        margin-top: 18px;
    }
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.field-validation-error {
    font-size: 12px;
}

.field-validation-valid {
    display: none;
}

.listing-page form .field-validation-error, .contact-page form .field-validation-error {
    line-height: 24px;
}

.contact-form form input.input-validation-error, .contact-form form textarea.input-validation-error, .contact-tooltip form input.input-validation-error {
    border: 1px solid #ff0000;
    margin-bottom: 0px;
}

.content-slider a.video .demo-gallery-poster {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s;
    width: 174px;
}

.content-slider a.video .demo-gallery-poster img {
    height: 24px;
    margin-left: 77px;
    margin-top: 36px;
    opacity: .8;
    width: 24px;
}

.notes ol, .notes ul, .unit-notes ol, .unit-notes ul {
    padding: 0 0 0 15px;
}

.content-slider img {
    cursor: pointer;
    object-fit: cover;
}

.building-rates-no-availabe {
    height: 34px;
    clear: both;
    border-top: 1px none #ebebeb;
}

.no-bordered {
    border: none;
}

.html-container {
    white-space: normal;
    word-wrap: break-word;
}

/*reCaptcha*/
.listing-recaptcha{
    margin-bottom: 10px;
}

@media screen and (max-width:380px){ 
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        margin-bottom: 0px;
    }
    .contact-us form .send-button {
        margin-top:-5px;
    }
}
@media screen and (max-width:320px) {
    #rc-imageselect, .g-recaptcha
    {
        transform: scale(0.65);
        -webkit-transform: scale(0.65);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        margin-bottom: 0px;
    }
    .contact-us form .send-button {
        margin-top:-15px;
    }
}
/*reCaptcha*/

/* ------------------------------- Building website -------------------------------- */

.login-button {
    background: #27ae60 url('../../images/listings/sign-in-icon.svg') left 10px center no-repeat;
}

.apply .apply-now-button {
    background: #F6B31A url('../../images/listings/apply-now.svg') center left 10px no-repeat;
}

.lang-selector {
    background: #ffffff url('../../images/listings/arrow-icon.svg') right 10px center no-repeat !important;
}

@media(max-width: 900px) {
    .apply.header .social {
        display: none;
    }
}

@media(max-width: 768px) and (min-width: 641px) {
    .apply .login-button, .apply.apply-now-button {
        font-size: 13px;
    }

    .apply.header .logo img {
        max-width: 240px;
    }
}

@media(max-width: 640px) {
    .login, .lang-selector {
        top: 86px;
    }
    .navigation a.contact {
        float: left;
    }

    .login {
        width: 113px;
    }

    .wrapper-dropdown-3.lang-selector {
        margin-left: 0px;
    }

    .apply .login {
        right: 170px !important;
    }

    .apply .apply-now {
        position: absolute;
        top: 86px;
        z-index: 999;
        right: 10px;
    }

    .lang-selector {
        right: 145px !important;
        padding: 9px !important;
    }

    .apply .lang-selector {
        right: 295px !important;
    }
}

@media(max-width: 480px) {
    .navigation a.contact {
        font-size: 18px;
        background-size: 22px;
        padding-left: 28px;
    }

    .apply .apply-now, .login, .lang-selector {
        top: 89px;
    }

    .login {
        width: auto;
        margin-left: 8px;
    }

    .login .login-button {
        text-indent: -1100px;
        line-height: 42px;
        padding-right: 0px !important;
        background: #27ae60 url("../../images/listings/sign-in-icon.svg") no-repeat scroll left 8px center;
        white-space: nowrap;
        padding-left: 38px;
    }

    .wrapper-dropdown-3.lang-selector {
        font-size: 14px;
        width: 84px !important;
    }

    .lang-selector {
        line-height: 25px;
        height: 42px;
        right: 71px;
    }

    .apply .login {
        right: 55px !important;
    }

    .apply .apply-now-button {
        text-indent: -1100px;
        line-height: 42px;
        padding-right: 0px !important;
        background: #27ae60 url("../../images/listings/apply-now.svg") no-repeat scroll left 8px center;
        white-space: nowrap;
        padding-left: 38px;
    }

    .lang-selector {
        right: 68px !important;
        padding: 9px !important;
    }

    .apply .lang-selector {
        right: 101px !important;
    }
}

@media(max-width: 380px) {
    .apply .apply-now, .login, .lang-selector {
        top: 112px;
    }

    .app-title-name {
        width: 100%;
        text-align: center;
    }

    #type-user.app-title {
        display: inline;
        line-height: inherit;
    }

    .navigation .page-content {
        padding: 0px 15px;
    }

    .login {
        right: 15px;
    }

    .lang-selector {
        right: 60px;
    }
}
/*new contact us popup */
.body-overflow {
    overflow: hidden;
}

.building-detail-firstpage .popup {
    position: fixed;
    overflow-y: scroll;
    left: 0;
    top: 0;
    z-index: 1010;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-align: center;
}

    .building-detail-firstpage .popup.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

        .building-detail-firstpage .popup.is-visible .contact-tooltip {
            display: inline-block !important;
            text-align: left;
        }

.building-detail-firstpage .contact-tooltip {
    position: relative;
    max-width: 480px;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    top: 50%;
    left: 0;
    right: 0px;
    display: inline-block;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 4px;
    padding: 12px 15px 12px;
    left: 0px;
    box-shadow: none;
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin: 70px 0px;
}

.popup .close-popup {
    position: fixed;
    top: 20px;
    right: 40px;
    width: 18px;
    height: 18px;
    background: url('../../images/svg/icon/cross.svg') center center no-repeat;
    display: block;
    cursor: pointer;
}

.tooltip .close-tooltip {
    display: none;
}

@media(max-width: 768px) {
    .popup .close-popup {
        right: 20px;
    }
}

@media(max-width: 480px) {
    .building-detail-firstpage .contact-tooltip {
        width: 100%;
        border-radius: 0px;
        transform: none !important;
        left: 0px;
        right: 0px;
        top: 0px;
        margin-top: 58px;
    }
}
/*new contact us popup */