/* TypoGraphy */
html {
  /* You don't need any library to achieve smooth scroll */
  scroll-behavior: smooth;
}
 * {
     box-sizing: border-box;
}
 :focus {
     outline: none !important;
     box-shadow: none;
     border-color: inherit;
}
 textarea.form-control {
     resize: none;
     overflow: hidden;
}
 html, body {
     width: 100%;
    /* overflow-x: hidden;
     */
}
 body {
     padding: 0;
     margin: 0;
     font-family: 'Prompt Regular';
     font-weight: normal;
}
 body {
     background: #fff;
     overflow-x: hidden;
     display: flex;
    flex-direction: column;
    min-height: 100vh;

}
 img {
     max-width: 100%;
     image-rendering: -webkit-optimize-contrast;
}
 a, a:hover {
     text-decoration: none;
}
 p {
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0px 0 20px;
     padding: 0px;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #000000;
}
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
     color: #18CD8A;
}
 h1 {
     font-family: 'Prompt Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 114px;
     color: #000000;
     line-height: 112px;
}
 h2 {
     font-family: 'Prompt Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 60px;
     line-height: 120%;
     color: #000000;
}
 h3 {
     font-family: 'Prompt Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 55px;
     line-height: 115%;
     color: #000000;
}
 h4 {
     font-family: 'Prompt Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 50px;
     line-height: 110%;
     color: #000000;
}
 h5 {
     font-family: 'Prompt Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 45px;
     line-height: 105%;
     color: #000000;
}
 h6 {
     font-family: 'Prompt Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 40px;
     line-height: 100%;
     color: #000000;
}
 p {
     font-size: 16px;
     line-height: 24px;
     color: #000000;
     font-family: 'Prompt Regular';
}
 p:last-child {
     margin-bottom: 0;
}
 ul {
     padding: 0px 0 20px 0;
     margin: 0px;
}
 ol {
     padding-left: 0;
     padding-bottom: 20px;
     counter-reset: listitem;
}
 ol li {
     list-style: none;
     position: relative;
     padding-left: 53px;
}
 ol li::before {
     counter-increment: listitem;
     content: counters(listitem, '.')'.';
     color: #7E3790;
     display: inline-block;
     font-weight: bold;
     position: absolute;
     margin-left: -53px;
}
 li {
     font-weight: normal;
     font-size: 16px;
     line-height: 24px;
     color: #000000;
     font-family: 'Prompt Regular';
     position: relative;
     list-style: none;
     padding-left: 53px;
}
 ul li::before {
     content: "";
     background:#000000;
     border-radius: 50px;
     position: absolute;
     margin-left: -53px;
     width: 10px;
     height: 10px;
     top: 10px;
}
 li a {
     color: #000;
}
 li a:hover {
     color: #F07420;
}
 a {
     transition: 0.7s;
     -webkit-transition: 0.7s;
     -moz-transition: 0.7s;
     color: #000;
}
 a:hover {
     transition: 0.7s;
     -webkit-transition: 0.7s;
     -moz-transition: 0.7s;
     color: #F07420;
}
 button {
     padding: 0;
     background-color: transparent;
     border: none;
}
 .button, .btn-yellow, .btn-black {
     font-size: 18px;
     min-width: 245px;
     min-height: 50px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-family: 'Prompt Regular';
     font-weight: 400;
     border-radius: 25px;
     transition: 1s;
     -webkit-transition: 1s;
     -moz-transition: 1s;
     padding: 0px 30px;
}
 .button {
     background: #F07421;
     color: #fff;
}
 .btn-yellow {
     background: transparent;
     border: 1px solid #F07421;
     color: #F07421;
}
 .btn-black {
     background: transparent;
     border: 1px solid #000;
     color: #000000;
}
 .btn-black:hover {
     border: 1px solid #F07420;
     background: #F07420;
     color: #fff;
}
 .btn-yellow:hover {
     background: #F07421;
     color: #fff;
}
 .button:hover {
     background: #000;
     color: #fff;
}
 .open-menu {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     width: 100%;
}
/** ================== // HEADER CSS START // ================== **/
 .header {
     position: absolute;
     left: 0px;
     right: 0px;
     top: 42px;
     background: transparent;
     -webkit-transition: top 1s ease;
     -moz-transition: top 1s ease;
     -o-transition: top 1s ease;
     transition: top 1s ease;
     z-index: 9;
}
 .scrollActive .header {
     position: fixed;
}
 .header-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .header .container {
}
 .navigation .moblelogo {
     display: none;
}
 .main-nav .menu-bar {
     display: none;
}
 .nav-manu {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .nav-manu ul {
     margin: 0;
     padding: 0;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     list-style-type: none;
}
 .nav-manu ul li {
     padding: 0 0;
     position: relative;
     margin-left: 0;
     font-size: 18px;
     font-weight: 400;
     font-family: 'Prompt Regular';
}
 .nav-manu ul li:first-child {
     margin-left: 0px;
}
 .nav-manu ul li::before{
     display: none;
}
.nav-manu ul li a {
    color: #000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 14px 17px 15px;
    display: block;
}
 .header-home .nav-manu ul li a {
     color: #fff;
}
 .nav-manu ul li a::before,  .nav-manu ul li a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border: 2px solid #F07420;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
  .header-home .nav-manu ul li a::before, .header-home .nav-manu ul li a::after {
    border-color: #fff;
}
 .nav-manu ul li a::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
}
 .nav-manu ul li a::after {
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
}
 .nav-manu ul li a:hover::before,  .nav-manu ul li a:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 .nav-manu ul li.current-menu-item a::before,  .nav-manu ul li.current-menu-item a::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 .nav-manu ul li a:hover {
     color: #000;
}
  .header-home .nav-manu ul li a:hover {
     color: #fff;
}
 .logo {
     margin: 0px 0px;
}
 .main-nav {
     display: flex;
     align-items: center;
     justify-content: center;
     padding-left: 70px;
}
/** SUB MENU **/
 .navigation ul li ul.sub-menu {
     position: absolute;
     display: block;
     top: 36px;
     width: auto;
     transform: scale(1, 0);
     transition: all 0.5s;
     transform-origin: top center;
     opacity: 0;
     visibility: hidden;
     min-width: 208px;
     padding: 0;
     left: 0;
     z-index: 1999;
     padding: 0;
     width: auto;
}
 .navigation ul li ul.sub-menu.shop-submenu {
     left: auto;
     right: 0;
}
 .navigation ul li:hover>ul.sub-menu {
     transform: scale(1);
     opacity: 1;
     visibility: visible;
}
 .navigation ul li ul.sub-menu.shop-submenu::before {
     left: auto;
     right: 40px;
}
 .navigation ul li ul.sub-menu li:first-child {
     border-radius: 10px 10px 0px 0px;
}
 .navigation ul li ul.sub-menu li:last-child {
     border-radius: 0px 0px 10px 10px;
}
 .navigation ul li ul.sub-menu li {
     padding: 0;
     width: 100%;
     margin: 0px 0 0;
     transition: .4s;
     background-color: #ffffff;
     border-bottom: none;
     position: relative;
     box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
     border-radius: 0;
     border-bottom: 1px solid #eee;
}
 .navigation ul li ul.sub-menu li::after {
     display: none;
}
 .navigation ul li ul.sub-menu li::before {
     right: 15px;
     transform: rotate(-40deg) translateY(-20%);
     top: 43%;
}
 .navigation ul li ul.sub-menu li a {
     display: block;
     padding: 15px 15px;
    /* white-space: nowrap;
     */
     line-height: 20px;
    /* transform: skewX(10deg);
     -webkit-transform: skewX(10deg);
     -ms-transform: skewX(10deg);
     */
     color: #585B5D;
}
 .navigation ul li ul.sub-menu li a::after {
     display: none;
}
 .navigation ul li ul.sub-menu li:last-child a {
     border-bottom: none;
}
 .navigation ul li ul.sub-menu li:hover {
     background-color: #F07420;
}
 .navigation ul li ul.sub-menu li a::before {
     right: 10px;
     transform: rotate(-90deg);
     top: 50%;
}
 .nav-manu ul li.current-menu-item a {
     color:#F07420;
}
 .nav-manu ul li.current-menu-item.menu-item-has-children > a::before {
     border-top: 5px solid #F07420;
}
 .navigation ul li ul.sub-menu li.current-menu-item {
     background-color: #e04f26;
}
 .navigation ul li ul.sub-menu li.current-menu-item a {
     color: #fff;
}
 .navigation ul li ul.sub-menu li:hover a {
     color: #fff;
}
 .navigation ul li ul.sub-menu ul.sub-menu {
     left: 100%;
     top: 0;
     width: max-content;
     margin-left: 3px;
}
 .navigation ul li ul.sub-menu li:last-child {
     border-bottom: none;
}
 .navigation ul li ul.sub-menu ul.sub-menu li {
     border-left: 0;
}
 .navigation ul li.menu-item-has-children {
     padding-right: 15px;
}
 .navigation .menu-item-has-children > a::before {
     content: "";
     position: absolute;
     top: 55%;
     right: 0;
     width: 7px;
     height: 7px;
     transform: translateY(-50%);
     transition: 0.4s;
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     border-top: 5px solid #fff;
     margin-top: 2px;
}
 .navigation ul li.menu-item-has-children:hover a::before {
     border-top-color:#F07420;
     transition: 0.4s;
}
 .navigation ul li.current-menu-item ul.sub-menu li a::before {
     top: 43%;
}
 .navigation ul li ul.sub-menu li::before {
     display: none;
}
 .navigation ul li ul.sub-menu li:hover::before {
     border-color: #fff;
}
 .navigation ul li ul.sub-menu li a:hover {
     color: #fff;
}
 .navigation ul li ul.sub-menu ul.sub-menu li a {
     color: #08161D;
}
 .navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
     color: #08161D;
}
 .navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
     color: #fff;
}
 .navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
     color: #08161D;
}
 .navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
     color: #fff;
}
 .navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
     border-top-color: #fff;
}
 .navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
     border-top-color: #e04f26;
}
 .navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
     border-top-color: #fff;
}
 .get-in-touch-btn {
}
.header-home .get-in-touch-btn a.btn-black {
    border-color: #fff;
    color: #fff;
}
.header-home .get-in-touch-btn a.btn-black:hover {
    border-color: #F07420;
}
/** ================== // HEADER CSS END // ================== **/
/** ================== // BANNER CSS START // ================== **/
 .home-banner-section {
     height: calc(100vh - 74px);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     position: relative;
     background-color: #000;
     overflow: hidden;
}
.home-banner-section .home-slider{
    height: 100%;
}
.home-banner-section .home-slider div {
    height: 100% !important;
}
 .home-banner-bg {
     height: 100%;
     width: 100%;
     background-color: #101010;
     position: relative;
     background-repeat: no-repeat;
     background-size: cover;
}
 .slider-item {
     height: 900px;
     width: 100%;
     position: relative;
}
 .slider-content-absolute {
     margin: 0;
     padding: 0;
     position: absolute;
     top: 250px;
     -ms-transform: initial;
     left: 0;
     right: 0;
     overflow: hidden;
     height: auto !important;
}
 .slider-item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     mix-blend-mode: normal;
     object-position: top center;
}
 .heading-slider {
}
 .banner-content {
     max-width: 1004px;
     margin: 0;
     height: auto !important;
     padding-bottom: 150px;
}
 .banner-content h1 {
     position: relative;
}
 .banner-btn {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     position: relative;
     left: 165px;
     top: 52px;
}
 .banner-btn a:last-child {
     margin-right: 0px;
}
 .home-slider-item.slick-slider {
     width: 100%;
}
 .home-slider-item .slick-list {
     width: 100%;
}
 .home-slider-item .slider-item {
     position: relative;
     background: #101010;
}
 .home-slider-item .slick-track {
     width: 100%;
}
 .slider-item2 .banner-btn {
     left: -60px;
     top: 70px;
}
 .slider-item3 .banner-btn {
     justify-content: center;
     left: -90px;
     top: 105px;
}
 .slider-item4 .banner-btn {
     left: 405px;
     top: -166px;
}
 .slider-item1 .banner-btn {
     transform: translateX(0%) transition: 0.7s;
}
 .slider-item2 .banner-btn{
     transform: translate(225px, -18px);
     transition: 0.7s;
}
 .slider-item3 .banner-btn {
     transform: translateX(20%);
     transition: 0.7s;
}
 .slider-item4 .banner-btn {
     transform: translate(-930px, 270px);
     transition: 0.7s;
}
 .banner-slider .slick-active .slider-item1 .banner-btn {
     transform: translateX(0%);
     transition: 0.7s;
}
 .banner-slider .slick-active .slider-item2 .banner-btn {
     transform: translateX(0%);
     transition: 0.7s;
}
 .banner-slider .slick-active .slider-item3 .banner-btn{
     transform: translateX(0%);
     transition: 0.7s;
}
 .banner-slider .slick-active .slider-item4 .banner-btn {
     transform: translateX(0%);
     transition: 0.7s;
}
 .banner-btn svg path, .banner-btn svg rect#Rectangle_15 {
     transition: 0.7s;
}
 .banner-btn a:hover svg path#Path_50 {
     stroke: #F07420;
}
 .banner-btn svg text#VIEW_AVAILABLE_UNITS {
     transition: 0.7s;
}
 .banner-btn a:hover svg text#VIEW_AVAILABLE_UNITS {
     fill: #F07420;
}
 .banner-btn svg rect#Rectangle_15 {
     transition: 0.7s;
}
 .banner-btn a:hover svg rect#Rectangle_15 {
     fill: #F07420;
}
 .banner-btn a:hover svg path#Polygon_1 {
     fill: #F07420;
}
 .slider-item .home-banner-bg img {
     transition: 0.7s;
}
 .slider-item:hover .home-banner-bg img {
     transform: scale(1.05);
}
 .slider-item .banner-content h1 {
     transition: 0.7s;
}
 .slider-item:hover .banner-content h1 {
     transform: scale(1.05);
     letter-spacing: 0.5px;
}
/** ================== // BANNER CSS END // ================== **/
/** ================== // FOOTER CSS START // ================== **/
 .site-footer {
     background: #000000;
     padding: 65px 0px 55px;
}
 .site-footer .container {
     max-width: 1412px;
}
 .footer-contact-info {
     display: flex;
     justify-content: flex-start;
     align-items: flex-start;
     margin-bottom: 10px;
}
 .footer-contact-info-img-wrap {
     margin-right: 10px;
}
 .footer-contact-info p {
     color: #fff;
}
 .footer-contact-info p a {
     color: #fff;
}
 .footer-contact-info p a:hover {
     color: #F07420;
}
 .footer-inner {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     margin: auto 0 0;
}
 .footer-col4:nth-child(1) {
     width: 185px;
}
 .footer-col4:nth-child(2) {
     width: 257px
}
 .footer-col4:nth-child(3) {
     width: 373px;
}
 .footer-nav {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
}
 .footer-nav ul {
     width: 120px;
     padding: 0;
}
 .footer-nav li, .footer-nav li a {
     color: #fff;
     padding: 0;
}
 .footer-nav li {
     margin-bottom: 7px;
}
 .footer-nav li:hover, .footer-nav li a:hover {
     color: #F07420;
}
 .footer-copyright {
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top: 80px;
}
 .copyright-info p {
     color: #fff;
}
 .copyright-info ul {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     padding: 0;
}
 .copyright-info ul li {
     padding: 0px;
     margin-left: 13px;
}
 .copyright-info ul li a {
}
 .copyright-info ul li a svg {
     transition: 0.7s;
}
 .copyright-info ul li a:hover svg path {
     fill: #F07420;
     transition: 0.7s;
}
 .footer-nav li::before, .copyright-info ul li::before {
     display: none;
}
/** ================== // FOOTER CSS END // ================== **/
/** ================== // SIDE NAVIGATION CSS START // ================== **/
 .side-navigation {
     position: fixed;
     right: -100%;
     top: 0;
     height: 100%;
     z-index: 9;
     width: 100%;
     transition: 0.7s;
}
 .scroll-nav-sec {
     height: 80vh;
     overflow-y: auto;
}
 .open-menu .side-navigation {
     right: 0%;
}
 .side-navigation-inner {
     padding: 135px 15px 135px 65px;
     position: relative;
     width: 460px;
     background: rgb(0 0 0 / 58%);
     margin-left: auto;
     height: 100vh;
}
 .side-navigation-inner h2 {
     color: #fff;
     font-size: 32px;
}
 .side-navigation-inner ul {
}
 .side-navigation-inner ul li {
     padding: 0;
     margin-bottom: 30px;
     font-size: 18px;
}
 .side-navigation-inner ul li::before {
     display: none;
}
 .side-navigation-inner ul li a {
     color: #fff;
}
 .side-navigation-inner ul li a:hover {
     font-family: 'Prompt Bold';
}
 .close-nav {
     margin-top: -80px;
     margin-bottom: 50px;
}
 .side-navigation-inner ul li a:hover {
     padding-left: 35px;
}
 .open-menu .get-in-touch-btn {
     opacity: 0;
     visibility: hidden;
}
/** ================== // SIDE NAVIGATION CSS END // ================== **/
 .scroll-nav-sec::-webkit-scrollbar {
     width: 5px;
}
 .scroll-nav-sec::-webkit-scrollbar-track {
     background: transparent;
}
 .scroll-nav-sec::-webkit-scrollbar-thumb {
     background: #555;
}
 body::-webkit-scrollbar {
     width: 0px;
}
 body::-webkit-scrollbar-track {
     background: transparent;
}
 body::-webkit-scrollbar-thumb {
     background: #555;
}
/** ================== // PROPERTY PAGE CSS START // ================== **/
 .inner-header {
     position: static;
     border-bottom: 1px solid rgba(0, 0, 0, 15%);
     padding: 40px 0;
}
 .property-banner-section {
     padding: 49px 0 45px;
}
 .property-banner-top {
     display: flex;
     justify-content: space-between;
     padding-bottom: 30px;
}
.property-banner-top.property-banner-bottom-info .property-banner-top-left p {
    text-transform: unset;
}
.property-banner-top.property-banner-bottom-info {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 35px;
}
 .property-banner-top-left .heading h2, .property-banner-top-left .heading h1 {
     margin-bottom: 5px;
}
 .property-banner-top-left p {
     font-size: 20px;
     /* text-transform: uppercase; */
}
 .property-banner-top-right {
     display: flex;
     align-items: flex-start;
     flex-wrap: wrap;
}
 .property-banner-top-right .button {
     margin-right: 15px;
}
 .property-banner-bt-content {
     padding-top: 23px;
}
 .property-banner-bt-content p {
     font-size: 20px;
     line-height: 28px;
}
 .property-banner-slider-item {
     position: relative;
     display: block !important;
}
 .property-banner-slider .property-banner-slider-item img {
     filter: grayscale(1);
}
 .property-banner-slider .slick-current .property-banner-slider-item img {
     filter: grayscale(0);
}
 .property-banner-slider .slick-list {
     padding-left: 0px!important;
}
 .step-costs-section {
     background-color: #000;
     padding: 80px 0 108px;
}
 .step-costs-section .container {
     max-width: 1396px;
}
 .step-costs-section .heading h2 {
     color: #fff;
}
 .step-costs-wrap {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     padding-top: 10px;
}
 .step-costs-col:last-child {
     justify-content: flex-end;
}
 .step-costs-col:nth-child(2) {
     justify-content: center;
}
 .step-costs-col:first-child .step-costs-col-inner:after {
     display: none;
}
 .step-costs-col {
     width: 33.33%;
     display: flex;
}
 .step-costs-col-inner {
     max-width: 333px;
     position: relative;
}
 .step-costs-col-inner:after {
     content: '';
     position: absolute;
     left: -120px;
     top: 70px;
     bottom: 0;
     margin: auto;
     background: url(../images/up-arrow.png);
     width: 39px;
     height: 39px;
     background-color: #fff;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 50%;
}
 .step-costs-col-inner span {
     color: rgba(255, 255, 255, 0.7);
     font-size: 66px;
     font-weight: bold;
     font-family: 'Prompt bold';
}
 .step-costs-col-inner.active span {
     color: #fff;
}
 .step-costs-col-inner p {
     color: #fff;
     font-size: 20px;
     line-height: 30px;
}
 .floor-plans-section {
     padding-top: 116px;
}
 .floor-plans-section .container {
     max-width: 1396px;
}
 .floor-plans-section .heading {
     max-width: 1030px;
}
 .floor-plans-section .heading p {
     font-size: 20px;
     line-height: 30px;
}
 .floor-plans-wrap {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -11px;
     padding-top: 45px;
     justify-content: center;
     position: relative;
}
 .floor-plans-col {
     width: 33.33%;
     padding: 11px;
}
.floor-plans-col-inner {
    border: 1px solid #000;
    padding: 20px;
    position: relative;
}
.floor-plans-coming-soon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(204 204 204 / 22%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor-plans-coming-soon h2 {
    margin: 0;
    font-size: 2.5rem;
    background: rgb(189 189 189 / 65%);
    display: block;
    text-align: center;
    padding: 5px 15px;
}
.floor-plans-comming-soon-section {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(255,255,255,.2);
}
 .neighborhood-section {
     padding-top: 97px;
}
 .neighborhood-section .container {
     max-width: 1396px;
}
 .neighborhood-section p {
     font-size: 20px;
     line-height: 28px;
}
 .neighborhood-sitemap {
     padding: 16px 0 22px;
}

.neighborhood-section iframe {
    width: 100%;
    height: 498px;
    margin-bottom: 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
     filter: grayscale(100%);
}
 .restaurants-section {
     padding-top: 90px;
}
 .restaurants-section .container {
     max-width: 1396px;
}
 .common-slider-item p {
     font-size: 20px;
     line-height: 30px;
     padding-top: 10px;
}
 .common-slider-wrap .slick-list {
     margin: 0 -11px;
}
 .common-slider-wrap .slick-slide {
     padding: 0 11px;
}
 .common-slider-wrap .slick-track {
     margin-left: 0;
}
 .common-slider-wrap .slick-prev, .common-slider-wrap .slick-next {
     top: 40%;
     right: -12px;
     background-color: #e9e9e9;
}
 .common-slider-wrap .slick-prev {
     left: -12px;
}
 .common-slider-item:hover {
     transform: translateY(-5px);
}
 .common-slider-item {
     transition: 1s;
     -webkit-transition: 1s;
}
 .amenities-section {
     padding: 150px 0 125px;
}
 .amenities-section .container {
     max-width: 1396px;
}
 .amenities-wrap {
     display: flex;
     flex-wrap: wrap;
}
 .amenities-col-left {
     width: 324px;
}
 .amenities-col-left-inner h3 {
     font-size: 32px;
     line-height: 44px;
     color: #000000;
}
 .amenities-wrap p {
     font-size: 20px;
     line-height: 28px;
}
 .amenities-col-left-inner h5 {
     font-size: 21px;
     font-family: 'Prompt bold';
     font-weight: bold;
     margin: 30px 0 10px;
}
 .amenities-col-right {
     width: calc(100% - 324px);
     padding-left: 60px;
}
 .amenities-col-right-inner {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
}
 .amenities-icon {
     width: 20%;
     text-align: center;
     padding-bottom: 25px;
}
 .amenities-icon figure {
     width: 78px;
     height: 78px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #F8F8F8;
     margin: 0 auto 20px;
     border: 1px solid transparent;
     transition: 1s;
     -webkit-transition: 1s;
}
 .amenities-icon figure:hover {
     border-color: #F07421;
}
 .amenities-icon p {
     margin-bottom: 5px;
}
 .amenities-icon span {
     font-size: 14px;
     line-height: 15px;
     display: inline-block;
}
 .amenities-btn a {
     margin-top: 15px;
}
 .heading h2, .heading h1 {
     font-size: 36px;
     line-height: 49px;
     color: #000000;
}
 .heading h3 {
     font-size: 32px;
     line-height: 44px;
     color: #000000;
}

/** ================== // PROPERTY PAGE CSS END // ================== **/

/** ================== // THE COMPANY PAGE CSS END // ================== **/
.who-we-are-section {
    padding: 20px 0px 45px;
}
.who-we-are-section .container {
    max-width: 1380px;
    padding-left: 22px;
}
.who-we-are-section-heading h1 {
    font-size: 36px;
    line-height: 40px;
}
.who-we-are-section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.who-we-are-left-col {
    width: 756px;
}
.who-we-are-left-info p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
}
.who-we-are-logo {
    margin-top: 35px;
}
.who-we-are-right-col {
    width: 540px;
    padding-top: 11px;
    padding-left: 20px;
    margin-right: -20px;
}
.who-we-are-right-info h3 {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Prompt Bold';
    font-weight: bold;
    position: relative;
    padding-top: 27px;
    margin-bottom: 26px;
}
.who-we-are-right-info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 171px;
    height: 3px;
}
.who-we-are-right-info h2 {
    font-family: 'Marthin Slant';
    font-weight: 100;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-left: -8px;
}
.who-we-are-slider-img-wrap {
    margin: 0px 3px;
    position: relative;
}
.who-we-are-slider-img-wrap::after{
    content: "";
    transition: 0.7s;
    -webkit-transition: 0.7s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    mix-blend-mode: saturation;
}
.who-we-are-slider-section .slick-list.draggable {
    padding: 0px 240px !important;
}
.who-we-are-slider-img-wrap img {
    height: 231px;
    width: 100%;
    object-fit: cover;
}
.who-we-are-slider-item {
    height: 100% !important;
    display: block !important;
}
/** ================== // THE COMPANY PAGE CSS END // ================== **/
.site-footer.footer-inner {
    padding: 25px 0px 25px;
}
.site-footer.footer-inner .footer-copyright {
    padding-top: 0;
}

