 body {
     /*background-color: #171818;*/
    /* font-size: 16px;
     color: #333;
     padding-top: 100px */
}
 
 .btn {
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out 
}
 .btn:hover {
     -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
     -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
     box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) 
}
 .btn--green {
     background-color: #ade342;
     border-radius: 50px;
     font-size: 22px;
     padding: 20px 35px;
     display: inline-block 
}
 .btn--green img {
     margin-right: 20px 
}
 .btn--green:hover {
     background-color: #2a5eaa;
     color: #fff 
}
 .bg-white {
     background-color: #f5f5f5 
}
 .bg-gray {
     background-color: #dcdcdc 
}
/* .main-content, header {
     background-color: #fff 
}*/
 .color-blue {
     color: #0050b1 
}
 .color-green {
     color: #096 
}
 .color-gray {
     color: #9f9f9f 
}
 .color-white {
     color: #fff 
}
 .container {
     max-width: 1280px;
     width: auto 
}
 .bold {
     font-weight: 700 
}
 .flex {
     -webkit-display: flex;
     -moz-display: flex;
     display: flex 
}
 .flex-col {
     -webkit-flex: 1;
     -moz-flex: 1;
     flex: 1 
}
 .flex-half {
     -webkit-flex: 1 0 50%;
     -moz-flex: 1 0 50%;
     flex: 1 0 50% 
}
 .flex-wrap {
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     flex-wrap: wrap 
}
 .direction-column {
     -webkit-flex-direction: column;
     -moz-flex-direction: column;
     flex-direction: column 
}
 .align-center {
     -webkit-align-items: center;
     -moz-align-items: center;
     align-items: center 
}
 .justify-end {
     -webkit-justify-content: flex-end;
     -moz-justify-content: flex-end;
     justify-content: flex-end 
}
 .front, .justify-center {
     -webkit-justify-content: center 
}
 .justify-center {
     -moz-justify-content: center;
     justify-content: center 
}
 .justify-space-between {
     -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
     justify-content: space-between 
}
/* .main-content {
     padding: 50px 0 
}*/

 .footer__socials, .not-found, .office>span, .preloader, .preloader>p {
     text-align: center 
}
 .compare-direct {
     padding: 50px 15px 
}
 .footer {
     background-color: #028a58;
     position:relative;
}
 /* .footer, .footer a { */
     /* color: #cfc  */
/* } */
 .footer p {
     font-size: 14px 
}
 .footer__row {
     padding: 80px 60px 
}
 .footer__row ul {
     margin: 0 -10px;
     padding: 30px 0 0 
}
 .footer__row ul li {
     list-style: none;
     display: inline-block;
     padding: 0 10px 
}
 .footer__row ul li a {
     display: inline-block;
     background-color: #126e4c;
     padding: 10px 20px;
     border-radius: 5px;
     font-weight: 700;
     color: #fff 
}
 .footer__row ul li a:hover, .footer__socials li a:hover {
     background-color: #0050b1;
     -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
     -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
     box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) 
}
 .footer__row ul li a, .footer__socials li a {
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out 
}
 .footer__col {
     -webkit-flex: 33% !important;
     -moz-flex: 33% !important;
     flex: 33% !important;

}
 ul.offices li {
     padding: 0;
}
 ul.offices li:first-child {
     border-left: 1px solid rgba(255, 255, 255, .3);
     border-right: 1px solid rgba(255, 255, 255, .3);
     padding-right: 5.208333333333334vw 
}
 .office span {
     display: block;
     color: #fff 
}
 .office__details {
     -webkit-flex: 1 0 235px;
     -moz-flex: 1 0 235px;
     flex: 1 0 235px 
}
 .office__details span:first-child {
     font-weight: 700;
     color: #cfc;
     margin-bottom: 40px 
}
 .office__phone-number {
     font-size: 20px;
     margin-bottom: 25px 
}
 .office__address {
     margin-bottom: 20px 
}
 .office>span {
     min-width: 110px 
}
 .socials-wrapper {
     position: relative;
}
.socials-wrapper__bg {
     width: 100%;
     height:100%;
     position: absolute;
     top:0;
     left:0;
}
 .footer__socials {
     padding: 90px 0;
     margin: 0 ;
     position: relative;
     z-index: 1;
}
 .footer__socials li {
     list-style: none;
     display: inline-block;
     padding: 0 10px 
}
 .footer__socials li a {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 25px 
}
.footer__socials svg {
    width: 25px;
    height:25px;
    fill:white;
}
 #fc_chat_layout #fc_chat_container .formfield_wrap .txtfield_wrap label {
     height: auto!important 
}
 .mfp-title span {
     display: block 
}
 .mfp-title {
     text-transform: capitalize;
     color: #000!important;
     padding-right: 0!important 
}
 .mfp-bottom-bar {
     background-color: #fff;
     padding: 20px 
}
 .mfp-counter {
     display: none 
}
 .mfp-figure figure {
     -webkit-display: flex;
     -moz-display: flex;
     display: flex 
}
 .preloader {
     background-color: #028a58;
     height: 100%;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 100000000;
     display: flex;
     display: -webkit-flex;
     justify-content: center;
     align-items: center;
     flex-direction: column 
}
 .preloader>p {
     color: #fff;
     font-size: 1.6vw;
     text-transform: uppercase 
}
 .sk-cube-grid {
     width: 75px;
     height: 75px;
     margin: 100px auto 
}
 .sk-cube-grid .sk-cube {
     width: 33%;
     height: 33%;
     background-color: #fff;
     float: left;
     -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
     animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out 
}
 .sk-cube-grid .sk-cube1 {
     -webkit-animation-delay: .2s;
     animation-delay: .2s 
}
 .sk-cube-grid .sk-cube2 {
     -webkit-animation-delay: .3s;
     animation-delay: .3s 
}
 .sk-cube-grid .sk-cube3 {
     -webkit-animation-delay: .4s;
     animation-delay: .4s 
}
 .sk-cube-grid .sk-cube4 {
     -webkit-animation-delay: .1s;
     animation-delay: .1s 
}
 .sk-cube-grid .sk-cube5 {
     -webkit-animation-delay: .2s;
     animation-delay: .2s 
}
 .sk-cube-grid .sk-cube6 {
     -webkit-animation-delay: .3s;
     animation-delay: .3s 
}
 .sk-cube-grid .sk-cube7 {
     -webkit-animation-delay: 0s;
     animation-delay: 0s 
}
 .sk-cube-grid .sk-cube8 {
     -webkit-animation-delay: .1s;
     animation-delay: .1s 
}
 .sk-cube-grid .sk-cube9 {
     -webkit-animation-delay: .2s;
     animation-delay: .2s 
}
 @-webkit-keyframes sk-cubeGridScaleDelay {
     0%, 100%, 70% {
         -webkit-transform: scale3D(1, 1, 1);
         transform: scale3D(1, 1, 1) 
    }
     35% {
         -webkit-transform: scale3D(0, 0, 1);
         transform: scale3D(0, 0, 1) 
    }
}
 @keyframes sk-cubeGridScaleDelay {
     0%, 100%, 70% {
         -webkit-transform: scale3D(1, 1, 1);
         transform: scale3D(1, 1, 1) 
    }
     35% {
         -webkit-transform: scale3D(0, 0, 1);
         transform: scale3D(0, 0, 1) 
    }
}
 .not-found {
     background: url(../../images/notfound-bg.jpg) center center/cover fixed rgba(0, 0, 0, 0);
     height: 100%;
     padding: 20px;
     position: absolute;
     width: 100%;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -moz-justify-content: center;
     -ms-justify-content: center;
     justify-content: center;
     -webkit-justify-content: center;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     align-items: center 
}
 .not-found img:first-child {
     background-color: #fff 
}
 .not-found img {
     display: block;
     margin: 0 auto 
}
 .not-found h1 {
     color: #fff;
     font-size: 50px 
}
 .not-found p {
     color: #fff;
     font-size: 20px;
     margin-bottom: 60px 
}
 .not-found a {
     background-color: #0050b1;
     border-radius: 50px;
     color: #fff;
     display: inline-block;
     font-family: Raleway, sans-serif;
     font-size: 17px;
     font-weight: 700;
     letter-spacing: 2px;
     padding: 15px 25px;
     text-decoration: none;
     box-shadow: 0 8px 22px rgba(0, 0, 0, .15), 0 15px 15px rgba(0, 0, 0, .15);
     transition: all .3s ease 0s 
}
 .not-found a:hover {
     transform: translateY(-10px);
     box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) 
}
 .scroll-top-wrapper {
     position: fixed;
     visibility: hidden 
}
 #lc_chat_layout #lc_chat_container .lc-form-field-wrap .lc-textfield-wrap label {
     height: 12px!important 
}
/* Update */
.video-container{
     padding: 30px 30px;
     border-radius: 10px;
     background-color: #fff;
     height: 100%;
}
.video-container h2{
     font-size: 20px;
     color: #008a58;
     margin: 0 0 20px 0;
}
.video-container p{
     font-size: 16px !important;
     color: #1d54a5; 
}
.sub-payment{
     left: initial !important;
     width: auto !important;
     padding: 0 0 !important;
     max-width: 320px
}
.sub-payment li {
     width: 100%;
}
.sub-payment li:not(:last-child) {
     border-bottom: 1px solid rgba(255, 255, 25, .6)
}
.sub-payment a {
     display: block;
     font-size: 14px !important;
     padding: 15px !important;
}
.sub-payment a:hover {
     background-color: #076140 !important;
}
.mb-30{
     margin-bottom: 30px;
}

