@import url();

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: TenorSans-Regular
}

.arrow-btn-white:before,
.arrow-btn:before {
    right: 0;
    top: 0;
    position: absolute;
    content: ''
}

.lang-and-search li a,
header .menu-row ul li a {
    font-size: 14px;
    font-family: Montserrat-Medium;
    font-weight: 500
}

@-webkit-keyframes rotate {

    0%,
    100% {
        -webkit-transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }
}

@keyframes rotate {

    0%,
    100% {
        -webkit-transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }
}

@-webkit-keyframes rotate-anticlock {

    0%,
    100% {
        -webkit-transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    50% {
        -webkit-transform: rotate(-180deg) scale(1);
        transform: rotate(-180deg) scale(1)
    }
}

@keyframes rotate-anticlock {

    0%,
    100% {
        -webkit-transform: rotate(0) scale(.8);
        transform: rotate(0) scale(.8)
    }

    50% {
        -webkit-transform: rotate(-180deg) scale(1);
        transform: rotate(-180deg) scale(1)
    }
}

@-webkit-keyframes swing {

    0%,
    100% {
        -webkit-transform: rotate(-10deg) translate(50px, 0);
        transform: rotate(-10deg) translate(50px, 0)
    }

    50% {
        -webkit-transform: rotate(10deg) translate(150px, 0);
        transform: rotate(10deg) translate(150px, 0)
    }
}

@keyframes swing {

    0%,
    100% {
        -webkit-transform: rotate(-10deg) translate(50px, 0);
        transform: rotate(-10deg) translate(50px, 0)
    }

    50% {
        -webkit-transform: rotate(10deg) translate(150px, 0);
        transform: rotate(10deg) translate(150px, 0)
    }
}

@-webkit-keyframes fade {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@keyframes fade {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes simple-move {
    100% {
        -webkit-transform: translate(15px, 0);
        transform: translate(15px, 0)
    }
}

@keyframes simple-move {
    100% {
        -webkit-transform: translate(15px, 0);
        transform: translate(15px, 0)
    }
}

body {
    margin: 0;
    padding: 0
}

.pl-0,
header .menu-row .left-menu .sub-menu li:first-child a,
ul {
    padding-left: 0
}

ul li {
    list-style: none
}

.custom-checkbox a:hover,
a {
    text-decoration: none
}

.btn-primary:focus,
.form-control:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

p {
    font-family: Montserrat-Light;
    font-size: 22px;
    color: #000;
    font-weight: 300;
    line-height: 35px
}

.section-title,
h1 {
    font-weight: 400;
    font-family: TenorSans-Regular
}

@media (max-width:1600px) {
    p {
        font-size: 18px;
        line-height: 28px
    }
}

.section-title {
    font-size: 59px;
    line-height: 70px;
    color: #101114;
    text-transform: uppercase
}

@media (max-width:1600px) {
    .section-title {
        font-size: 49px;
        margin-bottom: 40px;
        line-height: 56px
    }
}

@media (max-width:1399.98px) {
    .section-title {
        font-size: 49px;
        line-height: 48px;
        margin-bottom: 30px
    }
}

.black-button,
.btn-white {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase
}

h1 {
    font-size: 80px
}

@media (max-width:1600px) {
    h1 {
        font-size: 60px
    }
}

img {
    max-width: 100%;
    display: block
}

@media (min-width:1300px) {
    .container {
        max-width: 1208px
    }

    .apartments-listing.listing-page .sort .home-filter form .button-block {
        padding: 0;
        float: right
    }
}

.black-button {
    background-color: #000;
    padding: 20px 24px;
    color: #ffff;
    font-family: Montserrat-Bold !important;
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 0 #000;
    box-shadow: inset 0 0 #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.arrow-btn,
.btn-white {
    -webkit-transition: .3s ease-out
}

.black-button:hover {
    -webkit-box-shadow: inset 16em 0 #ffff;
    box-shadow: inset 16em 0 #ffff;
    cursor: pointer;
    color: #000
}

.btn-white {
    background-color: #fff;
    padding: 20px 24px;
    color: #000;
    font-family: Montserrat-SemiBold;
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 0 #ffff;
    box-shadow: inset 0 0 #ffff;
    transition: .3s ease-out;
    float: right
}

.arrow-btn,
.arrow-btn-white {
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    overflow: hidden;
    z-index: 1;
    outline: 0
}

.btn-white:hover {
    -webkit-box-shadow: inset 16em 0 #000;
    box-shadow: inset 16em 0 #000;
    cursor: pointer;
    color: #ffff;
    border: 1px solid #fff
}

.arrow-btn {
    padding: 20px 25px;
    color: #ffff;
    transition: .3s ease-out;
    letter-spacing: .114rem
}

@media (min-width:1800px) {
    .container {
        max-width: 1693px
    }

    .black-button,
    .btn-white {
        padding: 26px 66px
    }

    .arrow-btn {
        padding: 33px 32px;
        font-size: 20px
    }
}

@media (max-width:1600px) {
    .arrow-btn {
        font-size: 16px
    }
}

@media (max-width:1399.98px) {
    h1 {
        font-size: 40px
    }

    .arrow-btn {
        font-size: 14px;
        padding: 20px 25px 20px 30px
    }
}

@media (max-width:1280.98px) {
    .arrow-btn {
        font-size: 23px
    }

    .qulity-leg span {
        font-size: 14px
    }
}

.arrow-btn:before {
    background: #000;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.arrow-btn:hover {
    color: #000;
    border: 1px solid #636363
}

.arrow-btn:hover line,
.arrow-btn:hover path {
    stroke: #000000
}

.arrow-btn-white:hover:before,
.arrow-btn:hover:before {
    width: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.arrow-btn:hover span:before {
    background: #636363
}

.arrow-btn span,
.arrow-btn-white span {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    text-align: center
}

#enquiryModal .iti.iti--allow-dropdown,
body .modal {
    z-index: 9999 !important
}

.arrow-btn span:before {
    content: '';
    background: #636363;
    position: absolute;
    left: 35px;
    top: -20px;
    width: 1px;
    height: 100px
}

@media (min-width:1800px) {
    .arrow-btn span:before {
        left: 43px
    }
}

.arrow-btn .arrow-icon,
.arrow-btn-white .arrow-icon {
    display: inline-block;
    padding-right: 60px
}

@media (min-width:1800px) {
    .arrow-btn .arrow-icon {
        padding-right: 68px
    }
}

@media (max-width:1600px) {
    .arrow-btn .arrow-icon {
        padding-right: 45px
    }

    .arrow-btn .arrow-icon svg {
        width: 12px
    }
}

@media (min-width:1280px) and (max-width:1600px) {
    .footer-form-area-row .arrow-btn {
        width: 240px;
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-form-area-row .arrow-btn .arrow-icon {
        padding-right: 68px
    }
}

.arrow-btn-white {
    padding: 20px 38px 20px 25px;
    color: #000;
    font-size: 16px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    letter-spacing: 1.8px
}

.arrow-btn-white:before {
    background: #ffff;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.arrow-btn-white:hover {
    color: #ffff;
    border: 1px solid #fff
}

.arrow-btn-white:hover line,
.arrow-btn-white:hover path {
    stroke: #ffff
}

.arrow-btn-white:hover span:before,
.desktop-header.sticky .search-top .search-li .search-form .form-control.active,
.sticky .search-form .active .searchsubmit {
    background: #fff
}

.arrow-btn-white span:before {
    content: '';
    background: #636363;
    position: absolute;
    left: 35px;
    top: -14px;
    width: 1px;
    height: 70px
}

.white-with-border {
    padding: 20px 22px;
    color: #000;
    letter-spacing: 1.6px;
    border-color: #000;
    background: #ffff
}

.white-with-border:before {
    background: 0 0;
    width: 0;
    right: auto;
    left: 0
}

.white-with-border span:before {
    left: 43px
}

.white-with-border .arrow-icon {
    padding-right: 40px
}

.white-with-border svg {
    width: 23px
}

.white-with-border svg path,
header.sticky .logo svg path,
header.sticky-new .logo svg path {
    fill: #000000
}

.white-with-border:hover {
    color: #ffff
}

.white-with-border:hover:before {
    background: #000;
    width: 100%
}

.white-with-border:hover svg path {
    fill: #ffff
}

.white-btn {
    background-color: #ffff;
    padding: 21px 23px;
    color: #000;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 0 #000;
    box-shadow: inset 0 0 #000;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.white-btn svg {
    margin-right: 4px
}

.white-btn:hover {
    -webkit-box-shadow: inset 15em 0 #000;
    box-shadow: inset 15em 0 #000;
    cursor: pointer;
    color: #ffff
}

.white-btn:hover svg circle,
.white-btn:hover svg path {
    stroke: #ffff;
    fill: #ffff
}

.white-btn:hover svg#path-icon circle,
.white-btn:hover svg#path-icon path {
    stroke: #ffff;
    fill: none
}

@media (min-width:1800px) {
    .arrow-btn-white {
        padding: 33px 32px;
        right: 46px
    }

    .arrow-btn-white span:before {
        left: 43px
    }

    .arrow-btn-white .arrow-icon {
        padding-right: 68px
    }

    .white-btn {
        font-size: 18px;
        padding: 21px 32px
    }
}

@media (max-width:1399.98px) {
    .arrow-btn span:before {
        left: 40px
    }

    .arrow-btn .arrow-icon {
        padding-right: 50px
    }

    .white-btn {
        padding: 15px 28px
    }
}

.input-btn {
    width: 1px;
    height: 1px;
    opacity: 0
}

header {
    background-color: transparent;
    /* padding-bottom: 20px;
    padding-top: 20px; */
    position: relative;
    z-index: 999
}

header .menu-row ul {
    margin-bottom: 0;
    width: 41%
}

header .menu-row ul li {
    display: inline-block;
    position: relative
}

.sitemappage .inner-sections ul li a:hover,
header .menu-row ul .sub-menu li a.active,
header .menu-row ul li a.active,
header .menu-row ul li a:hover,
header.sticky .menu-row ul li a:hover,
header.sticky-new .menu-row ul li a:hover {
    color: #c9a485
}

header .menu-row ul li a {
    color: #ffff;
    padding: 0 15px;
    letter-spacing: 1.8px;
    cursor: pointer
}

.cursor.active,
header .menu-row ul li:hover .sub-menu {
    opacity: 1
}

header .menu-row ul li.has-submenu:after {
    content: "";
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 8px;
    background: url("../images/menu-drop-desktop.svg") 0 0/16px 8px no-repeat
}

header .menu-row ul li.has-submenu:hover .sub-menu {
    display: block;
    text-align: left
}

header .menu-row ul .sub-menu {
    position: absolute;
    background: #000;
    width: 100%;
    min-width: 222px;
    opacity: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 3px;
    display: none
}

@media (min-width:1800px) {
    header .menu-row ul li a {
        font-size: 11px;
        padding: 0 30px;
        letter-spacing: 1.8px
    }

    header .menu-row ul li.has-submenu:after {
        right: 13%;
        background-size: 20px 16px;
        width: 20px;
        height: 16px
    }

    header .menu-row ul .sub-menu {
        width: 300px
    }

    header .menu-row .left-menu li a {
        padding: 0 60px 0 20px
    }
}

header .menu-row .left-menu li ul li:first-child a,
header .menu-row ul .sub-menu li:first-child a {
    padding-right: 0
}

#scroll-button.show,
.custom-checkbox input:checked~.checkmark:after,
.lang-and-search .lang-switch ul li,
.legacy-page .legacy-wap .dtop,
.mmenu-opening .menu-close,
.philanthropy .slider-awards.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details:hover h5,
header .menu-row ul .sub-menu li {
    display: block
}

.form-control.active .close-head .show,
.search-form .active .arrow-opend,
.search-form form.active .close-head,
.search-icon,
.search-top li,
body .icon-top {
    display: inline-block
}

header .menu-row ul .sub-menu li a {
    padding: 8px 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 30px;
    display: block;
    font-family: Montserrat-Regular;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#c9a485), color-stop(50%, #c9a485), color-stop(50%, #ffff));
    background: linear-gradient(to right, #c9a485, #c9a485 50%, #ffff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 275ms;
    transition: background-position 275ms;
    text-decoration: none
}

.bottom-footer ul li a:hover,
footer .link-ul a:hover,
footer ul a:hover,
header .menu-row ul .sub-menu li a:hover {
    background-position: 0 100%
}

header .menu-row .book-btn {
    padding: 14px 34px;
    border: 1px solid #ffff;
    text-transform: uppercase;
    margin-left: 14px
}

@media (max-width:1600px) {
    .white-btn svg {
        width: 18px
    }

    .white-btn {
        padding: 15px 28px
    }

    header .menu-row ul li a {
        font-size: 12px;
        padding: 0 13px
    }

    header .menu-row .book-btn {
        padding: 13px 30px
    }
}

@media (max-width:1280.98px) {
    header .menu-row ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .menu-row ul li a {
        letter-spacing: 0;
        padding: 0 8px
    }

    header .menu-row .book-btn {
        max-width: 80px;
        display: inline-block;
        text-align: center;
        padding: 8px
    }
}

header .menu-row .left-menu .sub-menu li:first-child,
header .menu-row .left-menu li ul li:first-child,
header .menu-row .left-menu li:first-child {
    margin-left: 0
}

header .menu-row .left-menu li:first-child a {
    padding-right: 30px
}

.flat-estates .scroll-search .download img,
.flat-estates .scroll-search .view img,
.lang-menu svg,
header .menu-row .right-menu .has-submenu {
    margin-right: 10px
}

header .menu-row .right-menu .has-submenu a {
    padding-right: 25px
}

header .logo svg {
    margin: auto;
    position: relative;
    top: -15px;
}

.menu-line hr {
    background-color: #ffff;
    width: 77%;
    margin: auto
}

.lang-menu span {
    text-transform: capitalize !important
}

.bottom-footer p,
.bottom-footer ul li a,
.footer-enquiry-form input[type=date],
.lang-menu a,
.mmenu .book-btn,
footer .link-ul a {
    text-transform: uppercase
}

html.mmenu-opened .mh-btns-left {
    position: absolute;
    left: -46px
}

.search-top .search-li {
    margin-right: 15px;
    min-height: 23px;
    text-align: right
}

/*.search-top .search-li .search-form form {
    min-width: 320px;
}*/

.search-top .search-li .search-form form.active {
    border-bottom: 1px solid #ffff
}

.search-top .search-li .search-form .form-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    color: #ffff;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    font-family: Montserrat-Regular
}

.search-top .search-li .search-form input::-webkit-input-placeholder {
    color: #ffff
}

.search-top .search-li .search-form input:-ms-input-placeholder {
    color: #ffff
}

.search-top .search-li .search-form input::-ms-input-placeholder {
    color: #ffff
}

.search-top .search-li .search-form input::placeholder {
    color: #ffff
}

.search-top .search-li .search-form .form-control.active {
    opacity: 1;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.lang-and-search .lang-switch:hover,
.search-trigger:hover {
    opacity: .4
}

.lang-and-search li {
    color: #bebebe;
    font-size: 14px;
    font-family: Montserrat-Medium;
    letter-spacing: .114rem
}

.lang-and-search li a {
    color: #bebebe
}

.lang-and-search .lang-switch {
    position: relative;
    padding-right: 20px;
    cursor: pointer
}

.lang-and-search .lang-switch ul {
    position: absolute;
    top: 20px;
    display: none;
    background-color: #ffff;
    border-radius: 5px;
    z-index: 99;
    -webkit-box-shadow: -2px 7px 9px #32323230;
    box-shadow: -2px 7px 9px #32323230
}

.lang-and-search .lang-switch ul li a {
    padding: 5px 30px;
    color: #000;
    display: block;
    overflow: hidden
}

.lang-and-search .lang-switch ul li a:hover {
    background-color: #000;
    color: #ffff
}

.lang-and-search .lang-switch:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    background: url(../images/dropdown-arrow.svg) no-repeat;
    top: 6px;
    right: 1px
}

header.sticky,
header.sticky-new {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffff !important;
    padding-top: 13px;
    -webkit-box-shadow: 0 12px 29px #00000043;
    box-shadow: 0 12px 29px #00000043;
    opacity: 1;
    -webkit-animation-name: example;
    animation-name: example;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

header.sticky .menu-row .book-btn,
header.sticky-new .menu-row .book-btn {
    border-color: #000
}

.flat-estates .scroll-search .arrow-btn:hover span,
.sitemappage .inner-sections ul>li>ul li a,
header.sticky .menu-row ul li a,
header.sticky-new .menu-row ul li a {
    color: #000
}

header.sticky-new .menu-row ul li a.active {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px
}

header.sticky .lang-and-search li,
header.sticky-new .lang-and-search li {
    color: #bebebe
}

header.sticky .form-control,
header.sticky-new .form-control {
    color: #000 !important
}

header.sticky form.active,
header.sticky-new form.active {
    border-bottom: 1px solid #000 !important
}

header.sticky-new input::-webkit-input-placeholder {
    color: #000 !important
}

header.sticky-new input:-ms-input-placeholder {
    color: #000 !important
}

header.sticky-new input::-ms-input-placeholder {
    color: #000 !important
}

header.sticky-new input::placeholder {
    color: #000 !important
}

@-webkit-keyframes example2 {
    from {
        opacity: 0;
        top: -100px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes example2 {
    from {
        opacity: 0;
        top: -100px
    }

    to {
        opacity: 1;
        top: 0
    }
}

header.sticky .text-center svg {
    -webkit-filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg)
}

header.sticky input::-webkit-input-placeholder {
    color: #000 !important
}

header.sticky input:-ms-input-placeholder {
    color: #000 !important
}

header.sticky input::-ms-input-placeholder {
    color: #000 !important
}

header.sticky input::placeholder {
    color: #000 !important
}

@-webkit-keyframes example {
    from {
        opacity: 0;
        top: -100px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes example {
    from {
        opacity: 0;
        top: -100px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.about header,
.apartments-listing header,
.flat-estates header,
.home header,
.leadership header,
.legacy-page header,
.philanthropy header {
    background-color: transparent
}

.desktop-header.sticky {
    padding: 5px
}

.desktop-header.sticky .search-top,
.results {
    padding-bottom: 0
}

.desktop-header.sticky-new {
    padding: 10px 10px 25px
}

.desktop-header.sticky-new .search-top {
    padding-bottom: 10px
}

  .mobile-header {
    display: none;
    padding-top: 25px
}

@media(max-width:991.98px) {
    .mobile-header {
        display: block;
        background: #000;
        padding-bottom: 10px;
    }
}


.mmenu li {
    border: 0;
    margin-bottom: 37px
}

.mmenu ul {
    padding-top: 100px
}

.mmenu-subtitle {
    position: absolute !important;
    top: 20px;
    left: 31px
}

.mmenu-subclose {
    text-indent: -1000em !important
}

.mmenu li>a,
.mmenu li>span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Montserrat-Regular;
    color: #ffff;
    letter-spacing: 1.8px
}

.mmenu a.mmenu-subopen:after {
    content: '';
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
    background: url("../images/submenu-icon.svg") no-repeat
}

.mmenu a.mmenu-subclose:before {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    position: absolute;
    background: url("../images/menu-back.svg") no-repeat
}

.mmenu .book-btn {
    padding: 13px 49px;
    border: 1px solid #ffff;
    display: inline;
    margin-left: 50px
}

@media (max-width:1600px) {
    header .menu-row .left-menu li a {
        padding: 0 33px 0 13px
    }

    header .logo svg {
        width: 126px
    }

    .search-top {
        padding-bottom: 10px
    }

    .mmenu .book-btn {
        padding: 13px 30px
    }

    .footer-form-area img {
        width: 134px
    }
}

@media (max-width:1280.98px) {
    header .menu-row .left-menu li a {
        padding: 0 15px
    }

    .mmenu .book-btn {
        top: 0;
        position: relative
    }
}

.apartments-listing .banner .home-filter form .form-group:after,
.apartments-listing .banner:before,
.apartments-listing .header.sticky,
.apartments-listing.listing-page .sort .home-filter form .form-group:after,
.bottom-footer p br,
.discover .swiper-scrollbar,
.flat-estates .amenities .swiper-button-next:after,
.flat-estates .amenities .swiper-button-prev:after,
.flat-estates .info .arrow-wrap .arrow-btn:first-child,
.floating-icons-mob ul li:last-child:after,
.footer-enquiry-form .active-on-click,
.footer-form-area .mobile-p,
.formDivHide,
.hide-form,
.img-holder:hover+div,
.img-holder:hover:after,
.legacy-page .legacy-wap .mob,
.menu-close,
.mmenu-opening .menu-trigger,
.opend-serch.iconserch .search-icon,
.results .row .info-box .arrow-btn:first-child,
.swiper-notification,
body .career-section .accordion-header .accordion-button:not(.collapsed) span.apply-now,
body .new-header.menu-row ul li.has-submenu:after,
footer .mobile-wrapper hr {
    display: none
}

@media (min-width:1601px) and (max-width:1799px) {
    .desktop-header .container {
        max-width: 1400px
    }
}

header.sticky .menu-row ul li.has-submenu:after {
    background: url(../images/menu-drop-desktop-sticky.svg) 0 0/16px 8px no-repeat
}

.loader-wrap {
    width: 100%;
    height: 100%;
    background: #000000c2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.loader-wrap .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #101114;
    width: 60px;
    height: 60px;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.menu-row div:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quality,
body .new-header.menu-row,
div.lessmore a.more {
    display: -webkit-box;
    display: -ms-flexbox
}

@media only screen and (min-width:1600px) {
    header .menu-row .left-menu li a {
        padding: 0 25px 0 13px
    }
}

.about .banner h2.copy,
.slick-vertical.slider-nav-1 .slick-slide {
    float: right
}

body .v-slider-section .slider-nav-1 li,
body .v-slider-section .slider-nav-2 li {
    font-weight: 400
}

.apartments-listing .results .info-box span,
body .apartments-listing .results .info-box span,
div.lessmore a.more,
footer h4 {
    font-weight: 700
}

body .modal-xl {
    max-width: 1000px
}

body .sticky .new-header .has-submenu>a {
    background: url(../images/menu-drop-desktop-sticky.svg) right center/16px 8px no-repeat
}

body .sticky .new-header .logo {
    margin-left: 12%;
    margin-right: 12%;
    width: 13%;
    text-align: center;
}

body .new-header .logo,
body .sticky .logo {
    margin-left: 10%;
    margin-right: 10%
}

body .sticky .logo svg {
    -webkit-filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
    width: 130px
}

body .new-header .has-submenu>a {
    padding-right: 17px !important;
    background: url(../images/menu-drop-desktop.svg) right center/16px 8px no-repeat
}

body .new-header.menu-row {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body #myButton .arrow:after,
body #myButton .arrow:before {
    width: 12px;
    height: 2px;
    border-radius: 0
}

.projects-slider .swiper-slide-active a .img-holder::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000058;
    display: block !important;
    opacity: 1;
    border-radius: 0
}

.projects-slider .img-holder {
    -webkit-transition: .5s;
    transition: .5s
}

.projects-slider .swiper-slide-active a:hover .img-holder {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

@media (min-width:1180px) and (max-width:1280px) {

    .commu-disc-slide-sec .tab-section .nav-tabs .arrow-btn,
    body .legacy-wap #myButton p {
        font-size: 12px
    }

    .philanthropy .banner h2 {
        font-size: 42px;
        line-height: 51px
    }

    body.apartments-listing.listing-page .sort .home-filter form .black-button {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px
    }

    body.apartments-listing.listing-page .listing .listing-block .info .price {
        width: 41%;
        min-width: 170px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
    }

    body.flat-estates .amenities h2,
    body.flat-estates .info h2 {
        font-size: 35px !important;
        line-height: 42px !important
    }

    body .home-filter {
        padding: 10px 25px
    }

    body .home-filter form label {
        margin-bottom: 0
    }

    body .home-filter .select-styled:after {
        top: 7px
    }

    body .home-filter .select-styled.active:after,
    body .home-filter .select-styled:active:after {
        top: 2px;
        right: 12px
    }

    body .legacy .char {
        margin-right: -45px;
        font-size: 22px
    }

    body .flat-estates .map h2 {
        font-size: 35px;
        line-height: 42px
    }

    body .partner-link-buttons {
        padding-left: 20px;
        padding-right: 20px
    }

    body #myButton {
        bottom: 5%
    }

    body .partner-banner .title-disc {
        padding-top: 130px
    }

    body .comm-details-sec .arrow-btn .arrow-icon,
    body .legacy-block .arrow-btn .arrow-icon,
    body .load-more .arrow-btn .arrow-icon {
        padding-right: 45px
    }

    body .image-box .box-content {
        padding: 30px
    }

    body .projects-slider .hover-content p {
        font-size: 22px;
        line-height: 28px
    }

    body .floating-icons li svg {
        width: 20px;
        height: 20px
    }

    body #scroll-button {
        right: 7px;
        width: 40px;
        height: 40px
    }

    body .community-section .center-block .features h5 {
        font-size: 10px
    }

    body .community-slider .swiper-button-next,
    body .community-slider .swiper-button-prev {
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }

    body .community-section .center-block:hover {
        width: 900px
    }

    body .legacy-wap #myButton {
        right: 10%
    }

    body .slider__thumbs {
        right: 8%;
        top: 52%
    }

    body .slider__thumbs span {
        font-size: 12px;
        line-height: 22px
    }

    body .slider__thumbs .swiper-slide-thumb-active span:after {
        height: 2px
    }

    body .legacy-wap #myButton .arrow {
        top: 58%
    }

    body #myButton .arrow:after,
    body #myButton .arrow:before {
        width: 10px;
        height: 2px;
        border-radius: 0
    }

    body p {
        font-size: 14px;
        line-height: 24px
    }

    .new-header li {
        margin: 0 10px
    }

    .new-header li .book-btn {
        padding: 9px 30px !important;
        min-width: 140px
    }
}

.grecaptcha-badge,
body .banner:before {
    display: none !important
}

.sitemappage .inner-sections ul li {
    font-family: Montserrat;
    font-size: 14px
}

.sitemappage .inner-sections ul li a {
    color: #663030;
    line-height: 25px
}

.sitemappage .inner-sections ul>li>ul {
    padding-left: 15px;
    line-height: 13px;
    padding-top: 11px;
    padding-bottom: 12px
}

#enquiryModal .btn-close,
.sitemappage .inner-sections ul>li>ul>li {
    font-size: 12px
}

body .inner-banner {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none
}

body .philanthropy .disc-slide-class .swiper-slide .img-holder .disc-pro-details {
    background-color: 0 !important;
    background: 0 0 !important
}

body .image-gallery h3 {
    font-size: 23px !important;
    padding-top: 24px !important;
    min-height: 81px
}

body .image-gallery .arrow-btn {
    margin-top: 14px !important
}

body .legancy-award .disc-pro-details span {
    padding-bottom: 28px;
    font-size: 14px
}

body .at-share-btn-elements .at-icon-wrapper:nth-child(2) {
    border-right: 0 !important;
    background: 0
}

@media (max-width:1200px) {
    header.sticky .menu-row .book-btn {
        max-width: 100% !important
    }

    body .sticky .logo {
        margin-left: 3%;
        margin-right: 3%
    }

    body .legancy-award .disc-pro-details h2 {
        font-size: 40px
    }

    body .bed-rm,
    body .numers-prj,
    body .park {
        font-size: 14px
    }
}

body .home-filter .select-options {
    right: -12px;
    left: -17px
}

@media (max-width:767px) {
    p {
        font-size: 10px;
        line-height: 18px
    }

    .section-title {
        font-size: 35px;
        line-height: 45px
    }

    h1 {
        font-size: 32px;
        line-height: 45px
    }

    .container {
        padding-left: 22px;
        padding-right: 22px
    }

    .button-center-mob {
        text-align: center
    }

    .black-button:hover,
    .btn-white:hover {
        -webkit-box-shadow: inset 13em 0 #ffff;
        box-shadow: inset 13em 0 #ffff
    }

    .arrow-btn {
        font-size: 12px
    }

    header .menu-row .left-menu,
    header .menu-row .right-menu {
        display: none
    }

    body .commu-disc-slide-sec .disc-slide-class .swiper-slide {
        width: 100%
    }

    body .about .communitydetailpage .inner-spacing {
        padding-bottom: 0 !important
    }

    body .leadership .chairman h2 {
        margin-top: 0 !important
    }
}

body .icon-top {
    position: absolute;
    top: 43%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    background: #00000061;
    width: 26%;
    margin: 0 auto;
    padding: 10px !important;
    color: #fff !important;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

footer .link-ul a,
footer ul a {
    -webkit-transition: background-position 275ms
}

body .icon-top:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background: #020202
}

body .gallery-photo-type {
    margin-bottom: 54px
}

body .gallery-photo-type h3 {
    padding: 15px 0;
    font-size: 23px
}

.flat-estates .video-block .video-copy .play-icon:hover,
body .card-slider .img-wrapper img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

body .card-slider .img-wrapper img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    overflow: hidden
}

.signature-quality .inner-main-banner .signature-banner .title-disc {
    width: 85% !important
}

@media only screen and (max-width:991.98px) {
    .banner .inner-main-banner .contact-banner {
        margin-top: -72 !important
    }

    .signature-quality .inner-main-banner .signature-banner .title-disc {
        padding-top: 110px !important;
        width: 97% !important
    }

    .signature-quality .inner-main-banner .signature-banner .title-disc h2 {
        margin-bottom: 3px
    }

    .signature-quality .inner-main-banner .signature-banner .title-disc p {
        font-size: 17px;
        line-height: 23px;
        margin: 10px auto
    }

    .signature-quality .inner-main-banner .signature-banner .title-disc .banner-counter-block .grey-box-with-border {
        padding: 0 42px
    }
}

@media (max-width:575.98px) {
    .arrow-btn {
        font-size: 12px;
        padding: 20px
    }

    .arrow-btn span:before {
        left: 30px
    }

    .arrow-btn .arrow-icon {
        padding-right: 34px
    }

    .footer-form-area-row .arrow-btn .arrow-icon {
        padding-right: 42px
    }

    body .banner-content .signature-banner {
        padding-top: 11% !important
    }

    body .mob .search-form {
        padding: 15px 22px;
        width: 92%;
        left: -2%;
        right: 0
    }

    body .community-section .center-block {
        padding: 30px
    }

    body .video-copy span {
        line-height: 24px !important
    }

    body .video-copy h3 {
        line-height: 130px !important
    }

    body .commu-disc-slide-sec .disc-slide-class .swiper-slide,
    body .home-filter .black-button {
        width: 100%
    }

    body .community-slide-main .community-slide-box .content-sec .disc-sec {
        margin-bottom: 161px
    }

    body .community-slide-main .community-slide-box .content-sec .disc-sec h5 {
        font-size: 26px !important;
        line-height: 33px !important
    }

    body .inner-banner .tab-banner {
        display: none
    }

    .signature-quality html.mmenu-opened .mh-btns-left {
        top: 49px
    }
}

@media only screen and (max-width:1700px) {
    .about .banner.craftsman-banner {
        height: auto !important;
        padding-bottom: 0
    }
}

@media only screen and (max-width:2000px) {
    .about .mission-vision {
        height: 100vh
    }

    .commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder,
    .discover .png :hover {
        cursor: url(../images/cursor.svg), pointer
    }

    .about .banner .bout-baanner-m .banner-content {
        padding-top: 20%
    }

    .comunity-sec {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    .banner.craftsman-banner,
    .commun-live img {
        height: 100%
    }

    #myButton {
        bottom: 4% !important
    }

    .commu-disc-slide-sec .discover-slider {
        cursor: url(../images/cursor.svg), pointer
    }

    .about .banner.craftsman-banner {
        height: auto !important;
        padding-bottom: 0
    }

    .projects-slider .swiper-button-next {
        right: 26%
    }

    .projects-slider .swiper-button-prev {
        left: 26%
    }

    .slider-copy-wrap h3 {
        margin-top: 0
    }

    .list-aprtm.results .info-box .info {
        padding-bottom: 5%
    }

    .list-aprtm .pl-0 {
        padding: 0
    }
}

@media only screen and (min-width:1400px) {
    .banner .about-baanner-m h2 {
        margin-top: 130px !important
    }

    .story h2 {
        padding-right: 40%
    }

    .banner.about-baanner-m .banner-content {
        padding-top: 16%
    }

    .about.about-baanner-m h2.copy {
        margin-top: 8%
    }

    .about .banner {
        height: 75vh
    }

    .legacy {
        padding: 65px 0
    }
}

#status,
.legacy {
    background-repeat: no-repeat
}

#enquiryModal .form-mb:nth-child(2n) {
    padding-right: 11px !important
}

@media only screen and (max-width:992px) and (max-width:992px) {
    .leadership .banner .banner-content {
        padding-top: 36% !important
    }
}

@media only screen and (max-width:576px) {
    .home-filter.on {
        bottom: -23px
    }

    .news-events {
        background: 0 0
    }

    .footer-form-area h4:after {
        background: 0 0 !important
    }

    .legacy-block .section-title {
        margin-bottom: 68px !important;
        text-align: center !important
    }

    .enq-form-section p {
        font-size: 12px
    }

    .news-events-details strong {
        font-size: 14px
    }
}

.banner-content.leader-banner {
    padding-top: 17%
}

.apartments-listing .banner {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    overflow: visible
}

@media only screen and (max-width:1024px) {
    .v-slider-section .slide-main-item.signatur-items {
        margin-bottom: 51px
    }

    #gallery.img-wrapper img {
        height: 191px
    }
}

@media only screen and (max-width:1440px) {
    .footer-enquiry-form .select-wrapper select {
        height: 54px
    }
}

@media only screen and (max-width:768px) and (min-width:1800px) {
    .footer-form-area .text-center {
        height: 273px
    }
}

@media only screen and (max-width:768px) {
    .philanthropy .banner h2 {
        font-size: 28px;
        line-height: 34px
    }

    .about .banner h2 {
        font-size: 33px;
        line-height: 4px;
        width: 100%
    }

    .about-baanner-m .banner-content {
        padding-top: 30% !important
    }

    .about .mission-vision {
        height: 100%;
        min-height: auto !important;
        max-height: 1800px !important
    }

    .about .mission-vision h4 {
        padding-top: 27%
    }

    body .footer-form-area .form-section {
        display: block
    }

    .v-slider-section .slide-main-item.signatur-items {
        margin-bottom: 27px
    }

    #gallery.img-wrapper img {
        height: 450px
    }

    body .footer-form-area .section-title.form-trigger {
        text-align: center;
        padding-bottom: 16px
    }
}

@media only screen and (max-width:1399px) {
    .home-filter .select-options li {
        padding: 12px 0 10px 24px;
        font-size: 15px
    }
}

@media only screen and (max-width:1800px) {
    #myButton {
        bottom: 1%
    }

    .community-section .center-block:hover {
        width: 68%
    }

    .apartments-listing .banner .home-filter .select-wrapper .select {
        padding: 11px 25px !important
    }

    .flat-estates .info h1 {
        font-size: 47px;
        line-height: 57px;
        margin: 8% auto 3%
    }
}