/*==========CONTACT PAGE CSS START==========*/
.contact-page-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 30px;
    min-height: calc(100vh - 316px);
}
.contact-page-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.View-available-units {
    width: 33%;
    text-align: center;
    padding-top: 100px;
    padding-right: 11px;
}
.contact-form-col {
    width: 67%;
}
.contact-form-col-inner {
    background: #fff;
    padding: 40px 70px 40px;
    max-width: 750px;
    margin-left: auto;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 16px;
}
.contact-form .form-group {
    width: 100%;
    margin-bottom: 15px;
}
.contact-form .half-left {
    width: 48.5% !important;
}
.contact-form .half-right {
    width: 48.5% !important;
}
.contact-form .form-group label {
    display: block;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    color: #000;
}
.contact-form .form-group label span {
    color: #F02121;
    position: relative;
    top: 5px;
}
.contact-form .form-group .medium {
    border: 1px solid #D8D8D8;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: #000;
}
.textarea-form {
    margin-bottom: 13px !important;
}
.contact-form .form-group textarea.medium {
    height: 65px;
    resize: none;
}
.submit-btn .button {
    border: none;
    min-width: 172px;
    cursor: pointer;
}
.contact-form .submit-btn{
    margin-bottom: 0;
}
.select2-dropdown {
    border: none !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 0;
    position: absolute;
    top: -8px;
    right: 30px;
    width: 0;
    bottom: 0;
    margin: auto 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f07421 transparent transparent transparent;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    height: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #f07421 transparent;
    border-width: 0 8px 12px 8px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #D8D8D8;
    width: 100%;
    height: 50px;
    padding: 13px 15px;
    border-radius: 0;
    font-size: 15px;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: normal;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 210px;
    background: #F2F2F2;
    padding: 20px 0 6px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #000;
}
.select2-results__option {
    padding: 11px 25px;
    font-size: 20px;
    letter-spacing: 0.2px;
    background-color: unset !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dcebe6;
    color: #060606;
}
.select2-search--dropdown {
    display: none !important;
}
.select2-results__option.select2-results__option--highlighted:hover{
    color: #F07420;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #fff;
}
.select2-results ul li::before{
    display: none;
}
/*==========CONTACT PAGE CSS END==========*/