/*START OF 2023*/
.footer__row22 {
     padding: 32px 45px;
}
.footer__row22 * {
    position: relative;
    z-index: 1;
}
.footer__icon {
    min-width: 100px;
    text-align: center;
}
.d-flex{
    display:flex;
}
.flex-column {
    flex-direction: column !important;
}
@media (min-width: 576px){
    .flex-sm-row {
         flex-direction: row !important;
    }
    .align-items-sm-center {
         align-items: center !important;
    }
    .justify-content-sm-center {
         justify-content: center !important;
    }
    
    .justify-content-sm-end {
         justify-content: flex-end !important;
    }
}
.footer__hotline h2 {
    color: #cfc;
}
.footer__hotline p {
    color: #fff;
}
.color-lightgreen {
    color: #cfc;
}
.color-white {
    color: #fff !important;
}
.fs-14 {
    font-size: 14px;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
h2, .h2 {
    font-size: 2rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

a:hover {
  color: #0056b3 !important;
  text-decoration: underline;
}


.footer__sec-guide {
    padding-bottom: 100px;
    line-height: 1;
}
.w-100 {
    width: 100% !important;
}
.fs-18 {
    font-size: 18px;
}
.text-white {
    color: #fff !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../_img/footer-bg.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
    content: "";
    opacity: 0.08;
}
.footer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #028a58;
    content: "";
    opacity: 0.2;
}
.footer .copyright-content {
    padding: 30px 32px 80px !important;
}
.mt-30 {
    margin-top: 30px;
}
.flex-50 {
    flex: 50%;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.footer p {
    margin-top: 0;
    margin-bottom: 1rem;
    
}
.footer__col p {
    font-size: 16px;
    line-height: 1.6;
}
.align-items-start {
    align-items: flex-start !important;
}
#sale-hotline {
    margin-right: 42px !important;
}
.with-border-left {
    border-left: 1px solid #fff;
}
/*END OF 2023*/

.text-left{
     text-align: left !important;
}
.font-weight-500{
     font-weight: 500 !important;
}
.font-italic{
     font-style: italic;
}
.no-margin{
     margin: 0;
}
.over-the-counter__modal{
     padding: 0 !important;
     border-radius: 0;
}
.over-the-counter__modal .modal-dialog{
     margin: 0 auto;
     height: 100%;
     width: 100%;
}
.over-the-counter__modal .modal-content{
     border-radius: 0;
}
.otc-slider{
     width: 75%;
     margin: 0 auto;
}
.otc-slider .slick-slide{
     padding: 2.604vw 5.208vw;
}
.otc-slider .slick-track{ 
     display: flex; align-items: center; 
}
.otc-slider .slick-slide img{
     height: 100%;
     width: 100%;
     object-fit: contain;
}
.otc-slider .slick-arrow:before{
     color: #8c8c8c;
     font-size: 40px;
}
@media screen and (min-width: 800px){
    /* .sub-payment{
          margin: 0 150px 0 0 !important;
     }*/
}



 @media screen and (max-width:1366px) {
     .carousel {
         height: 590px 
    }
     .carousel .overlay p {
         top: 30% 
    }
     .project {
         padding: 0 50px 
    }
     .compare__sidebar {
         padding: 30px 
    }
     .compared-item {
         width: 300px 
    }
     .compare__list ul li, .compared-item__thumbnail, .item-to-compare__name {
         padding: 20px 
    }
     .compared-item__thumbnail {
         height: 150px 
    }
     .compared-item__thumbnail span {
         font-size: 14px 
    }
}
 @media (min-width:1700px) {
     .banner {
         height: 580px 
    }
}
@media screen and (max-width: 1640px) {
  .footer__row22 {
    padding: 28px 85px;
  }
  .footer__row23 {
    padding-top: 0px;
  }
  .footer__sec-guide {
    padding-bottom: 70px;
  }
  .footer__row22::before {
    height: 78px;
  }
  .footer::before {
    background-size: cover;
}
}
 @media (min-width:1279px) {
     .container {
         max-width: 1300px 
    }
    .footer h1, .footer h3,.footer h4,.footer h5 {
         line-height: 1.2 
    }
    .footer h1 {
         font-size: 2.5vw 
    }
    /* .footer h2 { */
         /* font-size: 2.2em  */
    /* } */
    .footer h3 {
         font-size: 2vw 
    }
    .footer h4 {
         font-size: 1.8vw 
    }
    .footer h5 {
         font-size: 1.6vw 
    }
    .footer th {
         font-size: 1.2vw;
         line-height: 1.6 
    }
   /*  .about .container, .careers .container, .contact .container, .home .intro .container, .news .container, .promos .container, .terms-privacy .container {
         max-width: 1200px 
    }
     .home .search-property .form-inline select {
         padding: 15px 42px 15px 20px 
    }
     .business .content p {
         line-height: 1.5;
         overflow-wrap: break-word 
    }
     .our-management .board li h2 {
         font-size: 1.6vw 
    }
     .our-management .board li strong {
         font-size: inherit 
    }
     .about .downloads li a, .subfooter ul li, .subfooter ul li a {
         font-size: 1.2vw 
    }
     .news .news-detailed .row .col-sm-6 p, .news p {
         font-size: 1.1vw 
    }
     .news .news-detailed .row .col-sm-6 h2, .news h2 {
         font-size: 1.4vw 
    }
     .media p, .news .news-detailed .row .col-sm-6 strong, .news strong {
         font-size: 1vw 
    }
     .promos .swiper-slide p {
         line-height: inherit 
    }*/
    /* .cd-primary-nav li {
         margin: 2.6em 1.4em 
    }
     .cd-primary-nav a {
         font-size: 1.4em 
    }*/
   /*  .residences .menu-section-rounded li {
         margin: 20px 40px 0 
    }
     .residences .menusection h2 {
         font-size: 2vw 
    }
     .residences .menusection p {
         font-size: 1.3vw 
    }
     .media .banner .socials li {
         font-size: 1.6vw 
    }
     .about-core-values li span, .cd-nav-trigger {
         font-size: 1.2vw 
    }
     .media .banner .socials .circle {
         margin: 10px auto 36px 
    }
     .cd-nav-trigger {
         width: 156px 
    }*/
}
 @media (max-width:1400px) {
   /*  .home .search-property .form-inline select {
         padding: 15px 26px 15px 10px 
    }
     .home .search-property .form-inline button {
         padding: 15px 11px 
    }
     .home .search-property .form-inline button i {
         margin: 0 
    }*/
}
 @media (max-width:1300px) {
  /*   .business .modal-dialog, .careers .modal-dialog {
         position: absolute 
    }
     .careers .modal-content {
         height: auto 
    }*/
}
 @media (max-width:1279px) and (min-width:1025px) {
  /*   .detailed .pager li>a {
         font-size: 14px 
    }
     .detailed .pager li>a>img {
         width: 25px 
    }*/
}
 @media screen and (max-width:1280px) {
     .feeds {
         margin: 0 
    }
     .featured__item br {
         display: none 
    }
     .footer__row {
         /* padding: 80px 30px; */
         overflow: hidden 
    }
     .project {
         padding: 0 30px 
    }
    .featured .swiper-slide {
        width:25%;
    }
}
@media screen and (max-width:1150px) {
   /*  .home .intro {
          font-size:16px;
     }
    .hero--25 {
        padding:0 50px 200px;
    }*/
}
 @media (min-width:1025px) {
    /* html {
         font-size: 2em 
    }*/
     .detailed .rs-details .description {
         max-height: 320px;
         overflow-y: auto 
    }
     .detailed .rs-details {
         padding: 4% 4% 0 
    }
}
 @media screen and (max-width:1024px) {
     header nav ul li a {
         padding: 10px 
    }
     header .bottom-nav {
         margin-right: 15px 
    }
     header .bottom-nav li a {
         font-size: 16px 
    }
   /*  .project.opac {
         opacity: 1 
    }
     .broker-boxes {
         margin: 30px 0 
    }
     .broker-box {
         padding: 0 15px 
    }
     .featured-property {
         padding: 50px 20px 
    }
     .featured-property__col:last-child {
         margin-left: 30px 
    }
     .featured-property__header br {
         display: none 
    }
     .featured, .feeds, .footer__row {
         -webkit-flex-wrap: wrap;
         -moz-flex-wrap: wrap;
         flex-wrap: wrap 
    }*/
     .feed {
         width: 50%;
         max-width: 100% 
    }
     .feed__item {
         width: 100% 
    }
     .feed--news {
         padding: 0 20px;
         margin-top: 30px 
    }
     .feed--news .feed {
         padding: 0;
         width: 100% 
    }
     .feed--news, .footer__col {
         -webkit-flex: 1 0 100%;
         -moz-flex: 1 0 100%;
         flex: 1 0 100% 
    }
     .slideMeUp100 {
         -webkit-animation-duration: 0;
         animation-duration: 0;
         -webkit-animation-fill-mode: none;
         animation-fill-mode: none 
    }
     .projects {
         background-attachment: scroll 
    }
     .branding {
         width: 120px;
         -webkit-display: flex;
         -moz-display: flex;
         display: flex;
         -webkit-align-items: center;
         -moz-align-items: center;
         align-items: center 
    }
     .property__slider {
         padding: 0 30px 
    }
     .property .swiper-slide {
         width: 33.33% 
    }
     .footer__row {
         padding: 50px 20px 
    }
     /* .footer__col:first-child { */
         /* text-align: center; */
         /* -webkit-order: 2; */
         /* -moz-order: 2; */
         /* order: 2  */
    /* } */
     /* .footer__col:last-child { */
         /* -webkit-order: 1; */
         /* -moz-order: 1; */
         /* order: 1  */
    /* } */
     .offices {
         margin-bottom: 50px;
         -webkit-justify-content: center;
         -moz-justify-content: center;
         justify-content: center 
    }
     ul.offices li:first-child {
         border-left: none;
    }
     .office {
         -webkit-flex: 1 0 50%;
         -moz-flex: 1 0 50%;
         flex: 1 0 50% 
    }
     .compare__list ul li {
         width: 50% 
    }
     .item-to-compare__logo {
         width: 75px 
    }
}
 @media (min-width:768px) and (max-width:1024px) {
     .rotator, .socials-wrapper {
         background-attachment: scroll 
    }
    /* html {
         font-size: 1.6em 
    }*/
     .banner {
         padding-top: 20% 
    }
     .residences.detailed {
         padding-top: 0 
    }
     nav .bottom-link {
         padding: 0 
    }
     nav .bottom-link li {
         width: 20% 
    }
     .content .container, .home .intro .container {
         padding: 0 40px 
    }
     .home .featured .swiper-slide {
         height: 170px 
    }
     .home .featured .swiper-slide--featured {
         height: 100%!important 
    }
     .swiper-button-next, .swiper-button-prev {
         top: 32% 
    }
     .featured::after {
         top: 99% 
    }
     #fc_chat_layout {
         right: 0 
    }
     .residences {
         padding-top: 22% 
    }
     .residences .subnav li a {
         padding: 15px 10px 
    }
     .detailed .rs-banner {
         height: 500px;
         display: block;
         width: 100% 
    }
     .detailed .launch {
         width: 70%;
         position: relative 
    }
     .careers ul li button {
         height: 160px;
         width: 160px 
    }
     .careers ul li button .inner {
         height: 150px;
         width: 150px 
    }
     .cd-primary-nav {
         padding: 14% 0 0 
    }
     .home .search-property .form-inline select {
         padding: 15px 38px 15px 10px 
    }
     .careers, .contact {
         background-position: center 
    }
     .our-company .circle {
         display: block;
         margin: 0 auto 15px;
         padding: 30px 10px;
         height: 105px;
         width: 105px 
    }
     .our-business .projects .box {
         width: 46% 
    }
     .our-business .content {
         padding: 6% 0 42% 
    }
     .careers .modal-content {
         height: 100% 
    }
     footer p {
         font-size: 1.3vw 
    }
     .residences.detailed h1 {
         display: block;
         margin-bottom: 20px 
    }
     .news .news-detailed .row .col-sm-6 {
         height: 500px;
         min-height: auto 
    }
     .news .news-detailed .row .col-sm-6 div {
         max-height: 300px 
    }
     .news .news-detailed img {
         max-width: 300px;
         margin-left: 20px 
    }
     .residences.detailed .col-md-6 {
         width: 100% 
    }
     .home .search-property .form-inline, .home .search-property .form-inline select:first-child {
         border-radius: 0!important;
         border-bottom: 1px solid #646464;
         border-left: 1px solid #646464 
    }
     .home .search-property .form-inline button {
         border-radius: 0;
         border-right: 1px solid #646464 
    }
     .home .feeds .col-md-4 {
         margin: 20px 0 
    }
     .carousel {
         height: 400px 
    }
}
 @media screen and (max-width:1150px) {
     header nav, header nav ul ul.sub-menu {
         position: fixed;
         height: 100%;
         right: 0;
         overflow-y: auto 
    }
    
     .home .feeds {
         margin-top: 60px 
    }
     .archive {
         margin-top: 50px 
    }
     .featured-property__col:last-child {
         margin-left: 0 
    }
     header .has-children ul.sub-menu {
         padding: 50px 20px 
    }
     header .sub-menu__item {
         max-width: 100% 
    }
     header .sub-menu img, header nav ul:first-child ul.sub-menu.overlap {
         width: 100% 
    }
     header .has-children ul.sub-menu, header nav ul:first-child ul.sub-menu {
         left: 0 
    }
    header .has-children ul.sub-logos {
        position: static;
    }
    header nav ul .has-children ul.sub-logos {
        opacity: 1;
        transform: initial;
        padding: 10px;
    }
     .back-to-parent, header nav ul ul.sub-menu {
         -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
         transform: translateX(100%) 
    }
     header nav ul ul.sub-menu.is-active, header nav.is-active {
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0) 
    }
     header nav ul ul.sub-menu {
         top: 52px;
         opacity: 1;
         visibility: visible;
         display: block 
    }
     header nav ul ul.sub-menu.is-active {
         transform: translateX(0) 
    }
     header nav {
         background-color: #2a5eaa;
         width: 300px;
         z-index: 1;
         top: 0;
         overflow-x: hidden;
         padding: 30px 0;
         border: 0;
         -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
         transform: translateX(100%);
         -webkit-transition: transform .4s ease-in-out;
         -moz-transition: transform .4s ease-in-out;
         transition: transform .4s ease-in-out 
    }
     header nav.is-active {
         transform: translateX(0) 
    }
     header nav.overflow-hidden {
         overflow: hidden 
    }
     header nav ul:first-child li a, header .bottom-nav, header .bottom-nav li, header .bottom-nav li a {
         height: auto;
         color: #fff;
         font-size: 16px;
         text-transform: uppercase;
         border-left: 0 
    }
     header nav ul li.has-children a {
         height: 100% 
    }
     header nav ul:first-child li a, header .bottom-nav li a {
         padding: 20px 15px 
    }
     header nav ul:first-child ul.sub-menu li a {
         padding: 20px;
         text-align: center 
    }
     header nav ul li.has-children>a::after {
         position: relative;
         right: -15px;
         top: 2px 
    }
     header nav ul, header nav ul li {
         width: 100% 
    }
     header nav ul:first-child {
         background-color: transparent;
         -webkit-order: 2;
         -moz-order: 2;
         order: 2 
    }
     header .bottom-nav {
         -webkit-order: 1;
         -moz-order: 1;
         order: 1 
    }
     header nav ul li a {
         text-align: center;
         color: #fff;
         border-bottom: 1px solid rgba(255, 255, 255, .03) 
    }
     .article-content--detailed {
         float: left;
         margin-top: 30px;
         width: 100% 
    }
     .office>span {
         min-width: 100px 
    }
     .broker-accreditation a {
         font-size: 16px;
         width: calc(100% - 40px) 
    }
     .broker-box {
         width: 100%;
         margin-bottom: 30px 
    }
     .back-to-parent {
         -webkit-display: flex;
         -moz-display: flex;
         display: flex 
    }
     .back-to-parent.is-active {
         -webkit-transition: all .28s ease-in-out;
         -moz-transition: all .28s ease-in-out;
         transition: all .28s ease-in-out;
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         transform: translateX(0) 
    }
     .property-details__content {
         padding: 0 30px 
    }
     .property-banner__info h2 {
         margin-bottom: 50px 
    }
     .property .swiper-slide, .property-feature, .tu__units ul li {
         width: 50% 
    }
     .tu__location {
         padding-right: 30px;
         -webkit-flex: 0 0 40%;
         -moz-flex: 0 0 40%;
         flex: 0 0 40% 
    }
     .view-in-mobile {
         display: inline-block 
    }
     .scrolling-navbar button:focus, .scrolling-navbar button:hover {
         outline: 0;
         color: #ade342 
    }
     .scrolling-navbar ul {
         width: 100% 
    }
     .scrolling-navbar ul li {
         width: 20% 
    }
     .scrolling-navbar ul li a {
         padding: 15px;
         -webkit-flex-direction: column;
         -moz-flex-direction: column;
         flex-direction: column 
    }
     .scrolling-navbar ul li a span:first-child {
         -webkit-order: 2;
         -moz-order: 2;
         order: 2 
    }
     .scrolling-navbar ul li a span:last-child {
         -webkit-order: 1;
         -moz-order: 1;
         order: 1 
    }
     .scrolling-navbar.sticky-me {
         height: auto 
    }
     .hide-in-mobile {
         display: none 
    }
     .mobile-action {
         border-left: 1px solid #ddd;
         width: 100%;
         -webkit-display: flex;
         -moz-display: flex;
         display: flex;
         -webkit-justify-content: flex-end;
         -moz-justify-content: flex-end;
         justify-content: flex-end;
         -webkit-align-items: center;
         -moz-align-items: center;
         align-items: center 
    }
     .search-property {
         padding: 20px 
    }
     .search-property form button, .search-property form select {
         font-size: 14px 
    }
     .featured-property__row {
         -webkit-flex-direction: column;
         -moz-flex-direction: column;
         flex-direction: column 
    }
     .featured-property__col {
         margin-bottom: 30px 
    }
     .featured-property__add.flex {
         max-width: 340px 
    }
     .compare, .property-features {
         -webkit-flex-wrap: wrap;
         -moz-flex-wrap: wrap;
         flex-wrap: wrap 
    }
     .compare__sidebar, .compared-item {
         width: 100% 
    }
     .compared-item__thumbnail {
         height: 200px 
    }
     .compared-item__logo {
         background-size: auto 
    }
     .compare__sidebar {
         padding: 30px 20px 
    }
     .projects {
         padding: 50px 
    }
     .project {
         width: 50%;
         margin-bottom: 100px 
    }
     .projects__inner {
         margin: 0 
    }
     .item-to-compare__tap {
         position: absolute;
         left: 0;
         top: 0;
         height: 100%;
         width: 100%;
         background-color: rgba(51, 122, 183, .4);
         color: #fff;
         text-align: center 
    }
     .item-to-compare__tap p {
         font-weight: 600;
         font-size: 20px;
         text-transform: uppercase 
    }
}
@media (max-width:768px) {
        .featured .swiper-slide {
            width: 33.33%
        }
         .management_details .modal-content p {
             font-size: 18px 
        }
         .detailed .launch {
             width: 90%;
             position: relative 
        }
         .rotator {
             background-attachment: scroll 
        }
         .media .grid .grid-item {
             width: 50% 
        }
         .modal {
             top: 97px 
        }
         .careers .modal-content {
             height: 100% 
        }
         .our-management .board {
             padding: 0 
        }
         .our-management .board li {
             width: 49% 
        }
         .our-company .circle {
             padding: 40px 10px;
             height: 120px;
             width: 120px 
        }
         .our-business .circle {
             height: 200px 
        }
         .home .search-property .form-inline select {
             padding: 15px 43px 15px 10px 
        }
         .cd-primary-nav {
             padding: 20% 0 0 
        }
         .contact .contact-details {
             margin: -5px 0 -184px 
        }
         .contact .contact-details ul li, footer.landing .socials a:first-child, footer.landing .socials a:nth-child(2) {
             font-size: 14px 
        }
         footer.landing .socials a {
             font-size: 20px;
             padding: 5px 2px 
        }
         .home .search-property .form-inline button {
             padding: 15px 30px 
        }
         .subfooter ul {
             padding: 0 
        }
         footer {
             background-repeat: no-repeat;
             background-size: cover 
        }
         .residences .menu-section-rounded li {
             margin: 0 20px 22%;
             width: 42% 
        }
         .careers ul li button, .careers ul li button .inner {
             height: 118px;
             width: 118px;
             padding: 0 
        }
         .careers ul li h2 {
             font-size: 12px 
        }
         .cd-primary-nav .bordered, .subnav {
             display: none 
        }
         .cd-primary-nav li {
             display: block;
             margin: 0 
        }
         .cd-primary-nav li a {
             display: block;
             padding: 15px;
             font-size: 18px;
             position: relative 
        }
         .cd-primary-nav li a:focus, .cd-primary-nav li a:hover {
             color: #9c3 
        }
         .cd-primary-nav li a span.caret {
             position: relative;
             top: -2px;
             border-top: 6px dashed;
             border-right: 6px solid transparent;
             border-left: 6px solid transparent 
        }
         nav .bottom-link {
             margin: 0 20px 40px;
             padding: 0 
        }
         nav .bottom-link li:first-child, nav .bottom-link li:last-child img {
             display: none 
        }
         nav .bottom-link li:last-child {
             border-right: none;
             border-left: none;
             width: 100% 
        }
         nav .bottom-link li a {
             display: block;
             padding: 15px 
        }
         .dropdown-menu {
             background-color: #0050B1;
             position: relative;
             width: 100%;
             box-shadow: 0 0 0;
             -webkit-box-shadow: 0 0 0;
             border-left: 0;
             border-right: 0;
             border-radius: 0;
             border-top: 5px solid #fff;
             border-bottom: 5px solid #fff 
        }
         .cd-primary-nav .dropdown-menu>li>a {
             color: #fff;
             font-size: 16px!important;
             white-space: normal 
        }
         .cd-primary-nav .dropdown-menu>li>a:focus, .cd-primary-nav .dropdown-menu>li>a:hover {
             background-color: #9c3;
             color: #fff 
        }
         .about h1, .banner h1, .residences h1 {
             color: #9c3;
             font-size: 28px;
             font-weight: 700;
             display: block;
             text-align: center 
        }
         .banner {
             background-attachment: fixed;
             height: 300px;
             background-size: contain;
             background-position: center top 
        }
         .about h1 {
             margin: 15% 60px 0 
        }
         .detailed .rs-banner .logo {
             top: auto;
             bottom: 0 
        }
         .residences h1 {
             margin: 0 0 4% 
        }
         .banner h1 {
             margin: 2% 60px 
        }
         .media .banner {
             background-position: center top!important 
        }
         .about, .careers, .news, .promos {
             background-attachment: scroll!important;
             background-position: center!important 
        }
         .promos .swiper-slide .col-md-6:last-child {
             border-left: none;
             border-radius: 0 0 10px 10px;
             height: auto!important 
        }
         .promos .swiper-slide .col-md-6:first-child {
             height: auto!important 
        }
         .home .search-property .form-inline {
             border: 1px solid #646464;
             border-radius: 0;
             overflow: hidden 
        }
         .home .search-property .form-inline select:first-child {
             border-radius: 0;
             border-right: none;
             border-left: none 
        }
         .home .search-property .form-inline select {
             border-bottom: 1px solid #646464;
             display: block;
             width: 100%;
             border-radius: 0;
             border-right: none 
        }
         .home .search-property .form-inline button {
             display: block;
             border-right: none;
             float: none;
             border-radius: 0;
             width: 100% 
        }
         .home .search-property .form-inline button i {
             margin-left: 6px 
        }
         .home .search-property .form-inline .col-md-3:first-child select {
             border-radius: 0;
             border-left: none 
        }
         .swiper-wrapper {
             height: 100%!important 
        }
         .promos .swiper-slide .col-md-6 div {
             max-height: 100% 
        }
         .business .modal-body {
             text-align: center 
        }
         div.home div.feeds div.feed-wrapper article {
             height: auto!important 
        }
    }
     @media screen and (max-width:767px) {
          .news__item {
               width: 100%;
          }
         .news .news-detailed .row .col-sm-6:last-child, .promos .img-wrap {
             height: auto 
        }
         .news .news-detailed .row .col-sm-6 div {
             max-height: 100%;
             padding: 0;
             text-align: justify 
        }
         .news .news-detailed img {
             float: none;
             display: block;
             margin: 0 auto 20px;
             width: 90% 
        }
         header nav.overflow-hidden {
             overflow: initial 
        }
         .offices {
             -webkit-flex-direction: column;
             -moz-flex-direction: column;
             flex-direction: column 
        }
         ul.offices li:first-child {
             border: none;
             border-bottom: 1px solid rgba(255, 255, 255, .3);
             margin-bottom: 30px;
             padding-bottom: 30px;
             padding-right: 0 
        }
         .office {
             text-align: center 
        }
         .office br, .office>span {
             display: none 
        }
    }
     @media (min-width:751px) and (max-width:768px) {
         footer.landing .col-sm-6 {
             float: left;
             width: 50%;
             padding: 0 20px 
        }
    }
 @media (max-width:750px) {
     .media .banner .socials li, .our-business .content h1, .our-business .content h3, .our-business .content p, .our-company h1, .our-company p, .residences h1, footer.landing, footer.landing .text-right {
         text-align: center 
    }
     .contact form .form-group.has-error .error-label, .detailed .launch {
         position: relative 
    }
     body {
         /* padding-top: 90px  */
    }
    .footer h1 {
         font-size: 7vw 
    }
    .footer h3 {
         font-size: 6.2vw 
    }
    .footer h4 {
         font-size: 5.8vw 
    }
    .footer h5 {
         font-size: 5.6vw 
    }
     footer p,.footer p {
         font-size: 12px 
    }
     .modal {
         top: 100px 
    }
     .careers .modal {
         height: 100% 
    }
     .business .modal .container {
         padding: 0 10px 40px 
    }
     .careers .modal-content {
         height: 100%;
         padding-top: 100px 
    }
     .empire #lc_chat_layout #lc_chat_container {
         min-height: 400px 
    }
     #lc_chat_layout.lc-collapsed.lc-align-right {
         bottom: 9px 
    }
     .empire #lc_chat_layout.lc-expanded {
         top: 100px;
         overflow-y: scroll 
    }
     .preloader>p {
         font-size: 4vw 
    }
     .carousel {
         min-height: inherit 
    }
     html {
         font-size: 1.2em 
    }
     .home .featured .swiper-slide .caption {
         background-color: rgba(0, 0, 0, .5);
         padding-top: 30px;
         opacity: 1 
    }
     .home .featured .swiper-slide .caption a {
         background-color: #028a58;
         border-color: #028a58;
         transform: translateY(25px) 
    }
     .media .banner {
         padding: 16% 5px;
         height: 280px 
    }
     .media .banner .socials {
         padding: 0 
    }
     .media .banner .socials li {
         width: 33%;
         padding: 10px;
         font-size: 14px;
         display: block;
         float: left 
    }
     .media .banner .socials li img {
         margin: 0 auto 4px;
         height: 90px 
    }
     .residences .container {
         padding: 0 
    }
     .residences {
         padding-top: 20% 
    }
     .residences h1 {
         margin: 12% 0 4% 
    }
     .residences .menu-section-rounded li {
         margin: 0 0 50% 
    }
     .residences .menusection {
         margin: 0 auto 
    }
     .careers ul li button {
         height: 140px;
         width: 140px;
         padding: 5px 
    }
     .careers ul li button .inner {
         height: 130px;
         width: 130px;
         padding: 0 
    }
     .back, .front, div.flip-container {
         border-radius: 0;
         padding: 10px;
         width: 100%!important;
         background: #fff 
    }
     .back ul li, .front ul li {
         width: 100%!important 
    }
     .flipbtn {
         top: initial;
         bottom: -70px 
    }
     .careers ul {
         margin: 0 
    }
     .careers ul li {
         width: 25%;
         display: inline-table 
    }
     .careers h1 {
         font-size: 24px 
    }
     .careers p {
         font-size: 16px 
    }
     .news .swiper-arrows, .promos .swiper-arrows {
         font-size: 12px;
         padding: 14px 0;
         letter-spacing: 1px 
    }
     .residences.detailed {
         padding-top: 0 
    }
     .detailed .rs-details {
         padding: 8% 5% 20% 
    }
     .detailed .launch {
         font-size: 14px;
         display: block 
    }
     .media .grid .grid-item {
         width: 50% 
    }
     .our-structures .downloads li a {
         padding: 10px 50px 10px 15px 
    }
     .our-management .officers table tr td {
         font-size: 14px;
         padding: 8px 15px 
    }
     .our-management .officers h2 {
         text-align: center;
         font-size: 20px 
    }
     .our-management .board {
         padding: 0 
    }
     .our-management .board li {
         display: block;
         width: 100% 
    }
     .our-company .circle {
         display: block;
         margin: 0 auto 10px;
         padding: 40px 10px 
    }
     .business .content p {
         word-break: break-word 
    }
     .contact .contact-details {
         margin: -5px 0 0;
         padding: 60px 0 0 
    }
     .contact .contact-details ul li {
         border-right: none;
         border-bottom: 1px solid rgba(255, 255, 255, .4);
         display: block;
         padding: 35px 10px 
    }
     .contact .contact-details ul li:last-child {
         border-bottom: none 
    }
     .contact form button {
         float: none;
         display: block;
         margin: 40px auto 0 
    }
     .our-business .circle {
         display: block;
         margin: auto;
         padding: 70px 15px;
         height: 250px 
    }
     footer.landing .socials {
         margin: 10px 0 
    }
     footer.landing {
         padding: 40px 20px 60px 
    }
     footer.landing p {
         width: 310px 
    }
     .our-business .projects .box {
         display: block;
         margin: 10px 0 60px;
         width: 100% 
    }
     .our-business .content h1 {
         font-size: 18px;
         line-height: 24px 
    }
     .business.our-business .banner {
         background-position: center 
    }
     .banner {
         padding: 12% 30px 35px;
         height: 220px;
         background-size: cover;
         background-attachment: scroll 
    }
     .subnav li {
         display: block;
         margin: 0;
         border-left: 1px solid rgba(255, 255, 255, .6) 
    }
     .subnav li:first-child, .subnav li:last-child {
         border-radius: 0 
    }
     .home .feeds .feed-wrapper {
         margin-bottom: 20px 
    }
     .home .intro .btn-group a {
         display: block;
         border-radius: 50px;
         margin: 20px 0;
         box-shadow: 0 0 15px rgba(0, 0, 0, .4) 
    }
     .home .intro .btn-group a:first-child, .home .intro .btn-group a:last-child {
         border-radius: 50px 
    }
     .home .intro .btn-group {
         box-shadow: 0 0 0 
    }
     .home .featured::after {
         top: 90% 
    }
     .carousel .overlay p {
         top: 40%;
         letter-spacing: 2px;
         word-spacing: 2px 
    }
     .news .news-detailed {
         top: 10px;
         margin-top: 0 
    }
     .news {
         padding-bottom: 50px 
    }
     .news .news-detailed .row .col-sm-6 {
         min-height: auto 
    }
     .news .news-detailed .row .col-sm-6 h2, .news h2 {
         margin: 10px 0 
    }
     .residences .menu-section-rounded li {
         width: 100% 
    }
     .detailed h1 {
         text-align: left 
    }
     .detailed .rs-banner {
         min-height: 350px 
    }
     .detailed .rs-banner .logo img {
         width: 120px 
    }
     .feeds .col-md-4 {
         padding: 0 
    }
     .scroll-top-wrapper img {
         display: inline-block;
         float: left;
         margin-right: 4px 
    }
     .scroll-top-wrapper span {
         color: #fff;
         display: inline-block;
         line-height: 36px;
         float: right 
    }
     .scroll-top-wrapper {
         position: fixed;
         opacity: 0;
         visibility: hidden;
         overflow: hidden;
         text-align: center;
         z-index: 9999;
         background-color: #028a58;
         color: #fff;
         width: inherit;
         line-height: 48px;
         right: 18px;
         bottom: 9px;
         padding: 7px 50px 7px 8px;
         box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
         border-radius: 50px;
         transform: translateX(78%);
         -webkit-transition: all .5s ease-in-out;
         -moz-transition: all .5s ease-in-out;
         -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
         transition: all .5s ease-in-out 
    }
     .scroll-top-wrapper.show {
         visibility: visible;
         cursor: pointer;
         opacity: 1;
         transform: translateX(0) 
    }
     .scroll-top-wrapper i.fa {
         line-height: inherit 
    }
     .contact .contact-details p {
         font-size: 20px 
    }
     .contact form .col-sm-6 {
         padding: 0 
    }
     .contact h1 {
         font-size: 3.2em;
         margin-top: 65px 
    }
     .news .news-detailed .row .col-sm-6:first-child {
         padding-bottom: 0 
    }
     .cd-nav-trigger {
         font-size: 0;
         top: 30px 
    }
}
@media screen and (max-width:700px) {
    .hero__body {
        display: block;
        margin-bottom: 50px;
    }
    .hero__years {
          top:0;
          padding: 30px 0 20px;
          text-align:center;
     }
    .hero__years img{
        max-width: 150px;
    }
}
     @media screen and (max-width:668px) {
         .mfp-figure figure, .tu-filter {
             display: block 
        }
         .featured-property__item {
             padding-right: 0 
        }
         header {
             height: 70px 
        }
         body {
             padding-top: 70px 
        }
         .news .news-detailed img {
             max-width: 100% 
        }
         .carousel {
             height: 300px 
        }
         .featured::before {
             height: 50px 
        }
         .sticky-clone, .sticky-me {
             margin-top: 70px;
             top: 0 
        }
         .compare-property__logo {
             width: 60px;
             height: 60px;
             margin: 0 auto 
        }
         .property-banner {
             -webkit-flex-wrap: wrap;
             -moz-flex-wrap: wrap;
             flex-wrap: wrap 
        }
         .tu-filter form {
             border: none;
             border-top: 1px solid #ddd;
             margin-left: -30px 
        }
         .property-banner__thumbnail {
             padding-bottom: 55.5% 
        }
         .table-header {
             padding: 20px 
        }
         .fs24 {
             font-size: 18px 
        }
         .hide-in-668 {
             display: none 
        }
         .table-border td {
             padding: 10px;
             font-size: 11px 
        }
         .compare-table {
             margin: 0 0 50px 
        }
         .compare-property__title {
             width: 90px 
        }
         .compared-property__header {
             -webkit-flex-wrap: wrap;
             -moz-flex-wrap: wrap;
             flex-wrap: wrap 
        }
         .compared-property__header a {
             margin-top: 15px;
             -webkit-justify-content: center;
             -moz-justify-content: center;
             justify-content: center 
        }
         .compared-property__header a, .compared-property__header h2+div {
             width: 100% 
        }
         .office__details span:first-child {
             margin-bottom: 20px 
        }
         .fs30 {
             font-size: 25px 
        }
         .compared-property__header h2 img {
             margin-left: 20px;
             max-width: 115px 
        }
         .featured-property__header, .featured-property__item {
             -webkit-flex-wrap: wrap;
             -moz-flex-wrap: wrap;
             flex-wrap: wrap 
        }
         .featured-property__header .img {
             margin: 15px auto 
        }
         .featured-property__img {
             padding-bottom: 50%;
             width: 100%;
             max-width: 100% 
        }
         .featured-property__col:first-child {
             border-radius: 8px 
        }
         .featured-property__content {
             padding: 0 0 20px 
        }
         .featured-property__content p, .featured-property__header h3 {
             padding: 0 20px 
        }
         .featured-property__header h3 {
             margin-left: 0;
             width: 100% 
        }
         .footer__socials {
             padding: 40px 0 
        }
         .footer__socials li {
             margin-bottom: 20px 
        }
         .footer__row ul li a {
             margin-bottom: 10px;
             min-width: 188px 
        }
         .project {
             padding: 0 20px;
             margin-bottom: 50px 
        }
         .footer__socials li a {
             width: 70px;
             height: 70px 
        }
    }