@media (min-width:1180px) and (max-width:1280px) {
    .legancy-award .disc-pro-details h4 {
        font-size: 22px !important
    }

    .partner-link-buttons .arrow-btn {
        font-size: 17px !important
    }

    .legacy .arrow-btn {
        font-size: 19px !important
    }

    .arrow-btn {
        font-size: 15px !important
    }

    .apartments-listing.listing-page .listing .listing-block .info .arrow-btn {
        width: 67% !important
    }

    .about.careerspage .banner h2 {
        font-size: 44px;
        line-height: 45px;
        margin-bottom: 47px
    }

    .about.careerspage .inner-main-banner .title-disc,
    .community-banner .title-disc,
    .inner-main-banner .title-disc {
        padding-top: 107px;
        width: auto;
        text-align: center;
        margin: 0 auto;
        max-width: 473px
    }

    .about.careerspage #myButton {
        display: block
    }
}

.footer-form-row label.umbraco-forms-label {
    padding-bottom: 17px !important
}

body .sitemap ul li {
    margin-bottom: 20px
}

body .sitemap ul li ul {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 0
}

@media only screen and (max-width:375px) {
    .footer-enquiry-form .form-col {
        padding-right: 0 !important
    }
}

.footer-menu-5,
.mail-to-regist .umbraco-forms-label {
    padding-top: 16px
}

#enquiryModal .modal-body .form-mb:nth-child(10),
.apartments-listing .banner .inner-banner {
    width: 100% !important
}

body .sitemap ul li ul li {
    margin-bottom: 14px !important
}

body.sitemappage .inner-sections ul>li>ul>li {
    margin-bottom: 12px
}

body .career-section .accordion-header .accordion-button:not(.collapsed) {
    background: url("../images/close-black.svg") right top 40px no-repeat
}

@media (min-width:768px) and (max-width:1024px) {
    body .legacy {
        background-position-y: 100% !important
    }
}

@media (min-width:1380px) and (max-width:1800px) {
    body.apartments-listing.listing-page .listing .listing-block .info .price {
        width: 55%
    }

    body.apartments-listing.listing-page .listing .listing-block .info .arrow-btn {
        width: 45%;
        min-width: auto
    }
}

@media (min-width:767px) and (max-width:1000px) {

    .about .inner-main-banner .banner-content,
    .community-banner .banner-content,
    .inner-main-banner .banner-content {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
}

@media only screen and (min-width:561px) {
    body.flat-estates .amenities h2 {
        margin-top: 50px
    }

    body.project-map .bottom-footer {
        padding-bottom: 115px
    }
}

@media only screen and (max-width:561px) {
    body.flat-estates .banner .banner-content {
        padding-bottom: 40px !important
    }
}

@media (min-width:767px) {
    .flat-estates .banner .desktop-banner {
        height: 100vh !important
    }

    .flat-estates .banner .desktop-banner img {
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

@media (max-width:400px) {

    .about .inner-main-banner.career-banner .title-disc,
    .community-banner.career-banner .title-disc,
    .inner-main-banner.career-banner .title-disc {
        padding-top: 240px
    }
}

@media (min-width:1200px) {
    body .career-section .careers-listing {
        padding-left: 20px;
        padding-right: 20px
    }

    body .legacy {
        min-height: 600px;
        background-position-y: 100%
    }
}

body .propertyTalk .form-property .footer-enquiry-form .select-wrapper select,
body .propertyTalk .form-property .footer-form-row .iti__flag-container,
body .propertyTalk .iti--allow-dropdown input,
body .propertyTalk .iti--allow-dropdown input[type=text] {
    height: 51px !important
}

@media (min-width:1800px) {
    header .menu-row .left-menu li:first-child a {
        padding-right: 65px
    }

    header .menu-row .left-menu li ul li:first-child a {
        padding-right: 0
    }

    body .new-header .has-submenu>a,
    body .sticky .new-header .has-submenu>a,
    header.sticky .menu-row ul li.has-submenu:after {
        background-size: 12px 12px
    }

    body .legacy {
        min-height: 800px
    }

    body .propertyTalk .form-property .footer-enquiry-form .select-wrapper select,
    body .propertyTalk .form-property .footer-form-row .iti__flag-container,
    body .propertyTalk .iti--allow-dropdown input,
    body .propertyTalk .iti--allow-dropdown input[type=text] {
        height: 80px !important
    }
}

body .propertyTalk .iti--separate-dial-code .iti__selected-flag {
    height: 48px !important
}

@media (min-width:1800px) {
    body .propertyTalk .iti--separate-dial-code .iti__selected-flag {
        height: 77px !important
    }

    .iti--allow-dropdown input,
    .iti--allow-dropdown input[type=text] {
        height: 80px
    }
}

@media (max-width:359px) {
    .about .inner-main-banner .title-disc h2 {
        font-size: 20px !important;
        min-width: auto
    }
}

.projects-slider .swiper-button-prev {
    right: 26%;
    left: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.projects-slider .swiper-button-next {
    left: 26%;
    right: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.lessmore,
body .desktop-header.sticky .search-top .search-li .search-form form.active {
    margin-top: 30px
}

@media (max-width:1025px) {
    .arrow-btn-white {
        font-size: 14px
    }

    .arrow-btn-white .arrow-icon {
        padding-right: 40px
    }

    .leadership .banner {
        min-height: 0 !important
    }

    .mmenu a.mmenu-subopen {
        border: none
    }

    body.apartments-listing .iti.iti--allow-dropdown {
        margin-bottom: 8px
    }
}

@media (min-width:1024px) {
    .legacy-wap .slider__col .swiper-slide {
        margin-bottom: 17px !important
    }

    body .community-section .center-block:hover .img-wrap img {
        width: 70%;
        margin-bottom: 40px
    }

    .formNationality {
        height: 42px
    }

    body.apartments-listing .banner .home-filter .select-wrapper .select {
        margin-top: 0 !important
    }

    body.apartments-listing .iti.iti--allow-dropdown {
        margin-bottom: 0
    }

    .apartments-listing .banner .container {
        padding: 0
    }
}

@media (min-width:767px) and (max-width:1200px) {
    body.philanthropy .slider .wrapper .owl-nav .owl-next {
        left: -30px
    }

    body .legancy-award .disc-pro-details h2 {
        font-size: 32px !important
    }

    body .legancy-award .disc-pro-details h4 {
        font-size: 14px
    }

    body.project-map .bottom-footer {
        padding-bottom: 150px
    }

    body.about .about-baanner-m.banner .desktop-banner img {
        height: 100%
    }

    body.about .about-baanner-m.banner h2 {
        max-width: 350px;
        text-align: left
    }

    body.about .about-baanner-m.banner h2.copy {
        text-align: right;
        margin: 0
    }

    .signature-banner .inner-banner {
        height: 525px
    }
}

body .story {
    height: auto;
    min-height: auto
}

@media (min-width: 992px) and (max-width:1023px) {
    body .search-top {
        top: 37%;
    }

@media (min-width:767px) and (max-width:992px) {
    body .search-top {
        top: 50%;
        right: 20px;
    }


    body.apartments-listing .inner-banner .ipad-banner {
        display: none !important
    }

    body.apartments-listing .inner-banner .desktop-banner {
        height: 800px;
        overflow: hidden
    }

    body.apartments-listing .inner-banner .desktop-banner img {
        height: 100% !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        -o-object-position: center !important;
        object-position: center !important
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    body.about .about-baanner-m.banner h2.copy {
        margin-top: 20%
    }
}

@media (min-width:900px) and (max-width:1220px) {
    .headerMenutwo {
        padding-right: 0 !important;
        padding-left: 3%;
    }
}

@media (max-width:1000px) {

    .about .about-baanner-m .inner-banner,
    .inner-banner .desktop-banner {
        height: 100%
    }

    body .legacy {
        min-height: 820px
    }

    body.apartments-listing .banner .inner-banner {
        height: 100% !important;
        overflow: hidden
    }
}

@media (min-width:780px) and (max-width:900px) {
    .leadership .inner-banner .desktop-banner img {
        position: relative
    }

    .leadership .chairman-img,
    .leadership .right-content {
        width: 100%
    }

    .leadership .chairman h2 {
        margin-top: 0 !important
    }

    body.leadership .banner .banner-content {
        padding-top: 0 !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 19px
    }

    body.leadership .banner .inner-banner {
        height: 600px
    }

    body.leadership .banner .desktop-banner img {
        height: 100%
    }
}

@media (min-width:1400px) {
    .banner-content.leader-banner {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 0 0 10% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.apartments-listing .banner .home-filter .select-wrapper .select .select-styled,
.container.searchLandingPageResults,
.footer-form-area .footer-form-row .col-lg-12 {
    padding: 0
}

.footer-form-area .footer-seperators {
    display: none;
    border-color: #c1c1c1
}

.footer-enquiry-form .datepickerfield,
.footer-enquiry-form .form-control {
    border: 1px solid #888e91;
    font-weight: 500;
    color: #000;
    font-family: Montserrat-Medium
}

.footer-form-area .mob-padd p {
    font-size: 14px;
    line-height: 18px;
    max-width: 67%;
    margin-top: 12%
}

.apartments-listing .banner .home-filter .form-col,
.apartments-listing .banner .home-filter .select-wrapper,
.apartments-listing.listing-page .sort,
.flat-estates .amenities,
.flat-estates .video-block,
.footer-enquiry-form .select-wrapper,
.header-Top,
.img-holder,
footer h4 {
    position: relative
}

.footer-enquiry-form .form-switch {
    padding-left: 0;
    margin-top: 12px
}

.footer-enquiry-form .form-switch label {
    color: #000;
    font-size: 18px;
    font-family: Montserrat-Light;
    font-weight: 300
}

.footer-enquiry-form .form-check .form-check-input {
    float: right;
    cursor: pointer
}

.footer-enquiry-form .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")
}

.footer-enquiry-form .form-check .form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.footer-enquiry-form .form-control {
    min-height: auto;
    border-radius: 0;
    font-size: 18px;
    padding: 25px 38px
}

@media (min-width:1800px) {
    body #enquiryModal .footer-enquiry-form .select-wrapper .form-control {
        height: 51px !important
    }

    .formNationality {
        height: 69px
    }

    .footer-form-area .mob-padd p {
        max-width: 90%;
        font-size: 17px;
        line-height: 25px
    }

    .footer-form-area p {
        margin-top: 107px;
        padding-right: 45%
    }

    .footer-enquiry-form .form-switch label {
        font-size: 17px
    }

    .footer-enquiry-form .form-control {
        font-size: 22px
    }
}

@media (max-width:1600px) {
    .footer-form-area p {
        font-size: 14px;
        line-height: 18px;
        max-width: 50%
    }

    .footer-enquiry-form .form-switch label {
        font-size: 14px
    }

    .footer-enquiry-form .form-control {
        padding: 16px 27px;
        font-size: 14px
    }
}

.footer-enquiry-form .datepickerfield:focus,
.footer-enquiry-form .form-control:focus {
    border: 1px solid #000
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {
        @media (min-width:1800px) {
            .footer-enquiry-form .datepickerfield {
                height: 98px
            }
        }
    }
}

.footer-enquiry-form .datepickerfield {
    border-radius: 0;
    font-size: 18px;
    padding: 25px 38px;
    width: 100%
}

@media (min-width:1800px) {
    .footer-enquiry-form .datepickerfield {
        font-size: 22px
    }
}

@media (max-width:1600px) {
    .footer-enquiry-form .datepickerfield {
        padding: 16px 27px;
        font-size: 14px
    }
}

.footer-enquiry-form .select-wrapper select {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.footer-enquiry-form .select-wrapper select option {
    padding: 10px 0;
    background: #acacac;
    color: #000
}

.footer-enquiry-form .select-wrapper select option:hover {
    background-color: #000;
    color: #fff
}

.footer-enquiry-form .select-wrapper select.input-validation-valid,
.no-padd-mob a {
    color: #000 !important
}

.footer-enquiry-form .select-wrapper:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 7px;
    background: url("../images/drop-arrow.svg") 0 0/14px 7px no-repeat;
    top: 0;
    right: 19px;
    bottom: 0;
    margin: auto;
    z-index: 0
}

.footer-enquiry-form select {
    color: #6d6d6d !important;
    font-weight: 300 !important
}

.bottom-footer p,
.bottom-footer ul li a,
.floating-icons-mob ul li span {
    font-weight: 400;
    font-family: Montserrat-Regular
}

.footer-enquiry-form .form-col {
    margin-bottom: 36px;
    padding-left: 0
}

@media (max-width:1600px) {
    .footer-enquiry-form .form-col {
        margin-bottom: 23px
    }
}

footer {
    padding-top: 42px
}

footer .footer-seperator-top {
    border-color: #707070;
    margin-bottom: 94px
}

footer h4 {
    color: #000;
    font-family: Montserrat-Bold;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 40px
}

@media (max-width:1600px) {
    footer .footer-seperator-top {
        margin-bottom: 73px
    }

    footer h4 {
        font-size: 14px;
        margin-bottom: 31px
    }
}

footer h4:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 10px;
    background: url("../images/footer-menu-icon.svg") no-repeat;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none
}

.bottom-footer ul li a,
footer .link-ul a,
footer ul a {
    background: -webkit-gradient(linear, left top, right top, from(#6d6d6d), color-stop(50%, #6d6d6d), color-stop(50%, #000));
    text-decoration: none;
    color: #000;
    overflow: hidden;
    -webkit-text-fill-color: transparent
}

@media (min-width:1800px) {
    footer h4 {
        font-size: 15px
    }
}

div.lessmore a.more.active:after,
footer h4.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

footer ul li {
    margin-bottom: 29px
}

footer ul a {
    font-family: Montserrat-Medium;
    font-weight: 300;
    font-size: 18px;
    background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms
}

@media (min-width:1800px) {
    footer ul a {
        font-size: 15px
    }
}

footer .link-ul a {
    font-family: Montserrat-Medium;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms
}

@media (min-width:1800px) {
    footer .link-ul a {
        font-size: 20px
    }

    .bottom-footer ul li a {
        font-size: 14px
    }
}

.bottom-footer {
    background-color: #ededed;
    padding: 47px 0 28px;
    margin-top: 20px
}

@media (max-width:1600px) {
    footer ul li {
        margin-bottom: 17px
    }

    footer .link-ul a,
    footer ul a {
        font-size: 14px
    }

    .bottom-footer {
        margin-top: 20px;
        padding: 34px 0 29px
    }
}

@media (max-width:1025px) and (max-width:767px) {
    .bottom-footer .row div {
        margin-top: 10px
    }
}

.apartments-listing .banner .home-filter .umbraco-forms-form,
.apartments-listing.listing-page .listing,
.bottom-footer ul,
.floating-icons li,
.slider-part {
    margin-bottom: 0
}

.bottom-footer ul li {
    display: inline-block;
    margin-bottom: 0
}

.bottom-footer ul li a {
    background: linear-gradient(to right, #6d6d6d, #6d6d6d 50%, #000 50%);
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 275ms;
    transition: background-position 275ms
}

.bottom-footer ul li.right-line {
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

.bottom-footer ul li.right-line:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: #000;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.bottom-footer p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px
}

.social-media-links li {
    margin: 0 17.5px
}

.social-media-links a:hover svg {
    opacity: .5
}

.payment-button {
    margin-top: 45px
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 14%;
    cursor: pointer;
    font-size: 18px;
    font-family: Montserrat-Light;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:1800px) {
    .bottom-footer p {
        font-size: 14px
    }

    .custom-checkbox {
        font-size: 17px
    }
}

@media (max-width:1600px) {

    .bottom-footer p,
    .bottom-footer ul li a {
        font-size: 10px
    }

    .social-media-links li {
        margin: 0 12.5px
    }

    .custom-checkbox {
        font-size: 14px;
        margin-top: 10px
    }
}

.custom-checkbox a {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-transform: capitalize
}

.about .banner h2,
.gmi-logo-sec a,
.legacy .quotes,
.quality .mid-copy h2,
div.lessmore a.more {
    text-transform: uppercase
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #888e91
}

@media (min-width:1800px) {
    .checkmark {
        height: 30px;
        width: 30px
    }
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkbox .checkmark:after {
    left: 11px;
    top: 6px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mb {
    margin-bottom: 20px !important
}

@media (max-width:1600px) {
    .mb {
        margin-bottom: 12px !important
    }

    .pl-0 {
        padding-top: 55px
    }
}

.floating-icons {
    position: fixed;
    right: 3px;
    bottom: 80px;
    z-index: 100
}

.floating-icons li a circle {
    fill: #000000;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.floating-icons li a:hover circle {
    fill: #A1A5A3;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.modal-open .floating-icons {
    right: 38px
}

.floating-icons-mob {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background-color: #ffff;
    -webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 -3px 14px rgba(0, 0, 0, .16)
}

.floating-icons-mob ul {
    margin-bottom: 0;
    text-align: center
}

.floating-icons-mob ul li {
    display: inline-block;
    padding: 14px 5px;
    width: calc(100% / 3 - 5px);
    position: relative
}

.floating-icons-mob ul li span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px
}

.floating-icons-mob ul li:after {
    content: "";
    width: 1px;
    height: 27px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

#enquiryModal .form-control {
    padding: 14px 27px
}

#enquiryModal .datepickerfield {
    padding: 20px 27px
}

#enquiryModal .form-mb {
    margin-bottom: 30px
}

@media (min-width:1280px) and (max-width:1600px) {
    .checkmark {
        height: 30px;
        width: 30px
    }

    #enquiryModal .form-mb {
        margin-bottom: 15px
    }

    body .legacy-wap #myButton p {
        font-size: 14px;
        top: 15px
    }
}

#enquiryModal .mtop {
    margin-top: 18px
}

#enquiryModal .modal-content {
    border-radius: 0
}

#enquiryModal .modal-header {
    border-bottom: 0
}

#enquiryModal .modal-body {
    padding: 12px 37px 60px
}

#enquiryModal .btn-close:focus,
.flat-estates .amenities .swiper-button-next:hover,
.flat-estates .amenities .swiper-button-prev:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

#scroll-button {
    position: fixed;
    right: 7px;
    bottom: 30px;
    z-index: 9;
    display: none
}

.footer-enquiry-form .form-col:nth-child(9) {
    margin-bottom: 12px;
    width: 100% !important
}

.modal {
    z-index: 100060 !important
}

div.lessmore a.more {
    max-width: 100px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: Montserrat-Bold;
    letter-spacing: 1px;
    font-size: 14px
}

div.lessmore a.more:after {
    background: url(../images/menu-drop-desktop-sticky.svg) 0 0/16px 8px no-repeat;
    width: 16px;
    height: 8px;
    content: ""
}

div.lessmore a.more:before {
    content: "More";
    margin-right: 5px
}

div.lessmore a.more.active:before {
    content: "Less"
}

.gmi-logo-sec a {
    font-family: Montserrat-regular;
    font-size: 10px;
    color: #000
}

.about .banner,
.apartments-listing .banner .inner-banner,
.flat-estates .banner {
    height: 100vh
}

.about .banner .desktop-banner img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about .banner:before {
    z-index: -1;
    background: bottom/cover #000
}

.about .banner .banner-content {
    padding-top: 15%
}

@media (min-width:1800px) {
    .pl-0 {
        padding-top: 65px
    }

    #enquiryModal .submit-bg {
        padding-left: 122px
    }

    #enquiryModal .btn-close {
        font-size: 20px
    }

    .about .banner .banner-content {
        padding-top: 14%
    }

    .about .banner h2 {
        font-size: 70px;
        line-height: 75px
    }
}