/*========== OUR PROPERTIES PAGE CSS START==========*/
.our-properties-heading {
    background-color: #F07421;
    padding: 20px 0;
    text-align: center;
}
.our-properties-section {
    height: calc(100vh - 139px);
    height: auto !important;
    overflow: hidden;
    padding-bottom: 0;
}
.our-properties-main {
    height: auto !important;
    overflow-y: unset !important;
    padding: 6px 26px 26px;
}
.our-properties-main .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.our-properties-heading .heading h2, .our-properties-heading .heading h1 {
    margin-bottom: 0;
    color: #fff;
    line-height: 36px;
}
.our-properties-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-properties-col-4 {
    width: 32.6%;
    margin-right: 20px;
    padding: 20px 0 0px;
}
.our-properties-col-inner {
    position: relative;
}
.our-properties-col-inner figure {
    margin-bottom: 0;
}
.our-properties-col-inner figure a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
}
.our-properties-col-inner figure a:before {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    mix-blend-mode: saturation;
}
.our-properties-col-inner figure a:hover:before {
    background: none;
}
.our-properties-col-inner img {
    width: 100%;
    border-radius: 0;
    mix-blend-mode: normal;
}
.our-properties-info {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.78);
    padding: 27.5px 20px 27.5px 30px;
    min-width: 305px;
    transform: translate(0px, -50%);
}
.our-properties-info span, .our-properties-info h2, .our-properties-info h3 {
    font-size: 24px;
    color: #F07421;
    font-family: 'Prompt Medium';
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
}
.our-properties-info span a, .our-properties-info h2 a, .our-properties-info h3 a {
    color: #F07421;
}
.our-properties-info span a:hover, .our-properties-info h2 a:hover, .our-properties-info h3 a:hover {
    color: #000;
}
.our-properties-info p {
    color: rgba(0,0,0,0.7);
    text-transform: uppercase;
}
.our-properties-col-4:nth-child(3n+3) {
    margin-right: 0;
}
.nav-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 28px;
}
.nav-wrap .main-nav {
    padding-right: 18px;
}
/*========== OUR PROPERTIES PAGE CSS END==========*/
/*========== THANK YOU PAGE CSS START==========*/
 .thank-you-inner {
     text-align: center;
     padding-top: 152px;
     height: 710px;
     background-image: url(../images/thank-you-bg.png);
     background-size: 100%;
     background-position: bottom;
     background-repeat: no-repeat;
}
 .contact-form-col-inner .heading h1 {
     font-size: 36px;
     line-height: 36px;
     color: #000000;
     margin: 0 0 10px;
}
 .thank-you-inner .heading h1{
     margin-bottom: 10px;
}
 .thank-you-inner p {
     font-size: 20px;
     line-height: 30px;
     letter-spacing: 0.2px;
}
 .thank-you-inner .button{
     min-width: 150px;
}
 .thank-you-inner .social-link {
     padding-top: 23px;
}
 .thank-you-inner .social-link a {
     margin: 0 4px;
}
 .thank-you-inner .social-link svg path {
     fill: #000;
}
.thank-you-inner .social-link a:hover svg path {
    fill: #F07420;
    transition: 0.7s;
}
/*========== THANK YOU PAGE CSS END==========*/