@media (max-width:600px) {
     .home .intro {
         background: url(../../images/home-bg.jpg) bottom right no-repeat #fff ;
     }
        .hero--25 {
            padding:0 30px 250px;
        }
        .featured .swiper-slide {
            width:50%;
        }
         .careers .modal-content .container, .subfooter .container {
             padding: 0 
        }
         .btn--green, .project {
             width: 100% 
        }
         .btn {
             white-space: normal 
        }
         .btn--green {
             line-height: 1;
             -webkit-display: flex;
             -moz-display: flex;
             display: flex;
             -webkit-align-items: center;
             -moz-align-items: center;
             align-items: center 
        }
         .careers .modal-content {
             height: auto 
        }
         footer.landing p {
             width: 240px;
             margin: 0 auto 
        }
         footer.landing p+p {
             width: 150px 
        }
         footer p {
             width: 100%;
             /* width: 240px; 051724*/
             margin: 0 auto 
        }
         footer p+p {
             width: 150px 
        }
         .subfooter ul li {
             padding: 5px 0;
             font-size: 14px 
        }
         .news {
             padding-bottom: 100px 
        }
         .news .news-detailed {
             left: 0 
        }
         .home .featured .swiper-slide .caption p {
             font-size: 16px;
             letter-spacing: 1px 
        }
         .home .featured .swiper-slide .caption a {
             font-size: 14px 
        }
         .investor .panel-heading {
             position: relative 
        }
         .investor .panel-heading img {
             position: absolute;
             right: 3%;
             top: 30%;
             margin-right: 0 
        }
         .detailed .rs-banner {
             min-height: 350px 
        }
         .detailed .rs-details .logo {
             float: none 
        }
         .detailed .rs-details .logo img {
             display: block;
             margin: 0 auto 
        }
         .detailed .rs-details h1, .detailed address {
             text-align: center 
        }
         .scroll-top-wrapper span {
             display: none 
        }
         .scroll-top-wrapper {
             padding: 0;
             right: 50px 
        }
         .scroll-top-wrapper img {
             margin-right: 0 
        }
         #lc_chat_layout.lc-collapsed #lc_chat_header {
             height: 35px;
             width: 35px;
             padding: 0;
             margin: 0;
             top: 14px;
             right: 0 
        }
         .our-business .projects .box {
             height: auto;
             max-height: initial 
        }
    }
     @media screen and (max-width:480px) {
          .featured .swiper-slide {
            width:100%;
        }
         .property-details__content, .property-details__content .flex, .tu-filter form {
             display: block 
        }
         .residence-landing a {
             width: calc(100% - 30px) 
        }
         .offices {
             margin-bottom: 30px 
        }
         .contact-btn {
             width: 100%;
             text-align: center 
        }
         .hamburger {
             min-width: 36px 
        }
         .property-feature p {
             padding-right: 0 
        }
         .carousel .overlay p {
             top: 20px 
        }
         .featured-property__add.flex {
             max-width: 100%;
             display: block;
             text-align: center 
        }
         .featured-property__add>span {
             margin-right: 0 
        }
         .property-details__content {
             padding: 0 20px 
        }
         .property-details p:last-child {
             margin-bottom: 40px 
        }
         .feed--news .feed:last-child, .property-feature, .tu__location {
             margin-bottom: 30px 
        }
         .home .feeds, .property-details__half, .tu__location {
             padding: 0 
        }
         .property-banner__info {
             padding: 50px 30px 
        }
         .property-banner__logo {
             width: 100px;
             height: 100px 
        }
         .property__slider {
             padding: 0 20px 
        }
         .feed, .property .swiper-slide {
             width: 100%;
             padding: 0 10px 
        }
         .feed {
             padding: 0 20px 
        }
         .featured__item, .property-feature, .tu__units ul li {
             width: 100% 
        }
         .tu-filter label {
             margin: 20px 0 
        }
         .tu-filter select {
             height: 65px 
        }
         .search-property form {
             -webkit-flex-wrap: wrap;
             -moz-flex-wrap: wrap;
             flex-wrap: wrap 
        }
         .feed--news__img {
             margin-bottom: 20px;
             width: 100px;
             height: 100px 
        }
         .search-property form select {
             width: 100%;
             height: 45px;
             border: 0;
             border-bottom: 1px solid #646464 
        }
         .compare__list ul li, .search-property form button {
             width: 100% 
        }
         .compared-item__thumbnail {
             height: 150px 
        }
         .scrolling-navbar ul li a {
             -webkit-justify-content: center;
             -moz-justify-content: center;
             justify-content: center 
        }
         .scrolling-navbar ul li a span:first-child {
             display: none 
        }
    }
     @media (max-width:479px) {
         .feed--news h2, .feed--news__item {
             text-align: center 
        }
         .media .grid .grid-item {
             width: 100% 
        }
         .feed--news .feed {
             padding: 20px 10px;
             background-color: #f5f5f5 
        }
         .feed--news__item {
             display: block 
        }
         .feed--news__img {
             margin: 0 auto 20px 
        }
         .banner {
             padding: 24% 30px 35px 
        }
        .footer p {
             font-size: 4vw 
        }
         .about-core-values {
             padding-left: 10px 
        }
         .about-core-values li {
             font-size: 4vw;
             text-align: center;
             padding-left: 5px 
        }
         .cd-primary-nav {
             padding: 32% 0 0;
             z-index: 9999999 
        }
         footer .socials .circle {
             background-size: cover!important;
             width: 75px;
             height: 78px;
             padding: 5px 
        }
         footer .socials .fb {
             background: url(../../images/icon/fb.png) no-repeat 
        }
         footer .socials .tw {
             background: url(../../images/icon/tw.png) no-repeat 
        }
         footer .socials .ig {
             background: url(../../images/icon/ins.png) no-repeat 
        }
         footer .socials .circle:hover {
             background-position: 0 -75px!important 
        }
         .news {
             padding-bottom: 30px 
        }
         .news .swiper-button-next {
             right: -15px!important 
        }
         .news .swiper-button-prev {
             left: -15px!important 
        }
         .promos .swiper-button-next {
             right: -20px!important 
        }
         .promos .swiper-button-prev {
             left: -20px!important 
        }
         .our-management .board li .mgmt-details {
             height: auto!important 
        }
         .detailed .rs-banner {
             min-height: 240px 
        }
         .careers ul li button {
             height: 135px;
             width: 135px;
             padding: 5px 
        }
         .careers ul li button .inner {
             height: 125px;
             width: 125px;
             padding: 10px 
        }
         .videos iframe {
             min-height: 100px 
        }
         .flipper form {
             padding: 12% 30px 0 
        }
    }
     @media screen and (max-width:375px) {
         .project {
             padding: 0 
        }
         .project__mask-info img {
             margin-bottom: 10px 
        }
         .project__inner {
             border-width: 10px 
        }
         .back-to-parent, header nav {
             width: 240px 
        }
         .hamburger.is-active {
             -webkit-transform: translateX(-240px);
             -moz-transform: translateX(-240px);
             transform: translateX(-240px) 
        }
         .our-business .projects {
             padding: 30px 20px 
        }
    }