@media (max-width:992px) {
    .btn-white:hover {
        color: #000
    }

    .btn-white {
        float: left
    }

    .search-top .search-li {
        margin-right: 0
    }

    .search-top .search-li .search-form form {
        min-width: 100%
    }

    .search-top .search-li .search-form form.active {
        min-width: 80%
    }

    .search-trigger svg {
        width: 22px;
        height: 22px;
        position: relative;
        top: -2px
    }

    .desktop-header,
    body .legacy-page .legacy-wap .mob {
        display: none
    }

    body .inner-banner .tab-banner img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    body .tab-section .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    body .about .communitydetailpage .inner-main-banner .title-disc .sub-logo,
    body .community-banner .title-disc .sub-logo,
    body .inner-main-banner .title-disc .sub-logo {
        margin: 0 auto !important
    }

    body .contact-banner {
        margin-top: -72 !important
    }

    .flat-estates .banner .banner-content {
        padding-top: 155px !important
    }

    body .career-section .accordion-header .accordion-button:not(.collapsed) {
        background-position: right top 20px
    }

    body .results .info-box .arrow-btn {
        min-width: 164px
    }

    .community-discover-sec.inner-sections h3 {
        margin-top: 55px
    }

    body .careerspage .about .inner-main-banner .title-disc,
    body .community-banner .title-disc,
    body .inner-main-banner .title-disc {
        width: 99% !important;
        padding-bottom: 50px
    }

    body .home-filter .select-options {
        max-height: 177px
    }

    body .legacy-block {
        padding-top: 55px
    }

    body .community-slider .slider-pagination {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        margin-bottom: 50px;
        margin-top: -50px
    }

    body.flat-estates .info h1 {
        margin-top: 10px
    }

    .footer-enquiry-form .form-switch label {
        font-size: 12px;
        width: 75%
    }

    .footer-enquiry-form .select-wrapper:after {
        right: 15px
    }

    footer .link-ul {
        display: block;
        margin-top: 35px
    }

    footer .link-ul li {
        display: inline-block;
        width: calc(100% / 2 - 4px)
    }

    .custom-checkbox .checkmark:after {
        width: 6px;
        height: 11px;
        left: 9px;
        top: 5px
    }

    #enquiryModal .umbraco-forms-caption {
        line-height: 1.2em !important;
        margin-bottom: 50px
    }

    #enquiryModal .modal-body .form-mb {
        width: 100%;
        padding-right: 14px
    }

    #enquiryModal .modal-body .form-switch label {
        width: 50%
    }

    div.lessmore {
        padding: 10px 20px
    }

    div.lessmore a.more {
        max-width: initial;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 600;
        font-family: Montserrat-Medium
    }

    div.lessmore a.more:after {
        background: url(../images/footer-menu-icon.svg) 0 0/17px 10px no-repeat;
        width: 17px;
        height: 10px
    }

    .about .banner .banner-content {
        padding-top: 23%
    }
}

@media (max-width:767px) {

    body .propertyTalk .form-property .footer-enquiry-form .select-wrapper select,
    body .propertyTalk .form-property .footer-form-row .iti__flag-container,
    body .propertyTalk .iti--allow-dropdown input,
    body .propertyTalk .iti--allow-dropdown input[type=text] {
        height: 46px !important
    }

    body .propertyTalk .iti--separate-dial-code .iti__selected-flag {
        height: 43px !important
    }

    body .legacy .section-title {
        margin-right: 0
    }

    .results .info-box h3 {
        text-align: right
    }

    body .story .arrow-p,
    body.about .mission-vision h4,
    footer {
        padding-top: 0
    }

    .footer-form-area {
        padding-top: 58px
    }

    .footer-form-area .mob-fluid {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%
    }

    .footer-form-area .mob-fluid .row,
    footer .row {
        margin-left: 0;
        margin-right: 0
    }

    .footer-form-area .footer-seperators {
        display: none;
        margin-bottom: 0
    }

    .footer-form-area img {
        width: 107px
    }

    .footer-form-area h4 {
        font-size: 16px;
        font-weight: 500;
        font-family: Montserrat-Medium;
        margin-bottom: 0;
        margin-top: 20px;
        line-height: 22px;
        cursor: pointer;
        position: relative
    }

    .footer-form-area h4:after {
        content: "";
        position: absolute;
        width: 17px;
        height: 10px;
        background: url("../images/footer-menu-icon.svg") no-repeat;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .floating-icons,
    .footer-form-area .desktop-p,
    .footer-form-area h4 br,
    footer .footer-seperator-top,
    footer ul {
        display: none
    }

    .footer-form-area h4.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer-form-area .mobile-p {
        display: block;
        margin-top: 30px
    }

    .footer-enquiry-form .datepickerfield,
    .footer-enquiry-form .form-control {
        padding: 10px 20px;
        font-size: 16px
    }

    .footer-enquiry-form .form-col {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px
    }

    footer .container,
    footer .no-padd-mob {
        padding-left: 0;
        padding-right: 0
    }

    footer .mobile-wrapper {
        margin-top: 20px
    }

    footer .mobile-wrapper hr {
        display: block;
        margin-bottom: 0
    }

    footer .mobile-wrapper ul {
        margin-bottom: 0;
        background: #f0f0f0
    }

    footer .mobile-wrapper ul li {
        padding: 10px 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc
    }

    footer .container {
        max-width: 100%
    }

    footer h4 {
        font-size: 16px;
        margin-bottom: 0;
        color: #000;
        letter-spacing: 1.6px
    }

    .bottom-footer p br,
    .floating-icons-mob,
    footer h4:after {
        display: block
    }

    footer .link-ul a,
    footer ul a {
        font-size: 14px
    }

    .bottom-footer {
        margin-top: 0;
        padding-bottom: 95px
    }

    .bottom-footer ul {
        display: block;
        text-align: center;
        margin-bottom: 30px
    }

    .bottom-footer p {
        text-align: center;
        margin: auto auto 30px;
        line-height: 22px
    }

    .payment-button {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center
    }

    .mob-padd {
        padding-left: 21px;
        padding-right: 21px
    }

    .custom-checkbox {
        font-size: 13px
    }

    .checkmark {
        top: -1px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #888e91
    }

    #enquiryModal .form-control {
        font-size: 16px
    }

    #enquiryModal .form-mb:nth-child(2n) {
        padding-right: 0
    }

    #enquiryModal .form-mb {
        margin-bottom: 17px;
        padding: 0
    }

    #enquiryModal .modal-body {
        padding: 12px 17px 40px
    }

    #scroll-button.show {
        right: -25px;
        display: block
    }

    .about .banner .banner-content {
        padding-top: 21%
    }

    .inner-banner .mobile-banner img {
        width: 100%
    }
}

@media (max-width:680px) {
    body .apartments-listing.listing-page .banner {
        margin-top: -239px !important
    }

    body .mission-vision .mission,
    body .mission-vision .vision {
        min-height: auto !important;
        margin-top: 30px !important
    }

    body .banner-content .signature-banner {
        padding-top: 3% !important
    }

    .about .banner .about-baanner-m .banner-content {
        padding-top: 16%
    }

    .about .banner .banner-content {
        padding-top: 21%
    }
}

.about .banner h2 {
    width: 38%;
    min-width: 300px;
    margin-left: 8%
}

@media (max-width:1600px) {
    .about .banner h2 {
        font-size: 50px;
        line-height: 61px
    }
}

@media (max-width:992px) {
    .about .banner h2 {
        font-size: 44px;
        line-height: 35px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 61px
    }

    .inner-banner .banner {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:680px) {
    .about .banner h2 {
        width: 100%;
        font-size: 25px;
        line-height: 80px;
        margin-left: 0;
        text-align: center;
        margin-bottom: -10px
    }

    .mission-vision {
        padding-top: 90px;
        padding-bottom: 150px
    }
}

@media (min-width:1800px) {
    .about .banner h2.copy {
        margin-top: 10%;
        padding-left: 10%
    }
}

@media (max-width:1600px) {
    .about .banner h2.copy {
        margin-top: 5%;
        padding-left: 5%
    }
}

@media (max-width:1280.98px) {
    .about .banner h2.copy {
        margin-top: -6%
    }
}

@media (max-width:575.98px) {
    .about .banner {
        height: auto
    }

    .about .banner:before {
        background-size: cover;
        background-position: 15%
    }

    .about .banner .banner-content {
        padding-top: 36%
    }

    .about .banner h2 {
        margin-left: 0;
        font-size: 26px;
        line-height: 46px;
        text-align: center;
        width: 100%;
        margin-top: 32px
    }

    .about .banner h2.copy {
        margin-left: 0;
        margin-top: 190px;
        text-align: center
    }

    .about .inner-banner {
        position: absolute;
        top: 14%;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .about .inner-banner .mobile-banner img {
        height: 90vh;
        margin-top: -40px;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.inner-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.apartments-listing .banner p,
.apartments-listing.listing-page .listing .listing-block img,
.discover .swiper-slide a img,
.flat-estates .video-block video,
.footer-enquiry-form .form-col.mail-to-regist,
.form-property .footer-enquiry-form .form-col.mail-to-regist,
.formPhone .iti__country-list,
.inner-banner .banner,
.iti,
.iti__country-list,
.leadership .team .img-wrap img {
    width: 100%
}

.flat-estates .video-block .mobile-video,
.flat-estates .video-block .tab-video,
.inner-banner .mobile-banner,
.inner-banner .tab-banner {
    display: none;
    height: 100%
}

.legacy {
    height: auto;
    background-size: 80%;
    background-position-x: 165%;
    background-position-y: 100%
}

@media (min-width:1800px) {
    .legacy {
        background-position-y: 80%
    }
}

@media (min-height:1401px) and (max-height:1600px) {
    .legacy {
        background-position-y: 110% !important
    }

    .philanthropy .slider {
        max-height: 996px
    }
}

@media (max-width:1600px) {
    .legacy {
        background-position-y: 105%
    }
}

@media (max-width:1399.98px) {
    .footer-enquiry-form .select-wrapper select {
        height: 55px
    }

    .legacy {
        background-position-y: 80%
    }
}

@media (min-width:1201px) and (max-width:1299px) {
    header .menu-row .book-btn {
        max-width: 120px !important
    }

    .legacy {
        background-position-y: 98% !important
    }

    .philanthropy .slider .wrapper {
        height: auto
    }
}

@media (max-width:1200px) {
    .about .banner {
        height: auto
    }

    .legacy {
        background-position-y: 100% !important
    }

    .legacy .arrow-btn {
        font-size: 14px
    }
}

@media (min-height:1001px) and (max-height:1050px) {
    .legacy {
        background-position: bottom right
    }
}

.legacy:after {
    content: "";
    position: absolute;
    left: 3%;
    width: 95%;
    height: 100vh;
    top: 70%;
    background-size: 35%;
    background-position: 74% 0;
    z-index: -1
}

.legacy img.quote {
    width: 75%;
    margin-left: 10%
}

.legacy .quotes {
    font-weight: 500;
    font-size: 34px;
    max-width: 360px
}

.legacy .char {
    font-size: 32px;
    margin-top: 10%;
    float: right;
    position: relative;
    margin-bottom: 10%
}

.legacy .char span {
    font-family: Montserrat-Regular;
    color: #a1a5a3;
    display: block;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: .06rem
}

@media (min-width:1800px) {
    .legacy .quotes {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 40px;
        max-width: 420px;
        margin-left: 40px
    }

    .legacy .char span {
        font-size: 18px
    }
}

@media (max-width:1600px) {
    .legacy:after {
        top: 60%
    }

    .legacy .char {
        margin-right: -70px;
        font-size: 28px
    }

    .legacy .char span {
        font-size: 16px
    }
}

.legacy .char:before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background: #000;
    top: 28%;
    left: -35px
}

.legacy .section-title {
    margin-bottom: 15%;
    line-height: 0;
    margin-left: 15%
}

.legacy .styled-heading {
    font-family: Signatie;
    font-size: 50px;
    line-height: 75px;
    color: #c9a485;
    margin-top: 15%
}

.quality {
    height: 100vh;
    background-size: cover;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 800px
}

.quality .mid-copy,
.story,
.story .values {
    display: -webkit-box;
    display: -ms-flexbox
}

.quality .arrow-btn-white span {
    font-size: 20px
}

.quality .mid-copy {
    background: rgba(0, 0, 0, .37);
    padding: 5%;
    width: 60%;
    margin: 4% auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quality .mid-copy h2 {
    color: #ffff
}

.quality .mid-copy p {
    font-size: 16px;
    color: #ffff;
    padding: 5% 0;
    text-align: center
}

.mission-vision .mission h4,
.mission-vision .vision h4,
.story .values h3 {
    color: #c9a485;
    text-transform: uppercase
}

.story {
    overflow-x: hidden;
    min-height: 100vh;
    height: auto;
    max-height: 900px;
    display: flex
}

.story h2 {
    color: #000;
    text-transform: uppercase;
    margin: 8% 8% 8% 0
}

.story p {
    font-size: 16px;
    color: #646464
}

.story .arrow-p {
    background: url("../images/yellow-arrow.html") no-repeat;
    padding-left: 63%;
    background-position-x: 30%;
    line-height: 28px;
    margin-bottom: 8%
}

.story .space {
    border-right: 1px solid #c9a485;
    padding-right: 6%;
    margin-right: 5%
}

.story .space p {
    width: 75%;
    margin-top: 10%
}

.story .values {
    display: flex;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 8%
}

.flat-estates .modal .modal-body,
.mission-vision,
.story .values h3 {
    display: -webkit-box;
    display: -ms-flexbox
}

.flat-estates .info ul li,
.flat-estates .map .map-wrap li:hover object,
.flat-estates .modal .modal-body,
.flat-estates .video-block .video-copy,
.philanthropy .banner,
.slider__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.story .values h3 {
    display: flex
}

@media (min-width:1800px) {
    .legacy .section-title {
        font-size: 61px;
        line-height: 8px
    }

    .legacy .styled-heading {
        font-size: 83px;
        line-height: 81px;
        letter-spacing: 4.15px
    }

    .quality .mid-copy h2 {
        font-size: 55px;
        line-height: 60px;
        letter-spacing: 4.15px
    }

    .quality .mid-copy,
    .story p {
        font-size: 22px;
        line-height: 34px
    }

    .story h2 {
        font-size: 55px;
        line-height: 65px
    }

    .story .space p {
        font-size: 22px;
        line-height: 30px
    }

    .story .values h3 {
        font-size: 95px;
        line-height: 60px;
        letter-spacing: 4.15px
    }

    .story .values h3 span {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 4.15px;
        top: 16px;
        position: relative;
        padding-left: 30px
    }

    .mission-vision .container {
        max-width: 1550px
    }
}

@media (max-width:1600px) {
    .legacy .section-title {
        font-size: 42px;
        margin-top: -3px
    }

    .legacy .styled-heading {
        font-size: 63px;
        line-height: 63px;
        letter-spacing: 3.5px
    }

    .quality .arrow-btn-white span {
        font-size: 14px
    }

    .quality .mid-copy h2 {
        font-size: 45px;
        line-height: 50px;
        letter-spacing: 3.5px
    }

    .story h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 8% 26% 8% 0
    }

    .story .values h3 {
        font-size: 75px;
        line-height: 50px;
        letter-spacing: 3.5px
    }

    .story .values h3 span {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3.5px;
        top: 16px;
        position: relative;
        padding-left: 30px
    }
}

.mission-vision {
    height: 100vh;
    background: 0 0/100% #2c2c2c;
    background-position-y: center;
    max-height: 800px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1025px) {
    .footer-form-area p {
        max-width: 100%
    }

    .bottom-footer .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-footer .row div {
        width: 100%;
        text-align: center !important;
        margin-top: 10px
    }

    .about .banner,
    .flat-estates .banner,
    .mission-vision,
    .quality {
        height: auto
    }

    .legacy {
        height: auto;
        background-position-y: 110% !important
    }

    .legacy .arrow-btn {
        margin-bottom: 50px
    }

    .quality .arrow-btn-white span {
        font-size: 14px
    }

    .story {
        height: auto;
        min-height: initial
    }

    .story .values h3 span {
        font-size: 28px
    }
}

.mission-vision .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center
}

.mission-vision .mission,
.mission-vision .vision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10% auto;
    border: 1px solid #c9a485;
    padding: 5% 5% 5% 15%;
    width: 45%;
    min-width: 300px;
    min-height: 375px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1800px) {

    .mission-vision .mission,
    .mission-vision .vision {
        min-height: 435px
    }

    .mission-vision .mission h4,
    .mission-vision .vision h4 {
        font-size: 32px;
        line-height: 50px
    }
}

@media (max-width:992px) {

    .inner-banner .desktop-banner,
    .legacy .sp-mob-wrap .col-lg-3.col-md-12.col-sm-12.col-12.my-paroller {
        display: none
    }

    .inner-banner .tab-banner {
        display: block
    }

    .inner-banner .tab-banner img {
        max-width: inherit
    }

    .legacy {
        background-size: 100%;
        background-position-x: center;
        background-position-y: 100% !important;
        min-height: 1100px
    }

    .legacy .my-paroller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .legacy .sp-mob-wrap {
        width: 80%;
        margin: 0 auto
    }

    .legacy:after {
        left: 0;
        background-size: 130%;
        top: 30%;
        width: 100%;
        height: 150vh
    }

    .legacy .quotes {
        padding-left: 26%;
        background: url(../images/quote.svg) 0 0/20% no-repeat;
        background-position-x: 0%;
        max-width: 560px;
        background-position-y: 10%
    }

    .legacy .section-title {
        font-size: 35px;
        text-align: center
    }

    .legacy .styled-heading {
        font-size: 45px;
        text-align: center;
        line-height: 8px;
        margin-left: -6%;
        margin-bottom: 30px
    }

    .quality .mid-copy {
        width: 90%
    }

    .quality .mid-copy h2 {
        font-size: 35px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 40px
    }

    .story h2 {
        font-size: 35px;
        letter-spacing: 1.5px;
        line-height: 40px;
        margin-bottom: 70px
    }

    .story .arrow-p {
        padding-left: 35%;
        background-position-x: 10%;
        line-height: 25px;
        margin-bottom: 10%
    }

    .story .values h3 {
        font-size: 55px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 70px
    }

    .story .values h3 span {
        font-size: 20px;
        text-align: center;
        line-height: 30px
    }

    .mission-vision .mission,
    .mission-vision .vision {
        padding: 20% 5% 5%;
        min-height: 390px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:680px) {

    .mission-vision .mission,
    .mission-vision .vision {
        min-height: auto !important;
        margin-top: 30px !important;
        margin: 0
    }

    .mission-vision .mission h4,
    .mission-vision .vision h4 {
        padding-top: 37px
    }
}

.legacy-wap,
.mission-vision .mission p,
.mission-vision .vision p {
    color: #ffff
}

@media (min-width:1800px) {

    .mission-vision .mission p,
    .mission-vision .vision p {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:1600px) {

    .mission-vision .mission h4,
    .mission-vision .vision h4 {
        font-size: 25px;
        line-height: 40px
    }

    .mission-vision .mission p,
    .mission-vision .vision p {
        font-size: 16px
    }

    .discover .section-title {
        padding-right: 22%
    }
}

.mission-vision .vision {
    background: url("../images/eye.svg") 10% 23% no-repeat
}

@media (max-width:992px) {

    .mission-vision .mission h4,
    .mission-vision .vision h4 {
        font-size: 18px;
        text-align: center;
        line-height: 30px
    }

    .mission-vision .mission p,
    .mission-vision .vision p {
        font-size: 14px;
        line-height: 22px
    }

    .mission-vision .vision {
        background-position: 50% 20%
    }
}

@media (max-width:680px) {
    .mission-vision .vision {
        background-position: 30% 20%
    }
}

.mission-vision .mission {
    background: url("../images/target.svg") 10% 23% no-repeat
}

.discover .container-fluid {
    margin-top: 5%
}

.discover .section-title {
    margin-left: 10%
}

@media (min-width:1800px) {

    .mission-vision .mission,
    .mission-vision .vision {
        background-size: 16%
    }

    .discover .container-fluid {
        margin-top: 8%
    }

    .discover .section-title {
        padding-right: 22%
    }

    .discover .swiper-slide h2 {
        font-size: 64px;
        line-height: 75px
    }
}

.discover .png {
    cursor: url("../images/cursor.svg"), auto
}

.discover .png :hover {
    cursor: url("../images/cursor.svg"), pointer
}

.black-strip-head .search-top .search-li .search-form form.active,
.discover .mySwiper .swiper-pagination-progressbar-fill,
.discover .mySwiper .swiper-scrollbar-drag {
    background: #000
}

.discover .mySwiper .swiper-pagination {
    bottom: 0;
    top: auto;
    width: 90%;
    -webkit-transform: translate(6%, 0);
    transform: translate(6%, 0)
}

.discover .swiper-slide {
    margin-bottom: 0 !important;
    position: relative
}

.discover .swiper-slide a:after,
.discover .swiper-slide a:before {
    content: "";
    opacity: 0;
    -webkit-transition: top .6s;
    transition: top .6s
}

.discover .swiper-slide:hover h2 {
    top: 30%;
    -webkit-transition: top .6s;
    transition: top .6s
}

.discover .swiper-slide:hover a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .910802)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .910802) 0, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.discover .swiper-slide:hover a:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: url("../images/up-arrow.svg") center center no-repeat;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    bottom: 10%;
    left: 50px;
    opacity: .8;
    border-radius: 50%;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.discover .swiper-slide:hover h2 span {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.discover .swiper-slide h2 {
    color: #ffff;
    text-transform: uppercase;
    width: 60%;
    position: absolute;
    top: 45%;
    left: 15%;
    z-index: 5;
    -webkit-transition: top .6s;
    transition: top .6s
}

@media (max-width:1600px) {
    .discover .swiper-slide h2 {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width:1399.98px) {
    .legacy .char span {
        font-size: 14px
    }

    .discover .section-title {
        padding-right: 10%
    }

    .discover .swiper-slide h2 {
        font-size: 45px;
        line-height: 55px
    }
}

.discover .swiper-slide h2 span {
    display: none;
    line-height: normal;
    color: #ffff;
    font-size: 18px;
    margin-top: 10%;
    opacity: 0
}

#myButton {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 48.9%;
    bottom: 15%;
    z-index: 9999
}

#myButton .arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 70%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

#myButton .arrow-first {
    -webkit-animation: 1s ease-in-out infinite arrow-movement;
    animation: 1s ease-in-out infinite arrow-movement
}

#myButton .arrow-second {
    display: none;
    -webkit-animation: 1s ease-in-out 1s infinite arrow-movement;
    animation: 1s ease-in-out 1s infinite arrow-movement
}