/*========== HOME BANNER SECTION CSS START==========*/

.home-caption-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50.4%;
    background: #4D4945 url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: right 0px bottom;
    padding: 225px 48px 78px 81px;
    display: flex;
    flex-wrap: wrap;
    background-size: 49.7%;
}
.home-caption-content h1 {
    color: #fff;
    font-size: 124px;
    line-height: 104px;
    letter-spacing: -0.9px;
}
.home-banner-section .home-caption-content {
    height: auto;
    max-width: 832px;
}
a.btn-banner {
    color: #FFFFFF;
    font-size: 18px;
    line-height: normal;
    font-family: 'Prompt Regular';
    font-weight: normal;
    margin-top: 35px;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
}
/* a.btn-banner:hover {
    color: #F07420;
} */
a.btn-banner figure {
    margin: 0px;
    width: 42px;
    height: 42px;
    margin-right: 19px;
    background: #B7A397;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 1s;
}
a.btn-banner img {
    width: auto;
    height: auto;
}
a.btn-banner:hover figure {
    background: #F07421;
}
a.btn-banner figure path {
    transition: 1s;
}
a.btn-banner:hover figure path {
    fill: #fff;
}
.home-banner-section.homebanner-slider .home-slider {
    width: 49.6%;
}
.homebanner-slider .home-banner-bg {
    overflow: hidden;
}
.homebanner-slider .slider-item .home-banner-bg img {
    transform: translateY(0%) scale(1.2);
    transition: 1s;
}
.homebanner-slider .slick-slide.slick-current.slick-active .slider-item .home-banner-bg img {
    transform: translateY(0%) scale(1);
}
.home-banner-section.homebanner-slider {
    background-color: #AFCDF4;
}
.homebanner-slider .slider-item {
    height: 100%;
}
.homebanner-slider .slick-vertical .slick-slide {
    border: none;
}
.home-banner-section .home-caption-content div {
    height: auto;
}
/*========== HOME BANNER SECTION CSS END==========*/