.otc-slider{ 
     width: 75%; margin: 0 auto; 
} 
.otc-slider .slick-slide{ 
     display: flex; align-items: center; 
} 
.otc-slider .slick-track{ 
     display: flex; align-items: center; 
} 
.otc-slider .slick-slide img{ 
     height: 100%; width: 41.66vw; object-fit: contain; margin: 0 auto; 
} 
.otc-slider .slick-arrow:before{ 
     color: #8c8c8c; font-size: 40px; 
} 
.otc-slider .slick-list{ 
     height: 100% !important; 
} 
.over-the-counter__modal{ 
     padding: 0 !important; border-radius: 0; 
}
.over-the-counter__modal .modal-dialog{ 
     margin: 0 auto; height: 100%; width: 100%; 
} 
.over-the-counter__modal .modal-content{ 
     border-radius: 0; 
} 
@media screen and (min-width: 1440px){ 
     .otc-slider .slick-slide img{ width: 500px; 
     }
}
@media screen and (max-width: 425px){ 
     .otc-slider .slick-arrow:before{ 
     font-size: 20px; 
} 
.otc-slider .slick-slide img{ width: 300px; } 
.over-the-counter__modal{ top: 0 !important; } 
.over-the-counter__modal .modal-content{ height: 100%; } }

@media (max-width: 480px)
{
	.footer__col{flex-wrap:wrap !important;}
}

@media screen and (max-width: 200px) {
    .footer__row22 {
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
	html{overflow-x:scroll !important;}
    body{width:400px !important;}
	.wrapper2{height:120px !important;}
	.main-wrapper{padding-right: 20px !important;padding-left: 20px !important;flex-direction:column;}
	.asideRIGHT.study .flex-enclosure-end{background-size:100% 100%  !important;}
}
@media screen and (min-width:1366px)
{
	/* img.header-logo{width:82%;height:87%;} */
	.main-wrapper{padding:11em 11em 0 !important;}
}
@media screen and (min-width:1921px)
{
	.main-wrapper{padding:17em 19em !important;}
}