#myButton .arrow:after,
#myButton .arrow:before {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 18px
}

#myButton .arrow:before {
    -webkit-transform: rotate(45deg) translateX(-23%);
    transform: rotate(45deg) translateX(-23%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    left: 2px
}

#myButton .arrow:after {
    -webkit-transform: rotate(-45deg) translateX(23%);
    transform: rotate(-45deg) translateX(23%);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

@-webkit-keyframes arrow-movement {
    0% {
        opacity: 1;
        top: -30%
    }

    50% {
        top: 30%;
        opacity: 1
    }

    100%,
    80% {
        top: -25%;
        opacity: 1
    }
}

@keyframes arrow-movement {
    0% {
        opacity: 1;
        top: -30%
    }

    50% {
        top: 30%;
        opacity: 1
    }

    100%,
    80% {
        top: -25%;
        opacity: 1
    }
}

.cursor {
    width: 6rem;
    height: 6rem;
    display: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, .63);
    box-shadow: 0 3px 11px rgba(0, 0, 0, .63);
    position: absolute;
    top: 20rem;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.cursor__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 3.5px;
    color: #ffff;
    padding: 1rem;
    text-align: center
}

@media only screen and (max-width:680px) {
    .about-baanner-m .banner-content {
        padding-top: 32%
    }
}

.flat-estates .modal .modal-body {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.apartments-listing .banner .desktop-banner img,
.apartments-listing .inner-banner,
.flat-estates .banner .desktop-banner img,
.flat-estates .banner .inner-banner,
.leadership .banner .inner-banner,
.philanthropy .inner-banner {
    width: 100%;
    height: 100vh
}

.flat-estates .banner .banner-content {
    padding-top: 20%
}

.flat-estates .banner .banner-content .container img {
    margin: 0 auto 50px;
    max-width: 476px
}

.flat-estates .info {
    overflow: hidden;
    position: relative
}

.flat-estates .info:after {
    content: "";
    position: absolute;
    left: 57%;
    width: 666px;
    height: 150vh;
    top: -25%;
    z-index: -1
}

@media (max-width:1025px) {
    .flat-estates .banner .inner-banner {
        height: auto
    }

    .flat-estates .info:after {
        left: 40%;
        height: 100vh;
        background-size: 70%
    }
}

.flat-estates .info h1,
.flat-estates .info h2 {
    color: #000;
    text-transform: uppercase;
    width: 75%;
    margin: 8% auto 3%;
    text-align: center
}

.flat-estates .info p {
    font-size: 16px;
    color: #000;
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.flat-estates .info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flat-estates .info ul li {
    min-width: 430px;
    border: 1px solid #c9a485;
    text-align: center;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
    position: relative
}

.flat-estates .info ul li:before {
    content: "";
    width: 200px;
    height: 10px;
    position: absolute;
    top: 0;
    background: #ffff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.flat-estates .info ul li img {
    margin: -100px auto 20px;
    position: relative
}

.flat-estates .info ul li h6 {
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    color: #c9a484;
    letter-spacing: 1px;
    text-transform: uppercase
}

.flat-estates .info ul li span {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #000
}

.flat-estates .info .arrow-wrap .arrow-btn,
.flat-estates .info ul li:nth-child(2),
.project-radio label.radio-label {
    margin: 0 10px
}

.flat-estates .info .arrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5% auto
}

@media (min-width:1800px) {
    .flat-estates .info:after {
        width: 777px
    }

    .flat-estates .info h2 {
        font-size: 70px;
        line-height: 82px
    }

    .flat-estates .info p {
        font-size: 22px;
        line-height: 34px
    }

    .flat-estates .info ul li:before {
        width: 223px
    }

    .flat-estates .info .arrow-wrap .arrow-btn {
        margin: 0 16px
    }
}

@media (max-width:1600px) {
    .discover .swiper-slide h2 span {
        font-size: 16px
    }

    #myButton {
        bottom: 15%
    }

    .flat-estates .banner .banner-content .container img {
        width: 100%;
        max-width: 300px
    }

    .flat-estates .info h2 {
        font-size: 47px;
        line-height: 57px;
        margin: 8% auto 3%
    }

    .flat-estates .info ul li img {
        height: 105px;
        padding: 10px
    }

    .flat-estates .info ul li h6 {
        font-size: 18px
    }

    .flat-estates .info .arrow-wrap .arrow-btn {
        margin: 0 8px
    }
}

.flat-estates .video-block img {
    margin: 0 auto;
    width: 100%
}

.flat-estates .scroll-search .arrow-btn span,
.flat-estates .video-block .projects-video-slider .swiper-button-next::after,
.flat-estates .video-block .projects-video-slider .swiper-button-prev::after,
.results .info-box .arrow-btn span {
    color: #fff
}

@media (max-width:992px) {
    .mission-vision .mission {
        background-position: 50% 20%
    }

    .discover .section-title {
        text-align: center;
        margin-top: 10%
    }

    .discover .mySwiper {
        padding-bottom: 30px
    }

    .discover .swiper-scrollbar,
    .flat-estates .video-block .tab-video {
        display: block
    }

    .discover .swiper-slide a:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background: #000;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .910802)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, rgba(0, 0, 0, .910802) 0, rgba(0, 0, 0, 0) 100%)
    }

    .discover .swiper-slide a:after {
        opacity: 1;
        position: absolute;
        z-index: 1;
        background: url("../images/up-arrow.svg") center center/30% no-repeat;
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
        bottom: 10%;
        left: 40px;
        opacity: .8;
        border-radius: 50%;
        -webkit-transition: opacity .6s;
        transition: opacity .6s
    }

    .discover .swiper-slide:hover a:after {
        width: 50px;
        height: 50px
    }

    .discover .swiper-slide h2 {
        top: 25%;
        font-size: 25px;
        line-height: 29px;
        width: 80%
    }

    .discover .swiper-slide h2 span {
        font-size: 14px;
        opacity: 1;
        line-height: 20px;
        display: block
    }

    .flat-estates .banner .banner-content .container img {
        width: 30% !important;
        margin-bottom: 33px
    }

    .flat-estates .info:after {
        left: 55%;
        height: 150vh;
        background-size: 50%;
        top: 0
    }

    .flat-estates .info h2 {
        font-size: 40px;
        letter-spacing: 1.5px;
        line-height: 50px;
        margin-bottom: 70px
    }

    .flat-estates .info ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 400px
    }

    .flat-estates .info ul li:before {
        width: 150px
    }

    .flat-estates .info ul li h6 {
        font-size: 14px
    }

    .flat-estates .video-block .desktop-video {
        display: none
    }
}

.flat-estates .video-block .video-copy {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flat-estates .amenities h5:after,
.flat-estates .amenities h5:before {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    content: ""
}

.flat-estates .video-block .video-copy .play-icon {
    position: relative;
    width: 75px;
    top: 50px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (min-width:1800px) {
    .flat-estates .video-block .video-copy .play-icon {
        width: 100px;
        top: 90px
    }

    .flat-estates .video-block .video-copy h3 {
        font-size: 100px;
        letter-spacing: 3.15px
    }
}

@media (max-width:1600px) {
    .flat-estates .video-block .video-copy .play-icon {
        top: 100px
    }
}

.flat-estates .video-block .video-copy h3 {
    font-family: Signatie;
    color: #c9a485;
    position: absolute;
    top: 25px
}

.flat-estates .video-block .video-copy span {
    font-weight: 400;
    color: #ffff;
    text-transform: uppercase;
    text-align: center
}

.flat-estates .amenities h2 {
    color: #000;
    text-transform: uppercase;
    width: 70%;
    margin: 8% auto 3%;
    text-align: center
}

.flat-estates .amenities p {
    color: #000;
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.flat-estates .amenities h5 {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 5% auto;
    position: relative
}

@media (min-width:1800px) {
    .flat-estates .video-block .video-copy span {
        font-size: 36px;
        line-height: 86px
    }

    .flat-estates .amenities h2 {
        font-size: 64px;
        line-height: 75px
    }

    .flat-estates .amenities p {
        font-size: 22px;
        line-height: 35px
    }

    .flat-estates .amenities h5 {
        font-size: 40px;
        line-height: 57px
    }

    .flat-estates .amenities .swiper-button-next,
    .flat-estates .amenities .swiper-button-prev {
        width: 92px;
        height: 92px
    }
}

@media (max-width:1600px) {
    .flat-estates .video-block .video-copy h3 {
        font-size: 80px;
        letter-spacing: 2.5px
    }

    .flat-estates .video-block .video-copy span {
        font-size: 30px;
        line-height: 48px
    }

    .flat-estates .amenities h2 {
        font-size: 47px;
        line-height: 57px;
        margin: 8% auto 3%
    }

    .flat-estates .amenities h5 {
        font-size: 32px;
        line-height: 47px
    }
}

@media (max-width:992px) {
    .flat-estates .video-block .video-copy h3 {
        font-size: 45px;
        text-align: center;
        line-height: 37px;
        margin-bottom: 70px
    }

    .flat-estates .video-block .video-copy span {
        font-size: 20px;
        text-align: center;
        line-height: 34px
    }

    .flat-estates .amenities h2 {
        font-size: 45px;
        width: 100%;
        letter-spacing: 1.5px;
        line-height: 55px;
        margin-bottom: 70px
    }

    .flat-estates .amenities p {
        width: 100%;
        color: #000
    }

    .flat-estates .amenities h5 {
        font-size: 28px;
        line-height: 37px
    }
}

.flat-estates .amenities h5:after {
    width: 55%;
    height: 1px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #646464;
    z-index: -2
}

.flat-estates .amenities h5:before {
    width: 40%;
    height: 2px;
    background: #ffff;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.flat-estates .amenities:after {
    content: "";
    position: absolute;
    left: 20%;
    width: 666px;
    height: 120vh;
    top: 0;
    z-index: -1
}

.flat-estates .amenities .swiper-button-next,
.flat-estates .amenities .swiper-button-prev {
    border-radius: 50%
}

.flat-estates .amenities .swiper-button-next {
    background: url("../images/right.svg") 0 0/cover no-repeat;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, .28);
    box-shadow: 0 12px 17px rgba(0, 0, 0, .28)
}

.flat-estates .amenities .swiper-button-prev {
    background: url("../images/left.png") 0 0/cover no-repeat;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, .28);
    box-shadow: 0 12px 17px rgba(0, 0, 0, .28)
}

.flat-estates .amenities #amenities .owl-nav {
    position: absolute;
    left: 50%;
    top: 18%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%
}

.flat-estates .amenities #amenities .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, .28);
    box-shadow: 0 12px 17px rgba(0, 0, 0, .28);
    width: 92px
}

.flat-estates .amenities #amenities .owl-next {
    position: absolute;
    right: -50px;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 17px rgba(0, 0, 0, .28);
    box-shadow: 0 12px 17px rgba(0, 0, 0, .28);
    width: 92px
}

.flat-estates .amenities #amenities .owl-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flat-estates .amenities #amenities .owl-dots span {
    margin: 4px;
    height: 8px;
    background: #d6d6d6
}

.flat-estates .amenities #amenities .owl-dots .active span {
    width: 45px
}

.flat-estates .amenities #amenities .item,
.leadership .team .img-wrap {
    position: relative;
    overflow: hidden
}

.flat-estates .amenities #amenities .item img {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.flat-estates .amenities #amenities .item:hover .slider-content {
    opacity: 0
}

.flat-estates .amenities #amenities .item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.flat-estates .amenities #amenities .item .slider-content {
    width: 55%;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center
}

.flat-estates .amenities #amenities .item .slider-content img {
    width: auto;
    margin: 0 auto 7%
}

.flat-estates .amenities #amenities .item .slider-content h6 {
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.flat-estates .map h2 {
    color: #000;
    text-transform: uppercase;
    width: 40%;
    text-align: center
}

.flat-estates .map .map-wrap {
    position: relative;
    min-width: 1340px
}

.flat-estates .map .map-wrap ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.flat-estates .map .map-wrap li {
    text-transform: uppercase;
    text-align: center;
    max-width: 250px;
    position: absolute;
    min-width: 220px
}

.flat-estates .map .map-wrap li object {
    display: none;
    opacity: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.flat-estates .map .map-wrap li object:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffff;
    position: absolute;
    bottom: -8px
}

.flat-estates .map .map-wrap li object img {
    width: 20px
}

.flat-estates .map .map-wrap li:hover object {
    font-family: Montserrat-Medium;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffff;
    padding: 15px;
    font-size: 12px;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    opacity: 1;
    z-index: 99;
    -webkit-animation: 2s forwards fadeInAnimation;
    animation: 2s forwards fadeInAnimation;
    left: 25%;
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

@-webkit-keyframes fadeInAnimation {
    0% {
        opacity: 0;
        top: -100px
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 1;
        top: -170px
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        top: -100px
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 1;
        top: -170px
    }
}

.flat-estates .map .map-wrap li span {
    height: 13px;
    width: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #ffff;
    position: absolute;
    left: 45%;
    top: -24px
}

.flat-estates .map .map-wrap li span:after {
    content: "";
    height: 40px;
    width: 40px;
    border: 1px solid #ffff;
    border-radius: 50%;
    -webkit-animation: 4s infinite pulse;
    animation: 4s infinite pulse;
    position: relative;
    display: block;
    left: -14px;
    top: -14px
}

@-webkit-keyframes pulse {

    0%,
    10% {
        opacity: 0;
        height: 0;
        width: 0;
        left: 6px;
        top: 6px
    }

    40% {
        opacity: 1;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }

    100%,
    50% {
        opacity: 0;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }
}

@keyframes pulse {

    0%,
    10% {
        opacity: 0;
        height: 0;
        width: 0;
        left: 6px;
        top: 6px
    }

    40% {
        opacity: 1;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }

    100%,
    50% {
        opacity: 0;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }
}

.flat-estates .map .map-wrap li span:before {
    content: "";
    height: 40px;
    width: 40px;
    border: 1px solid #ffff;
    border-radius: 50%;
    -webkit-animation: 4s infinite pulse2;
    animation: 4s infinite pulse2;
    position: absolute;
    display: block;
    left: -14px;
    top: -14px;
    z-index: 9
}

@-webkit-keyframes pulse2 {

    0%,
    100%,
    30%,
    40% {
        opacity: 0;
        height: 0;
        width: 0;
        left: 6px;
        top: 6px
    }

    20%,
    80% {
        opacity: 1;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }

    25% {
        opacity: 0;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }

    90% {
        opacity: 0;
        height: 50px;
        width: 50px;
        left: -16px;
        top: -16px
    }
}

@keyframes pulse2 {

    0%,
    100%,
    30%,
    40% {
        opacity: 0;
        height: 0;
        width: 0;
        left: 6px;
        top: 6px
    }

    20%,
    80% {
        opacity: 1;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }

    25% {
        opacity: 0;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -14px
    }

    90% {
        opacity: 0;
        height: 50px;
        width: 50px;
        left: -16px;
        top: -16px
    }
}

.flat-estates .map .map-wrap li p {
    font-size: 14px;
    color: #ffff;
    font-family: Montserrat-Medium;
    letter-spacing: 1px;
    background: #000000b3;
    width: auto;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    max-width: 220px;
    padding: 6px 10px;
    position: relative;
    top: 5px
}

.flat-estates .map .map-wrap li:first-child {
    left: 25%;
    top: 8%
}

.flat-estates .map .map-wrap li:first-child object {
    top: -20px !important
}

.flat-estates .map .map-wrap li:first-child object:after {
    border-bottom: 10px solid #ffff;
    border-top: none;
    bottom: 98%
}

.flat-estates .map .map-wrap li:nth-child(9) object {
    left: 50%;
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px)
}

.flat-estates .map .map-wrap li:nth-child(2) {
    left: 20%;
    top: 34%
}

.flat-estates .map .map-wrap li:nth-child(3) {
    left: 12%;
    top: 55%
}

.flat-estates .map .map-wrap li:nth-child(4) {
    left: 36%;
    top: 18%
}

.flat-estates .map .map-wrap li:nth-child(5) {
    left: 40%;
    top: 42%
}

.flat-estates .map .map-wrap li:nth-child(6) {
    left: 61%;
    top: 24%
}