.home-banner-section.homebanner-slider .home-slider2 {
    width: 49.6%;
    height: 100%;
}
.home-banner-section.homebanner-slider .home-slider2 .swiper-container{
    height: 100%;
}
.home-banner-section.homebanner-slider .home-slider2 .swiper-wrapper {
    height: 100%;
}
.home-banner-section.homebanner-slider .home-slider2 .home-banner-bg img {
    transform: translateY(0%) scale(1.2);
    transition: 1s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
.home-banner-section.homebanner-slider .home-slider2 .swiper-slide.swiper-slide-active .home-banner-bg img {
    transform: translateY(0%) scale(1);
}
.home-banner-section.homebanner-slider .home-slider2 .home-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: normal;
    object-position: center;
}
.line {
    position: relative;
    overflow: hidden;
    display: flex;
}

.home-banner-section.homebanner-slider .home-slider2 .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    color: #46b450 !important;
    padding: 10px!important;
    border: 0px!important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    text-align: center;
    color: #ff0000 !important;
    padding: 10px!important;
    border: 0px!important;
}

/*========== AVAILABLE UNITS PAGE CSS START ==========*/
.available-units-page {
    padding: 0;
    height: calc(100vh - 212px);
    overflow: hidden;
}
.wpsl-store-location {
    display: flex;
    justify-content: space-between;
    border: 1px solid #D8D8D8;
    border-radius: 7.25px 7.25px;
}
#wpsl-result-list {
    width: 46.965% !important;
    margin-right: 0 !important;
    height: 100%;
}
.property-listing-image {
    width: 49.286%;
}
div#wpsl-stores ul li .property-listing-image .wpsl-store-thumb {
    width: 100% !important;
    height: 100% !important; 
    margin: 0;
    border-radius: 7.25px 0px 0px 7.25px;
    object-fit: cover;
    object-position: center;
}
img.wpsl-store-thumb.landscape-thumb {
    display: none;
}
#wpsl-gmap {
    width: 50% !important;
}
#wpsl-result-list ul {
    width: 93.145%;
    height: 100%;
}
.property-listing-detail {
    width: calc(100% - 49.286%);
    padding: 20px 21px;
}
.property-listing-address {
    display: flex;
    flex-wrap: wrap;
}
.property-listing-detail strong {
    font-size: 21px;
    line-height: 31px;
    font-family: 'Prompt Bold';
    font-weight: bold;
    padding-top: 11px;
    margin-bottom: 2px;
    display: block;
}
.property-listing-address span {
    color: #4c4c4c;
    margin-right: 5px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Prompt Regular';
}
.property-listing-address span.wpsl-street-full {
    width: 100%;
}
.property-listing-address {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #F0EFFB;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.eminities-detail {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 17px;
}
span.wpsl-eminities {
    color: #000000;
    margin-right: 30px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Prompt Regular';
}

