.project-child-image.position-relative {
    width: 350px;
}

span.carousel-control-prev-icon, span.carousel-control-next-icon {
    display: none;
}

#building_details img, #project_details img {
	width: auto;
	max-width: 100%;
    height: auto;
}

#building_details .building-image svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#building_details .building-image svg path {
	fill: #1761ac;
	opacity: 0;
}

#building_details .building-image svg path:hover, 
#building_details .building-image svg a.active path,
#building_details .building-image svg a.hover path {
	opacity: 0.7;
}

#building_details .section-item svg a.is-sold path {
	fill: #ac675a;
	opacity: 0.7;
}

#building_details .main-building-image svg a.is-sold path {
	fill: #ac675a;
}

#building_details .section-item svg a.is-sold:hover path,
#building_details .section-item svg a.is-sold.hover path {
	fill: #934e41;
}
#building_details .main-building-image svg a.is-sold:hover path {
	fill: #934e41;
}


#building_details .hide, #project_details .hide {
	display: none;
}

#building_details .sections .floor-listing a {

}

#building_details .sections .floor-listing span {
	width: 2rem;
    height: 2rem;
    display: inline-block;
    border: 1px solid;
	line-height: 1.8rem;
    text-align: center;
}

#building_details .sections .floor-listing a:hover span,
#building_details .sections .floor-listing a.hover span {
	background-color: rgb(104 94 96);
	color: #fff;
}

#building_details .sections .section-no {
    display: flex;
    justify-content: space-between;
}

#building_details .label-item {
	display: flex;
    justify-content: flex-end;
}
#building_details .label-item:first-child {
	margin-bottom: 5px;
}
#building_details .label-item .label-sold, #building_details .label-item .label-available {
	width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border: 1px solid;
    text-align: center;
}
#building_details .label-item .label-sold {
	background-color: #ac675a;
}
#building_details .label-item .label-available {
	background-color: #1761ac;
}

#building_details .section-list .section-item {
	display: none;
}
#building_details .section-list .section-item:first-child {
	display: block;
}
#building_details .main-image-switch {
	bottom: 10px;
	right: 10px;
}
#building_details #tbl_flat_listing thead tr th {
	background-color: #1761ac;
	color: #fff;
	text-transform: uppercase;
}
#building_details #tbl_flat_listing tbody tr:hover {
	cursor:pointer;
}
#building_details #tbl_flat_listing tbody tr:hover td,
#building_details #tbl_flat_listing tbody tr.active td {
	background-color: #b8aca1;
	color: #fff;
}

#building_details .flat-filters .slider.slider-horizontal {
	width: 350px;
	max-width: 100%;
}
#building_details .total-apartment {
	color: #9a7a4e;
}

#building_details #ajax_loading {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

.flat-filters input[type=checkbox] {
	background-color: #0480be;
	cursor: pointer;
	-webkit-appearance: unset;
}

/*project page*/
#project_details .main-project-image svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#project_details .main-project-image svg path {
	fill: #1761ac;
	opacity: 0;
}

#project_details .main-project-image svg path:hover, 
#project_details .main-project-image svg a.active path,
#project_details .main-project-image svg a.hover path {
	opacity: 0.7;
}

#project_details .main-project-image img, #building_details .project-child-image img {
	width: auto;
}
#building_details .project-child-image svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#building_details .project-child-image svg path {
	fill: #6090c1;
	opacity: 0;
}

#building_details .project-child-image svg path:hover, 
#building_details .project-child-image svg a.active path,
#building_details .project-child-image svg a.hover path {
	opacity: 0.7;
}

.btooltip-text .tooltip-inner {
	background-color: #fff !important;
	color: #000;
	padding:10px;
	width: 300px;
	max-width: 300px;
	
}
.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #fff !important;
}

.bs-tooltip-start .tooltip-arrow::before {
	border-top-color: #fff !important;
}

.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #fff !important;
}

.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: #fff !important;
}

.building-tooltip-description {
	background-color: #315fa7;
	color: #fff;
	width: 100px;
    padding: 10px;
	font-size: 24px;
	font-weight: bold;
}
.building-tooltip-description span {
	display: block;
	font-size: 30px;
}
.building-tooltip-details {
	padding: 10px;
	width: 180px;
}

.tooltip-title {
	font-weight: 700;
	font-size:16px;
}

.tooltip-desc, .tooltip-note {
	font-size:16px;
}

.tooltip-button {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 2px 20px;
	background-color: #315fa7;
    color: #fff;
	font-size:14px;
	font-weight: 700;
}

.building-info a {
	color: #000;
}
.building-info .building-title {
	font-size:20px;
}

.building-info .building-desc {
	font-size:12px;
	padding: 10px 0;
}

.building-info .building-button {
	display: inline-block;
	border: 1px solid #000;
	text-transform: uppercase;
	font-size: 14px;
    padding: 2px 10px;
}
/*end project*/

@media (max-width: 767px) {
	#building_details .flat-filters .slider.slider-horizontal {
		width: 300px;
		max-width: 100%;
	}
}