.flat-estates .map .map-wrap li:nth-child(6) p {
    position: relative;
    left: -80px;
    top: -28px
}

.flat-estates .map .map-wrap li:nth-child(7) {
    left: 58%;
    top: 37%
}

.flat-estates .map .map-wrap li:nth-child(8) {
    left: 64%;
    top: 27%
}

.flat-estates .map .map-wrap li:nth-child(9) {
    left: 83%;
    top: 23%
}

.flat-estates .map .map-wrap li:nth-child(9) span {
    left: 70%
}

.flat-estates .map .map-wrap li:nth-child(10) {
    left: 80%;
    top: 85%
}

.flat-estates .map .map-wrap li:nth-child(10) object {
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px)
}

.flat-estates .map .map-wrap li:nth-child(11) {
    left: 47%;
    top: 92%
}

.flat-estates .scroll-search {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    bottom: 0;
    -webkit-box-shadow: 0 -12px 9px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 -12px 9px -3px rgba(0, 0, 0, .2)
}

@media (min-width:768px) and (max-width:1200px) {
    .flat-estates .amenities h5:after {
        width: 70%
    }

    .flat-estates .amenities h5:before {
        width: 50%
    }

    .flat-estates .amenities #amenities .owl-nav {
        width: 93%
    }

    .flat-estates .scroll-search div:first-child,
    .flat-estates .scroll-search div:nth-child(2) {
        display: none
    }

    .searchresults .results .info-box .arrow-btn {
        padding: 15px 15px 15px 17px
    }
}

.flat-estates .scroll-search span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    font-weight: 400;
    color: #000
}

.flat-estates .scroll-search h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: TenorSans-Regular;
    color: #000
}

.flat-estates .scroll-search .download,
.flat-estates .scroll-search .view {
    font-family: Montserrat-Light;
    padding: 12px 20px;
    color: #000;
    border: 1px solid;
    background: #ffff;
    text-decoration: none;
    text-transform: uppercase
}

.flat-estates .scroll-search .download {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 215px
}

.flat-estates .scroll-search .view,
.slider__col,
.slider__flex {
    display: -webkit-box;
    display: -ms-flexbox
}

.flat-estates .scroll-search .download:hover,
.flat-estates .scroll-search .view:hover {
    color: #c9a485;
    border: 1px solid #c9a485
}

.flat-estates .scroll-search .view {
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 215px
}

#enquiryModal .modal-dialog {
    top: auto
}

.modal-dialog {
    top: 20%
}

.img-holder:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000058
}

.swiper-button-next,
.swiper-button-prev {
    border: 0;
    outline: 0
}

.legacy-wap #myButton {
    width: auto;
    left: auto;
    right: 10%;
    display: inline-table;
    bottom: 60px
}

.legacy-wap #myButton .arrow {
    left: 40%;
    top: 50%;
    -webkit-transform: rotate(88deg);
    transform: rotate(88deg)
}

.legacy-wap #myButton .arrow-first {
    -webkit-animation: 1s ease-in-out infinite arrow-movements;
    animation: 1s ease-in-out infinite arrow-movements
}

.legacy-wap #myButton .arrow-second {
    display: none;
    -webkit-animation: 1s ease-in-out 1s infinite arrow-movements;
    animation: 1s ease-in-out 1s infinite arrow-movements
}

@-webkit-keyframes arrow-movements {
    0% {
        opacity: 1;
        left: -10%
    }

    50% {
        left: 10%;
        opacity: 1
    }

    100%,
    80% {
        left: -5%;
        opacity: 1
    }
}

@keyframes arrow-movements {
    0% {
        opacity: 1;
        left: -10%
    }

    50% {
        left: 10%;
        opacity: 1
    }

    100%,
    80% {
        left: -5%;
        opacity: 1
    }
}

.legacy-wap #myButton p {
    text-transform: uppercase;
    color: #ffff;
    font-family: Montserrat-Medium;
    position: relative;
    top: 18px;
    font-weight: 500;
    font-size: 18px;
    left: 20px;
    display: block;
    width: 100%
}

.legacy-wap .swiper-container {
    width: 100%;
    height: 100%
}

.slider__flex {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slider__col {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0;
    overflow: hidden
}

.slider__next,
.slider__prev {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider__next:focus,
.slider__prev:focus {
    outline: 0
}

.slider__thumbs {
    height: calc(450px - 96px);
    overflow-y: hidden;
    position: absolute;
    right: 8%;
    z-index: 3;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.slider__thumbs span {
    font-family: Montserrat-Medium;
    padding-right: 40px;
    float: right;
    color: #a1a5a3;
    cursor: pointer
}

.slider-copy-wrap h3,
.slider-copy-wrap span {
    font-family: TenorSans-Regular;
    font-weight: 400
}

.slider__thumbs span:after {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    background: #646464;
    right: 10px;
    top: 10px
}

.slider__thumbs .swiper-slide-thumb-active span {
    color: #ffff;
    padding-right: 65px
}

.slider__thumbs .swiper-slide-thumb-active span:after {
    content: '';
    width: 43px;
    height: 2px;
    position: absolute;
    background: #ffff;
    right: 10px;
    top: 10px
}

.slider__thumbs .slider__image {
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.leadership .team .img-wrap:hover .hover-box p,
.search-trigger:hover,
.slider__thumbs .slider__image:hover {
    opacity: 1
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.slider__images {
    height: 100vh;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    margin-top: -155px;
    z-index: 1
}

.slider__images .slider__image img {
    -webkit-transition: 3s;
    transition: 3s
}

.slider__images .slider__image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-thumbs .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-copy-wrap {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 99
}

.slider-copy-wrap span {
    font-size: 16px;
    color: #8b8181
}

.slider-copy-wrap h2 {
    font-size: 120px;
    color: #24201c;
    background-image: -webkit-linear-gradient(90deg, #bd9a7d 33%, #bd9a7d 65%, #bd9a7d 60%, #bd9a7d 50%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    float: left;
    width: 100%;
    margin-bottom: 41px
}

.slider-copy-wrap h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 40px;
    width: 100%;
    color: #ffff;
    line-height: normal;
    margin-top: -3%
}

@media (max-width:2000px) {
    .slider-copy-wrap h3 {
        margin-top: 0
    }

    .leadership .banner .banner-content .container img {
        padding-top: 297px !important
    }
}

.slider-copy-wrap p {
    width: 70%;
    font-family: Montserrat-Light;
    font-weight: 300;
    color: #ffff;
    font-size: 16px
}

.legancy-award {
    padding-top: 80px;
    text-align: center
}

.legancy-award h2 {
    font-size: 48px;
    line-height: 65px
}

.legancy-award .disc-pro-details h5 {
    color: #c9a485 !important;
    margin-bottom: 92px !important;
    font-family: TenorSans-Regular !important
}

.legancy-award .disc-pro-details h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#e1b68b), to(#b5875f)) no-repeat padding-box;
    font-size: 48px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.legancy-award .disc-pro-details h4 {
    color: #c9a485;
    font-size: 28px
}

.legancy-award .disc-pro-details span {
    color: #121212;
    font-size: 12px
}

.legancy-award .disc-slide-class .swiper-slide .img-holder .disc-pro-details {
    background: 0 0
}

.philanthropy .banner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:1800px) {
    .flat-estates .amenities #amenities .item .slider-content h6 {
        font-size: 22px;
        line-height: 31px
    }

    .flat-estates .map h2 {
        font-size: 64px;
        line-height: 75px;
        margin: 0 auto 3%
    }

    .flat-estates .map .map-wrap img {
        width: 100%
    }

    .flat-estates .map .map-wrap li:hover object {
        width: 150px;
        font-size: 18px;
        left: 14%;
        -webkit-transform: translate(0, -28px);
        transform: translate(0, -28px)
    }

    .flat-estates .scroll-search {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 15px 5%
    }

    .flat-estates .scroll-search .arrow-btn {
        padding: 22px 32px
    }

    .slider__thumbs {
        height: calc(540px - 96px)
    }

    .slider__thumbs span {
        font-size: 20px
    }

    .slider__thumbs span:after {
        top: 15px
    }

    .slider-copy-wrap {
        bottom: 10%
    }

    .slider-copy-wrap span {
        font-size: 20px;
        top: 20px;
        position: relative
    }

    .slider-copy-wrap h2 {
        font-size: 150px
    }

    .slider-copy-wrap h3 {
        font-size: 50px;
        margin-top: 0;
        margin-bottom: 40px
    }

    .slider-copy-wrap p {
        font-size: 18px;
        line-height: 30px;
        width: 63%
    }

    .philanthropy .banner {
        margin-top: -152px
    }
}

@media (max-width:1600px) {
    .flat-estates .amenities:after {
        background-size: 81%;
        height: 160vh
    }

    .flat-estates .amenities .swiper-button-next,
    .flat-estates .amenities .swiper-button-prev {
        width: 70px;
        height: 70px
    }

    .flat-estates .amenities #amenities .owl-nav {
        top: 13%
    }

    .flat-estates .amenities #amenities .owl-next,
    .flat-estates .amenities #amenities .owl-prev {
        width: 80px
    }

    .flat-estates .amenities #amenities .item .slider-content h6 {
        font-size: 18px;
        line-height: 28px
    }

    .flat-estates .map h2 {
        font-size: 44px;
        width: 60%;
        line-height: 52px;
        margin: 0 auto 3%
    }

    .flat-estates .map .map-wrap li p,
    .flat-estates .scroll-search .download,
    .flat-estates .scroll-search .view,
    .flat-estates .scroll-search span {
        font-size: 12px
    }

    .flat-estates .scroll-search h4 {
        font-size: 22px
    }

    .modal-dialog {
        top: 15%
    }

    .legacy-wap #myButton p,
    .slider__thumbs span {
        font-size: 16px
    }

    .slider__thumbs .swiper-slide-thumb-active span:after {
        width: 40px
    }

    .philanthropy .banner,
    .slider__images {
        margin-top: -140px
    }

    .slider-copy-wrap span {
        font-size: 16px;
        top: 20px;
        position: relative
    }

    .slider-copy-wrap h2 {
        font-size: 120px
    }

    .slider-copy-wrap h3 {
        font-size: 40px;
        margin-top: 0
    }

    .slider-copy-wrap p {
        font-size: 16px;
        line-height: 26px
    }
}

.philanthropy .banner:before {
    z-index: -1;
    background: url("../images/logo-icon-black.html") 0 0/111% no-repeat #000
}

.philanthropy .banner .banner-content {
    padding-top: 230px
}

@media (min-width:1800px) {
    .philanthropy .banner .banner-content {
        padding-top: 20%
    }

    .philanthropy .banner h2 {
        font-size: 70px;
        line-height: 75px
    }
}

@media (max-width:992px) {
    .flat-estates .amenities h5:after {
        width: 90%
    }

    .flat-estates .amenities h5:before {
        width: 70%
    }

    .flat-estates .amenities:after {
        height: 140vh
    }

    .flat-estates .amenities .swiper-button-next,
    .flat-estates .amenities .swiper-button-prev {
        width: 60px;
        height: 60px
    }

    .flat-estates .amenities #amenities {
        top: 15%;
        padding: 0
    }

    .flat-estates .amenities #amenities .owl-nav {
        width: 100%;
        top: 20%
    }

    .flat-estates .amenities #amenities .owl-prev {
        left: -20px;
        width: 60px
    }

    .flat-estates .amenities #amenities .owl-next {
        right: -20px;
        width: 60px
    }

    .flat-estates .amenities #amenities .item .slider-content h6 {
        font-size: 16px;
        line-height: 26px
    }

    .flat-estates .map:after,
    .flat-estates .map:before {
        content: "";
        position: absolute;
        bottom: -10px;
        background: #fff;
        width: 35px;
        height: 25px;
        z-index: 999
    }

    .flat-estates .map {
        margin-bottom: 0;
        position: relative
    }

    .flat-estates .map:after {
        left: 0
    }

    .flat-estates .map:before {
        right: 0
    }

    .flat-estates .map h2 {
        font-size: 45px;
        width: 100%;
        letter-spacing: 1.5px;
        line-height: 55px;
        margin-bottom: 70px
    }

    .flat-estates .scroll-search .download,
    .flat-estates .scroll-search .view {
        max-width: 150px;
        width: 50%
    }

    .legacy-page:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        background: #000
    }

    .legacy-page .legacy-wap .dtop,
    .legacy-wap .swiper-slide:first-child .slider-copy-wrap span {
        display: block
    }

    .legacy-page .legacy-wap .mob,
    .legacy-wap #myButton,
    .slider__thumbs {
        display: none
    }

    .legacy-page .legacy-wap .swiper-wrapper {
        -webkit-transition-property: -webkit-transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .legacy-wap {
        background: #000;
        margin-top: 200px
    }

    .legacy-wap .swiper-slide:last-child .slider__image img {
        margin: 10% 0 0
    }

    .slider__images {
        height: auto
    }

    .slider__images .slider__image img {
        margin: 10% auto
    }

    .slider-copy-wrap {
        position: relative;
        bottom: auto;
        left: 5%
    }

    .slider-copy-wrap span {
        font-size: 16px;
        display: none
    }

    .slider-copy-wrap h2 {
        font-size: 90px
    }

    .slider-copy-wrap h3 {
        font-size: 35px;
        margin-top: -4%;
        width: 90%
    }

    .slider-copy-wrap p {
        font-size: 14px;
        line-height: 20px;
        width: 75%
    }

    .philanthropy .banner .banner-content {
        padding-top: 154px
    }
}

.philanthropy .banner h2 {
    width: 60%;
    min-width: 300px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center
}

@media (max-width:1600px) {
    .philanthropy .banner h2 {
        font-size: 50px;
        line-height: 61px
    }
}

@media (max-width:992px) {
    .philanthropy .banner h2 {
        width: 100%;
        font-size: 35px;
        line-height: 44px
    }
}

@media (max-width:680px) {
    .philanthropy .banner h2 {
        font-size: 23px;
        line-height: 28px
    }
}

.philanthropy .banner p.copy {
    text-align: center;
    color: #ffff;
    width: 75%;
    margin: 0 auto 5%
}

@media (min-width:1800px) {
    .philanthropy .banner p.copy {
        margin-top: 6%
    }

    .philanthropy .slider h2 {
        font-size: 64px;
        line-height: 84px
    }
}

@media (max-width:1600px) {
    .philanthropy .banner p.copy {
        margin-top: 2%
    }
}

@media (max-width:992px) {
    .philanthropy .banner p.copy {
        width: 100%;
        margin-top: 0;
        line-height: 22px
    }

    .philanthropy .slider {
        height: auto;
        position: relative;
        margin-top: 5%;
        display: inline-block;
        width: 100%
    }
}

@media (max-width:680px) {
    .philanthropy .banner p.copy {
        margin-top: 2%;
        line-height: 16px;
        font-size: 12px
    }

    .left-property img {
        width: 100%
    }
}

.philanthropy .inner-banner .desktop-banner img {
    width: 100%;
    max-width: none;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.philanthropy .slider-awards h2 {
    margin-bottom: 4%
}

.philanthropy .slider {
    position: relative;
    margin-top: 5%;
    width: 100%;
    display: inline-block
}

.philanthropy .slider h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center
}

.philanthropy .slider .owl-carousel .owl-stage-outer {
    overflow: visible
}

.philanthropy .slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.apartments-listing .banner,
.apartments-listing .results .container.copy-wrap,
.leadership .team .br-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.philanthropy .slider .item .sl-number {
    width: 15%;
    text-align: right;
    color: #ccc;
    font-family: SangBleuBP-Light;
    font-size: 90px
}

.philanthropy .slider .item .sl-img {
    width: 45%;
    padding: 0 5%;
    position: relative
}

.philanthropy .slider .item .sl-img a {
    position: absolute;
    z-index: 999999999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    cursor: pointer
}

.philanthropy .slider .item .sl-copy {
    width: 35%;
    margin-right: 5%
}

.philanthropy .slider .item .sl-copy p {
    width: 85%
}

.philanthropy .slider .item .sl-copy h3 {
    width: 90%;
    margin-bottom: 15%
}

.philanthropy .slider .wrapper,
.results .info-box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.philanthropy .slider .wrapper {
    width: 100%;
    float: right;
    overflow: hidden;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 7%;
    margin-bottom: 5%;
    border-bottom: 1px solid #707070
}

@media (min-width:1401px) and (max-width:1500px) {
    .philanthropy .slider .wrapper {
        height: auto
    }
}

@media (min-height:1401px) and (max-height:1600px) {
    .philanthropy .slider .wrapper {
        max-height: 996px
    }
}

@media (min-height:1181px) and (max-height:1400px) {
    .philanthropy .slider {
        max-height: 780px
    }

    .philanthropy .slider .wrapper {
        max-height: 700px
    }
}

@media (min-height:1300px) and (max-height:1400px) {

    .philanthropy .slider,
    .philanthropy .slider .wrapper {
        max-height: 996px
    }
}

.philanthropy .slider .wrapper .owl-nav {
    position: relative;
    left: 91%;
    z-index: 999;
    width: 100px;
    top: -29px
}

.philanthropy .slider .wrapper .owl-nav .owl-prev {
    width: 40px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    left: -34px;
    top: -4px;
    position: relative
}

.philanthropy .slider .wrapper .owl-nav .owl-next:hover img,
.philanthropy .slider .wrapper .owl-nav .owl-prev:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-filter: invert(1) sepia(1) saturate(4) hue-rotate(333deg);
    filter: invert(1) sepia(1) saturate(4) hue-rotate(333deg)
}

.philanthropy .slider .wrapper .owl-nav .owl-next {
    width: 40px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    left: -9px
}

.philanthropy .slider .wrapper .owl-nav .owl-next.disabled,
.philanthropy .slider .wrapper .owl-nav .owl-prev.disabled {
    opacity: .2
}

.philanthropy .slider .wrapper .owl-nav img {
    width: 91%
}

.philanthropy .slider .owl-carousel-vertical {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg)
}

.philanthropy .slider .owl-carousel-vertical .item {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg)
}

.philanthropy .slider-awards.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: 0 !important;
    background: 0 0 !important
}

.philanthropy .slider-awards.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details:hover {
    background: #00000069
}

.philanthropy .slider-awards {
    display: inline-block;
    width: 100%;
    margin-top: 2%
}

.philanthropy .slider-awards.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details h5 {
    text-align: center;
    margin-bottom: 0;
    display: block;
    color: #c9a485 !important;
    font-family: TenorSans-Regular !important
}

.philanthropy .slider-awards.commu-disc-slide-sec .disc-slide-class .swiper-slide .img-holder .disc-pro-details h4 {
    text-align: center;
    color: #c9a485;
    font-size: 25px
}

.searchresults #search-load-more .arrow-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    left: -20px;
    top: 20px
}

.searchresults .results {
    background: 99% -7%/40% #f5f5f5;
    position: relative;
    padding-top: 5%;
    padding-bottom: 3%
}

.searchresults .banner {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000, transparent);
    overflow: visible
}

.searchresults .banner .video-banner {
    background: 0 0/cover #000
}

@media (min-width:1800px) {
    .philanthropy .slider .item .sl-number {
        font-size: 110px;
        line-height: 96px
    }

    .philanthropy .slider .item .sl-copy p {
        width: 85%
    }

    .philanthropy .slider .item .sl-copy h3 {
        font-size: 46px;
        line-height: 54px;
        width: 85%
    }

    .searchresults .home-filter {
        margin-top: 50px
    }

    .searchresults #search-load-more .arrow-icon {
        left: -33px;
        top: 32px
    }

    .searchresults .banner h2 {
        font-size: 70px
    }

    .searchresults .banner .video-banner {
        background-position-x: 475px
    }

    .results .info-box .arrow-btn {
        margin-right: 20px
    }
}

@media (max-width:1600px) {
    .philanthropy .slider h2 {
        font-size: 48px;
        line-height: 65px
    }

    .philanthropy .slider .item .sl-number {
        font-size: 90px;
        line-height: 100px
    }

    .philanthropy .slider .item .sl-img {
        padding: 0 5%
    }

    .philanthropy .slider .item .sl-img a {
        width: 150px;
        height: 150px
    }

    .philanthropy .slider .item .sl-copy p {
        width: 90%
    }

    .philanthropy .slider .item .sl-copy h3 {
        font-size: 40px;
        line-height: 48px;
        width: 90%
    }

    .searchresults .home-filter {
        margin-top: 40px
    }

    .searchresults .results {
        background-position: 99% -14%
    }

    .searchresults .banner .video-banner {
        background-position-x: 335px
    }
}

.banner-content.searchresults {
    padding-top: 240px
}

.banner-content.searchresults h2 {
    text-align: center;
    text-transform: uppercase
}

.results {
    background-size: 40%;
    position: relative;
    background-position: 102% -8%;
    padding-top: 5%
}

.results .row {
    background: #ffff;
    margin: 8% auto 0
}

@media (max-width:992px) and (max-width:992px) {
    .results .row .info-box {
        padding: 18px 5%
    }
}