.property-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.property-buttons a {
    font-size: 16px;
    min-width: auto;
    padding: 0px 22px;
    min-height: 44px;
    margin-right: 5px;
}

#wpsl-gmap img, .wpsl-gmap-canvas img {
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

.property-listing-image img {
    filter: none !important;
}
.eminities-thumb {
    width: 40px;
    height: 40px;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin:auto;
}
p.rent-field em {
    font-style: normal;
    font-size: 20px;
}

.property-description p {
    font-family: 'Prompt Light';
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
/*========== AVAILABLE UNITS PAGE CSS END ==========*/

.available-units-page .wpsl-search {
    margin-bottom: 20px;
    padding: 20px;
    background: #F8F8F8;
    border-radius: 7px;
}
.available-units-page #wpsl-search-wrap form {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.available-units-page #wpsl-search-btn, .available-units-page #wpsl-search-wrap div {
    margin-bottom: 0;
    display: flex !important;
    align-items: center;
    margin-right: 20px;
}
.available-units-page #wpsl-category, .available-units-page .wpsl-input, .available-units-page .wpsl-select-wrap {
    margin-bottom: 0;
}
.available-units-page .wpsl-input label, .available-units-page #wpsl-radius label, .available-units-page #wpsl-category label {
    width: auto;
    float: none !important;
}
.available-units-page .wpsl-dropdown {
    width: 200px !important;
    height: 46px !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 7px !important;
    margin-right: 10px !important;
    box-shadow: none !important;
}
.available-units-page #wpsl-search-wrap .wpsl-dropdown div{
    border: 1px solid #D8D8D8;
}
.available-units-page #wpsl-search-wrap input[type='text'] {
    border: 1px solid #D8D8D8 !important;
    border-radius: 7px !important;
    height: 46px;
    width: 200px;
}
.available-units-page #wpsl-search-wrap div label {
    float: none !important;
    line-height: normal;
    color: rgba(0,0,0,.5) !important;
}
.available-units-page .wpsl-selected-item:after {
    right: 10px;
    margin-top: -4px;
    border: 7px solid transparent;
    border-top: 11px solid #F07421;
}
.available-units-page #wpsl-search-btn {
    border: none !important;
    background-color: #F07421 !important;
    box-shadow: none;
    border-radius: 25px !important;
    background-image: none;
    font-size: 16px;
    color: #fff;
    min-width: 248px;
    height: 46px;
    text-align: center !important;
    justify-content: center;
}
.available-units-page .wpsl-active .wpsl-selected-item:after {
    margin-top: -13px;
    border: 7px solid transparent;
    border-bottom: 11px solid #F07421;
}

