﻿* {
	font-family: "Poppins";
}
body {
	margin: 0;
	padding: 0;
}

   #staff-about-us .bg-gdrt img {
    width: 285px;
    max-height: 250px;
    }

/* StaffAll */
.pttp-staffAll img.img-fluid.rounded-start.pttp-image {
    min-width: 280px;
    max-width: 280px;
}

.breadcrumb{
	margin-top:2rem;
}
input, select, button, option {
	font-family: "Poppins";
}
::placeholder {
	color: #a1a1a1;
	opacity: 1;
	font-size: 0.95rem;
}
.container {
	width: 1210px;
}
.header-wrapper {
	padding: 0.1rem 2.8rem;
}
li.nav-item,li.nav-item>a{
	cursor:pointer !important;
}
li.nav-item:hover,li.nav-item>a:hover{
	color:#e11b22;
}
.header-bg {
	background-image: url("./images/misc/hero-header.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	height: 100vh;
}
.homepage-search{
	position:static;
	display:block;
	
}
.homepage-search>div{
	position:static;
}
.header-bg{
	padding-bottom:325px;
}
.homepage-search>div>form.search-form{
	position:static;
	
}
.homepage-search>div>form.search-form>div:nth-child(3){
	position:absolute;
	max-width:1186px;
	width:100%;
}
.currency-selector .dropdown-menu, .dropdown-menu.language-selector {
	left: -2px !important;
}
.currency-selector .dropdown-menu {
	top: 35px !important;
}
.currency-selector .dropdown-item {
	text-align: center;
}
.currency-selector .dropdown-item::after, .dropdown-menu.language-selector .dropdown-item::after {
	display: none;
}
.section-6 {
	background-image: url(./images/misc/group-398.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 6rem 0;
}
*:focus {
	outline: none;
}
.pttp-priceOnHeader{
	display:none;
}
.project-search-text-wrapper {
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 20px;
	position: relative;
	width: 20%;
	height: 40px;
	margin-left: 2.5rem;
}
.project-search-text {
	width: 100%;
	border: 0;
	padding: 0px;
	color: #707070;
	font-size: 0.95rem;
	height: 80%;
	font-weight: 300;
	position: absolute;
	border-color: transparent;
	background-color: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: 20px;
}
.btn-line {
	height: 42px;
	min-width: 140px;
	padding: 0 0rem;
	color: #fff;
	background-color: #06c755;
	font-weight: 500;
	line-height: 2.5rem;
}
.btn-line:hover {
	background-color: #1ed00f !important;
	color: #fff;
}
.btn-call-us {
	height: 42px;
	min-width: 140px;
	padding: 0 0rem;
	color: #ec1900;
	border: 1px solid #ec1900;
	font-weight: 500;
	line-height: 2.5rem;
	margin-left: 8px;
}
.btn-call-us:hover {
	background-color: #ec1900 !important;
	color: #fff !important;
}
.currency-selector {
	top: 31px !important;
	margin-left: 8px;
}
.language-selector {
	top: 27px !important;
}
.partial-search {
	padding: 1.5rem 0;
	padding-bottom: 0.75rem;
	position: relative;
}
.partial-search .search-section-1 {
	position: absolute;
	left: -160px;
	top: 24px;
}
.search-section-2, .search-section-3 {
	background-color: #fff;
	padding: 1.25rem;
	border-radius: 8px;
}
.search-section-2 .row {
	display: flex;
}
.search-section-2 .row * {
	width: auto;
}
.search-section-3 {
	margin-top: 0.75rem;
	transition: visibility 0.75s, opacity 0.75s;
}
.partial-search .search-section-3 {
	position: absolute;
	width: 100%;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.usage-types {
	background-color: rgba(236, 19, 0, 0.7);
	color: #fff;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin: 0;
	font-family: "Poppins";
	font-size: 1.025rem;
	min-width: 150px;
	font-weight: 500;
	padding: 0.5rem 1.75rem;
	text-align: center;
	text-transform: uppercase;
}
.partial-search .usage-types {
	display: block;
	border-radius: 4px;
	background-color: #313133;
	border: 1px solid #fff;
	color: #fff;
}
.partial-search .usage-types[data="2"] {
	margin-top: 0.85rem;
}
.usage-types.active {
	background-color: #fff;
	color: #000;
}
.partial-search .usage-types.active {
	background-color: #fff;
	color: #ec1900;
	border: 1px solid #fff;
}
.search-form input, .search-form select {
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 1rem;
	display: inline-block !important;
}
.search-form input:focus, .search-form select:focus {
	color: #7a7a7a;
}
.search-form .property-search-from {
	height: 60px;
}
.search-form .property-sku-field {
	padding: 0 5px;
}
.property-sku-field {
	position: relative;
}
.property-sku-field > i {
	position: absolute;
	top: 50%;
	font-size: 17.29px;
	transform: translate(0, -50%);
	left: 15px;
	color: #7a7a7a;
}
.search-form .property-sku-field .property-search-from {
	width: 250px;
	padding-left: 30px;
}
.search-form .property-category-field {
	padding: 0 5px;
}
.search-form .property-category-field .property-search-from {
	width: 192px;
}
.search-form .property-locations-field {
	padding: 0 5px;
}
.search-form .property-locations-field .property-search-from {
	width: 193px;
}
.search-form .property-bedrooms-field {
	padding: 0 5px;
}
.search-form .property-bedrooms-field .property-search-from {
	width: 193px;
}
.search-form .advanced-button-field {
	padding: 0 5px;
}
.search-form .search-button-field {
	padding: 0 5px;
}
.search-form .advanced-button-field button {
	width: 155px;
	height:100%;
}
.search-form .search-button-field {
	padding: 0 5px;
}
.search-form .search-button-field button {
	width: 125px;
	height:100%;
}
.search-form select > option {
	font-family: "Poppins" !important;
	-moz-font-family: "Poppins" !important;
	font: -moz-pull-down-menu;
	font-size: 0.95rem !important;
}
.search-form .search-form-reset {
	color: #ec1900;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.5rem;
	margin-left: 4px;
	display: block;
}
.bg-dark {
	background-color: #181314;
}
li.nav-item.dropdown a {
	text-decoration: none;
}
.nav-link {
	padding: 0;
}
#main-menus {
	min-height: 100px;
	margin-left: 2rem;
}
#main-menus li.nav-item.dropdown a:hover {
	color: #e11b22;
}
#main-menus.dropdown-menu li:hover {
	transform: translateX(2px);
}
#main-menus.dropdown-menu li {
	transition: all 0.2s ease-in-out;
}
.navbar-nav .dropdown-menu li {
	padding: 2px 10px;
}
header .d-flex {
	align-items: center;
}
header .navigation-wrapper {
	min-height: 100px;
}
header nav.navbar ul.navbar-nav > li > a {
	line-height: 90px;
	padding: 0;
}
header nav.navbar {
	padding: 0;
}
header nav.navbar .dropdown-menu {
	top: 90px;
	box-shadow: 0px -6px 5px 0px #000000;
	padding: 15px;
	min-width: 200px;
}
header nav.navbar .dropdown-menu li {
	border-bottom: 2px solid #ebebeb;
	padding: 10px 0;
	position: relative;
}
header nav.navbar .dropdown-menu-sub-list {
	padding: 15px;
	left: 215px;
}
header nav.navbar .dropdown-menu li:last-child {
	border: 0;
}
header nav.navbar .dropdown-menu, header nav.navbar .dropdown-menu-sub-list {
	min-width: 250px;
	border-radius: 15px;
}
header .dropdown-toggle::after, header .dropdown-item::after {
	content: "";
	display: inline-block;
	margin-left: 0.255em;
	margin-right: 0.5em;
	vertical-align: 0.255em;
	width: 6px;
	height: 6px;
	border-right: 2px solid #002b5c;
	border-top: 2px solid #002b5c;
	transform: rotate(135deg);
	border-left: 0;
}
header .dropdown-item::after {
	transform: rotate(45deg);
	position: absolute;
	top: 21px;
	right: 1px;
}
header .dropdown-item .nav-link {
	position: relative;
}
header .dropdown-toggle:hover::after, header .dropdown-item:hover::after {
	border-color: red;
}
header .primary-bg .dropdown-toggle::after {
	border-color: #ffffff;
}
header .currencySelector .dropdown-item::after {
	display: none;
}
header .dropdown-menu.dropend:before {
	content: "";
	position: absolute;
	left: 40px;
	top: 0;
	display: block;
	border-right: 15px solid #ffffff;
	border-bottom: 15px solid #ffffff;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%) rotate(225deg);
	z-index: 9;
	box-shadow: 6px 6px 5px 0px #000000;
}
header .dropdown-menu, header .dropdown-menu-sub-list {
	border: 0;
}
header nav.navbar .dropdown-menu-sub-list {
	box-shadow: -5px -5px 20px 5px #000000;
}
header .dropdown-item.has-no-child::after {
	display: none;
}
header .nav-item {
	display: inline-block;
	padding: 0rem 0;
	margin-right: 0.5rem;
}
header .nav-item a {
	font-family: "Poppins";
	font-weight: 600;
	color: #181314;
	font-size: 1.05rem;
}
.home-h1 {
	font-family: "Poppins";
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0px;
	color: #ffffff;
	text-shadow: 2px 2px 0px #00000026;
	display: block;
}
.home-h2 {
	font-family: "Poppins";
	font-weight: 500;
	font-size: 1.25rem;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 2px 2px 0px #00000029;
	margin-top: 1rem;
}
.footer-list {
	list-style-type: none;
	padding: 0;
}
.footer-list li {
	display: block;
	margin-top: 0.5rem;
}
.footer-list li a {
	font: normal normal normal 15px/23px Poppins;
	color: #d3d3d1;
	text-decoration: none;
}
.footer-social a {
	color: #fff;
	display: inline-block;
	margin-right: 8px;
}
.footer-social a:hover {
	color: #e5e5e5;
}
.footer-social a i {
	font-size: 1.25rem;
}
.footer-social a i.fa-youtube {
	font-size: 1.5rem;
	position: relative;
	top: 2px;
}
.prop-panel-title {
	font-weight: 600;
	font-size: 2rem;
}
.prop-panel-subtitle {
	margin-top: 1rem;
	font-size: 1.1rem;
	color: #7e7e7e;
}
.prop-view-all-btn {
	min-width: 150px;
	color: #fff;
	background-color: #181314;
}
.prop-view-all-btn:hover {
	background-color: #444;
	color: #fff;
}
.property-slider .prop-view-all-btn.btn-bottom {
	position: absolute;
	right: 12px;
	bottom: 0;
}
.grid-selector, .list-selector {
	color: #999;
	text-decoration: none;
	margin-left: 0.25rem;
}
.grid-selector.active, .list-selector.active {
	color: #181314;
}
.fotorama__stage {
	background-color: #fff;
}
.breadcrumb-item a span {
	font-size: 0.9rem;
	font-weight: 600;
	color: #ec1900;
}
.breadcrumb-item a {
	text-decoration: none;
}
.breadcrumb-item.active a span {
	color: #7f7f7f;
}
h1.property-title {
	font-size: 2rem;
	font-weight: 800;
}
.property-title a {
	font-size: 0.9rem;
	font-weight: 600;
	display: block;
	padding: 0;
	color: #000;
	text-decoration: none;
}
.property-location-name {
	font-size: 0.9rem;
}
.property-grid .card, .property-list .card {
	border: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
	.pttp-similarGridView>div.slick-list{
		width: 720px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 350px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
.property-grid .card .card-body, .property-list .card .card-body {
	padding: 0;
}
.property-grid .prop-img-wrapper, .property-list .prop-img-wrapper {
	position: relative;
}
.property-grid .prop-img-wrapper .prop-ribbon, .property-list .prop-img-wrapper .prop-ribbon {
	font-size: 0.8rem;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #ec1900;
	color: #fff;
	padding: 4px;
	min-width: 100px;
	text-align: center;
	border-radius: 4px;
}
.property-grid .prop-img-wrapper .prop-ribbon-right, .property-list .prop-img-wrapper .prop-ribbon-right {
	font-size: 0.8rem;
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #7F7F7F;
	color: #fff;
	padding: 4px;
	min-width: 100px;
	text-align: center;
	border-radius: 4px;
}

.property-grid .property-img-cover {
	max-width: 100%;
	max-height: 245px;
	min-height: 245px;
	width: 100% !important;
	height: 100% !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.property-grid .property-img-cover[src*="default-image"] {
	object-fit:contain;
}
.property-list .property-img-cover {
	max-width: 100%;
	max-height: 245px;
	width: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.property-title > a {
	height: 44px !important;
	overflow-y: hidden !important;
}
.property-grid .property-title, .property-list .property-title {
	font-weight: 700;
	font-size: 1.15rem;
}
.property-grid .property-title a:hover, .property-list .property-title a:hover {
	color: #dd1600;
}
.property-grid .property-location, .property-list .property-location {
	color: #7f7f7f;
}
.property-grid .property-location > .prop-location-bullet, .property-list .property-location > .prop-location-bullet {
	margin-right: 10px;
}
.property-grid .prop-location-name, .property-list .prop-location-name {
	font-size: 0.95rem;
}
.property-grid .prop-info, .property-list .prop-info {
	color: #7f7f7f;
}
.prop-info > div {
	display: flex;
}
.prop-info > div > span {
	white-space: nowrap;
}
.property-grid .prop-info-bullet, .property-list .prop-info-bullet {
	color: #ec1900;
	margin-right: 8px;
}
.property-grid .prop-info-text, .property-list .prop-info-text {
	font-size: 0.9rem;
}
.property-grid .prop-purpose, .property-list .prop-purpose {
	font-weight: 600;
	font-size: 0.85rem;
}
.prop-info-bottom {
	position: absolute;
	bottom: 20px;
	width: 96%;
}
.property-grid .prop-price, .property-list .prop-price {
	font-weight: 600;
	font-size: 1.1rem;
	color: #ec1900;
}
.property-grid .prop-more-info, .property-list .prop-more-info , .pttp-redBtn  {
	color: #fff;
	background-color: #ec1900;
	width: 100%;
}
.property-grid .prop-more-info:hover, .property-list .prop-more-info:hover , .pttp-redBtn:hover {
	background-color: #ff2007 !important;
}
.property-grid hr, .property-list hr {
	border-color: #999;
}
.btn-about-us {
	min-width: 150px;
	background-color: #181314;
	padding: 0.5rem 0;
	display: flex;
	width: fit-content;
	justify-content: center;
}
.btn-about-us:after {
	margin-left: 10px;
	margin-top: auto !important;
	margin-bottom: auto !important;
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512" fill="%23fff" stroke="%23fff"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
}
.btn-about-us:hover {
	background-color: #444;
	color: #fff;
}
.property-gallery {
	overflow: hidden;
	background-color: #f8f8f8;
}
.property-gallery .gallery-item {
	position: relative;
	overflow: hidden;
}
.property-gallery .gallery-item .gallery-image {
	transform: scale(1.01);
}
.property-gallery .gallery-item:hover .gallery-image {
	transform: scale(1.075);
}
.property-gallery .gallery-item:hover .gallery-more-info-button {
	background-color: rgba(255, 0, 0, 0.7) !important;
	border: 1px solid red !important;
}
.property-gallery .gallery-overlay {
	width: 100%;
	height: 100%;
	background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.65) );
	position: absolute;
	top: 0;
	z-index: 2;
}
.property-gallery .gallery-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	padding: 0 0 2rem 2rem;
}
.property-gallery .gallery-text-caption {
	color: #fff;
	font-weight: 700;
	font-size: 1.35rem;
}
.property-gallery .gallery-text-detail {
	color: #fff;
	font-weight: 400;
}
.property-gallery .gallery-more-info-button {
	text-align: center;
	line-height: 3.25rem;
	color: #fff;
	position: absolute;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 54px;
	height: 54px;
	background: #ffffff00 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #b30b301a;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.property-gallery .gallery-more-info-button:hover {
	background-color: rgba(255, 0, 0, 0.7) !important;
	border: 1px solid red !important;
}
.property-gallery .gallery-more-info-button i {
	line-height: 3.25rem;
}
.property-gallery .gallery-image {
	transition: 0.5s all ease-in-out;
}
.compare-propertys-label {
	font-weight: 600;
	text-decoration: none;
	color: #000;
}
.compare-propertys-label:hover {
	color: #ec1900;
}
.btn-cmd {
	border: 1px solid #000;
	border-radius: 3px;
	display: inline-block;
	height: 35px;
	width: 35px;
	position: relative;
	cursor: pointer;
}
.btn-cmd > .socialsharetooltip {
	visibility: hidden;
	z-index: 1;
	width: 155px;
	position: absolute;
	top: 110%;
	left: -25%;
	border-radius: 9px;
	transform: translateY(5px);
	opacity: 0;
	transition: opacity 0.5s;
}
.btn-cmd:hover {
	background-color: #ec1900;
}
.btn-cmd:hover > .socialsharetooltip {
	position: absolute;
	visibility: visible;
	opacity: 1;
}
.btn-cmd:hover > .socialsharetooltip > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	place-items: center;
	width: fit-content !important;
}
.btn-cmd:hover > .socialsharetooltip > ul:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-bottom: 10px solid black;
	border-right: 10px solid transparent;
	left: 14px;
	top: -7px;
}
.btn-cmd:hover > .socialsharetooltip > ul > li > i {
	font-size: 32px !important;
}
.btn-cmd:hover > .socialsharetooltip > ul > li:nth-child(3) > i {
	font-size: 28px !important;
	margin-top: auto;
	margin-bottom: auto;
}
.btn-cmd img {
	position: absolute;
	top: 8px;
	left: 8px;
}
.social-share-lists {
	padding: 9px;
	border-radius: 10px;
	margin: 0;
	background: #000;
	box-shadow: 3px 2px 9px 0px #0000008c;
	list-style-type: none;
}
.social-share-lists li {
	display: inline-block;
}
.social-share-lists li i {
	font-size: 2rem;
	color: white;
	margin-right: 15px;
}
.social-share-lists li:last-child i {
	margin-right: 0px;
}
.staff-first-picture {
	max-height: 515px;
	max-width: 280px;
	width: auto;
	position: relative;
	z-index: -1;
}
.staff-picture {
	max-height: 243.05px;
	width: 280px;
	position: relative;
	z-index: -1;
	border-radius: 5px;
}
.staff-info {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 1rem;
	color: #fff;
}
.staff-info-name {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.staff-info-jobtitle {
	font-weight: 400;
}
.staff-info-gradient-bg {
	background: rgba(255, 255, 255, 0) linear-gradient( to bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.5) 75%, #ffffff 100% ) repeat scroll 0 0;
	position: relative;
	display: inline-block;
	background: -moz-linear-gradient( bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: -webkit-gradient( linear, left bottom, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)) );
	background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: -o-linear-gradient( bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: -ms-linear-gradient( bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}
.location-wrapper {
	position: relative;
	display: inline-block;
}
.location-link {
	text-decoration: none;
}
.location-gradient-bg {
	background: rgba(255, 255, 255, 0) linear-gradient( to bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.5) 75%, #ffffff 100% ) repeat scroll 0 0;
	position: relative;
	display: inline-block;
	background: -moz-linear-gradient( bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: -webkit-gradient( linear, left bottom, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)) );
	background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: -o-linear-gradient( bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: -ms-linear-gradient( bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
	border-radius: 8px;
	overflow: hidden;
}
.location-picture {
	max-width: 380px;
	max-height: 330px;
	position: relative;
	z-index: -1;
}
.location-gradient-bg:hover .location-picture {
	transition: 0.25s all ease-in-out;
}
.location-gradient-bg:hover .location-picture {
	transform: scale(1.1);
}
.location-info {
	position: absolute;
	bottom: 0;
	left: 5px;
	color: #fff;
	text-align: left;
	padding: 1.5rem;
}
.location-info-name {
	font-weight: 700;
}
.location-info-property-count {
	font-size: 1rem;
	font-weight: 400;
}
.footer-list a:hover {
	color: #fff;
}
.pttp-listYourProperty .pttp-heading {
	margin-bottom: 20px;
	font-size: 32px;
}
.pttp-listYourProperty .pttp-headingDescription {
	font-size: 18px;
	color: #7e7e7e;
}
.pttp-listYourProperty .pttp-body .pttp-section1 .pttp-section1-title {
	font-size: 24px;
}
.pttp-listYourProperty .pttp-body .pttp-section1 .pttp-name {
	margin-bottom: 20px;
}
.pttp-listYourProperty .pttp-body .pttp-section1 .form-label {
	font-size: 16px;
}
.pttp-listYourProperty .pttp-body .pttp-section1 {
	background-color: #f8f8f8;
	padding: 30px;
}
.pttp-listYourProperty .pttp-body .pttp-section2 .pttp-section2-title > p {
	font-size: 24px;
}
.pttp-listYourProperty .pttp-body .pttp-section2 .pttp-section2-title {
	margin-bottom: 30px;
}
.pttp-listYourProperty .pttp-body .pttp-section2 .pttp-col {
	margin-bottom: 20px;
}
.pttp-listYourProperty .pttp-body .pttp-section2 .form-label {
	font-size: 16px;
}
.pttp-listYourProperty .pttp-body .pttp-section2 {
	background-color: #f8f8f8;
	padding: 30px;
}
.pttp-contactUs .pttp-header .pttp-header-title h2 {
	font-size: 32px;
}
.pttp-contactUs .pttp-header .pttp-header-titleDescription div p {
	font-size: 18px;
	color: #7e7e7e;
}
.pttp-contactUs .pttp-header .pttp-header-title {
	margin-bottom: 16px;
}
.pttp-contactUs .pttp-header {
	margin-bottom: 60px;
}
.pttp-contactUs .pttp-map {
	min-height: 453px;
	border-radius: 10ox;
}
.pttp-contactUs .pttp-head {
	font-size: 20px;
}
.pttp-contactUs .pttp-col i {
	color: #ec1900;
	font-size: 16px;
}
.pttp-contactUs .pttp-col p, .pttp-contactUs .pttp-col div {
	font-size: 18px;
}
.pttp-contactUs .pttp-col a {
	font-size: 18px;
	text-decoration: none;
}
.pttp-contactUs .pttp-col {
	margin-bottom: 30px;
}
.pttp-contactUs .pttp-socialMedia i {
	font-size: 24.5904px;
	color: #ec1900;
}
.pttp-contactUs {
	padding-bottom: 8rem;
}
.pttp-newsItem .pttp-title {
	margin-bottom: 20px;
}
.pttp-newsItem .pttp-title h1 {
	font-weight: 900;
	font-size: 32px;
}
.pttp-newsItem .pttp-date span {
	margin-left: 10px;
}
.pttp-newsItem .pttp-date i {
	color: #7f7f7f;
	font-size: 12px;
}
.pttp-newsItem .pttp-date {
	margin-bottom: 60px;
	vertical-align: middle;
	place-items: center;
	place-content: center;
}
.pttp-newsItem .pttp-img img {
	
	max-height: 650px;
	max-width: 1200px;
	object-fit: cover;
	
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.pttp-newsItem .pttp-content strong {
	font-size: 24px;
}
.pttp-newsItem .pttp-content div {
	margin-top: 30px;
	font-size: 18px;
	color: #7e7e7e;
	text-align:justify;
}
.pttp-newsItem .pttp-content {
	padding-left: 4rem;
	padding-right: 4rem;
	margin-top: 60px;
	margin-bottom: 100px;
}
.pttp-list .pttp-row {
	margin-bottom: 100px;
}
.pttp-list .pttp-row .pttp-headTitle {
	margin-bottom: 20px;
}
.pttp-list .pttp-row .pttp-headTitle h2 {
	font-size: 32px;
	font-weight: 700;
}
.pttp-list .pttp-card > div.pttp-card-content {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: white;
	overflow: hidden;
}
.pttp-list .pttp-card .pttp-card-content-img {
	height: 245px;
	width: 380px;
	object-fit: cover;
}
.pttp-list .pttp-card .pttp-card-content-body {
	padding: 25px 25px 30px 25px;
	background-color: white;
	min-height: 315px;
}
.pttp-list .pttp-card .pttp-card-content-body-date i {
	color: #7f7f7f;
	font-size: 12px;
	margin-bottom: 4px;
}
.pttp-list .pttp-card .pttp-card-content-body-date small {
	margin-left: 10px;
}
.pttp-list .pttp-card .pttp-card-content-body-date a {
	text-decoration: none;
	color: #000000;
}
.pttp-list .pttp-card .pttp-card-content-body-title small {
	font-size: 16px;
	color: #7e7e7e;
}
.pttp-list .pttp-card .pttp-card-content-body-title {
	margin-bottom: 30px;
}
.pttp-list .pttp-card .pttp-card-content-body-date {
	margin-bottom: 16px;
}
.pttp-list .pttp-card .pttp-card-content-body-content a {
	width: 100%;
	background-color: #ec1900;
	display: block;
	padding: 11px 0 11px 0;
	border-radius: 3px;
	text-align: center;
	color: white;
	text-decoration: none;
}
.pttp-list .pttp-card .pttp-card-content-body-content {
	width: 100%;
}
.pttp-list .pttp-card {
	min-height: 560px;
	min-width: 380px;
	padding-left: 15px;
	padding-right: 15px;
}
.pttp-overviewSubTitle {
	font-size: 15px;
	color: #7f7f7f;
}
.pttp-overviewTitle {
	font-size: 16px;
	color: #000;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-breadcrumb .breadcrumb-item a span {
	color: #ec1900 !important;
	font-size: 14px;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-breadcrumb .breadcrumb-item.active a span {
	color: #7f7f7f !important;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-location {
	color: #7f7f7f;
	font-size: 1rem;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-location > i {
	font-size: 0.8rem;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-imageSlider > .property-slider {
	position: relative;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent {
	background-color: #fff;
	border-radius: 8px;
	height: 100%;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent .pttp-price > div > div:first-child > span {
	font-weight: 600;
	font-size: 1.1rem;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent .pttp-price > div > div:last-child > span {
	font-weight: 900;
	font-size: 1.35rem;
	color: #ec1900;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-project > div > span {
	font-weight: 800;
	font-size: 1.05rem;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-project > div > span > a {
	color: #ec1900;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-overview > div h4 {
	font-size: 1.25rem;
	font-weight: 600;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-contact h4 {
	font-size: 1.25rem;
	font-weight: 600;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-contact a {
	background-color: #ec1900;
	padding: 0.5rem;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-contact a i {
	margin-right: 0.5rem;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-contact .pttp-lineBtn {
	background-color: #06c755;
	padding: 0.5rem;
}
.pttp-project > .pttp-content > .pttp-row > .pttp-detailBox > .pttp-detailBoxContent > .pttp-contact .pttp-lineBtn i {
	margin-right: 0.5rem;
	font-size: 1.5rem;
	position: relative;
	top: 3px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available .parent-project-title {
	margin-bottom: 43px;
	font-size: 24px;
	font-weight: 700;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available ul li {
	padding: 12px 12px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	color:black;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available ul li a span {
	border-radius: 50px;
	background-color: #ec1900;
	padding: 2px 8px;
	color: white;
	margin-left: 8px;
	font-size: 12px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table {
	width: 100%;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr:first-child {
	border-bottom: 1px solid #dee2e6;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr:first-child th {
	font-size: 14px;
	padding: 10px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr:first-child th:not(:first-child) {
	text-align: center;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td {
	padding: 15px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:first-child {
	display: flex;
	align-items: center;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:first-child img {
	margin-right: 20px;
	width: 110px;
	height: 75px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:first-child span {
	font-size: 16px;
	font-weight: 900;
	min-width: 150px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul {
	margin-top: auto;
	margin-bottom: auto;
	list-style-position: inside;
	padding-left: 0;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li {
	list-style-type: none;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li > a {
	display: flex;
	padding: 5px 30px;
	background-color: #ec1900;
	color: white;
	border-radius: 5px;
	justify-content: space-evenly;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li > a:after {
	transform-origin: 10% 25%;
	margin-left: 5px;
	margin-top: auto;
	margin-bottom: 5px;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-top: 5px solid white;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li > a.active:after {
	transform: rotate(0.5turn);
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li .contact-more-list {
	position: absolute;
	background-color: black;
	list-style-position: inside;
	padding-left: 0;
	border-radius: 10px;
	margin-left: -20px;
	margin-top: 15px;
	height: 45px;
	width: fit-content;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li .contact-more-list:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-bottom: 10px solid black;
	border-right: 10px solid transparent;
	left: 20px;
	top: -7px;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li .contact-more-list li {
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	list-style-type: none;
	background-color: transparent;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li .contact-more-list li i {
	font-size: 20px;
	color: white;
	margin-top: auto;
	margin-bottom: auto;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:last-child a {
	text-decoration: none;
	padding: 5px 30px;
	background-color: white;
	color: #ec1900;
	border-radius: 5px;
	border: 1px solid #ec1900;
}
.pttp-staffAll > .pttp-row > .pttp-col > h2 {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.pttp-staffAll > .pttp-row > .pttp-col > div > div > div:last-child > .pttp-cardBody > div > ul > li > a {
	color: #ec1900;
	font-size: 32px;
	margin-right: 20px;
}
.pttp-staffAll > .pttp-row > .pttp-col > div > div > div:last-child > .pttp-cardBody > div > ul > li {
	float: left;
}
.pttp-staffAll > .pttp-row > .pttp-col > div > div > div:last-child > .pttp-cardBody > div > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pttp-staffAll > .pttp-row > .pttp-col > div > div > div:last-child > .pttp-cardBody > .pttp-job {
	color: #ec1900;
}
.pttp-staffAll > .pttp-row > .pttp-col > div > div > div:last-child > .pttp-cardBody > .pttp-title {
	font-size: 32px;
	font-weight: 900;
}
.pttp-staffAll > .pttp-row > .pttp-col > div > div > div:last-child > .pttp-cardBody {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pttp-staffAll > .pttp-row > .pttp-col {
	width: 100%;
}
.comparison > table > thead > tr > th > div > div span > i {
	font-size: 0px;
}
.comparison > table > tbody tr > td:first-child {
	white-space: nowrap;
	border-right: none;
	font-weight: 900;
}
.comparison > table > tbody tr > td:last-child {
	border-right: none;
}
.comparison > table > tbody tr > td {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px;
}
.comparison > table > tbody tr:nth-child(2) {
	font-weight: 0600;
}
.comparison > table tr.compare-row:nth-child(2n + 2) {
	background-color: white;
}
.comparison > table tr.compare-row:nth-child(4n + 4) {
	background-color: transparent;
}
.comparison > table tbody tr:nth-child(odd) {
	display: none;
}
.comparison > table img {
	width: 250px !important;
	height: 250px !important;
}
.comparison > table th div {
	text-align: center;
}
.pager {
	display: flex;
	justify-content: end;
	margin-top: 0px !important;
}
.page-item > a {
	color: black !important;
}
.page-item.active > span {
	color: white !important;
	background-color: #ec1900;
	border: 1px solid #ec1900;
	user-select: none;
}
.btn-compare {
	display: flex !important;
	justify-content: center;
	place-items: center;
}
.slick-prev.slick-arrow {
	margin-left: auto !important;
	margin-right: 0px !important;
	left: -30px;
}
.slick-next.slick-arrow {
	margin-left: auto !important;
	margin-right: 0px !important;
	right: -20px;
}
.prop-price {
	white-space: nowrap;
}
ul.ui-menu, ul.ui-menu > li:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
ul.ui-menu > li.ui-menu-item, ul.ui-menu > li.ui-menu-item:hover {
	padding: 5px;
	border: none !important;
	border-bottom: 1px solid #cccccc !important;
	background-color: white !important;
	color: black !important;
	width: 100%;
	display: flex;
}
ul.ui-menu > li.ui-menu-item > a {
	background-color: white !important;
	border: none !important;
	text-decoration: none;
	color: black !important;
	padding: 10px !important;
	margin: 0px !important;
	width: 100%;
}
ul.ui-menu > li.ui-menu-item > a:hover, ul.ui-menu > li.ui-menu-item:hover > a {
	background-color: #eee !important;
	border: none;
	color: black;
	padding: 10px !important;
	margin: 0px !important;
	width: 100%;
}

.property-location>i{
	margin-right:0px !important;
}
.container>.row.mt-2>.col-md-6.text-start>a , .pttp-location>a{
		color:#7F7F7F;
		text-decoration:none;
		cursor:pointer;
		font-weight:500 !important;
	}

.property-location-name > a{
	color:#7f7f7f;
	text-decoration:none;
	cursor:pointer;
	font-weight:500 !important;
}
.page-link{
	color:black !important;
}
	.pttp-similarGridView>div.slick-list{
		width: 1170px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 380px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
@media (max-width: 1919px) {
	.header-menu > nav:nth-child(1) > div > div > ul > li > a {
		white-space: nowrap;
   }
}
@media (max-width: 1857px) {
	body, html {
		overflow-x: hidden;
   }
	.header-wrapper {
		padding-top: 12px;
		display: grid !important;
		grid-template-columns: repeat(3, auto) !important;
		grid-template-rows: repeat(2, auto) !important;
		grid-column-gap: 0px !important;
		grid-row-gap: 0px !important;
		justify-content: space-evenly;
		}
	.header-wrapper > div:nth-child(2) {
		grid-area: 1 / 1 / 2 / 3;
		width:65%;
		margin-left:auto !important;
	}
	.header-wrapper > div:nth-child(4) {
		grid-area: 1 / 3 / 2 / 4;
   }
	.header-wrapper > div:nth-child(1) {
		grid-area: 2 / 1 / 3 / 2;
   }
	.header-wrapper > div:nth-child(3) {
		grid-area: 2 / 2 / 3 / 4;
   }
	
	.header-wrapper > div:nth-child(3) > nav ul.navbar-nav {
		width: 100%;
		display: flex !important;
		justify-content: end;
		gap:20px;
   }


	
	
}
@media (max-width: 1600px) {
	.search-section.search-section-1 {
		position: static;
   }
	.search-section.search-section-1 .property-usage-field > div.btn-group {
		width: 100%;
   }
	.search-section.search-section-1 .property-usage-field > div.btn-group > div {
		display: flex;
   }
	.search-section.search-section-1 .property-usage-field > div.btn-group > div > label {
		margin: 0px;
		margin-left: 5px !important;
		border-bottom: none;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
   }
}
@media (max-width: 1439px) {
	.prop-info-bottom {
		position: static !important;
   }
	body, html {
		overflow-x: hidden;
   }
	#searchForm .search-section-2 .search-row-1 > div:nth-child(1), #searchForm .search-section-2 .search-row-1 > div:nth-child(2), #searchForm .search-section-2 .search-row-1 > div:nth-child(3), #searchForm .search-section-2 .search-row-1 > div:nth-child(4) {
		width: 25%;
   }
	#searchForm .search-section-2 .search-row-1 > div:nth-child(1) > select, #searchForm .search-section-2 .search-row-1 > div:nth-child(1) > input, #searchForm .search-section-2 .search-row-1 > div:nth-child(2) > select, #searchForm .search-section-2 .search-row-1 > div:nth-child(2) > input, #searchForm .search-section-2 .search-row-1 > div:nth-child(3) > select, #searchForm .search-section-2 .search-row-1 > div:nth-child(3) > input, #searchForm .search-section-2 .search-row-1 > div:nth-child(4) > select, #searchForm .search-section-2 .search-row-1 > div:nth-child(4) > input {
		width: 100%;
   }
	#searchForm .search-section-2 .search-row-1 > div:nth-child(5) {
		margin-left: auto;
   }
	#searchForm .search-section-2 .search-row-1 > div:nth-child(5), #searchForm .search-section-2 .search-row-1 > div:nth-child(6) {
		margin-top: 20px;
   }
	#mission-about-us > div.container > div.row:nth-child(2) > div:nth-child(1) > img {
		width: 100%;
   }
	.columnsOne > div:nth-child(5) {
		padding: 32px 0px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) {
		margin-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) > div {
		height: 100% !important;
		padding: 0px 28px;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) > div > h2 {
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) {
		margin-top: 0px !important;
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		grid-template-rows: repeat(auto, 1fr) !important;
		padding-left: 28px !important;
		padding-right: 28px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) > div {
		width: 100% !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) > div > a > div > div > img {
		width: 100% !important;
		height: 100% !important;
   }
	.columnsOne > div:nth-child(3) {
		display: none !important;
   }
	.columnsOne > div:nth-child(4) {
		display: block !important;
		padding-top: 32px !important;
		padding-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) {
		margin-bottom: 32px !important;
		padding: 0px 28px;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) > h2 {
		padding: 0px !important;
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) > div {
		padding: 0px !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		color: #7e7e7e !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
   }
	.pttp-similarGridView>div.slick-list{
		width: 1170px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 380px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list {
		width: 960px !important;
		margin-left: auto;
		margin-right: auto;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide {
		width: 310px !important;
		margin-left: 5px;
		margin-right: 5px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider {
		position: relative;
		height: 300px;
		width: 310px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > img {
		position: absolute;
		width: 310px;
		height: 300px;
		border-radius: 5px !important;
		filter: brightness(0.5);
		object-fit: cover !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text {
		position: absolute;
		padding: 0px 20px;
		bottom: 64px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text > .gallery-text-caption {
		color: white;
		font-size: 18px;
		font-weight: 700;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text > .gallery-text-detail {
		color: white;
		font-size: 16px;
		font-weight: 400;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > a.gallery-more-info-button {
		text-align: center;
		line-height: 40px;
		color: #fff;
		position: absolute;
		z-index: 10;
		bottom: 20px;
		left: 20px;
		display: block;
		width: 40px;
		height: 40px;
		background: #ffffff00 0% 0% no-repeat padding-box;
		box-shadow: 0px 0px 20px #b30b301a;
		border: 1px solid #ffffff;
		border-radius: 50%;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > a.gallery-more-info-button > i {
		font-size: 15px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider > .slick-prev {
		margin-left: 20px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider > .slick-next {
		margin-right: 30px;
   }
	.columnsOne > div:nth-child(6) {
		display: flex !important;
   }
	.columnsOne > div:nth-child(6) > div > button {
		font-size: 20px;
		font-weight: 600;
		padding: 0px;
		color: #000000 !important;
   }
	.columnsOne > div:nth-child(6) > div.tab-active > button {
		border-bottom: 2px solid #ec1900 !important;
   }
	.columnsOne > div:nth-child(7) > div {
		padding: 33px 0px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(1) {
		display: none !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) {
		display: block !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-prev {
		margin-left: 15px;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-next {
		margin-right: 25px;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list {
		width: 960px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide {
		margin-left: 5px !important;
		margin-right: 5px !important;
		width: 310px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div {
		width: 310px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card {
		width: 310px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg {
		width: 310px !important;
		height: 300px !important;
		background: unset !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > img {
		width: 310px !important;
		height: 300px !important;
		border-radius: 5px !important;
		object-fit: cover !important;
		object-position: 50% 55% !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info {
		background: #ffffff;
		background: linear-gradient( 180deg, transparent 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.4) 70% );
		height: 100%;
		width: 310px !important;
		display: flex;
		flex-direction: column;
		justify-content: end;
		border-radius: 5px !important;
		text-align: start;
		padding: 0px 20px 20px 20px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info > div.staff-info-name {
		margin-bottom: 4px !important;
		padding: 0px !important;
		font-size: 18px !important;
		font-weight: 700 !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info > div.staff-info-jobtitle {
		padding: 0px !important;
		height: fit-content !important;
		font-size: 16px !important;
		font-weight: 400 !important;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center {
		margin-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center > h2 {
		display: none;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center > div {
		margin-top: 0px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid {
		background-color: #f8f8f8 !important;
		padding: 32px 0px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(1) > div {
		padding: 0px !important;
		width: 100%;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(1) > div > img {
		width: 100% !important;
		height: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		position: static !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) {
		padding: 0px 27px 0px 29px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
		margin-top: 30px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2 {
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
		font-size: 16px !important;
		color: #7e7e7e !important;
		font-weight: 400 !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
		margin-top: 30px !important;
   }
	.columnsOne > div:nth-child(9) {
		padding-left: 0px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 {
		background-color: #f8f8f8;
		background-image: unset !important;
		padding: 32px 0px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container {
		padding: 0px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center {
		padding-left: 28px;
		padding-right: 28px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center h3 {
		color: #000000 !important;
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center h4 {
		color: #7e7e7e !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		margin: 0px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div {
		padding: 0px !important;
		margin-top: 24px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div > .row > div {
		margin-bottom: 20px !important;
		width: 100%;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div > .row > div .card {
		border: 1px solid white;
   }
	.tab-none {
		display: none !important;
   }
}
.pttp-barsMobile, .header-magnifying, .pttp-mobileHeaderSearchBtn, .pttp-viewAllMobileBtn, .property-gallery-mobile {
	display: none;
}
#tab-content-ourTeam > div:nth-child(1) {
	display: block;
}
#tab-content-ourTeam > div:nth-child(2) {
	display: none;
}
#searchPanel, #menuPanel {
	display: none !important;
}
.pttp-tabMenu {
	display: none !important;
}
@media(max-width:1399px){
	.homepage-search>div>form.search-form>div:nth-child(3){
	max-width:1116px;
}
		.pttp-similarGridView>div.slick-list{
		width: 1116px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 362px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media(max-width:1199px){
	#staff-about-us > div.container > div.row:nth-child(2)>div>div>img {
		width:240px;
	 }
	.homepage-search>div>form.search-form>div:nth-child(3){
	max-width:936px;
}
		.pttp-similarGridView>div.slick-list{
		width: 936px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 302px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media(min-width:1023px){
	.text-md-left{
		text-align: left !important;
	}
}
@media (max-width: 1023px) {
	
	.messengerIconFixed{
		display:none;
	}
	.language-selector .dropdown-menu {
		transform:translate3d(-15px, 52px, 0px) !important;
	}
	.header-bg {
		background-image: url("./images/misc/hero-header_1024.webp");
	}
	.homepage-search{
		position:unset;
		display:unset;
		
	}
	.homepage-search>div{
		position:unset;
	}
	.header-bg{
		padding-bottom:unset;
	}
	.homepage-search>div>form.search-form{
		position:unset;
		
	}
	.homepage-search>div>form.search-form>div:nth-child(3){
		position:unset;
		max-width:unset;
		width:unset;
	}
	.pttp-bookConsultaionBtn{
		padding-bottom:1rem !important;
	}
	.columnsOne {
		padding-bottom: 0px !important;
   }
	.pttp-body {
		margin-top: 0px !important;
   }
	.pttp-section1, .pttp-section2 {
		padding-top: 10px !important;
		padding-bottom: 0px !important;
   }
	.pttp-header .section-header {
		margin-top: 0px !important;
   }
	.dummyStickyHeader {
		padding-bottom: 234px;
   }
	.sitckyHeader {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
   }
	#searchPanel, #menuPanel {
		display: block !important;
   }
	.container.partial-search {
		display: none;
   }
	body, html {
		width: 100% !important;
		overflow-x: hidden !important;
   }
	.currency-selector .dropdown-menu {
		top: 10px !important;
		box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-webkit-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-moz-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
   }
	.language-selector .dropdown-menu {
		top: 2px !important;
		box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-webkit-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-moz-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
   }
	body {
		overflow-x: hidden !important;
		width: 100% !important;
   }
	.header-wrapper {
		padding: unset !important;
		overflow-x: hidden !important;
		align-items: unset !important;
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		grid-template-rows: repeat(3, fit-content) !important;
		grid-column-gap: 0px !important;
		grid-row-gap: 0px !important;
		box-shadow: 1px 2px 11px 0px rgba(0, 0, 0, 0.47);
		-webkit-box-shadow: 1px 2px 11px 0px rgba(0, 0, 0, 0.47);
		-moz-box-shadow: 1px 2px 11px 0px rgba(0, 0, 0, 0.47);
   }

.header-wrapper .header-logo img {
		max-width:120px;
	}

	.header-wrapper > div {
		padding: 0px !important;
		margin: 0px !important;
   }
	.header-wrapper > div:nth-child(4) {
		grid-area: 1 / 1 / 2 / 4;
		background-color: red;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(2) {
		display: none;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) {
		display: grid;
		grid-template-columns: repeat(5, auto);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div {
		margin-left: 20px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) {
		margin-left: 20px;
		margin-right: auto;
		grid-area: 1 / 1 / 2 / 4;
		float: unset !important;
		display: flex;
		flex-direction: row-reverse;
		align-items: start !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
		position: static !important;
		font-weight: 0 !important;
		background-color: unset;
		font-size: 0px;
		min-width: unset;
		height: fit-content;
		width: fit-content;
		padding: 0px !important;
		font-weight: 0;
		line-height: 0;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 20px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1):hover {
		background: unset !important;
		color: white !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > i {
		margin: 0px !important;
		font-size: 18px !important;
		padding: 0px !important;
		margin-top: auto;
		margin-bottom: auto;
		top: 0 !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) {
		color: white;
		background-color: unset;
		font-size: 0px;
		min-width: unset;
		height: fit-content;
		width: fit-content;
		padding: 0px;
		font-weight: 0;
		line-height: 0;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 0px;
		border: none;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > i {
		margin: 0px !important;
		font-size: 18px !important;
		padding: 0px !important;
		margin-top: auto;
		margin-bottom: auto;
		top: 0 !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) {
		grid-area: 1 / 5 / 2 / 6;
		margin-top: auto !important;
		margin-bottom: auto !important;
		margin-left: auto !important;
		margin-right: 50px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button {
		padding-right: 0px;
		color: white;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button > strong {
		font-weight: 400 !important;
		font-size: 16px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after {
		width: 5px;
		height: 5px;
		border-top: 1px solid white;
		border-right: 1px solid white;
		margin-right: 25px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after:hover, .header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after:focus, .header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after:active {
		border-top: 1px solid white;
		border-right: 1px solid white;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) {
		grid-area: 1 / 5 / 2 / 6;
		margin-bottom: auto;
		width: fit-content;
		margin-right: 20px;
		margin-left: auto;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button {
		padding: 9px 0px;
		margin: 0px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button a {
		display: block;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button a > img {
		border: 2px solid white !important;
		border-radius: 30px;
		width: 29px;
		height: 29px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button:after {
		display: none;
   }
	.header-wrapper > div:nth-child(3) {
		grid-area: 2 / 1 / 3 / 2 !important;
		width: 100% !important;
		height: 100% !important;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(1) {
		display: none;
   }
	.header-wrapper > div:nth-child(3) > .pttp-barsMobile {
		background-color: white !important;
		width: 100% !important;
		height: 100% !important;
		display: flex;
		align-items: center;
		margin-top: auto;
		margin-bottom: auto;
   }
	.header-wrapper > div:nth-child(3) > .pttp-barsMobile > i {
		margin-left: 20px !important;
		font-size: 25px !important;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3) {
		transition: width 250ms ease 0s;
		overflow: hidden;
		position: fixed;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelNotActive {
		width: 0%;
		background-color: white;
		z-index: 100;
		top: 0;
		height: 100vh;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive {
		width: 100%;
		background-color: white;
		z-index: 100;
		top: 0;
		height: 100vh;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div {
		padding-left: 0px;
		padding-right: 0px;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div {
		display: block !important;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > div {
		padding: 30px 30px 0px 30px;
		display: flex;
		align-items: center;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > div > div:nth-child(2) {
		font-size: 24px;
		padding: 0px;
		margin-left: auto;
		color: #ec1900;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul {
		margin-top: 45px;
		padding-left: 30px;
		padding-right: 30px;
		flex-direction: column !important;
		position: static !important;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li {
		border-bottom: 1px solid #f6f6f6;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > a {
		line-height: unset !important;
		padding: 15px 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px !important;
		font-weight: 500;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > a:after {
		transition: rotate 250ms ease 0s;
		width: 8;
		height: 8;
		rotate: 0deg;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > a.show:after {
		rotate: -180deg;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > a.show:hover:after {
		border-color: #ec1900;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > ul {
		box-shadow: unset !important;
		background-color: #313133;
		border-radius: 0px !important;
		position: static !important;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > ul > li {
		border: none;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > ul > li > a {
		color: #ffffff;
		font-size: 16px !important;
		font-weight: 500;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li > ul.dropdown-menu.dropend:before {
		display: none !important;
   }
	.header-wrapper > div:nth-child(3) > :nth-child(3).pttp-panelActive > nav > div > div > ul > li:last-child {
		border-bottom: none;
   }
	.header-wrapper > div:nth-child(2) {
		grid-area: 3 / 1 / 4 / 4;
		width: fit-content;
		width: 90%;
		margin: auto !important;
		margin-bottom: 30px !important;
		padding-left: 30px !important;
   }
	.header-wrapper > div:nth-child(2) input {
		z-index: 99 !important;
		text-align: center;
		font-size: 14px;
		font-weight: 300;
		color: #707070 !important;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-left: 20px;
   }
	.header-wrapper > div:nth-child(2) i {
		position: absolute;
		left: 14px;
		top: 10px;
		font-size: 16px !important;
		color: #707070 !important;
   }
	.header-wrapper > div:nth-child(1) {
		grid-area: 2 / 2 / 3 / 3;
		display: flex;
		background-color: white !important;
		width: 100%;
		justify-content: center;
   }
	.header-wrapper > div:nth-child(1) > a {
		margin-top: 20px;
		margin-bottom: 20px;
   }
	.header-wrapper > div:nth-child(5) {
		grid-area: 2 / 3 / 3 / 4;
		display: flex;
		background-color: white !important;
		width: 100%;
		height: 100%;
		justify-content: center !important;
		align-items: center !important;
   }
	.header-wrapper > div:nth-child(5) > i {
		margin-left: 20px;
		font-size: 25px;
		margin: auto 20px auto auto;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel {
		transition: all 250ms ease-in-out 0s;
		overflow-y: scroll;
		overflow-x: hidden;
		position: fixed;
		right: 0;
		left: auto;
		top: 0;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > div.header-logo {
		padding: 20px 0px 50px 0px;
		display: flex;
		align-items: center;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > div.header-logo > div:nth-child(1) {
		font-size: 24px;
		padding: 0px;
		margin-left: right;
		color: #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > div.header-logo > div:nth-child(2) {
		font-size: 24px;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		color: #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(auto, 1fr);
		grid-column-gap: 11px;
		grid-row-gap: 21px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-select > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		border: 1px solid #ffc1bb;
		border-radius: 5px;
		width: 100%;
		height: 89px;
		color: #ec1900;
		font-weight: 600;
		cursor: pointer;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-select > div > i {
		margin-bottom: 8px;
		font-size: 20px !important;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-select > div > span {
		font-size: 13px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-select > div:first-child {
		margin-left: 0px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .propertyType > .propertyType-select > div.selected {
		color: #ffffff;
		background-color: #ec1900;
		border: 1px solid #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType > .purchaseType-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType > .purchaseType-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType > .purchaseType-select {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType > .purchaseType-select > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		border: 1px solid #ffc1bb;
		border-radius: 5px;
		margin-left: 11px;
		width: 100%;
		height: 42px;
		color: #ec1900;
		cursor: pointer;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType > .purchaseType-select > div > span {
		font-size: 13px !important;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType > .purchaseType-select > div:first-child {
		margin-left: 0px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .purchaseType > .purchaseType-select > div.selected {
		color: #ffffff;
		background-color: #ec1900;
		border: 1px solid #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .priceRange {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .priceRange > .priceRange-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .priceRange > .priceRange-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .priceRange > .priceRange-select {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .priceRange > .priceRange-select > div {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		column-gap: 10px !important;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .priceRange > .priceRange-select > div > div {
		width: 100%;
		height: 42px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .priceRange > .priceRange-select > div > div > select {
		width: 100%;
		height: 42px;
		font-size: 13px;
		padding: 11.5px 30px 11.5px 15px;
		border: 1px solid #ffc1bb;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .location {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .location > .location-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .location > .location-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .location > .location-select > select {
		width: 100%;
		height: 42px;
		font-size: 13px;
		padding: 11.5px 30px 11.5px 15px;
		border: 1px solid #ffc1bb;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .ownershipType {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .ownershipType > .ownershipType-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .ownershipType > .ownershipType-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .ownershipType > .ownershipType-select > select {
		width: 100%;
		height: 42px;
		font-size: 13px;
		padding: 11.5px 30px 11.5px 15px;
		border: 1px solid #ffc1bb;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms > .bedrooms-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms > .bedrooms-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms > .bedrooms-select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(auto, 1fr);
		grid-column-gap: 11px;
		grid-row-gap: 21px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms > .bedrooms-select > div {
		border: 1px solid #ffc1bb;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		padding: 11px 0px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms > .bedrooms-select > div > span {
		font-size: 14px;
		font-weight: 500;
		color: #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms > .bedrooms-select > div.selected {
		background-color: #ec1900;
		border: 1px solid #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bedrooms > .bedrooms-select > div.selected > span {
		color: #ffffff;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(auto, 1fr);
		grid-column-gap: 11px;
		grid-row-gap: 21px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div {
		border: 1px solid #ffc1bb;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		padding: 11px 0px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div > span {
		font-size: 14px;
		font-weight: 500;
		color: #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div.selected {
		background-color: #ec1900;
		border: 1px solid #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div.selected > span {
		color: #ffffff;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(auto, 1fr);
		grid-column-gap: 11px;
		grid-row-gap: 21px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div {
		border: 1px solid #ffc1bb;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		padding: 11px 0px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div > span {
		font-size: 14px;
		font-weight: 500;
		color: #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div.selected {
		background-color: #ec1900;
		border: 1px solid #ec1900;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .bathrooms > .bathrooms-select > div.selected > span {
		color: #ffffff;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .keyword {
		margin-bottom: 30px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .keyword > .keyword-title {
		margin-bottom: 16px;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .keyword > .keyword-title > span {
		font-size: 16px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .keyword > .keyword-select > input {
		width: 100%;
		height: 42px;
		border: 1px solid #ffc1bb;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .submitBtn {
		margin-bottom: 20vh;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel > #searchFormPanel > form.search-form > .submitBtn > button {
		width: 100%;
		height: 42px;
		background-color: #ec1900;
		color: #ffffff;
		font-size: 14px;
		font-weight: 600;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel.pttp-panelNotActive {
		width: 0px;
		background-color: white;
		z-index: 100;
		height: 100vh;
   }
	.header-wrapper > div:nth-child(5) > div#searchPanel.pttp-panelActive {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		background-color: white;
		z-index: 100;
		height: 100vh;
   }
	.header-bg {
		height: 319px;
		background-size: cover !important;
		background-position: center !important;
		background-image: url("./images/misc/hero-header@3x.webp");
		padding-left: 0px !important;
		padding-right: 0px !important;
   }
	.header-bg > .homepage-search {
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
   }
	.header-bg > .homepage-search > div {
		margin-top: 0px !important;
   }
	.header-bg > .homepage-search > div > .home-h1 {
		font-size: 36px;
		font-weight: 700;
		padding-left: 80px !important;
		padding-right: 80px !important;
   }
	.header-bg > .homepage-search > div > .home-h2 {
		font-size: 16px;
		font-weight: 500;
		padding-left: 76px !important;
		padding-right: 76px !important;
   }
	.header-bg > .homepage-search > div > div {
		display: none;
   }
	.header-bg > .homepage-search > div > form {
		display: none;
   }
	.header-bg > .homepage-search > div > .pttp-mobileHeaderSearchBtn {
		display: block;
		margin-top: 30px;
   }
	.header-bg > .homepage-search > div > .pttp-mobileHeaderSearchBtn > button {
		padding: 9.5px 47px;
		font-size: 16px;
		font-weight: 500;
		border: none;
		background-color: #ec1900;
		color: white;
		border-radius: 5px;
		min-width:152px;
   }
	.columnsOne {
		width: 100% !important;
   }
	.columnsOne .container {
		width: 100% !important;
   }
	.columnsOne > div {
		width: 100% !important;
   }
	.columnsOne > div:nth-child(1) {
		margin-top: 15px;
		width: 100% !important;
		padding-bottom: 32px !important;
		background-color: #f8f8f8;
   }
	.columnsOne > div:nth-child(1) > div.container {
		width: 100%;
   }
	.columnsOne > div:nth-child(1) > div.container > div.row > div.col-lg-9 {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
		text-align: center;
   }
	.columnsOne > div:nth-child(1) > div.container > div.row > div.col-lg-9 > h2.prop-panel-title {
		font-size: 28px;
		font-weight: 600;
		width: 100% !important;
		color: #000000;
		padding-left: 60px !important;
		padding-right: 60px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > div.row > div.col-lg-3 {
		display: none;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid {
		width: 720px !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2rem !important;
		margin-bottom: 27px !important;
		}
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list {
		box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-webkit-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-moz-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		border-radius: 5px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track {
		background-color: transparent !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide {
	   /* padding-left: 5px;
		
		padding-right: 10px;
		*/
	   /* width: 360px !important; */
	  }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card {
		box-shadow: unset !important;
		border-radius: 5px !important;
		border: 1px solid #eeeeee;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body {
		height: 600px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body a > img {
		height: 245px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body .property-title > a {
		height: 43.219px;
		overflow: hidden;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > .slick-prev {
		margin-left: 10px;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > .slick-next {
		margin-right: 20px;
   }
	.columnsOne > div:nth-child(1) > div.container .pttp-viewAllMobileBtn {
		display: block !important;
		margin-left: auto;
		margin-right: auto;
   }
	.columnsOne > div:nth-child(2) {
		width: 100% !important;
		padding-top: 2.5rem !important;
		padding-bottom: 32px !important;
		background-color: #f8f8f8;
   }
	.columnsOne > div:nth-child(2) > div.container {
		width: 100%;
   }
	.columnsOne > div:nth-child(2) > div.container > div.row > div.col-lg-9 {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
		text-align: center;
   }
	.columnsOne > div:nth-child(2) > div.container > div.row > div.col-lg-9 > h2.prop-panel-title {
		font-size: 28px;
		font-weight: 600;
		width: 100% !important;
		color: #000000;
		padding-left: 60px !important;
		padding-right: 60px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > div.row > div.col-lg-3 {
		display: none;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid {
		width: 720px !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2rem !important;
		margin-bottom: 27px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list {
		box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-webkit-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-moz-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		border-radius: 5px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track {
		background-color: transparent !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide {
	   /* padding-left: 5px;
		
		padding-right: 10px;*/
		width: 360px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card {
		box-shadow: unset !important;
		border-radius: 5px !important;
		border: 1px solid #eeeeee;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body {
		height: 600px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body a > img {
		height: 245px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body .property-title > a {
		height: 43.219px;
		overflow: hidden;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > .slick-prev {
		margin-left: 10px;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > .slick-next {
		margin-right: 20px;
   }
	.columnsOne > div:nth-child(2) > div.container .pttp-viewAllMobileBtn {
		display: block !important;
		margin-left: auto;
		margin-right: auto;
   }
	.columnsOne > div:nth-child(2) > div.container .pttp-viewAllMobileBtn > a {
		position: static !important;
   }
	.columnsOne > div:nth-child(3) {
		display: none !important;
   }
	.columnsOne > div:nth-child(4) {
		display: block !important;
		padding-top: 32px !important;
		padding-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) {
		margin-bottom: 32px !important;
		padding: 0px 28px;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) > h2 {
		padding: 0px !important;
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) > div {
		padding: 0px !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		color: #7e7e7e !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list {
		width: 720px !important;
		margin-left: auto;
		margin-right: auto;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide {
		width: 350px !important;
		margin-left: 5px;
		margin-right: 5px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider {
		position: relative;
		height: 300px;
		width: 350px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > img {
		position: absolute;
		width: 350px;
		height: 300px;
		border-radius: 5px !important;
		filter: brightness(0.5);
		object-fit: cover !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text {
		position: absolute;
		padding: 0px 20px;
		bottom: 64px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text > .gallery-text-caption {
		color: white;
		font-size: 18px;
		font-weight: 700;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text > .gallery-text-detail {
		color: white;
		font-size: 16px;
		font-weight: 400;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > a.gallery-more-info-button {
		text-align: center;
		line-height: 40px;
		color: #fff;
		position: absolute;
		z-index: 10;
		bottom: 20px;
		left: 20px;
		display: block;
		width: 40px;
		height: 40px;
		background: #ffffff00 0% 0% no-repeat padding-box;
		box-shadow: 0px 0px 20px #b30b301a;
		border: 1px solid #ffffff;
		border-radius: 50%;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > a.gallery-more-info-button > i {
		font-size: 15px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider > .slick-prev {
		margin-left: 20px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider > .slick-next {
		margin-right: 30px;
   }
	.columnsOne > div:nth-child(5) {
		padding: 32px 0px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) {
		margin-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) > div {
		height: 100% !important;
		padding: 0px 28px;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) > div > h2 {
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) {
		margin-top: 0px !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-template-rows: repeat(auto, 1fr) !important;
		padding-left: 28px !important;
		padding-right: 28px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) > div {
		width: 100% !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) > div > a > div > div > img {
		width: 100% !important;
		height: 100% !important;
   }
	.columnsOne > div:nth-child(6) {
		display: flex !important;
   }
	.columnsOne > div:nth-child(6) > div > button {
		font-size: 20px;
		font-weight: 600;
		padding: 0px;
		color: #000000 !important;
   }
	.columnsOne > div:nth-child(6) > div.tab-active > button {
		border-bottom: 2px solid #ec1900 !important;
   }
	.columnsOne > div:nth-child(7) > div {
		padding: 33px 0px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(1) {
		display: none !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) {
		display: block !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-prev {
		margin-left: 15px;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-next {
		margin-right: 25px;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list {
		width: 720px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide {
		margin-left: 5px !important;
		margin-right: 5px !important;
		width: 350px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div {
		width: 350px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card {
		width: 350px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg {
		width: 350px !important;
		height: 300px !important;
		background: unset !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > img {
		width: 350px !important;
		height: 300px !important;
		border-radius: 5px !important;
		object-fit: cover !important;
		object-position: 50% 55% !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info {
		background: #ffffff;
		background: linear-gradient( 180deg, transparent 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.4) 70% );
		height: 100%;
		width: 350px !important;
		display: flex;
		flex-direction: column;
		justify-content: end;
		border-radius: 5px !important;
		text-align: start;
		padding: 0px 20px 20px 20px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info > div.staff-info-name {
		margin-bottom: 4px !important;
		padding: 0px !important;
		font-size: 18px !important;
		font-weight: 700 !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info > div.staff-info-jobtitle {
		padding: 0px !important;
		height: fit-content !important;
		font-size: 16px !important;
		font-weight: 400 !important;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center {
		margin-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center > h2 {
		display: none;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center > div {
		margin-top: 0px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid {
		background-color: #f8f8f8 !important;
		padding: 32px 0px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(1) > div {
		padding: 0px !important;
		width: 100%;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(1) > div > img {
		width: 100% !important;
		height: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		position: static !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) {
		padding: 0px 27px 0px 29px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
		margin-top: 30px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2 {
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
		font-size: 16px !important;
		color: #7e7e7e !important;
		font-weight: 400 !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
		margin-top: 30px !important;
   }
	.columnsOne > div:nth-child(9) {
		padding-left: 0px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 {
		background-color: #f8f8f8;
		background-image: unset !important;
		padding: 32px 0px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container {
		padding: 0px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center {
		padding-left: 28px;
		padding-right: 28px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center h3 {
		color: #000000 !important;
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center h4 {
		color: #7e7e7e !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		margin: 0px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div {
		padding: 0px !important;
		margin-top: 24px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div > .row > div {
		margin-bottom: 20px !important;
		width: 100%;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div > .row > div .card {
		border: 1px solid white;
   }
	div.pttp-similarGridView>div.slick-list{
		width: 936px !important;
		margin-left: auto;
		margin-right: auto;
	}
	div.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 350px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
	.tab-none {
		display: none !important;
   }
	footer > .container-fluid {
		width: 100% !important;
		padding-bottom: 20px !important;
   }
	footer > .container-fluid > .container {
		width: 100% !important;
   }
	footer > .container-fluid > .container > .row {
		width: 100% !important;
		padding-right: 50px;
   }
	footer > .container-fluid > .container > .row > div > h4 {
		margin-top: 30px;
   }
	footer > .container-fluid > .container > .row > div > ul > li {
		margin-bottom: 12px;
   }
	footer > .container-fluid > .container > .row > div > ul > li:last-child {
		margin-bottom: 0px !important;
   }
	#mission-about-us > div.container > div.row {
		width: 100%;
		margin-left:unset !important;
   }
	#mission-about-us > div.container > div.row:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: center;
   }
	#mission-about-us > div.container > div.row:nth-child(2) > div {
		width: 100% !important;
   }
	#mission-about-us > div.container > div.row:nth-child(2) > div:nth-child(1) {
		text-align: center;
		margin-bottom: 10px;
   }
	#staff-about-us > div.container > div.row:nth-child(2) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		text-align: center;
   }
	#staff-about-us > div.container > div.row:nth-child(2) > div {
		display: block;
		width: 100%;
		grid-area: auto / auto / auto / auto;
   }
	#staff-about-us > div.container > div.row:nth-child(2) > div > div > img {
		width: 100%;
		filter: brightness(0.75);
   }

    
    .comparison {
		width: 100%;
		overflow-y: scroll;
   }
	.comparison > table {
		display: flex;
   }
	.comparison > table > thead > tr > th {
		display: flex;
		border-bottom: 1px solid #d9d9d9;
		height: 100px;
   }
	.comparison > table > thead > tr > th:nth-child(odd) {
		background-color: #f8f8f8;
   }
	.comparison > table > thead > tr > th:nth-child(even) {
		background-color: #ffffff;
   }
	.comparison > table > thead > tr > th:first-child {
		height: 50px;
		background-color: #f8f8f8;
   }
	.comparison > table > thead > tr > th > div {
		display: flex;
   }
	.comparison > table > thead > tr > th > div > div {
		margin-top: auto;
		margin-bottom: auto;
   }
	.comparison > table > thead > tr > th > div > div span {
		font-size: 0px;
		background-color: unset !important;
   }
	.comparison > table > thead > tr > th > div > div span > i {
		font-size: 20px;
		color: #ec1900;
   }
	.comparison > table > thead > tr > th > div > a > img {
		width: 100px !important;
		height: 100% !important;
		max-width: unset;
		padding: 0px;
   }
	.comparison > table > tbody {
		display: flex;
   }
	.comparison > table > tbody > tr {
		display: flex;
		flex-direction: column;
		justify-content: stretch;
		height: 100%;
   }
	.comparison > table > tbody > tr > td {
		white-space: nowrap;
		height: 100px;
		display: flex;
		place-items: center;
		padding-right: 50px;
   }
	.comparison > table > tbody > tr > td:nth-child(odd) {
		background-color: #f8f8f8;
   }
	.comparison > table > tbody > tr > td:nth-child(even) {
		background-color: #fff;
   }
	.comparison > table > tbody > tr > td:first-child {
		height: 50px;
		text-align: center;
		background-color: #f8f8f8;
   }
}
@media (max-width: 991px) {
	.pttp-propertyBox-listView > div.card-body > div.row > div:nth-child(1) > div > a {
		overflow: hidden !important;
   }
	.pttp-propertyBox-listView > div.card-body > div.row > div:nth-child(1) > div > a > img {
		height: 100% !important;
		width: 100% !important;
		min-height: 270px;
   }
	.pttp-propertyBox-listView > div.card-body > div.row > div:nth-child(2) > div > div.prop-info {
		display: flex;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
   }
	.pttp-propertyBox-listView > div.card-body > div.row > div:nth-child(2) > div > div.prop-info > div {
		width: fit-content !important;
   }
	.pttp-propertyBox-listView > div.card-body > div.row > div:nth-child(2) > div > .row.prop-info-bottom {
		position: static;
   }
.social-icons{
	position:relative;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li .contact-more-list {
	position: absolute;
	background-color: black;
	list-style-position: inside;
	padding-left: 0;
	border-radius: 10px;
	margin-left: -20px;
	margin-top: 15px;
	height: 45px;
	width: fit-content;
	top: -60px;
	display: flex;
	flex-wrap: nowrap;
}
.pttp-project > .pttp-content > .pttp-row .pttp-available table tr td:nth-child(5) > .social-icons > ul > li .contact-more-list:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-top: 10px solid black;
	border-right: 10px solid transparent;
	left: 30px;
	bottom: -7px;
	border-bottom:unset;
	top:unset;
}
}
@media (max-width: 800px) {

	body, html {
		width: 100% !important;
		overflow-x: hidden !important;
   }
	.currency-selector .dropdown-menu {
		top: 10px !important;
		box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-webkit-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-moz-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
   }
	.language-selector .dropdown-menu {
		top: 2px !important;
		box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-webkit-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
		-moz-box-shadow: 1px 1px 15px 0px #d6d6d6 !important;
   }
	body {
		overflow-x: hidden !important;
		width: 100% !important;
   }
	.header-wrapper {
		padding: unset !important;
		overflow-x: hidden !important;
		align-items: unset !important;
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		grid-template-rows: repeat(3, fit-content) !important;
		grid-column-gap: 0px !important;
		grid-row-gap: 0px !important;
   }
	.header-wrapper > div {
		padding: 0px !important;
		margin: 0px !important;
   }
	.header-wrapper > div:nth-child(4) {
		grid-area: 1 / 1 / 2 / 4;
		background-color: red;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(2) {
		display: none;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) {
		display: grid;
		grid-template-columns: repeat(5, auto);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div {
		margin-left: 20px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) {
		margin-left: 20px;
		margin-right: auto;
		grid-area: 1 / 1 / 2 / 4;
		float: unset !important;
		display: flex;
		flex-direction: row-reverse;
		align-items: start !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) {
		position: static !important;
		font-weight: 0 !important;
		background-color: unset;
		font-size: 0px;
		min-width: unset;
		height: fit-content;
		width: fit-content;
		padding: 0px !important;
		font-weight: 0;
		line-height: 0;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 20px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1):hover {
		background: unset !important;
		color: white !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > i {
		margin: 0px !important;
		font-size: 18px !important;
		padding: 0px !important;
		margin-top: auto;
		margin-bottom: auto;
		top: 0 !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) {
		color: white;
		background-color: unset;
		font-size: 0px;
		min-width: unset;
		height: fit-content;
		width: fit-content;
		padding: 0px;
		font-weight: 0;
		line-height: 0;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 0px;
		border: none;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > i {
		margin: 0px !important;
		font-size: 18px !important;
		padding: 0px !important;
		margin-top: auto;
		margin-bottom: auto;
		top: 0 !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) {
		grid-area: 1 / 5 / 2 / 6;
		margin-top: auto !important;
		margin-bottom: auto !important;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button {
		padding-right: 0px;
		color: white;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button > strong {
		font-weight: 400 !important;
		font-size: 16px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after {
		width: 5px;
		height: 5px;
		border-top: 1px solid white;
		border-right: 1px solid white;
		margin-right: 25px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after:hover, .header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after:focus, .header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div > button:after:active {
		border-top: 1px solid white;
		border-right: 1px solid white;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) {
		grid-area: 1 / 5 / 2 / 6;
		margin-bottom: auto;
		width: fit-content;
		margin-right: 20px;
		margin-left: auto;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button {
		padding: 9px 0px;
		margin: 0px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button a {
		display: block;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button a > img {
		border: 2px solid white !important;
		border-radius: 30px;
		width: 29px;
		height: 29px;
   }
	.header-wrapper > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div button:after {
		display: none;
   }
	.header-wrapper > div:nth-child(2) {
		grid-area: 3 / 1 / 4 / 4;
		width: fit-content;
		width: 90%;
		margin: auto !important;
		margin-bottom: 30px !important;
		padding-left: 30px !important;
   }
	.header-wrapper > div:nth-child(2) input {
		z-index: 99 !important;
		text-align: center;
		font-size: 14px;
		font-weight: 300;
		color: #707070 !important;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-left: 20px;
   }
	.header-wrapper > div:nth-child(2) i {
		position: absolute;
		left: 14px;
		top: 10px;
		font-size: 16px !important;
		color: #707070 !important;
   }
	.header-wrapper > div:nth-child(1) {
		grid-area: 2 / 2 / 3 / 3;
		display: flex;
		background-color: white !important;
		width: 100%;
		justify-content: center;
   }
	.header-wrapper > div:nth-child(1) > a {
		margin-top: 20px;
		margin-bottom: 20px;
   }
	.header-bg {
		height: 319px;
		background-size: cover !important;
		background-position: center !important;
		background-image: url("./images/misc/hero-header@3x.webp");
		padding-left: 0px !important;
		padding-right: 0px !important;
   }
	.header-bg > .homepage-search {
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
   }
	.header-bg > .homepage-search > div {
		margin-top: 0px !important;
   }
	.header-bg > .homepage-search > div > .home-h1 {
		font-size: 36px;
		font-weight: 700;
		padding-left: 80px !important;
		padding-right: 80px !important;
   }
	.header-bg > .homepage-search > div > .home-h2 {
		font-size: 16px;
		font-weight: 500;
		padding-left: 76px !important;
		padding-right: 76px !important;
   }
	.header-bg > .homepage-search > div > div {
		display: none;
   }
	.header-bg > .homepage-search > div > form {
		display: none;
   }
	.header-bg > .homepage-search > div > .pttp-mobileHeaderSearchBtn {
		display: block;
		margin-top: 30px;
   }
	.header-bg > .homepage-search > div > .pttp-mobileHeaderSearchBtn > button {
		padding: 9.5px 47px;
		font-size: 16px;
		font-weight: 500;
		border: none;
		background-color: #ec1900;
		color: white;
		border-radius: 5px;
   }
	.columnsOne {
		width: 100% !important;
   }
	.columnsOne .container {
		width: 100% !important;
   }
	.columnsOne > div {
		width: 100% !important;
   }
	.columnsOne > div:nth-child(1) {
		width: 100% !important;
		padding-top: 1.5rem !important;
		padding-bottom: 32px !important;
		background-color: #f8f8f8;
   }
	.columnsOne > div:nth-child(1) > div.container {
		width: 100%;
   }
	.columnsOne > div:nth-child(1) > div.container > div.row > div.col-lg-9 {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
		text-align: center;
   }
	.columnsOne > div:nth-child(1) > div.container > div.row > div.col-lg-9 > h2.prop-panel-title {
		font-size: 28px;
		font-weight: 600;
		width: 100% !important;
		color: #000000;
		padding-left: 60px !important;
		padding-right: 60px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > div.row > div.col-lg-3 {
		display: none;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid {
		width: 360px !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2rem !important;
		margin-bottom: 27px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list {
		box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-webkit-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-moz-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		border-radius: 5px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track {
		background-color: transparent !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide {
		/* width: 360px !important; */
		}
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card {
		box-shadow: unset !important;
		border-radius: 5px !important;
		border: 1px solid #eeeeee;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body {
		height: 600px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body a > img {
		height: 245px !important;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > .slick-prev {
		margin-left: 10px;
   }
	.columnsOne > div:nth-child(1) > div.container > .property-grid > .slick-next {
		margin-right: 20px;
   }
	.columnsOne > div:nth-child(1) > div.container .pttp-viewAllMobileBtn {
		display: block !important;
   }
	.columnsOne > div:nth-child(2) {
		width: 100% !important;
		padding-top: 2.5rem !important;
		padding-bottom: 32px !important;
		background-color: #f8f8f8;
   }
	.columnsOne > div:nth-child(2) > div.container {
		width: 100%;
   }
	.columnsOne > div:nth-child(2) > div.container > div.row > div.col-lg-9 {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
		text-align: center;
   }
	.columnsOne > div:nth-child(2) > div.container > div.row > div.col-lg-9 > h2.prop-panel-title {
		font-size: 28px;
		font-weight: 600;
		width: 100% !important;
		color: #000000;
		padding-left: 60px !important;
		padding-right: 60px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > div.row > div.col-lg-3 {
		display: none;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid {
		width: 360px !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2rem !important;
		margin-bottom: 27px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list {
		box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-webkit-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		-moz-box-shadow: 0px 0px 20px 20px rgba(252, 252, 252, 0.5) !important;
		border-radius: 5px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track {
		background-color: transparent !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide {
		width: 360px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card {
		box-shadow: unset !important;
		border-radius: 5px !important;
		border: 1px solid #eeeeee;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body {
		height: 600px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > div.slick-list > div.slick-track > div.slick-slide .card .card-body a > img {
		height: 245px !important;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > .slick-prev {
		margin-left: 10px;
   }
	.columnsOne > div:nth-child(2) > div.container > .property-grid > .slick-next {
		margin-right: 20px;
   }
	.columnsOne > div:nth-child(2) > div.container .pttp-viewAllMobileBtn {
		display: block !important;
   }
	.columnsOne > div:nth-child(2) > div.container .pttp-viewAllMobileBtn > a {
		position: static !important;
   }
	.columnsOne > div:nth-child(3) {
		display: none !important;
   }
	.columnsOne > div:nth-child(4) {
		display: block !important;
		padding-top: 32px !important;
		padding-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) {
		margin-bottom: 32px !important;
		padding: 0px 28px;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) > h2 {
		padding: 0px !important;
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div:nth-child(1) > div {
		padding: 0px !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		color: #7e7e7e !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider {
		width: 360px;
		margin-left: auto;
		margin-right: auto;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list {
		width: 360px !important;
		margin-left: auto;
		margin-right: auto;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide {
		width: 350px !important;
		margin-left: 5px;
		margin-right: 5px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider {
		position: relative;
		height: 300px;
		width: 350px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > img {
		position: absolute;
		width: 350px;
		height: 300px;
		border-radius: 5px !important;
		filter: brightness(0.5);
		object-fit: cover !important;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text {
		position: absolute;
		padding: 0px 20px;
		bottom: 64px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text > .gallery-text-caption {
		color: white;
		font-size: 18px;
		font-weight: 700;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > .gallery-text > .gallery-text-detail {
		color: white;
		font-size: 16px;
		font-weight: 400;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > a.gallery-more-info-button {
		text-align: center;
		line-height: 40px;
		color: #fff;
		position: absolute;
		z-index: 10;
		bottom: 20px;
		left: 20px;
		display: block;
		width: 40px;
		height: 40px;
		background: #ffffff00 0% 0% no-repeat padding-box;
		box-shadow: 0px 0px 20px #b30b301a;
		border: 1px solid #ffffff;
		border-radius: 50%;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider div.slick-list > div.slick-track > div.slick-slide > div > div.gallery-item-slider > a.gallery-more-info-button > i {
		font-size: 15px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider > .slick-prev {
		margin-left: 20px;
   }
	.columnsOne > div:nth-child(4) > div.row > div.property-gallery-slider > .slick-next {
		margin-right: 30px;
   }
	.columnsOne > div:nth-child(5) {
		padding: 32px 0px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) {
		margin-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) > div {
		height: 100% !important;
		padding: 0px 28px;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(1) > div > h2 {
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) {
		margin-top: 0px !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-template-rows: repeat(auto, 1fr) !important;
		grid-column-gap: 20px !important;
		grid-row-gap: 20px !important;
		padding-left: 28px !important;
		padding-right: 28px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) > div {
		padding: 0px !important;
		margin: 0px !important;
   }
	.columnsOne > div:nth-child(5) > div.container > div:nth-child(2) > div > a > div > div > img {
		width: 100% !important;
		height: 100% !important;
   }
	.columnsOne > div:nth-child(6) {
		display: flex !important;
   }
	.columnsOne > div:nth-child(6) > div > button {
		font-size: 20px;
		font-weight: 600;
		padding: 0px;
   }
	.columnsOne > div:nth-child(6) > div.tab-active > button {
		border-bottom: 2px solid #ec1900 !important;
   }
	.columnsOne > div:nth-child(7) > div {
		padding: 33px 0px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(1) {
		display: none !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) {
		display: block !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic {
		width: 360px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px !important;
		padding-right: 0px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-prev {
		margin-left: 15px;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-next {
		margin-right: 25px;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list {
		width: 360px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide {
		margin-left: 5px !important;
		margin-right: 5px !important;
		width: 350px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div {
		width: 350px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card {
		width: 350px !important;
		height: 300px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg {
		width: 350px !important;
		height: 300px !important;
		background: unset !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > img {
		width: 350px !important;
		height: 300px !important;
		border-radius: 5px !important;
		object-fit: cover !important;
		object-position: 50% 55% !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info {
		background: #ffffff;
		background: linear-gradient( 180deg, transparent 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.4) 70% );
		height: 100%;
		width: 350px !important;
		display: flex;
		flex-direction: column;
		justify-content: end;
		border-radius: 5px !important;
		text-align: start;
		padding: 0px 20px 20px 20px !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info > div.staff-info-name {
		margin-bottom: 4px !important;
		padding: 0px !important;
		font-size: 18px !important;
		font-weight: 700 !important;
   }
	.columnsOne > div:nth-child(7) > div:nth-child(2) .row > div:nth-child(2).team-pic > .slick-list > .slick-track > .slick-slide > div > div.staff-card > div.staff-info-gradient-bg > .staff-info > div.staff-info-jobtitle {
		padding: 0px !important;
		height: fit-content !important;
		font-size: 16px !important;
		font-weight: 400 !important;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center {
		margin-bottom: 32px !important;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center > h2 {
		display: none;
   }
	.columnsOne > div:nth-child(7) > div > div.container > div.row > div.text-center > div {
		margin-top: 0px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid {
		background-color: #f8f8f8 !important;
		padding: 32px 0px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(1) > div {
		padding: 0px !important;
		width: 100%;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(1) > div > img {
		width: 100% !important;
		height: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		position: static !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) {
		padding: 0px 27px 0px 29px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
		margin-top: 30px !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2 {
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
		font-size: 16px !important;
		color: #7e7e7e !important;
		font-weight: 400 !important;
   }
	.columnsOne > div:nth-child(8) > div.container-fluid > div.container > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
		margin-top: 30px !important;
   }
	.columnsOne > div:nth-child(9) {
		padding-left: 0px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 {
		background-color: #f8f8f8;
		background-image: unset !important;
		padding: 32px 0px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container {
		padding: 0px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center {
		padding-left: 28px;
		padding-right: 28px;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center h3 {
		color: #000000 !important;
		font-size: 28px !important;
		font-weight: 600 !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center h4 {
		color: #7e7e7e !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		margin: 0px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div {
		padding: 0px !important;
		margin-top: 24px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div > .row > div {
		margin-bottom: 20px !important;
   }
	.columnsOne > div:nth-child(9) > div.section-6 > div.container .text-center > div > .row > div .card {
		border: 1px solid white;
   }
   
   
	.tab-none {
		display: none !important;
   }
	footer > .container-fluid {
		width: 100% !important;
		padding-bottom: 20px !important;
   }
	footer > .container-fluid > .container {
		width: 100% !important;
   }
	footer > .container-fluid > .container > .row {
		width: 100% !important;
		padding-right: 50px;
   }
	footer > .container-fluid > .container > .row > div > h4 {
		margin-top: 30px;
   }
	footer > .container-fluid > .container > .row > div > ul > li {
		margin-bottom: 12px;
   }
	footer > .container-fluid > .container > .row > div > ul > li:last-child {
		margin-bottom: 0px !important;
   }
		div.pttp-similarGridView>div.slick-list{
		width: 360px !important;
		margin-left: auto;
		margin-right: auto;
	}
	div.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 350px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 767px) {
	.header-bg {
		background-image: url("./images/misc/hero-header_768.webp");
	}
	.pttp-staffAll .pttp-card{
		text-align:center;
	}
	.property-grid{
		margin-top:1rem !important;
	}
	.prop-panel-title{
		margin-top:1rem;
	}
	.breadcrumb{
		display:none;
	}
	.pttp-priceOnHeader{
		display:block;
	}
	.pttp-mobile-mt{
		margin-top:3rem;
	}
	.pttp-mobile-mt .pttp-salePrice.col-md-6 , .pttp-mobile-mt .pttp-rentPrice.col-md-6{
		display:none;
	}
	.btn-cmd:hover > .socialsharetooltip {
		position: absolute;
		visibility: visible;
		opacity: 1;
		left: -120px;
   }
	.property-title{
		font-size:1.75rem !important;
		margin-top:0px !important;
	}
	.btn-cmd:hover > .socialsharetooltip > ul {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		place-items: center;
		width: fit-content !important;
   }
	.btn-cmd:hover > .socialsharetooltip > ul:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		border-left: 10px solid transparent;
		border-bottom: 10px solid black;
		border-right: 10px solid transparent;
		left: 125px;
		top: -7px;
   }
	.btn-cmd:hover > .socialsharetooltip > ul > li > i {
		font-size: 32px !important;
   }
	.btn-cmd:hover > .socialsharetooltip > ul > li:nth-child(3) > i {
		font-size: 28px !important;
		margin-top: auto;
		margin-bottom: auto;
   }
	.catalog_selector > div.row > div.col-12 > div {
		display: flex;
		flex-direction: column;
   }
	.catalog_selector > div.row > div.col-12 > div > div {
		width: 100%;
		display: flex;
   }
	.catalog_selector > div.row > div.col-12 > div > div:nth-child(4) {
		position: static !important;
		width: 100% !important;
		text-align: end;
   }
	.catalog_selector > .row > .col-12 > div > div:last-child {
		display: none !important;
   }
   #staff-about-us > div.container > div.row:nth-child(2) {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		text-align: center;
   }
	 #staff-about-us > div.container > div.row:nth-child(2)>div>div>img {
		width:320px;
	 }
		div.pttp-similarGridView>div.slick-list{
		width: 360px !important;
		margin-left: auto;
		margin-right: auto;
	}
	div.pttp-similarGridView>div.slick-list>div.slick-track>div.slick-slide{
		width: 350px !important;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 1024px) {
	#fixedMobileSocialBar {
		display: none !important;
   }
}
@media (max-width: 1023px) {

	#fixedMobileSocialBar {
		display: none;
   }
	#fixedMobileSocialBar.active {
		display: block;
		width: 100vh;
		background-color: #ffffff;
		position: fixed;
		z-index: 100;
		bottom: 0;
		filter: drop-shadow(0px -3px 6px rgba(0, 0, 0, 0.25));
   }
	#fixedMobileSocialBar.active > div {
		display: flex;
		justify-content: space-between;
		padding: 17px 55px;
   }
	.fixed-nav-menu {
		background-color: white;
		position: fixed;
		width: 100%;
		top: 0px;
		z-index: 10;
		box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
   }
}
.pttp-clear {
	background-color: #ec1900;
	border-color: #ec1900;
	color: #ffffff;
}
.pttp-clear:hover {
	background-color: #ec1900;
	border-color: #ec1900;
	color: #ffffff;
}
.pttp-comparisonURL, .pttp-print {
	background-color: #313133;
	border-color: #ffffff;
	color: #ffffff;
}
.pttp-comparisonURL:hover, .pttp-print:hover {
	background-color: #313133;
	border-color: #ffffff;
	color: #ffffff;
}
.dropdown-item:active {
	background-color: #f8f9fa;
}
@media (max-width: 429px) {
    
    .staff-info-jobtitle { font-size: 14px; }
    
	.header-bg {
		background-image: url("./images/misc/hero-header_430.webp");
	}
	.slick-arrow {
		display: none !important;
   }
	.pttp-viewAllMobileBtn {
		margin-top: 4rem !important;
   }
	.pttp-comparisonURL , .pttp-print , .pttp-clear{
		font-size:0px;
		display:flex;
	}
	.pttp-comparisonURL>i , .pttp-print>i , .pttp-clear>i{
		font-size:16px;
		vertical-align:middle;
		margin-top:auto;
		margin-bottom:auto;
	}
	#staff-about-us > div.container > div.row:nth-child(2)>div>div>img {
		width:240px;
	 }
	 .pttp-propertyIdDiv,.pttp-compareBtnDiv{
		white-space: nowrap;
		font-size: 15px;
	 }
	 .pttp-project > .pttp-content > .pttp-row .pttp-available ul li a {
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
		width: 100%;
		color:black;
	}
}


.bg-gdrt>img{
	filter:brightness(0.85);
}

body{
	border:unset !important;
}

.pttp-propertyBox-listView img{
	min-height:245px;
}

.usage-types {
	margin-top:5px;
}