@media (max-width:992px) and (max-width:575.98px) {
    .results .row .info-box {
        padding-bottom: 18px;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media (max-width:1280.98px) {
    .about .inner-banner {
        top: -7% !important
    }

    .discover .swiper-slide:hover h2 {
        top: 20%
    }

    .flat-estates .info ul li {
        min-width: 300px
    }

    .flat-estates .map .container-fluid {
        position: relative;
        overflow: scroll
    }

    .flat-estates .map .container-fluid::-webkit-scrollbar {
        height: 4px;
        width: 0
    }

    .flat-estates .map .container-fluid::-webkit-scrollbar-track {
        background: #ccc
    }

    .flat-estates .map .container-fluid::-webkit-scrollbar-thumb {
        background: #000
    }

    .flat-estates .map .container-fluid ::-webkit-scrollbar-thumb:hover {
        background: #ccc
    }

    .flat-estates .map .map-wrap {
        margin-bottom: 50px
    }

    .legacy-wap #myButton p,
    .slider__thumbs span {
        font-size: 16px
    }

    .philanthropy .slider h2 {
        font-size: 40px;
        line-height: 48px
    }

    .philanthropy .slider .item .sl-number {
        font-size: 70px;
        line-height: 80px
    }

    .philanthropy .slider .item .sl-copy p {
        font-size: 16px;
        line-height: 24px;
        width: 100%
    }

    .philanthropy .slider .item .sl-copy h3 {
        font-size: 30px;
        line-height: 40px;
        width: 100%
    }

    .results .row {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .results .row .info-box {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .results .info-box .arrow-btn {
        padding: 15px 18px 15px 20px
    }
}

@media (max-width:992px) {
    .philanthropy .slider .modal-dialog {
        top: auto
    }

    .philanthropy .slider h2 {
        position: relative;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 0
    }

    .philanthropy .slider .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .philanthropy .slider .item .sl-number {
        font-size: 110px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        line-height: 160px
    }

    .philanthropy .slider .item .sl-img a {
        width: 100px;
        height: 100px
    }

    .philanthropy .slider .item .sl-img {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        padding: 0
    }

    .philanthropy .slider .item .sl-img img,
    .results .row .info-box {
        width: 100%
    }

    .philanthropy .slider .item .sl-copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .philanthropy .slider .item .sl-copy p {
        margin-bottom: 10%;
        width: 90%
    }

    .philanthropy .slider .item .sl-copy h3 {
        max-width: 75%;
        margin-bottom: 10%;
        margin-top: -100px
    }

    .philanthropy .slider .owl-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .philanthropy .slider .wrapper {
        height: auto;
        width: 100%;
        float: right;
        overflow: visible;
        max-height: 100% !important
    }

    .philanthropy .slider .owl-carousel-vertical {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }

    .philanthropy .slider .owl-carousel-vertical .item {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        margin-top: 7%
    }

    .searchresults .home-filter.on {
        background-color: #292929
    }

    .searchresults .banner h2 {
        margin-bottom: 65px
    }

    .banner-content.searchresults {
        padding-top: 330px
    }

    .results .row {
        margin: 10% auto 0;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .results .row .col-lg-5 {
        width: 100% !important
    }

    .results .row .col-lg-5 img {
        width: 100%;
        margin-bottom: 5%
    }

    .results .info-box .arrow-btn {
        min-width: 265px
    }
}

@media (min-width:1201px) and (max-width:1299px) {
    .philanthropy .slider .wrapper .owl-nav {
        top: -51%
    }

    .philanthropy .slider .owl-carousel-vertical {
        left: -5%
    }

    .results .row .info-box {
        width: auto
    }
}

.results .info-box {
    padding-left: 3%
}

.results .info-box h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #101114
}

.results .info-box .arrow-btn span:hover {
    color: #101114
}

.results .info-box span {
    font-family: Montserrat-Regular;
    font-weight: 500;
    color: #101114
}

.results .info-box h6 {
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    margin-bottom: 6%;
    margin-top: 8px;
    color: #101114
}

.results .info-box .info {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.results .info-box .info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat-Regular;
    font-weight: 400;
    position: relative
}

.results .info-box .info div:nth-child(2) {
    padding: 0 30px;
    position: relative
}

.results .info-box .info div:nth-child(2):after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background: #d2d2d2;
    left: 0;
    top: 0
}

.results .info-box .info div:nth-child(2):before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background: #d2d2d2;
    right: 0;
    top: 0
}

.results .info-box .info span {
    margin-left: 10px;
    font-family: Montserrat-Medium
}

.apartments-listing .header .container,
.apartments-listing.listing-page .sort .home-filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.apartments-listing .header .container .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffff;
    text-decoration: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.apartments-listing .header .container .mail:hover {
    color: #ffc200
}

.apartments-listing .header .container .mail:hover img {
    -webkit-filter: invert(33%) sepia(89%) saturate(2492%) hue-rotate(2deg) brightness(118%) contrast(111%);
    filter: invert(33%) sepia(89%) saturate(2492%) hue-rotate(2deg) brightness(118%) contrast(111%)
}

.apartments-listing .header .container .mail img {
    margin-right: 5%
}

.apartments-listing .banner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1025px) {
    .flat-estates .amenities:after {
        width: 100%;
        left: auto;
        right: 0
    }

    .flat-estates .scroll-search {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        padding: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flat-estates .scroll-search div:first-child,
    .flat-estates .scroll-search div:nth-child(2) {
        display: none
    }

    .apartments-listing .banner .inner-banner,
    .philanthropy .banner {
        height: auto
    }

    .philanthropy .inner-banner,
    .philanthropy .inner-banner .desktop-banner,
    .philanthropy .inner-banner .desktop-banner img {
        height: 100%
    }

    .apartments-listing .banner {
        min-height: 620px
    }
}

.apartments-listing .banner .banner-content {
    padding-top: 150px
}

.apartments-listing .banner .mob-filter-trigger h5 {
    color: #c9a485;
    font-family: TenorSans-Regular;
    font-weight: 400
}

.apartments-listing .banner .home-filter {
    margin: 20px auto 0;
    padding: 20px 40px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: 0 0/contain #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apartments-listing .banner .home-filter .umbraco-forms-submitmessage {
    font-size: 20px;
    color: #1b7d32;
    padding: 10px 0;
    border: 1px solid #1b7d32;
    width: 60%;
    margin: 0 auto 10px
}

.apartments-listing .banner .home-filter .arrow-btn-white {
    font-weight: 700;
    float: right;
    font-size: 14px;
    padding-right: 25px
}

.apartments-listing .banner .home-filter .arrow-btn-white:before {
    z-index: -1
}

.apartments-listing .banner .home-filter .select-styled,
.umbraco-forms-landingpage form label {
    font-size: 18px
}

.apartments-listing .banner .home-filter .form-control {
    border: 1px solid #888e91;
    border-radius: 0;
    color: #ffff;
    font-size: 18px;
    background-color: transparent;
    font-family: Montserrat-Medium;
    font-weight: 500;
    margin-bottom: 15px
}

@media (min-width:1800px) {
    .results .info-box h3 {
        font-size: 46px;
        line-height: 54px
    }

    .results .info-box span {
        font-size: 20px;
        line-height: 24px
    }

    .results .info-box h6 {
        font-size: 26px;
        line-height: 32px
    }

    .results .info-box .info div {
        font-size: 20px;
        line-height: 32px
    }

    .apartments-listing .banner .banner-content {
        padding-top: 240px
    }

    .apartments-listing .banner .home-filter .arrow-btn-white {
        font-size: 16px
    }

    .apartments-listing .banner .home-filter .form-control {
        font-size: 18px;
        padding: 20px 38px
    }
}

@media (max-width:1600px) {
    .results .info-box h3 {
        font-size: 40px;
        line-height: 48px
    }

    .results .info-box span {
        font-size: 16px;
        line-height: 22px
    }

    .results .info-box h6 {
        font-size: 22px;
        line-height: 28px
    }

    .results .info-box .info div {
        font-size: 18px;
        line-height: 28px
    }

    .apartments-listing .banner .home-filter .select-styled {
        font-size: 14px
    }

    .apartments-listing .banner .home-filter .form-control {
        padding: 16px 27px;
        font-size: 14px
    }
}

.apartments-listing .banner .home-filter .form-control:focus {
    border: 1px solid #ffff
}

.apartments-listing .banner .home-filter .form-control:placeholder-shown~.form__label {
    cursor: text;
    top: 20px
}

.apartments-listing .banner .home-filter .form__label {
    position: absolute;
    top: 15px;
    left: 40px;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    font-family: Montserrat-Medium;
    font-weight: 500;
    color: #ffff
}

.apartments-listing .banner .home-filter .form__label i,
.leadership .team .modal-content .btn-close:hover {
    color: #c9a485
}

.apartments-listing .banner .home-filter .form-control:focus~.form__label {
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    -webkit-transition: .2s;
    transition: .2s
}

.apartments-listing .banner .home-filter .field-validation-error {
    position: relative;
    z-index: 99;
    height: 1px
}

.apartments-listing .banner .home-filter .select-wrapper .select {
    border: 1px solid #888e91;
    padding: 16px 25px;
    margin-top: -15px
}

@media (min-width:1800px) {
    .apartments-listing .banner .home-filter .form__label {
        top: 25px
    }

    .apartments-listing .banner .home-filter .select-wrapper .select {
        padding: 22px 25px
    }
}

@media (max-width:767px) {
    .inner-banner .mobile-banner {
        display: block;
        width: 100%
    }

    .flat-estates .info .container {
        max-width: 100%
    }

    .flat-estates .video-block .tab-video {
        display: none
    }

    .flat-estates .video-block .mobile-video {
        display: block;
        overflow: hidden;
        margin-top: 50px
    }

    .flat-estates .video-block .video-copy .play-icon {
        top: 30px
    }

    .flat-estates .amenities h5 {
        font-size: 25px
    }

    .philanthropy .banner .banner-content {
        padding-top: 135px
    }

    .apartments-listing .banner .inner-banner img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .apartments-listing .banner .home-filter .form-control {
        padding: 10px 20px;
        font-size: 14px
    }

    .apartments-listing .banner .home-filter .select-wrapper .select {
        padding: 10px 16px;
        margin: 0 auto 10px
    }
}

.apartments-listing .banner .home-filter .select-wrapper .select .select-styled:after {
    top: 40%
}

.apartments-listing .banner .home-filter .select-wrapper .select .select-styled.active:after,
.apartments-listing .banner .home-filter .select-wrapper .select .select-styled:active:after {
    top: 18px
}

.apartments-listing .banner .home-filter .select-wrapper:after {
    display: none;
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    background: url("../images/drop-arrow.svg") 0 0/14px 7px no-repeat;
    top: 0;
    right: 19px;
    bottom: 0;
    margin: auto;
    z-index: 0
}

.apartments-listing .banner .home-filter h3 {
    font-size: 35px;
    line-height: 60px;
    color: #c9a485
}

.apartments-listing .banner h2 {
    color: #ffff;
    text-transform: uppercase;
    text-align: center
}

@media (min-width:1800px) {
    .apartments-listing .banner .home-filter h3 {
        font-size: 40px;
        line-height: 55px;
        width: 80%;
        padding-left: 100px
    }

    .apartments-listing .banner h2 {
        font-size: 70px;
        line-height: 82px;
        margin: 8% auto 2%
    }
}

@media (max-width:1600px) {
    .apartments-listing .banner h2 {
        font-size: 60px;
        line-height: 72px;
        margin: 8% auto 0
    }
}

.apartments-listing .banner p {
    font-size: 18px;
    color: #ffff;
    margin: 0 auto;
    text-align: center
}

@media (min-width:1800px) {
    .apartments-listing .banner p {
        font-size: 22px;
        line-height: 34px;
        margin-top: 30px;
        margin-bottom: 100px
    }
}

.apartments-listing .results {
    background-size: 30%;
    position: relative;
    background-position: 63% -550px
}

@media (min-width:1800px) {
    .apartments-listing .results {
        background-position: 70% -810px
    }
}

@media (max-width:1280.98px) {
    .results .info-box h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px
    }

    .results .info-box span {
        font-size: 12px;
        line-height: 20px
    }

    .results .info-box h6 {
        font-size: 20px;
        line-height: 30px
    }

    .apartments-listing .banner h2 {
        font-size: 55px;
        line-height: 70px;
        margin: 8% auto 0
    }

    .apartments-listing .results {
        background-position: 63% -490px
    }
}

@media (min-height:1181px) and (max-height:1400px) {
    .apartments-listing .banner .banner-content {
        padding-top: 240px
    }

    .apartments-listing .banner p {
        margin-bottom: 4%
    }

    .apartments-listing .results {
        background-position: 63% -662px
    }
}

.apartments-listing .results .container.copy-wrap {
    margin: 3% auto 6%;
    min-height: 443px;
    background: #2c2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1600px) {
    .apartments-listing .results .container.copy-wrap {
        background-size: cover;
        min-height: 375px
    }

    .apartments-listing .results .info-box .arrow-btn {
        margin-left: 7px
    }
}

.apartments-listing .results .container.copy-wrap h2 {
    width: 70%;
    margin: 0 auto 2%;
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    color: #c9a485
}

@media (min-width:1800px) {
    .apartments-listing .results .container.copy-wrap h2 {
        font-size: 57px;
        line-height: 67px;
        width: 65%
    }
}

@media (max-width:992px) {
    .apartments-listing .header {
        padding-top: 0
    }

    .apartments-listing .header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: 35px;
        padding-top: 15px
    }

    .apartments-listing .header .container .logo img {
        max-width: 60%;
        margin: 0 auto
    }

    .apartments-listing .header .container .mail {
        margin-top: 15px
    }

    .apartments-listing .banner {
        height: auto
    }

    .apartments-listing .banner .inner-banner img {
        max-width: initial;
        display: block
    }

    .apartments-listing .banner .mob-filter-trigger {
        position: relative;
        padding: 30px 25px 20px;
        background: #000;
        height: 90px
    }

    .apartments-listing .banner .mob-filter-trigger h5 {
        width: 100%;
        font-size: 28px;
        line-height: 33px
    }

    .apartments-listing .banner .home-filter.on {
        position: absolute;
        padding-top: 60px;
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 20px;
        width: 90%;
        min-height: 425px;
        overflow-y: scroll;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .apartments-listing .banner .home-filter {
        bottom: -100px;
        background: #000
    }

    .apartments-listing .banner .home-filter .umbraco-forms-submitmessage {
        font-size: 18px;
        width: 90%;
        padding: 10px
    }

    .apartments-listing .banner .home-filter .arrow-btn-white {
        float: none
    }

    .apartments-listing .banner .home-filter .form__label {
        top: 10px
    }

    .apartments-listing .banner .home-filter .select-wrapper .select .select-styled {
        border-bottom: 0
    }

    .apartments-listing .banner h2 {
        font-size: 40px;
        width: 100%;
        letter-spacing: 1.5px;
        line-height: 50px
    }

    .apartments-listing .results {
        background-size: 42%;
        position: relative;
        background-position: 70% -504px
    }

    .apartments-listing .results .col-lg-5 {
        width: 100% !important
    }

    .apartments-listing .results .col-lg-5 img {
        width: 100%;
        margin-bottom: 5%
    }

    .apartments-listing .results .container.copy-wrap {
        background-size: cover
    }

    .apartments-listing .results .container.copy-wrap h2 {
        width: 90%;
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width:575.98px) {
    .legacy {
        background-size: 175%;
        background-position-x: center;
        background-position-y: 100% !important;
        min-height: 918px
    }

    .legacy .arrow-btn {
        width: 100%;
        margin-bottom: 0;
        font-size: 12px
    }

    .legacy .sp-mob-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .legacy .sp-mob-wrap .col-lg-3.col-md-12.col-sm-12.col-12.my-paroller,
    .legacy-page .legacy-wap .dtop,
    .philanthropy .banner #myButton {
        display: none
    }

    .legacy:after {
        left: 0;
        height: 70vh;
        background-size: 135%;
        top: 85%;
        background-position: 0 10%;
        width: 100%
    }

    .legacy .quotes {
        font-size: 23px;
        line-height: 29px;
        margin-left: -20px
    }

    .legacy .char {
        font-size: 22px;
        line-height: 30px;
        float: left;
        margin-left: -60px
    }

    .legacy .section-title {
        margin-top: -20px
    }

    .legacy .styled-heading {
        font-size: 45px;
        text-align: center;
        line-height: 40px;
        margin-left: -34%;
        margin-bottom: 30px;
        margin-top: 35%
    }

    .quality {
        height: auto;
        background-position: 70% 75px
    }

    .quality .arrow-btn-white span svg {
        width: 12px
    }

    .quality .mid-copy {
        width: 90%;
        margin: 20% auto;
        padding: 50px 38px
    }

    .quality .mid-copy h2 {
        margin-bottom: 10px
    }

    .quality .mid-copy p {
        padding: 5% 0 14%
    }

    .story {
        background-size: 500%;
        background-position-x: 40%;
        margin-bottom: 50px;
        max-height: inherit
    }

    .story h2 {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 40px;
        margin: 18% 0 30px
    }

    .story .arrow-p {
        padding-left: 0;
        background-position-x: 50%;
        background-position-y: 0%;
        line-height: 22px;
        margin-bottom: 5%;
        padding-top: 50%
    }

    .story .values h3 {
        margin-bottom: 25px
    }

    .mission-vision {
        background-size: 500%;
        background-position-x: 40%;
        background-position-y: -160px;
        min-height: 800px;
        padding: 30px 0;
        max-height: 900px
    }

    .mission-vision .mission,
    .mission-vision .vision {
        padding: 45% 10% 5%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 320px;
        margin: 2.5% auto
    }

    .mission-vision .vision {
        background-position: 50% 20%;
        min-width: 95%
    }

    .mission-vision .mission {
        background-position: 50% 25%;
        min-width: 95%
    }

    .discover .section-title {
        text-align: center;
        margin-top: 50px
    }

    .discover .mySwiper {
        padding-bottom: 30px
    }

    .discover .swiper-scrollbar,
    .legacy-page .legacy-wap .mob {
        display: block
    }

    #myButton .arrow {
        left: 0
    }

    .flat-estates .arrow-btn .arrow-icon {
        padding-right: 50px
    }

    .flat-estates .scroll-search .arrow-btn .arrow-icon {
        padding-right: 27%
    }

    .flat-estates .arrow-btn.mob-sp .arrow-icon {
        padding-right: 60px
    }

    .flat-estates .banner {
        padding-bottom: 0
    }

    .flat-estates .banner .inner-banner,
    .philanthropy .inner-banner {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .flat-estates .banner .banner-content {
        padding-top: 400px
    }

    .flat-estates .banner .banner-content .container img {
        width: 30%;
        margin-bottom: 100px
    }

    .flat-estates .info:after {
        top: -26%;
        background-size: 72%;
        background-position: -79px;
        opacity: .5;
        left: 0
    }

    .apartments-listing .banner h2,
    .flat-estates .info h2 {
        font-size: 35px;
        width: 85%;
        letter-spacing: 0;
        line-height: 41px;
        margin: 20% auto 10%
    }

    .flat-estates .info p {
        width: 100%;
        color: #030303
    }

    .flat-estates .info ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 700px;
        margin-top: 2%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 2%
    }

    .flat-estates .amenities h5:after,
    .flat-estates .info ul li,
    .flat-estates .video-block img.play {
        width: 100%
    }

    .flat-estates .info ul li h6 {
        font-size: 18px
    }

    .flat-estates .info ul li:nth-child(2) {
        margin: 0
    }

    .flat-estates .info .arrow-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .flat-estates .info .arrow-wrap .arrow-btn {
        width: 300px;
        margin-bottom: 15px
    }

    .flat-estates .video-block video {
        width: auto;
        height: 500px
    }

    .flat-estates .video-block .video-copy {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .flat-estates .video-block .video-copy .play-icon {
        top: px
    }

    .flat-estates .video-block .video-copy h3 {
        line-height: 0;
        top: 130px
    }

    .flat-estates .amenities h2 {
        font-size: 35px;
        letter-spacing: 0;
        line-height: 41px;
        margin: 100px 0 8%
    }

    .flat-estates .amenities h5 {
        font-size: 28px;
        margin: 14% auto 10%;
        line-height: 37px;
        overflow: hidden;
        width: 94%
    }

    .flat-estates .amenities:after {
        background-size: 140%;
        opacity: .5
    }

    .flat-estates .amenities .swiper-button-next,
    .flat-estates .amenities .swiper-button-prev {
        width: 50px;
        height: 50px
    }

    .flat-estates .amenities #amenities .owl-nav {
        left: 80%;
        top: 73%;
        width: 26%
    }

    .flat-estates .amenities #amenities .owl-stage-outer {
        left: 10px
    }

    .flat-estates .amenities #amenities .owl-next,
    .flat-estates .amenities #amenities .owl-prev {
        width: 50px
    }

    .flat-estates .amenities #amenities .owl-dots {
        margin: 45px auto;
        padding-left: 5px;
        width: 50%;
        float: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .flat-estates .amenities #amenities .item .slider-content h6 {
        font-size: 16px;
        line-height: 26px
    }

    .flat-estates .map h2 {
        font-size: 35px;
        letter-spacing: 0;
        line-height: 41px;
        margin: 18% 0 30px;
        padding: 0 10%
    }

    .flat-estates .scroll-search .arrow-btn {
        margin-bottom: 10px;
        width: 100%
    }

    .flat-estates .scroll-search .download,
    .flat-estates .scroll-search .view {
        min-height: 65px;
        min-width: auto;
        max-width: none
    }

    .modal-dialog {
        top: 32%
    }

    .arrow-btn.mob-sp .arrow-icon {
        padding-right: 46px
    }

    .slider__thumbs span {
        font-size: 14px
    }

    .slider__images .slider__image img {
        margin: 20% auto
    }

    .slider-copy-wrap {
        top: 50px
    }

    .slider-copy-wrap span {
        top: 10px
    }

    .slider-copy-wrap h3 {
        font-size: 20px;
        margin-bottom: 40px
    }

    .slider-copy-wrap p {
        font-size: 16px;
        line-height: 22px;
        width: 90%
    }

    .philanthropy .banner {
        height: 93vh;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 740px
    }

    .philanthropy .banner:before {
        background-size: cover;
        background-position: 15%
    }

    .philanthropy .banner .banner-content {
        padding-top: 42%;
        padding-left: 18px;
        padding-right: 18px
    }

    .philanthropy .banner h2 {
        margin-left: 0;
        font-size: 30px;
        width: 100%;
        line-height: 39px;
        text-align: center
    }

    .philanthropy .banner p.copy {
        font-size: 14px;
        line-height: 19px;
        width: 90%;
        margin: 5% auto 0;
        padding: 0;
        text-align: center
    }

    .philanthropy .inner-banner .mobile-banner img {
        height: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .philanthropy .slider h2 {
        font-size: 35px;
        line-height: 48px;
        margin-top: 15%
    }

    .philanthropy .slider .item .sl-number {
        font-size: 110px;
        margin-top: 16%;
        line-height: 80px
    }

    .philanthropy .slider .item .sl-copy p {
        margin-bottom: 20%
    }

    .philanthropy .slider .item .sl-copy h3 {
        font-size: 21px;
        line-height: 30px;
        max-width: 200px;
        margin-bottom: 18%;
        margin-top: -85px;
        min-height: 65px;
        width: 51%
    }

    .philanthropy .slider .owl-carousel-vertical .item {
        margin-top: 0
    }

    .searchresults #search-load-more .arrow-icon {
        left: -13px;
        top: 17px
    }

    .searchresults .banner {
        margin-top: -69px
    }

    .searchresults .banner h2 {
        margin-bottom: 65px
    }

    .searchresults .banner .video-banner {
        background: -82px -41px/260% #000
    }

    .results {
        padding-top: 15%;
        background-size: 90%;
        background-position: 10% -4%
    }

    .results .pl-0 .arrow-btn span {
        font-size: 12px
    }

    .results .pl-0 .arrow-btn:nth-child(2) .arrow-icon {
        padding-right: 26%
    }

    .results .pl-0 .arrow-btn:first-child .arrow-icon {
        padding-right: 22%
    }

    .results .info-box {
        padding-bottom: 20px
    }

    .results .info-box .pl-0 {
        padding-top: 25px;
        overflow: hidden
    }

    .results .info-box .arrow-btn {
        margin: 0 auto 10px;
        display: block
    }

    .results .info-box h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 23px;
        text-align: left
    }

    .results .info-box span {
        font-size: 14px;
        font-family: Montserrat-Regular;
        line-height: 20px
    }

    .results .info-box h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .results .info-box .info div {
        font-size: 16px;
        line-height: 22px
    }

    .apartments-listing .banner {
        min-height: 620px
    }

    .apartments-listing .banner .inner-banner {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        background: #000
    }

    .apartments-listing .banner .mob-filter-trigger {
        background: 0 0/contain #000;
        height: 90px;
        padding-top: 30px
    }

    .apartments-listing .banner .home-filter h3 {
        width: 100%;
        font-size: 28px;
        line-height: 33px
    }

    .apartments-listing .banner p {
        width: 100%;
        margin-bottom: 100px
    }

    .apartments-listing .results {
        background-size: 100%;
        position: relative;
        padding: 15% 15px 0;
        background-position: 7% -563px
    }

    .apartments-listing .results .container.copy-wrap {
        background: #2c2c2c
    }

    .apartments-listing .results .container.copy-wrap h2 {
        width: 80%;
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 30px;
        margin-top: 100px
    }
}

@media (max-width:375.98px) {
    .apartments-listing .results .container.copy-wrap h2 {
        font-size: 32px
    }
}

.apartments-listing .results .container.copy-wrap p {
    width: 63%;
    margin: 0 auto;
    text-align: center;
    color: #ffff
}