.available-units-page .wpsl-selected-item, .available-units-page .wpsl-dropdown li {
    color: rgba(0,0,0,.5) !important;
}
.available-units-page #wpsl-search-wrap form .wpsl-input div {
    margin-right: 10px !important;
}
#wpsl-direction-details, #wpsl-stores::-webkit-scrollbar {
  width: 5px;
}
#wpsl-direction-details, #wpsl-stores::-webkit-scrollbar-track {
  background: rgba(0,0,0,15%);
  border-radius: 10px;
}
#wpsl-direction-details, #wpsl-stores::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,24%);
  border-radius: 10px;
}
#wpsl-wrap #wpsl-result-list li {
    border-bottom: 0px dotted #ccc !important;
}

.available-units-page-heading.contact-form-col-inner {
    max-width: 100%;
    background: #f07421;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}
.available-units-page-heading .heading h1 {
    margin-bottom: 0;
    color: #fff;
}
.available-units-page .wpsl-search {
    display: none !important;
}

.gm-style-iw-d .property-listing-image img {
    height: 186px !important;
    width: 345px !important;
}

button.gm-ui-hover-effect {
    background: #f07421 !important;
    opacity: 1 !important;
    top: 4px !important;
    right: 4px !important;
    color: #fff !important;
    border-radius: 35px!important;
}

button.gm-ui-hover-effect span {
    filter: invert(1);
}
.gm-style-iw-d .property-listing-image {
    width: 100% !important;
    margin: 0 0;
}
.gm-style-iw-d .property-listing-detail {
    width: calc(100% - 14.286%);
    padding: 5px 0px;
}
.gm-style-iw-d .property-listing-address {
    border: 0px;
    margin: 0 0 12px;
}

.the-company-main {
    min-height: calc(100vh - 212px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.the-company-main .who-we-are-section {
    width: 100%;
}

.company-m-auto-slider {
    width: 100%;
    margin-top: auto;
}

body #wpsl-stores,
body #wpsl-direction-details,
body #wpsl-gmap {
    height: 100% !important;
}

.available-units-page .container {
    height: calc(100% - 106px);
}

#wpsl-wrap {
    height: 100%;
}

body .gm-style .gm-style-iw-c{
    padding: 0;
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    max-height: inherit !important;
}

.gm-style-iw-d .property-listing-address, .gm-style-iw-d .property-listing-detail, .gm-style-iw-d .property-buttons {
    padding: 0 25px;
}
.gm-style-iw-d .property-buttons a {
    padding: 0px 6px;
    min-height: 40px;
    margin-right: 7px;
    font-size: 14px;
    width: 50%;
}
.gm-style-iw-d .property-buttons a:last-child {
    margin-right: auto;
}
.gm-style-iw-d .property-buttons {
    margin-bottom: 19px;
    flex-wrap: inherit;
}
.gm-style-iw-d .property-listing-address span {
    font-size: 14px;
    line-height: 24px;
}
.gm-style-iw-d .property-listing-detail strong {
    font-size: 18px;
}
.sub-address {
    margin-top: -0.8rem;
}
.sub-address p {
    display: block;
    font-size: medium;
    color: #70757a;
    padding-left: 2px;
}
.sub-address p img {
    opacity: 0;
    visibility: hidden;
}
.mobile-map-btn {
    display: none;
}
.eminities-thumb img {
    max-width: 25px;
}