.sort .home-filter .form-group:first-child .select-wrapper:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    right: -12%;
    top: -35px;
    bottom: 0;
    margin: auto;
    background-color: #2c2c2c
}

h2#noresult {
    border: 1px solid #ccc;
    padding: 5%;
    background: #f3f3f3b3
}

.leadership:after {
    content: "";
    position: absolute;
    right: 0;
    width: 666px;
    height: 150vh;
    top: 70%;
    z-index: -1
}

@media (min-width:768px) and (max-width:1200px) {
    .leadership:after {
        left: auto;
        right: 0
    }
}

.leadership .banner {
    height: 100vh;
    margin-top: -165px
}

.leadership .banner .desktop-banner img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.leadership .banner .banner-content .container img {
    margin: 0 auto 50px
}

.leadership .banner h2 {
    width: 50%;
    min-width: 300px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center
}

.leadership .chairman span {
    margin-bottom: 10%;
    display: block;
    font-family: Montserrat-Light;
    font-weight: 300
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box,
.iti__selected-dial-code,
.leadership .team span {
    font-family: Montserrat-Medium
}

.leadership .chairman h2 {
    text-transform: uppercase;
    max-width: 100%;
    margin: 75px auto 0
}

.leadership .team .container {
    padding: 0 5%
}

.leadership .team .img-wrap .hover-box {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 1.8rem;
    height: 220px;
    opacity: 0;
    background: 0 0/100% #2c2c2c;
    -webkit-transition: height .3s;
    transition: height .3s
}

.leadership .team .img-wrap .hover-box p {
    color: #ffff;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    max-height: 80%;
    padding-top: 25px;
    text-transform: none;
    overflow-y: auto;
    padding-right: 5%;
    padding-left: 5%
}

.leadership .team .img-wrap .hover-box p::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #fffFFF30
}

.leadership .team .img-wrap .hover-box p::-webkit-scrollbar-thumb {
    background: #c9a485;
    width: 4px;
    height: 8px
}

.leadership .team .img-wrap .hover-box a {
    margin-top: 7%;
    color: #c9a485;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid #c9a485;
    -webkit-transition: padding .3s;
    transition: padding .3s
}

.leadership .team .img-wrap .hover-box a:hover {
    background: #c9a485;
    color: #ffff;
    padding: 5px 20px
}

.leadership .team .img-wrap:hover .hover-box {
    height: 100%;
    opacity: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

@media (max-width:767px) {
    .leadership .team .img-wrap:hover .hover-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

.leadership .team h2 {
    text-transform: uppercase;
    max-width: 50%;
    margin: 4% auto;
    text-align: center
}

.leadership .team h6 {
    text-transform: uppercase;
    margin-top: 5%;
    text-align: left
}

.leadership .team span {
    font-weight: 500;
    width: 95%;
    text-transform: uppercase;
    display: inline-block;
    color: #888e91;
    font-size: 14px;
    margin-bottom: 15%
}

.leadership .team .br-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding-top: 5%;
    padding-bottom: 10%;
    padding-left: 8%;
    min-height: 265px
}

.leadership .team .br-box a img:hover,
.leadership .team .modal-content .modal-body a img:hover {
    -webkit-filter: invert(100%) sepia(78%) saturate(2470%) hue-rotate(355deg) brightness(118%) contrast(118%);
    filter: invert(100%) sepia(78%) saturate(2470%) hue-rotate(355deg) brightness(118%) contrast(118%)
}

.leadership .team .modal-dialog {
    top: 0
}

.leadership .team .modal-content {
    background: -6% 44%/40% #2c2c2c;
    border-radius: 0;
    padding-bottom: 6%
}

.leadership .team .modal-content .modal-body {
    margin: 3% 7% 0
}

.leadership .team .modal-content .btn-close {
    left: -10px;
    position: relative;
    color: #fff;
    border: 0;
    -webkit-filter: brightness(5) invert(10);
    filter: brightness(5) invert(10);
    font-size: 24px
}

.leadership .team .modal-content h6 {
    color: #c9a485;
    margin: 0;
    font-size: 36px
}

.leadership .team .modal-content span {
    color: #fff;
    margin-bottom: 8%;
    font-size: 22px
}

.leadership .team .modal-content p {
    color: #fff;
    font-size: 18px
}

.leadership .team .modal-content .copy-area {
    height: 320px;
    overflow-y: auto;
    padding-right: 5%;
    margin-top: 5%
}

.leadership .team .modal-content .copy-area::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #fffFFF30
}

.leadership .team .modal-content .copy-area::-webkit-scrollbar-thumb {
    background: #c9a485;
    width: 30px;
    height: 8px
}

.team .modal .modal-xl {
    max-width: 90%
}

.team .modal .modal-body .col-lg-9 {
    padding-left: 5%
}

.apartments-listing.listing-page .sort:after {
    content: "";
    position: absolute;
    left: 35%;
    width: 666px;
    height: 150vh;
    top: -18%;
    z-index: -1
}

.apartments-listing.listing-page .banner {
    margin-top: -140px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

@media (min-height:1300px) and (max-height:1400px) {
    .apartments-listing.listing-page .banner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-height:1401px) and (max-height:1600px) {
    .apartments-listing.listing-page .banner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.apartments-listing.listing-page .banner h2,
.flat-estates .map {
    margin-bottom: 2%
}

.apartments-listing.listing-page .banner .banner-content {
    bottom: 10%
}

.apartments-listing.listing-page .sort h2 {
    text-transform: uppercase;
    max-width: 60%;
    margin: 75px auto 0;
    text-align: center
}

.apartments-listing.listing-page .sort .home-filter {
    margin: 2% auto 6%;
    background: #000;
    width: 85%;
    padding-left: 30px
}

.apartments-listing.listing-page .sort .home-filter form .black-button {
    background: #ffff;
    color: #000;
    border: 1px solid #fff;
    font-family: Montserrat-Bold;
    padding: 13px 30px
}

.apartments-listing.listing-page .sort .home-filter form .black-button:hover {
    border: 1px solid #fff;
    background: #000;
    -webkit-box-shadow: inset 16em 0 #000;
    box-shadow: inset 16em 0 #000;
    cursor: pointer;
    color: #fff
}

.apartments-listing.listing-page .sort .home-filter form .button-block {
    text-align: right;
    width: 21.666667%
}

.apartments-listing.listing-page .listing .listing-block {
    position: relative;
    margin-bottom: 376px
}

@media (max-width:1399.98px) {
    .leadership .team .modal-content {
        padding-bottom: 0
    }

    .leadership .team .modal-content .modal-body {
        margin: 0 7% 4%
    }

    .apartments-listing.listing-page .listing .listing-block .arrow-btn {
        font-size: 14px;
        padding: 20px 22px
    }
}

.apartments-listing.listing-page .listing .listing-block:nth-child(odd) {
    padding-right: 4%
}

.apartments-listing.listing-page .listing .listing-block:nth-child(odd) .info {
    right: 0
}

.apartments-listing.listing-page .listing .listing-block:nth-child(2n) {
    padding-left: 4%
}

.apartments-listing.listing-page .listing .listing-block:nth-child(2n) .info {
    right: -6%
}

.apartments-listing.listing-page .listing .listing-block .info {
    width: 87%;
    background: 0 0/100% #ffff;
    position: absolute;
    top: 85%;
    z-index: 2;
    padding: 6% 8% 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.apartments-listing.listing-page .listing .listing-block .info .head {
    width: 70%;
    min-width: 250px
}

.apartments-listing.listing-page .listing .listing-block .info .num {
    width: 30%;
    min-width: 100px;
    text-align: right
}

.apartments-listing.listing-page .listing .listing-block .info .num h2 {
    font-family: TenorSans-Regular;
    font-weight: 400;
    text-transform: uppercase;
    color: #ccc;
    opacity: .5;
    line-height: 85px
}

.apartments-listing.listing-page .listing .listing-block .info p {
    margin: 4% 0 9%;
    height: 50px;
    width: 100%;
    overflow-y: auto;
    font-size: 16px;
    line-height: 25px
}

.apartments-listing.listing-page .listing .listing-block .info p::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #aaa
}

.apartments-listing.listing-page .listing .listing-block .info p::-webkit-scrollbar-thumb {
    background: padding-box #000;
    border-radius: 8px
}

.apartments-listing.listing-page .listing .listing-block .info .price {
    width: 46%;
    min-width: 180px;
    font-family: Montserrat-SemiBold;
    color: #c9a485;
    letter-spacing: 1px;
    padding-right: 5%;
    font-weight: 600
}

.apartments-listing.listing-page .listing .listing-block .info .arrow-btn {
    width: 52%;
    min-width: 220px
}

.apartments-listing.listing-page .listing .listing-block .info h3 {
    max-width: 300px
}

@media (min-width:1800px) {
    .apartments-listing .results .container.copy-wrap p {
        width: 55%
    }

    .apartments-listing .results .info-box .arrow-btn {
        margin-right: 20px
    }

    #search-load-more-landing a {
        margin-left: 85px
    }

    .leadership .banner h2 {
        font-size: 70px;
        line-height: 75px
    }

    .apartments-listing.listing-page .listing .listing-block .info .price,
    .leadership .chairman span {
        font-size: 22px;
        line-height: 30px
    }

    .leadership .chairman h2,
    .leadership .team h2 {
        font-size: 64px;
        line-height: 84px
    }

    .leadership .team .img-wrap .hover-box p {
        font-size: 18px;
        line-height: 35px
    }

    .leadership .team .img-wrap .hover-box a {
        font-size: 20px;
        line-height: 35px;
        margin-left: 25px
    }

    .leadership .team h6 {
        font-size: 25px;
        line-height: 45px
    }

    .leadership .team .br-box {
        min-height: 295px
    }

    .apartments-listing.listing-page .banner {
        margin-top: -155px
    }

    .apartments-listing.listing-page .banner .banner-content {
        padding-top: 5%
    }

    .apartments-listing.listing-page .sort h2 {
        font-size: 64px;
        max-width: 45%;
        line-height: 84px
    }

    .apartments-listing.listing-page .sort .home-filter form .black-button {
        padding: 25px 50px;
        width: 280px
    }

    .apartments-listing.listing-page .listing .listing-block img {
        width: 100%
    }

    .apartments-listing.listing-page .listing .listing-block .info .num h2 {
        font-size: 110px
    }

    .apartments-listing.listing-page .listing .listing-block .info h3 {
        max-width: 450px;
        font-size: 46px;
        line-height: 54px;
        min-height: 105px
    }
}

@media (max-width:1600px) {
    #search-load-more-landing a {
        margin-left: 90px
    }

    .umbraco-forms-landingpage form label {
        font-size: 14px
    }

    .leadership:after {
        background-size: 65%;
        background-position: 100% -3%
    }

    .leadership .banner {
        margin-top: -140px
    }

    .leadership .banner h2 {
        font-size: 50px;
        line-height: 61px
    }

    .leadership .chairman span,
    .leadership .team .modal-content .btn-close,
    .leadership .team .modal-content span {
        font-size: 18px
    }

    .leadership .chairman h2,
    .leadership .team h2 {
        font-size: 48px;
        line-height: 65px
    }

    .leadership .team .img-wrap .hover-box p {
        font-size: 16px;
        line-height: 30px
    }

    .leadership .team .img-wrap .hover-box a {
        font-size: 18px;
        line-height: 30px
    }

    .leadership .team h6 {
        font-size: 22px;
        line-height: 40px;
        text-align: left
    }

    .leadership .team .modal-content h6 {
        font-size: 30px
    }

    .leadership .team .modal-content p {
        font-size: 16px
    }

    .leadership .team .modal-content .copy-area {
        height: 220px
    }

    .apartments-listing.listing-page .sort:after {
        background-size: 73%
    }

    .apartments-listing.listing-page .sort h2 {
        max-width: 47%;
        font-size: 48px;
        line-height: 65px
    }

    .apartments-listing.listing-page .sort .home-filter form .black-button {
        font-size: 13px
    }

    .apartments-listing.listing-page .listing .listing-block .info .num h2 {
        font-size: 90px
    }

    .apartments-listing.listing-page .listing .listing-block .info .price {
        font-size: 18px;
        line-height: 26px
    }

    .apartments-listing.listing-page .listing .listing-block .info h3 {
        max-width: 400px;
        font-size: 35px;
        line-height: 48px;
        min-height: 105px
    }
}

@media (max-width:1280.98px) {
    .apartments-listing .results .info-box .arrow-btn {
        margin-right: 0
    }

    .leadership .chairman span {
        font-size: 16px
    }

    .apartments-listing.listing-page .sort h2,
    .leadership .chairman h2,
    .leadership .team h2 {
        font-size: 40px;
        line-height: 48px
    }

    .leadership .team .img-wrap .hover-box p {
        font-size: 14px;
        line-height: 25px
    }

    .leadership .team .img-wrap .hover-box a {
        font-size: 16px;
        line-height: 25px
    }

    .leadership .team h6 {
        font-size: 22px;
        line-height: 28px
    }

    .leadership .team .modal-content .copy-area {
        height: 130px
    }

    .team .modal .modal-body .form-mb .copy-area p {
        font-size: 16px;
        line-height: 24px
    }

    .apartments-listing.listing-page .listing .listing-block .info .head {
        width: 70%
    }

    .apartments-listing.listing-page .listing .listing-block .info .num {
        position: absolute;
        right: 10%
    }

    .apartments-listing.listing-page .listing .listing-block .info .price {
        font-size: 16px;
        line-height: 26px
    }

    .apartments-listing.listing-page .listing .listing-block .info h3 {
        font-size: 30px;
        line-height: 40px;
        min-height: 105px
    }
}

@media (min-width:1400px) and (max-width:1800px) {
    .apartments-listing.listing-page .listing .listing-block .info .arrow-btn span:before {
        left: 29px
    }

    .apartments-listing.listing-page .listing .listing-block .info .arrow-btn .arrow-icon {
        padding-right: 27px
    }
}

.thank-you h2 {
    font-size: 42px !important;
    width: 100%;
    display: inline-block;
    line-height: 60px;
    font-family: TenorSans-Regular;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-bottom: 14px;
    font-weight: 800
}

.thank-you .grad-title {
    background: linear-gradient(135deg, #eec65f 0, #a76f2a 12%, #e2b855 26%, #f9f2b7 43%, #e2b855 61%, #8f5e21 80%, #e2b855 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.thank-you P {
    letter-spacing: 2px;
    font-size: 18PX
}

.thank-you img {
    text-align: center;
    display: inline-block;
    width: 80px;
    padding: 0 0 50px
}

@media (max-width:1025px) {

    .apartments-listing.listing-page .sort:after,
    .leadership:after {
        width: 100%;
        left: auto;
        right: 0
    }

    .thank-you h2 {
        font-size: 30px !important
    }

    .thank-you img {
        width: 100%;
        padding: 0 0 7px;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 65px
    }

    .thank-you .title-disc {
        padding-top: 94px !important
    }
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-position: center;
    margin: -100px 0 0 -100px
}

.incorrect-logo h3 {
    padding-top: 35px;
    line-height: 32px;
    font-size: 27px
}

.incorrect-logo .row .image {
    margin-bottom: 31px !important
}

.main .card-slider {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .24);
    color: #333;
    border-radius: 2px
}

.main .card-slider-image {
    background: #fff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%
}

.main .card-slider-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer-form-row .radiobuttonlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.footer-form-row .radiobuttonlist label {
    display: inline-block;
    margin-right: 32px;
    padding-left: 2%
}

.footer-form-row .iti__country-list {
    z-index: 999 !important
}

.footer-form-row .footer-enquiry-form .select-wrapper select {
    line-height: 33px !important
}

#enquiryModal [type=radio]:checked,
#enquiryModal [type=radio]:not(:checked),
.footer-form-row [type=radio]:checked,
.footer-form-row [type=radio]:not(:checked),
.project-radio [type=radio]:checked,
.project-radio [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

#enquiryModal [type=radio]:checked+label,
#enquiryModal [type=radio]:not(:checked)+label,
.footer-form-row [type=radio]:checked+label,
.footer-form-row [type=radio]:not(:checked)+label,
.project-radio [type=radio]:checked+label,
.project-radio [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

#enquiryModal [type=radio]:checked+label:before,
#enquiryModal [type=radio]:not(:checked)+label:before,
.footer-form-row [type=radio]:checked+label:before,
.footer-form-row [type=radio]:not(:checked)+label:before,
.project-radio [type=radio]:checked+label:before,
.project-radio [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 100%;
    background: #fff
}

#enquiryModal [type=radio]:checked+label:after,
#enquiryModal [type=radio]:not(:checked)+label:after,
.footer-form-row [type=radio]:checked+label:after,
.footer-form-row [type=radio]:not(:checked)+label:after,
.project-radio [type=radio]:checked+label:after,
.project-radio [type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

#enquiryModal [type=radio]:not(:checked)+label:after,
.footer-form-row [type=radio]:not(:checked)+label:after,
.project-radio [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

#enquiryModal [type=radio]:checked+label:after,
.footer-form-row [type=radio]:checked+label:after,
.project-radio [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#enquiryModal .radiobuttonlist {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 11px
}

#enquiryModal .radiobuttonlist label {
    margin: 0 8px
}

.list-items-prj .table-dark {
    --bs-table-bg: none;
    border: transparent;
    color: #000;
    padding-top: 3%;
    display: inline-block
}

.list-items-prj th {
    font: 20px/24px Montserrat;
    letter-spacing: 0;
    color: #101114;
    padding-left: 0
}

.form-section-propery h2,
.left-property h2 {
    letter-spacing: 0;
    color: #101114;
    font-family: TenorSans-Regular
}

.list-items-prj th td {
    font-size: 16px;
    padding-left: 0 !important
}

.left-property h2 {
    font-size: 27px;
    text-transform: uppercase;
    padding-top: 33px;
    line-height: 44px
}

.propertyTalk {
    padding: 6% 0 0
}

.form-section-propery {
    padding-left: 8%
}

.form-section-propery h2 {
    font-size: 57px
}

.form-section-propery p {
    font-size: 17px;
    font-family: Montserrat-Light;
    color: #030303;
    padding: 20px 0;
    line-height: 21px
}

.form-property .form-control {
    border: 1px solid #888e91;
    border-radius: 0;
    padding: 14px 5%;
    font-size: 14px;
    color: #6d6d6d
}

@media (max-width:680px) {
    .form-section-propery h2 {
        padding-top: 32px;
        font-size: 44px;
        line-height: 54px
    }

    .form-section-propery p {
        line-height: 30px
    }

    .form-property .form-control {
        margin-bottom: 14px !important
    }

    .form-property .select-wrapper {
        margin-top: 20px
    }
}

.form-property .select-wrapper:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 7px;
    background: url(../images/drop-arrow.svg) 0 0/14px 7px no-repeat;
    top: -15px;
    right: 19px;
    bottom: 0;
    margin: auto;
    z-index: 0
}

.project-radio .radiobuttonlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2%;
    padding-top: 2%
}

.bath-rm,
.bed-rm,
.park {
    padding-left: 0 !important;
    font-size: 20px
}

.bed-rm:before {
    background: url(../images/bed-rooms.html) 0 0/cover no-repeat;
    width: 42px;
    height: 30px;
    content: "";
    display: inline-block;
    position: relative;
    left: 1px;
    margin-right: 23px;
    top: 4px
}

.bath-rm:before,
.park:before {
    width: 34px;
    height: 33px;
    content: "";
    left: 0;
    display: inline-block;
    position: relative
}

.bath-rm:before {
    background: url(../images/bathroom.html) no-repeat;
    margin-right: 28px;
    top: 8px
}

.park:before {
    background: url(../images/parking.html) no-repeat;
    margin-right: 29px;
    top: 3px
}

th.numver-project {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-left: 36px
}

.footer-menu-4 li:nth-child(3) a,
.footer-menu-4 li:nth-child(4) a,
.footer-menu-5 a {
    font-weight: 800;
    text-transform: uppercase
}

@media (max-width:1200px) {
    .story .values h3 {
        font-size: 55px
    }

    #myButton {
        display: none
    }

    .philanthropy .slider .wrapper .owl-nav .owl-prev {
        left: -9px
    }

    .philanthropy .slider .wrapper .owl-nav .owl-next {
        left: -116px
    }

    .leadership .banner h2 {
        width: 100%
    }

    .list-items-prj th {
        font-size: 16px
    }

    th.numver-project {
        font-size: 14px;
        padding-left: 10px;
        position: relative
    }

    .custom-checkbox {
        padding-left: 8%
    }
}

@media (max-width:992px) {
    .apartments-listing .results .container.copy-wrap p {
        width: 90%
    }

    #search-load-more-landing a i {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: -12px;
        position: relative;
        top: 16px
    }

    #search-load-more-landing a {
        margin-left: 0
    }

    .sort .home-filter .form-group:first-child .select-wrapper:after {
        display: none
    }

    .leadership .banner {
        height: 100%
    }

    .leadership .banner .inner-banner {
        height: auto;
        top: 8%
    }

    .leadership .banner .banner-content .container img {
        padding-top: 38% !important
    }

    .leadership .banner h2 {
        margin-left: 0;
        font-size: 38px;
        width: 100%;
        line-height: 45px;
        text-align: center
    }

    .leadership .chairman .chairman-img {
        padding: 1rem !important
    }

    .leadership .chairman span {
        font-size: 16px;
        line-height: 22px
    }

    .apartments-listing.listing-page .sort h2,
    .leadership .chairman h2,
    .leadership .team h2,
    .leadership .team h6 {
        position: relative;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        max-width: 100%
    }

    .leadership .team {
        padding: 0
    }

    .leadership .team .img-wrap .hover-box p {
        font-size: 12px;
        line-height: 20px
    }

    .leadership .team .img-wrap .hover-box a {
        font-size: 14px;
        line-height: 20px;
        margin-left: 5%
    }

    .leadership .team .modal-content .col-lg-3 img,
    .left-property img {
        width: 100%
    }

    .leadership .team .modal-content .copy-area {
        height: 130px;
        margin-top: 5%
    }

    .apartments-listing.listing-page .listing .listing-block:nth-child(2n),
    .form-section-propery,
    .team .modal .modal-body .col-lg-9 {
        padding-left: 0
    }

    .team .modal .modal-body .form-mb {
        width: 100%;
        margin-bottom: 20px
    }

    .team .modal .modal-body .form-mb .copy-area {
        margin-top: 25px
    }

    .apartments-listing.listing-page .sort .home-filter {
        position: relative;
        opacity: 1;
        display: inline-table;
        margin: 40px auto;
        width: 100%;
        z-index: 99
    }

    .apartments-listing.listing-page .sort .home-filter form .button-block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .apartments-listing.listing-page .listing {
        overflow: hidden
    }

    .apartments-listing.listing-page .listing .listing-block:nth-child(odd) {
        padding-right: 0
    }

    .apartments-listing.listing-page .listing .listing-block:nth-child(2n) .info {
        right: 0
    }

    .apartments-listing.listing-page .listing .listing-block .info .num {
        right: 3%;
        top: 25px
    }

    .apartments-listing.listing-page .listing .listing-block .info .num h2 {
        font-size: 100px
    }

    .apartments-listing.listing-page .listing .listing-block .info .price {
        width: 90%;
        padding-right: 15%;
        margin-bottom: 15px
    }

    .apartments-listing.listing-page .listing .listing-block .info h3 {
        max-width: 80%;
        margin-bottom: 10%;
        min-height: initial
    }

    .form-property .form-control {
        margin-bottom: 0
    }

    th.numver-project {
        padding-left: 68px;
        position: static
    }
}

td.numers-prj {
    padding-left: 32px
}

@media only screen and (max-width:375px) {
    .bed-rm:before {
        width: 39px;
        height: 27px;
        margin-right: 17px
    }

    .bath-rm:before {
        margin-right: 22px
    }

    .park:before {
        margin-right: 23px
    }

    th.numver-project {
        padding-left: 0;
        position: relative
    }

    td.numers-prj {
        padding-left: 58px
    }

    .footer-form-area h4 {
        text-align: center;
        padding-bottom: 18px
    }
}

.form-property .select-wrapper {
    position: relative;
    width: 100%;
    display: inline-block
}

.list-items-prj thead {
    padding-bottom: 15px;
    display: inline-block
}

.project-radio {
    padding-top: 38px;
    padding-bottom: 20px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 5%
}

.pub-date {
    color: #fff;
    font-size: 14px
}

@media (max-width:992px) {
    .footer-enquiry-form .form-col.mail-to-regist {
        width: 100%
    }
}

.form-property .footer-enquiry-form .form-col {
    padding-right: 2% !important
}

.footer-enquiry-form .form-col {
    padding-right: 28px !important
}

.footer-menu-5 a {
    font-family: Montserrat-Bold;
    font-size: 14px
}

.footer-menu-5 li {
    margin-bottom: 7px
}

span.pub-title {
    font-size: 13px !important
}

.form-property.form-property .select-wrapper:after {
    top: 1px
}

#enquiryModal .form-pop .form-control,
.form-property .footer-enquiry-form .select-wrapper select {
    height: 51px
}

@media (max-width:575.98px) {
    .apartments-listing .results .container.copy-wrap p {
        width: 80%;
        margin-bottom: 100px
    }

    .apartments-listing .results .info-box .arrow-btn {
        margin: 0 auto 10px;
        display: table
    }

    .leadership:after {
        top: 17%;
        background-size: 100%;
        background-position: 90px 300px;
        opacity: .8;
        height: 800px
    }

    .leadership .banner .inner-banner {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .leadership .banner .banner-content .container img {
        width: 50%;
        margin-bottom: 100px
    }

    .leadership .banner h2 {
        width: 100%
    }

    .leadership .chairman .chairman-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 1rem !important
    }

    .leadership .chairman p {
        color: #030303
    }

    .leadership .chairman .col-lg-6.col-md-7.p-5 {
        padding: 1rem !important
    }

    .apartments-listing.listing-page .sort h2,
    .leadership .chairman h2 {
        font-size: 35px;
        line-height: 48px;
        max-width: 100%;
        margin-top: 15%
    }

    .leadership .team h2 {
        font-size: 35px;
        line-height: 40px;
        max-width: 100%;
        margin-top: 15%
    }

    .leadership .team h6 {
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
        margin-top: 15%
    }

    .leadership .team span {
        font-size: 12px
    }

    .leadership .team .modal-content .btn-close {
        font-size: 20px
    }

    .apartments-listing.listing-page .sort:after {
        top: 8%;
        background-size: 122%;
        background-position: -114px;
        opacity: .5
    }

    .apartments-listing.listing-page .listing .listing-block:nth-child(odd) {
        padding-right: 4%
    }

    .apartments-listing.listing-page .listing .listing-block:nth-child(2n) {
        padding-left: 4%
    }

    .apartments-listing.listing-page .listing .listing-block .info .num {
        right: 3%;
        top: 0
    }

    .apartments-listing.listing-page .listing .listing-block .info .num h2 {
        font-size: 70px
    }

    .apartments-listing.listing-page .listing .listing-block .info h3 {
        font-size: 21px;
        line-height: 24px;
        max-width: 200px
    }

    .thank-you h2 {
        font-size: 25px !important;
        padding-bottom: 0 !important;
        line-height: 31px !important
    }

    .thank-you P {
        font-size: 12PX
    }

    .thank-you img {
        width: 100%;
        padding: 0 0 15px;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 50px
    }

    .thank-you .title-disc {
        padding-top: 32px !important
    }

    .form-section-propery {
        padding: 5%
    }

    .country-prp {
        margin-bottom: 24px
    }

    .footer-enquiry-form .form-col {
        padding-right: 0 !important
    }

    .footer-form-area .text-center {
        height: 145px
    }
}

body .footer-enquiry-form .form-col.formCheckBox {
    padding-right: 6px !important
}

.formPhone .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    width: 85px;
    color: #fff;
    margin-right: 10px
}

.formPhone .iti--separate-dial-code .iti__selected-flag {
    width: 100px;
    margin-left: 15px
}

.form-col.formPhone input {
    padding-left: 38% !important
}

.floating-icons li a circle.connectTous {
    fill: #43cd66
}

.floating-icons svg {
    width: 45px;
    height: 52px
}

.footer-form-area .submit-bg {
    margin-top: 12px
}

.propertyTalk-cont .list-items-prj th {
    display: block;
    padding-left: 0 !important
}

.iti.iti--allow-dropdown {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text] {
    width: 70%;
    padding-left: 5% !important
}

.iti__flag-container {
    position: initial !important;
    width: 30%;
    height: 51px;
    border: 1px solid #888e91;
    margin-right: 5px
}

.footer-form-row .iti__flag-container {
    height: 55px
}

.home-filter .iti--separate-dial-code .iti__selected-flag {
    width: 85px;
    margin-left: 13px
}

.home-filter .iti__flag-container {
    width: 38%
}

.connectFootercr .footer-menu-5 {
    display: inline-block;
    width: 100%;
    background: 0 0;
    padding-top: 0
}

.mobile-wrapper .connectFootercr,
body .footer-form-area .section-title {
    margin-top: 0
}

@media only screen and (min-width:1920px) {
    .footer-form-row .iti__flag-container {
        height: 85px !important
    }

    .footer-enquiry-form .select-wrapper select {
        height: 85px
    }
}

@media only screen and (min-width:1920px) {
    .apartments-listing .banner .home-filter .select-wrapper .select {
        height: 69px !important;
        font-size: 14px;
        font-family: Montserrat-Medium;
        color: #6c757d;
        opacity: 1
    }

    .apartments-listing .home-filter .iti__flag-container {
        height: 69px;
        border: 1px solid #888e91
    }
}

.apartments-listing .select-styled {
    color: #6c757d;
    opacity: 1
}

@media only screen and (max-width:1919px) {
    .footer-form-row .iti__flag-container {
        height: 55px !important
    }

    .footer-enquiry-form .select-wrapper select {
        height: 55px
    }

    .apartments-listing .banner .home-filter .select-wrapper .select {
        height: 41px !important;
        padding: 0
    }

    .apartments-listing .home-filter .iti__flag-container {
        height: 42px;
        border: 1px solid #888e91
    }

    .form-property .footer-form-row .iti__flag-container {
        height: 51px !important
    }
}

.apartments-listing .home-filter .formPhone .iti--separate-dial-code .iti__selected-dial-code {
    color: #6c757d;
    opacity: 1;
    font-size: 14px
}

.apartments-listing .banner .home-filter .form-control {
    height: 42px
}

@media only screen and (min-width:1800px) {
    body .story h2 {
        margin-bottom: 4%
    }

    body .story .arrow-p {
        margin-bottom: 4%;
        padding-left: 49%
    }

    body.apartments-listing .home-filter .iti__flag-container {
        height: 69px !important
    }

    body.apartments-listing .banner .home-filter .select-wrapper .select {
        height: 69px !important;
        padding: 22px 25px
    }

    .apartments-listing .banner .home-filter .form-control {
        height: 69px
    }
}

.apartments-listing .iti.iti--allow-dropdown {
    margin-bottom: 15px
}

section.listing,
.emi-calculator {
    padding: 100px 0;
}

@media(max-width: 992px){
    section.listing, .emi-calculator {
    padding: 30px 0;
}
}
@media (max-width:680px) {
    td.numers-prj {
        padding-left: 14%
    }

    .form-property .footer-enquiry-form .form-col {
        padding-right: 0 !important
    }

    .footer-menu-5 a {
        font-size: 16px
    }

    .form-property .iti-mobile .iti__country-list {
        width: 85% !important
    }

    footer .mobile-wrapper.connectFootercr {
        margin-top: 0
    }

    .flat-estates .info h1 {
        font-size: 40px
    }
}

@media only screen and (min-width:768px) {
    .iti__flag {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px
    }
}

.apartments-listing .home-filter .iti__flag-container {
    width: 45%
}

.desktop-header.sticky .search-top,
.search-top {
    width: 23%;
    right: 0%;
}

@media only screen and (max-width:400px) {
    .apartments-listing .banner .home-filter .select-wrapper .select {
        padding: 11px 14px !important
    }
}

.apartments-listing .banner .home-filter .field-validation-error {
    top: -10px;
    font-size: 12px;
    padding-bottom: 11px
}

@media only screen and (max-width:500px) and (min-width:420px) {
    .results .info-box .arrow-btn {
        min-width: 290px
    }

    .results .pl-0 .arrow-btn:nth-child(2) .arrow-icon {
        padding-right: 20%
    }
}

#enquiryModal .form-section .form-control {
    padding: 10px 18px;
    height: 51px
}

@media only screen and (max-width:1000px) and (min-width:320px) {
    .apartments-listing.listing-page .listing .listing-block .info {
        padding: 6% 0 8% 8%
    }

    .footer-form-area {
        padding-top: 0
    }

    .listing .pb-5 {
        padding-bottom: 0 !important
    }

    .communitydetailpage .comm-details-sec.inner-spacing {
        min-height: 649px;
        padding-bottom: 0
    }

    .communitydetailpage .community-discover-sec.inner-spacing {
        min-height: 674px;
        padding-bottom: 10px !important
    }

    .communitydetailpage .s-hart-map {
        padding-top: 14px
    }

    .apartments-listing.listing-page .listing .listing-block {
        margin-bottom: 350px
    }
}

@media only screen and (max-width:375px) {
    .form-property .footer-enquiry-form .select-wrapper select {
        height: 51px
    }

    .flat-estates .video-block .video-copy h3 {
        top: 150px
    }

    .flat-estates .video-block .video-copy {
        top: 45%
    }
}

.footer-form-area {
    padding-top: 0
}

.about .mission-vision .mission,
.mission-vision .vision {
    margin: 0 auto
}

.search-top {
    padding-bottom: 10px;
    position: absolute;
    top: 37%
}

@media only screen and (max-width:425px) {
    .search-trigger svg {
        right: 0;
        top: -4px
    }

    .mh-btns-left {
        z-index: 999
    }
}

.headerMenutwo {
    width: 41% !important;
    text-align: right;
    padding-right: 14%
}

.sprt {
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #bebebe;
    position: relative;
    top: 8px;
    left: 60px
}

.arrow-opend,
.close-head,
.colse-opend {
    display: none;
    position: absolute
}

#Line_8,
#search circle#Ellipse_3 {
    stroke: #fff
}

.iti--separate-dial-code .iti__selected-flag {
    background: #fff !important
}

.search-top .search-li .search-form .form-control.active {
    position: relative;
    z-index: 999;
    padding: 10px
}

@media only screen and (max-width:432px) {
    .search-top .search-li .search-form .form-control.active {
        z-index: 0
    }
}

@media only screen and (max-width:600px) {
    .main .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 1rem
    }

    .iti-mobile .iti--container {
        left: 0 !important;
        right: 30px;
        z-index: 1100
    }

    .search-top {
        right: 29px;
        top: 33%;
    }

    .search-top .search-li .search-form form.active {
        background: #000
    }
}

.search-form .active .searchsubmit {
    display: inline-block;
    position: relative;
    padding: 7px
}

.desktop-header.sticky .headerMenutwo {
    padding-right: 12%
}

.apartments-listing .banner .home-filter .iti--separate-dial-code .iti__selected-flag {
    background: 0 0 !important
}

.flat-estates .amenities #amenities .owl-dots {
    margin: 50px auto 33px
}

.communitydetailpage .community-discover-sec.inner-spacing {
    padding-top: 0;
    padding-bottom: 0
}

.communitydetailpage .comm-amentis.inner-spacing {
    height: 100%;
    min-height: 0;
    padding: 5% 0
}

@media only screen and (max-width:16000px) {
    .v-slider-section {
        padding-bottom: 58px
    }
}

.footer-form-area .text-center,
.news-events.common-space {
    padding-bottom: 0 !important
}

@media only screen and (max-width:1600px) {
    .leader-banner #myButton {
        bottom: 22% !important
    }

    .philanthropy .slider .wrapper {
        padding-bottom: 0
    }
}

@media only screen and (min-width:1601px) {

    body .footer-enquiry-form .select-wrapper select,
    body .footer-form-row .iti__flag-container {
        height: 80px !important
    }

    .footer-form-area .text-center {
        height: 266px
    }

    .footer-form-area img {
        width: 134px
    }
}

.footer-form-area .text-center {
    height: auto;
    padding-top: 60px
}

.footer-form-area-row .umbraco-forms-form {
    padding: 0 0 10px
}

@media only screen and (min-width:992px) {
    body.about .inner-main-banner.craftsman-banner {
        margin-top: -99px !important
    }

    .search-top .search-li {
        width: 100%
    }

    .about .inner-main-banner,
    .banner,
    .community-banner,
    .inner-main-banner,
    .philanthropy .banner,
    body.legacy-page .slider__images {
        margin-top: -99px
    }

    .about .banner .desktop-banner img {
        height: 100vh
    }

    body .inner-spacing {
        height: auto;
        padding: 70px 0;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .apartments-listing .inner-banner .tab-banner {
        overflow: hidden;
        height: 600px
    }
}

@media only screen and (max-width:1920px) {
    .apartments-listing .banner h2 {
        font-size: 50px;
        line-height: 60px;
        margin: 20px auto 0
    }
}

.search-top .active {
    top: 31%
}

.desktop-header.sticky #Line_8,
.desktop-header.sticky #search circle#Ellipse_3 {
    stroke: #000
}

.iti-mobile .iti--container {
    z-index: 9999
}

.quality {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-enquiry-form input::-webkit-input-placeholder {
    color: #212529;
    font-weight: 300;
    font-family: Montserrat-Medium !important
}

.footer-enquiry-form input:-ms-input-placeholder {
    color: #212529;
    font-weight: 300;
    font-family: Montserrat-Medium !important
}

.footer-enquiry-form input::-ms-input-placeholder {
    color: #212529;
    font-weight: 300;
    font-family: Montserrat-Medium !important
}

.footer-enquiry-form input::placeholder {
    color: #212529;
    font-weight: 300;
    font-family: Montserrat-Medium !important
}

@media only screen and (min-width:1920px) {
    .form-property .footer-form-row .iti__flag-container {
        height: 51px !important
    }
}

td.bed-rm,
td.numers-prj {
    vertical-align: bottom
}

@media only screen and (max-width:990px) {
    .apartments-listing .home-filter form .select-wrapper {
        margin-top: 15px
    }
}

@media only screen and (max-width:420px) {
    .apartments-listing .banner h2 {
        font-size: 32px
    }

    .flat-estates .video-block .video-copy h3 {
        line-height: 70px !important;
        font-size: 34px !important
    }

    .flat-estates .video-block .video-copy {
        top: 45%
    }
}

body .umbraco-forms-form input.contourError,
body .umbraco-forms-form input.input-validation-error,
body .umbraco-forms-form select.input-validation-error,
body .umbraco-forms-form textarea.contourError {
    border-color: #ff1818
}

.close-head {
    color: #fff
}

.search-form form.active .close-head .show {
    display: inline-block;
    top: 52px;
    left: 103%
}

.iti__selected-dial-code {
    color: #6d6d6d !important
}

@media only screen and (min-width:1000px) {
    .home .home-filter .select-options {
        bottom: -100px
    }

    .home .banner.home-banner {
        overflow: visible
    }

    .home .banner .video-banner {
        overflow: hidden
    }

    .home .home-filter form .form-group:first-child .select-options {
        bottom: -149px
    }

    .home .home-filter .select-options:nth-child(3) {
        bottom: -207px
    }
}

@media only screen and (max-width:992px) {
    .legacy-block .section-title {
        margin-bottom: 68px !important;
        text-align: center !important
    }

    .about .banner.career-banner h2 {
        line-height: 59px
    }

    body.apartments-listing .banner .home-filter.on {
        padding-top: 30px
    }

    body.apartments-listing .home-filter form .select-wrapper {
        margin-top: 0
    }

    .form-col.formNationality {
        z-index: 100
    }

    body.communitydetailpage .community-discover-sec.inner-spacing {
        min-height: 570px
    }

    body.searchresults .banner {
        margin-top: -74px
    }

    body .home-filter form .form-group .btn-white {
        padding: 10px 24px
    }

    body .home-filter form .form-group {
        margin-bottom: 10px
    }

    body .home-banner,
    body .searchresults .banner {
        height: 650px
    }

    body .home-filter.on {
        height: 450px
    }

    body .banner-content.searchresults,
    body .home-banner .banner-content {
        padding-top: 390px
    }

    .search-top .search-li .search-form form.active {
        min-width: 80%;
        position: fixed;
        left: 10%;
        top: 50px
    }

    .mmenu-opening .text-end {
        display: none
    }

    .mobile-header {
        background: 0 0
    }

    .legacy-block {
        padding-bottom: 65px
    }

    .home .home-filter form .form-group:first-child .select-options {
        bottom: -133px
    }

    .black-strip-head .mobile-header {
        display: block !important;
        background: #000
    }

    .header-backbg .mobile-header {
        background: #000
    }

    .home-filter form .form-group:first-child {
        z-index: 4
    }

    .home-filter form .form-group:first-child .select-options {
        bottom: -80px
    }

    .home-filter form .form-group:nth-child(2) {
        z-index: 3
    }

    .home-filter form .form-group:nth-child(2) .select-options {
        bottom: -183px
    }

    .home-filter form .form-group:nth-child(3) {
        z-index: 2
    }

    .home-filter form .form-group:nth-child(3) .select-options {
        bottom: -93px
    }
}

@media only screen and (max-width:500px) {
    .flat-estates .video-block .video-copy {
        top: 41%
    }

    .sticky+.mmenu-page .mobile-header .mh-sticky.mh-pinned .search-trigger svg {
        top: 12px
    }
}

.listing h3 a {
    color: #212529
}

.close-head.show {
    display: inline-block;
    top: 80px;
    right: -15px;
    color: #fff
}

.close-head.show:hover {
    color: #ff1212
}

.career-section {
    padding-bottom: 18px !important
}

.arrow-opend {
    width: 20px;
    height: 20px;
    right: 6px;
    z-index: 999
}

.colse-opend {
    width: 20px
}

.opend-serch.iconserch .colse-opend {
    display: inline-block;
    right: -4px
}

@media only screen and (max-width:575px) {
    .footer-form-area .text-center {
        padding-top: 0;
        padding-bottom: 34px
    }

    .legancy-award {
        padding-top: 42px
    }

    .close-head.show {
        top: 93px
    }

    .flat-estates .info h1 {
        width: 100%;
        font-size: 30px;
        line-height: 42px
    }

    .flat-estates .amenities h2 {
        margin: 64px 0 8%
    }

    .mh-unpinned .mob .search-form {
        top: 49px
    }

    .flat-estates .video-block .video-copy h3 {
        top: 128px
    }

    .flat-estates .video-block .video-copy span {
        font-size: 17px
    }

    .apartments-listing.listing-page .listing .listing-block .info p {
        padding-right: 6px
    }
}

.search-form button {
    border: 0;
    margin-top: -14px;
    background: 0 0
}

.desktop-header.sticky .search-top .search-li .search-form form.active,
.home header .search-top .search-li .search-form form.active {
    margin-top: 31px
}

.desktop-header.sticky .opend-serch.iconserch .colse-opend {
    fill: #000
}

.desktop-header.sticky .arrow-opend {
    top: 9px;
    right: 22px;
    fill: #000
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 9999s ease-in-out;
    transition: background-color 9999s ease-in-out
}

.desktop-header.sticky .opend-serch.iconserch .colse-opend path {
    fill: #000 !important
}

@media only screen and (max-width:1000px) {
    .search-top .search-li .search-form .form-control.active {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: #000
    }

    .search-form .active .searchsubmit {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .story .values {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: none !important;
        transform: none !important
    }

    .top-header-media .mobile-header {
        background: #000
    }
}

.desktop-header.sticky .search-top .active {
    top: 46%
}

.desktop-header .search-top .search-li .search-form form.active {
    margin-top: 46px
}

@media only screen and (max-width:900px) {
    .home-filter.on {
        height: 390px
    }
}

@media only screen and (max-width:1200px) {
    .contact-us-page .banner {
        margin-top: -110px !important
    }

    .home-filter {
        margin-top: 65px !important
    }

    header .menu-row .book-btn {
        max-width: 100px !important
    }

    .new-header .logo {
        margin-left: 3% !important;
        margin-right: 3% !important
    }

    .about .story .values {
        height: auto;
        padding-top: 31px;
        margin-bottom: 0 !important
    }

    .about .story .values h3 {
        margin-bottom: 12px !important
    }

    .about .story .values h3 span {
        padding-left: 11px;
        line-height: 14px
    }

    .about .story .values h3 span p {
        width: 100%
    }

    .about .my-paroller-2 .space {
        padding-bottom: 29px
    }

    .about .story {
        margin-bottom: 0;
        max-height: none
    }

    .story .space {
        border-right: 0
    }

    .story .space p {
        margin-top: 2%;
        width: 100%
    }
}

.header-backbg .desktop-header .search-top .search-li .search-form form.active {
    margin-top: 47px;
    background: #000
}

.apartments-listing .home-filter form .form-group:first-child .select-options,
.apartments-listing .home-filter form .form-group:nth-child(2) .select-options {
    bottom: -209px
}

.gsearchdesc li {
    list-style-type: none !important
}

@media only screen and (min-width:993px) {
    body.apartments-listing .home-filter .select-options {
        bottom: -197px
    }

    .search-top .search-li .search-form form.active {
        border-bottom: 1px solid #ffff;
        position: absolute;
        left: 0;
        right: auto;
        margin-top: 31px;
        width: 100%;
        min-width: auto
    }

    body .community-section .center-block .features .icon-box {
        min-width: 205px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    body .community-section .center-block .features h5 {
        padding-right: 0 !important
    }

    body .community-section .center-block .features .feature-boxes-title.flex-grow-1 {
        -webkit-box-flex: initial !important;
        -ms-flex-positive: initial !important;
        flex-grow: initial !important
    }

    body .community-section .center-block .features .icon-box:after {
        left: 0 !important
    }

    body .community-section .center-block {
        padding: 60px 37px
    }
}

@media only screen and (min-width:1180px) {
    body .community-section .center-block .features .feature-boxes:nth-child(5).icon-box:after {
        display: none
    }
}

@media only screen and (min-width:993px) and (max-width:1179px) {
    body .community-section .center-block:hover {
        width: 88% !important
    }

    body .community-section .center-block:hover .img-wrap img {
        width: 200px !important;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .philanthropy .banner h2 {
        font-size: 29px !important;
        line-height: 36px !important
    }

    .philanthropy .banner p.copy {
        font-size: 15px !important;
        line-height: 20px !important
    }
}