.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	-moz-backface-visibility: hidden;
	position: relative;
	touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
	-webkit-touch-callout: none;
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	border: none;
	color: inherit;
	font: inherit;
	padding: 0 !important;
}
.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	background: #000;
	height: 100%;
	position: relative;
}
.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	transition: transform 0.1s ease;
	width: 80px;
	z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
	text-align: center;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*='owl-'] {
	background: #d6d6d6;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	zoom: 1;
	display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background: #d6d6d6;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 5px 7px;
	transition: opacity 0.2s ease;
	width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
	-webkit-backface-visibility: hidden;
	box-sizing: border-box;
}
.vbox-overlay * {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.vbox-overlay {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateZ(1000px);
	transform-style: preserve-3d;
	z-index: 1040;
}
.vbox-title {
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	line-height: 28px;
	padding: 6px 40px;
	width: 100%;
}
.vbox-close,
.vbox-title {
	height: 40px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	z-index: 1050;
}
.vbox-close {
	background-position: 10px;
	cursor: pointer;
	display: block;
	font-size: 24px;
	line-height: 1;
	padding: 6px;
	right: 0;
	top: -1px;
	width: 50px;
}
.vbox-num {
	display: block;
	display: none;
	font-size: 12px;
	height: 40px;
	left: 0;
	line-height: 28px;
	padding: 6px 10px;
}
.vbox-next,
.vbox-num,
.vbox-prev {
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	z-index: 1050;
}
.vbox-next,
.vbox-prev {
	display: block;
	height: 45px;
	margin-top: -15px;
	top: 50%;
	width: 45px;
}
.vbox-next span,
.vbox-prev span {
	border-color: #b6b6b6 #b6b6b6 transparent transparent;
	border-style: solid;
	border-width: 2px;
	display: block;
	height: 20px;
	position: relative;
	position: absolute;
	text-indent: -100px;
	top: 8px;
	width: 20px;
}
.vbox-prev {
	left: 15px;
}
.vbox-next {
	right: 15px;
}
.vbox-prev span {
	left: 10px;
	transform: rotate(-135deg);
}
.vbox-next span {
	right: 10px;
	transform: rotate(45deg);
}
.vbox-inline {
	background: #fff;
	height: 315px;
	height: 70vh;
	margin: 0 auto;
	overflow: auto;
	padding: 10px;
	text-align: left;
	width: 420px;
}
.venoframe {
	border: none;
	height: 260px;
	height: 70vh;
	max-width: 100%;
	width: 100%;
}
.venoframe.vbvid {
	height: 260px;
}
@media (min-width: 768px) {
	.vbox-inline,
	.venoframe {
		height: 360px;
		height: 70vh;
		width: 90%;
	}
	.venoframe.vbvid {
		height: 360px;
		width: 640px;
	}
}
@media (min-width: 992px) {
	.vbox-inline,
	.venoframe {
		height: 540px;
		height: 70vh;
		max-width: 1200px;
		width: 80%;
	}
	.venoframe.vbvid {
		height: 540px;
		width: 960px;
	}
}
.vbox-open {
	overflow: hidden;
}
.vbox-container {
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	bottom: 0;
	left: 0;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}
.vbox-content {
	float: left;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}
.vbox-container img {
	height: auto;
	max-width: 100%;
}
.figlio {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	max-width: 100%;
	text-align: initial;
}
img.figlio {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}
.vbox-content.swipe-left {
	margin-left: -200px !important;
}
.vbox-content.swipe-right {
	margin-left: 200px !important;
}
.animated {
	webkit-transition: margin 0.3s ease-out;
	transition: margin 0.3s ease-out;
}
.animate-in {
	opacity: 1;
}
.animate-out {
	opacity: 0;
}
.sk-double-bounce,
.sk-rotating-plane {
	height: 40px;
	margin: 40px auto;
	width: 40px;
}
.sk-rotating-plane {
	-webkit-animation: sk-rotatePlane 1.2s ease-in-out infinite;
	animation: sk-rotatePlane 1.2s ease-in-out infinite;
	background-color: #333;
}
@-webkit-keyframes sk-rotatePlane {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}
	to {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@keyframes sk-rotatePlane {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}
	to {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
.sk-double-bounce {
	position: relative;
}
.sk-double-bounce .sk-child {
	-webkit-animation: sk-doubleBounce 2s ease-in-out infinite;
	animation: sk-doubleBounce 2s ease-in-out infinite;
	background-color: #333;
	border-radius: 50%;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child {
	background-color: #333;
	border-radius: 100%;
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
	0%,
	to {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
@keyframes sk-doubleBounce {
	0%,
	to {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
.sk-wave {
	font-size: 10px;
	height: 40px;
	margin: 40px auto;
	text-align: center;
	width: 50px;
}
.sk-wave .sk-rect {
	-webkit-animation: sk-waveStretchDelay 1.2s ease-in-out infinite;
	animation: sk-waveStretchDelay 1.2s ease-in-out infinite;
	background-color: #333;
	display: inline-block;
	height: 100%;
	width: 6px;
}
.sk-wave .sk-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
	0%,
	40%,
	to {
		transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
	}
}
@keyframes sk-waveStretchDelay {
	0%,
	40%,
	to {
		transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
	}
}
.sk-wandering-cubes {
	height: 40px;
	margin: 40px auto;
	position: relative;
	width: 40px;
}
.sk-wandering-cubes .sk-cube {
	-webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
	animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
	background-color: #333;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}
.sk-chasing-dots,
.sk-spinner-pulse {
	height: 40px;
	margin: 40px auto;
	width: 40px;
}
.sk-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCube {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}
	75% {
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}
	to {
		transform: rotate(-1turn);
	}
}
@keyframes sk-wanderingCube {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}
	75% {
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}
	to {
		transform: rotate(-1turn);
	}
}
.sk-spinner-pulse {
	-webkit-animation: sk-pulseScaleOut 1s ease-in-out infinite;
	animation: sk-pulseScaleOut 1s ease-in-out infinite;
}
@-webkit-keyframes sk-pulseScaleOut {
	0% {
		transform: scale(0);
	}
	to {
		opacity: 0;
		transform: scale(1);
	}
}
@keyframes sk-pulseScaleOut {
	0% {
		transform: scale(0);
	}
	to {
		opacity: 0;
		transform: scale(1);
	}
}
.sk-chasing-dots {
	-webkit-animation: sk-chasingDotsRotate 2s linear infinite;
	animation: sk-chasingDotsRotate 2s linear infinite;
	position: relative;
	text-align: center;
}
.sk-chasing-dots .sk-child {
	-webkit-animation: sk-chasingDotsBounce 2s ease-in-out infinite;
	animation: sk-chasingDotsBounce 2s ease-in-out infinite;
	display: inline-block;
	height: 60%;
	position: absolute;
	top: 0;
	width: 60%;
}
.sk-chasing-dots .sk-dot2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	bottom: 0;
	top: auto;
}
@-webkit-keyframes sk-chasingDotsRotate {
	to {
		transform: rotate(1turn);
	}
}
@keyframes sk-chasingDotsRotate {
	to {
		transform: rotate(1turn);
	}
}
@-webkit-keyframes sk-chasingDotsBounce {
	0%,
	to {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
@keyframes sk-chasingDotsBounce {
	0%,
	to {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
.sk-three-bounce {
	margin: 40px auto;
	text-align: center;
	width: 80px;
}
.sk-three-bounce .sk-child {
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.sk-circle .sk-child:before,
.sk-fading-circle .sk-circle:before {
	background-color: #333;
	border-radius: 100%;
	content: '';
	display: block;
}
.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
	0%,
	80%,
	to {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
@keyframes sk-three-bounce {
	0%,
	80%,
	to {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
.sk-circle {
	height: 40px;
	margin: 40px auto;
	position: relative;
	width: 40px;
}
.sk-circle .sk-child {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.sk-circle .sk-child:before {
	-webkit-animation: sk-circleBounceDelay 1.2s ease-in-out infinite both;
	animation: sk-circleBounceDelay 1.2s ease-in-out infinite both;
	height: 15%;
	margin: 0 auto;
	width: 15%;
}
.sk-circle .sk-circle2 {
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	to {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
@keyframes sk-circleBounceDelay {
	0%,
	80%,
	to {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}
.sk-cube-grid {
	height: 40px;
	margin: 40px auto;
	width: 40px;
}
.sk-cube-grid .sk-cube {
	-webkit-animation: sk-cubeGridScaleDelay 1.3s ease-in-out infinite;
	animation: sk-cubeGridScaleDelay 1.3s ease-in-out infinite;
	background-color: #333;
	float: left;
	height: 33.33%;
	width: 33.33%;
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	to {
		transform: scaleX(1);
	}
	35% {
		transform: scale3D(0, 0, 1);
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	to {
		transform: scaleX(1);
	}
	35% {
		transform: scale3D(0, 0, 1);
	}
}
.sk-fading-circle {
	height: 40px;
	margin: 40px auto;
	position: relative;
	width: 40px;
}
.sk-fading-circle .sk-circle {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.sk-fading-circle .sk-circle:before {
	-webkit-animation: sk-circleFadeDelay 1.2s ease-in-out infinite both;
	animation: sk-circleFadeDelay 1.2s ease-in-out infinite both;
	height: 15%;
	margin: 0 auto;
	width: 15%;
}
.sk-fading-circle .sk-circle2 {
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	to {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}
@keyframes sk-circleFadeDelay {
	0%,
	39%,
	to {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}
.sk-folding-cube {
	height: 40px;
	margin: 40px auto;
	position: relative;
	transform: rotate(45deg);
	width: 40px;
}
.sk-folding-cube .sk-cube {
	float: left;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	width: 50%;
}
.sk-folding-cube .sk-cube:before {
	-webkit-animation: sk-foldCubeAngle 2.4s linear infinite both;
	animation: sk-foldCubeAngle 2.4s linear infinite both;
	background-color: #333;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform-origin: 100% 100%;
	width: 100%;
}
.sk-folding-cube .sk-cube2 {
	transform: scale(1.1) rotate(90deg);
}
.sk-folding-cube .sk-cube3 {
	transform: scale(1.1) rotate(180deg);
}
.sk-folding-cube .sk-cube4 {
	transform: scale(1.1) rotate(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		opacity: 0;
		transform: perspective(140px) rotateX(-180deg);
	}
	25%,
	75% {
		opacity: 1;
		transform: perspective(140px) rotateX(0);
	}
	90%,
	to {
		opacity: 0;
		transform: perspective(140px) rotateY(180deg);
	}
}
@keyframes sk-foldCubeAngle {
	0%,
	10% {
		opacity: 0;
		transform: perspective(140px) rotateX(-180deg);
	}
	25%,
	75% {
		opacity: 1;
		transform: perspective(140px) rotateX(0);
	}
	90%,
	to {
		opacity: 0;
		transform: perspective(140px) rotateY(180deg);
	}
}
@charset "UTF-8";
:root,
[data-bs-theme='light'] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
		'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
	--bs-gradient: linear-gradient(
		180deg,
		hsla(0, 0%, 100%, 0.15),
		hsla(0, 0%, 100%, 0)
	);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme='dark'] {
	--bs-body-color: #dee2e6;
	--bs-body-color-rgb: 222, 226, 230;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #fff;
	--bs-emphasis-color-rgb: 255, 255, 255;
	--bs-secondary-color: rgba(222, 226, 230, 0.75);
	--bs-secondary-color-rgb: 222, 226, 230;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(222, 226, 230, 0.5);
	--bs-tertiary-color-rgb: 222, 226, 230;
	--bs-tertiary-bg: #2b3035;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-primary-text-emphasis: #6ea8fe;
	--bs-secondary-text-emphasis: #a7acb1;
	--bs-success-text-emphasis: #75b798;
	--bs-info-text-emphasis: #6edff6;
	--bs-warning-text-emphasis: #ffda6a;
	--bs-danger-text-emphasis: #ea868f;
	--bs-light-text-emphasis: #f8f9fa;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: #031633;
	--bs-secondary-bg-subtle: #161719;
	--bs-success-bg-subtle: #051b11;
	--bs-info-bg-subtle: #032830;
	--bs-warning-bg-subtle: #332701;
	--bs-danger-bg-subtle: #2c0b0e;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #084298;
	--bs-secondary-border-subtle: #41464b;
	--bs-success-border-subtle: #0f5132;
	--bs-info-border-subtle: #087990;
	--bs-warning-border-subtle: #997404;
	--bs-danger-border-subtle: #842029;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: inherit;
	--bs-link-color: #6ea8fe;
	--bs-link-hover-color: #8bb9fe;
	--bs-link-color-rgb: 110, 168, 254;
	--bs-link-hover-color-rgb: 139, 185, 254;
	--bs-code-color: #e685b5;
	--bs-highlight-color: #dee2e6;
	--bs-highlight-bg: #664d03;
	--bs-border-color: #495057;
	--bs-border-color-translucent: hsla(0, 0%, 100%, 0.15);
	--bs-form-valid-color: #75b798;
	--bs-form-valid-border-color: #75b798;
	--bs-form-invalid-color: #ea868f;
	--bs-form-invalid-border-color: #ea868f;
	color-scheme: dark;
}
*,
:after,
:before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	margin: 0;
	text-align: var(--bs-body-text-align);
}
hr {
	border: 0;
	border-top: var(--bs-border-width) solid;
	color: inherit;
	margin: 1rem 0;
	opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--bs-heading-color);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	margin-top: 0;
}
.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 2.5rem;
	}
}
.h2,
h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	.h2,
	h2 {
		font-size: 2rem;
	}
}
.h3,
h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.h3,
	h3 {
		font-size: 1.75rem;
	}
}
.h4,
h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	.h4,
	h4 {
		font-size: 1.5rem;
	}
}
.h5,
h5 {
	font-size: 1.25rem;
}
.h6,
h6 {
	font-size: 1rem;
}
abbr[title] {
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}
ol,
ul {
	padding-left: 2rem;
}
dl,
ol,
ul {
	margin-bottom: 1rem;
	margin-top: 0;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
b,
strong {
	font-weight: bolder;
}
.mark,
mark {
	background-color: var(--bs-highlight-bg);
	color: var(--bs-highlight-color);
	padding: 0.1875em;
}
sub,
sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}
a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}
pre {
	display: block;
	font-size: 0.875em;
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}
pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal;
}
code {
	word-wrap: break-word;
	color: var(--bs-code-color);
	font-size: 0.875em;
}
a > code {
	color: inherit;
}
kbd {
	background-color: var(--bs-body-color);
	border-radius: 0.25rem;
	color: var(--bs-body-bg);
	font-size: 0.875em;
	padding: 0.1875rem 0.375rem;
}
kbd kbd {
	font-size: 1em;
	padding: 0;
}
figure {
	margin: 0 0 1rem;
}
img,
svg {
	vertical-align: middle;
}
table {
	caption-side: bottom;
}
caption {
	color: var(--bs-secondary-color);
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button,
select {
	text-transform: none;
}
[role='button'] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
		[type='week']
	):not([type='time'])::-webkit-calendar-picker-indicator {
	display: none !important;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
textarea {
	resize: vertical;
}
fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend {
	float: left;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
	margin-bottom: 0.5rem;
	padding: 0;
	width: 100%;
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
legend + * {
	clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::file-selector-button {
	-webkit-appearance: button;
	font: inherit;
}
output {
	display: inline-block;
}
iframe {
	border: 0;
}
summary {
	cursor: pointer;
	display: list-item;
}
progress {
	vertical-align: baseline;
}
[hidden] {
	display: none !important;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}
.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}
.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}
.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}
.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}
.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}
.list-inline,
.list-unstyled {
	list-style: none;
	padding-left: 0;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}
.blockquote {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.blockquote > :last-child {
	margin-bottom: 0;
}
.blockquote-footer {
	color: #6c757d;
	font-size: 0.875em;
	margin-bottom: 1rem;
	margin-top: -1rem;
}
.blockquote-footer:before {
	content: '— ';
}
.img-fluid,
.img-thumbnail {
	height: auto;
	max-width: 100%;
}
.img-thumbnail {
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	padding: 0.25rem;
}
.figure {
	display: inline-block;
}
.figure-img {
	line-height: 1;
	margin-bottom: 0.5rem;
}
.figure-caption {
	color: var(--bs-secondary-color);
	font-size: 0.875em;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	width: 100%;
}
@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}
:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}
.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x) * -0.5);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
	flex-shrink: 0;
	margin-top: var(--bs-gutter-y);
	max-width: 100%;
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	width: 100%;
}
.col {
	flex: 1 0 0%;
}
.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}
.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}
.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}
.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.offset-1 {
	margin-left: 8.33333333%;
}
.offset-2 {
	margin-left: 16.66666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333333%;
}
.offset-5 {
	margin-left: 41.66666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333333%;
}
.offset-8 {
	margin-left: 66.66666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333333%;
}
.offset-11 {
	margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}
.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
	border-color: var(--bs-table-border-color);
	margin-bottom: 1rem;
	vertical-align: top;
	width: 100%;
}
.table > :not(caption) > * > * {
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px
		var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
	color: var(
		--bs-table-color-state,
		var(--bs-table-color-type, var(--bs-table-color))
	);
	padding: 0.5rem;
}
.table > tbody {
	vertical-align: inherit;
}
.table > thead {
	vertical-align: bottom;
}
.table-group-divider {
	border-top: calc(var(--bs-border-width) * 2) solid;
}
.caption-top {
	caption-side: top;
}
.table-sm > :not(caption) > * > * {
	padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
	border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
	border-top-width: 0;
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
	--bs-table-color: #000;
	--bs-table-bg: #cfe2ff;
	--bs-table-border-color: #a6b5cc;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
}
.table-primary,
.table-secondary {
	border-color: var(--bs-table-border-color);
	color: var(--bs-table-color);
}
.table-secondary {
	--bs-table-color: #000;
	--bs-table-bg: #e2e3e5;
	--bs-table-border-color: #b5b6b7;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
}
.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #d1e7dd;
	--bs-table-border-color: #a7b9b1;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
}
.table-info,
.table-success {
	border-color: var(--bs-table-border-color);
	color: var(--bs-table-color);
}
.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #cff4fc;
	--bs-table-border-color: #a6c3ca;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
}
.table-warning {
	--bs-table-color: #000;
	--bs-table-bg: #fff3cd;
	--bs-table-border-color: #ccc2a4;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
}
.table-danger,
.table-warning {
	border-color: var(--bs-table-border-color);
	color: var(--bs-table-color);
}
.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: #f8d7da;
	--bs-table-border-color: #c6acae;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
}
.table-light {
	--bs-table-color: #000;
	--bs-table-bg: #f8f9fa;
	--bs-table-border-color: #c6c7c8;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
}
.table-dark,
.table-light {
	border-color: var(--bs-table-border-color);
	color: var(--bs-table-color);
}
.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #212529;
	--bs-table-border-color: #4d5154;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
}
.table-responsive {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}
}
@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}
}
.form-label {
	margin-bottom: 0.5rem;
}
.col-form-label {
	font-size: inherit;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: calc(0.375rem + var(--bs-border-width));
	padding-top: calc(0.375rem + var(--bs-border-width));
}
.col-form-label-lg {
	font-size: 1.25rem;
	padding-bottom: calc(0.5rem + var(--bs-border-width));
	padding-top: calc(0.5rem + var(--bs-border-width));
}
.col-form-label-sm {
	font-size: 0.875rem;
	padding-bottom: calc(0.25rem + var(--bs-border-width));
	padding-top: calc(0.25rem + var(--bs-border-width));
}
.form-text {
	color: var(--bs-secondary-color);
	font-size: 0.875em;
	margin-top: 0.25rem;
}
.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-clip: padding-box;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	color: var(--bs-body-color);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control[type='file'] {
	overflow: hidden;
}
.form-control[type='file']:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	color: var(--bs-body-color);
	outline: 0;
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em;
	margin: 0;
	min-width: 85px;
}
.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0;
}
.form-control::-moz-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control::-webkit-input-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1;
}
.form-control::file-selector-button {
	background-color: var(--bs-tertiary-bg);
	border: 0 solid;
	border-color: inherit;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	color: var(--bs-body-color);
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	        margin-inline-end: 0.75rem;
	padding: 0.375rem 0.75rem;
	pointer-events: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0;
	color: var(--bs-body-color);
	display: block;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0.375rem 0;
	width: 100%;
}
.form-control-plaintext:focus {
	outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-left: 0;
	padding-right: 0;
}
.form-control-sm {
	border-radius: var(--bs-border-radius-sm);
	font-size: 0.875rem;
	min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
	padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	        margin-inline-end: 0.5rem;
	padding: 0.25rem 0.5rem;
}
.form-control-lg {
	border-radius: var(--bs-border-radius-lg);
	font-size: 1.25rem;
	min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
	padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	        margin-inline-end: 1rem;
	padding: 0.5rem 1rem;
}
textarea.form-control {
	min-height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
}
textarea.form-control-sm {
	min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}
textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.form-control-color {
	height: calc(1.5em + 0.75rem + var(--bs-border-width) * 2);
	padding: 0.375rem;
	width: 3rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
	height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
}
.form-control-color.form-control-lg {
	height: calc(1.5em + 1rem + var(--bs-border-width) * 2);
}
.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img),
		var(--bs-form-select-bg-icon, none);
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	color: var(--bs-body-color);
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
}
@media (prefers-reduced-motion: reduce) {
	.form-select {
		transition: none;
	}
}
.form-select:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size='1']) {
	background-image: none;
	padding-right: 0.75rem;
}
.form-select:disabled {
	background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
	border-radius: var(--bs-border-radius-sm);
	font-size: 0.875rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-top: 0.25rem;
}
.form-select-lg {
	border-radius: var(--bs-border-radius-lg);
	font-size: 1.25rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-top: 0.5rem;
}
[data-bs-theme='dark'] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}
.form-check {
	display: block;
	margin-bottom: 0.125rem;
	min-height: 1.5rem;
	padding-left: 1.5em;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}
.form-check-reverse {
	padding-left: 0;
	padding-right: 1.5em;
	text-align: right;
}
.form-check-reverse .form-check-input {
	float: right;
	margin-left: 0;
	margin-right: -1.5em;
}
.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	flex-shrink: 0;
	height: 1em;
	margin-top: 0.25em;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	vertical-align: top;
	width: 1em;
}
.form-check-input[type='checkbox'] {
	border-radius: 0.25em;
}
.form-check-input[type='radio'] {
	border-radius: 50%;
}
.form-check-input:active {
	-webkit-filter: brightness(90%);
	        filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-input:checked[type='checkbox'] {
	--bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type='radio'] {
	--bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type='checkbox']:indeterminate {
	--bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.form-check-input:disabled {
	-webkit-filter: none;
	        filter: none;
	opacity: 0.5;
	pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
	cursor: default;
	opacity: 0.5;
}
.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
	background-image: var(--bs-form-switch-bg);
	background-position: 0;
	border-radius: 2em;
	margin-left: -2.5em;
	transition: background-position 0.15s ease-in-out;
	width: 2em;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
	--bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 100%;
}
.form-switch.form-check-reverse {
	padding-left: 0;
	padding-right: 2.5em;
}
.form-switch.form-check-reverse .form-check-input {
	margin-left: 0;
	margin-right: -2.5em;
}
.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}
.btn-check {
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
	position: absolute;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
	-webkit-filter: none;
	        filter: none;
	opacity: 0.65;
	pointer-events: none;
}
[data-bs-theme='dark']
	.form-switch
	.form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E");
}
.form-range {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	height: 1.5rem;
	padding: 0;
	width: 100%;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
	color: transparent;
	cursor: pointer;
	height: 0.5rem;
	width: 100%;
}
.form-range::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	height: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}
.form-range::-moz-range-track {
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
	color: transparent;
	cursor: pointer;
	height: 0.5rem;
	width: 100%;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color);
}
.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
	height: calc(3.5rem + var(--bs-border-width) * 2);
	line-height: 1.25;
	min-height: calc(3.5rem + var(--bs-border-width) * 2);
}
.form-floating > label {
	border: var(--bs-border-width) solid transparent;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 1rem 0.75rem;
	pointer-events: none;
	position: absolute;
	text-align: start;
	text-overflow: ellipsis;
	top: 0;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	white-space: nowrap;
	z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext::-webkit-input-placeholder, .form-floating > .form-control::-webkit-input-placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext:-ms-input-placeholder, .form-floating > .form-control:-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext::-ms-input-placeholder, .form-floating > .form-control::-ms-input-placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
	color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-select {
	padding-bottom: 0.625rem;
	padding-top: 1.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
	content: '';
	height: 1.5em;
	inset: 1rem 0.375rem;
	position: absolute;
	z-index: -1;
}
.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select ~ label:after {
	background-color: var(--bs-body-bg);
	border-radius: var(--bs-border-radius);
	content: '';
	height: 1.5em;
	inset: 1rem 0.375rem;
	position: absolute;
	z-index: -1;
}
.form-floating > .form-control:-webkit-autofill ~ label {
	color: rgba(var(--bs-body-color-rgb), 0.65);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
	border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
	color: #6c757d;
}
.form-floating > .form-control:disabled ~ label:after,
.form-floating > :disabled ~ label:after {
	background-color: var(--bs-secondary-bg);
}
.input-group {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	width: 1%;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
	z-index: 5;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 5;
}
.input-group-text {
	align-items: center;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	color: var(--bs-body-color);
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	white-space: nowrap;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
	border-radius: var(--bs-border-radius-lg);
	font-size: 1.25rem;
	padding: 0.5rem 1rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
	border-radius: var(--bs-border-radius-sm);
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
	> .form-floating:nth-last-child(n + 3)
	> .form-control,
.input-group.has-validation
	> .form-floating:nth-last-child(n + 3)
	> .form-select,
.input-group.has-validation
	> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(
		.form-floating
	),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
	> .form-floating:not(:last-child)
	> .form-control,
.input-group:not(.has-validation)
	> .form-floating:not(:last-child)
	> .form-select,
.input-group:not(.has-validation)
	> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
		.form-floating
	) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group
	> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
		.valid-feedback
	):not(.invalid-tooltip):not(.invalid-feedback) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: calc(var(--bs-border-width) * -1);
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.valid-feedback {
	color: var(--bs-form-valid-color);
	display: none;
	font-size: 0.875em;
	margin-top: 0.25rem;
	width: 100%;
}
.valid-tooltip {
	background-color: var(--bs-success);
	border-radius: var(--bs-border-radius);
	color: #fff;
	display: none;
	font-size: 0.875rem;
	margin-top: 0.1rem;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	position: absolute;
	top: 100%;
	z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
	display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-position: right calc(0.375em + 0.1875rem) center;
	background-repeat: no-repeat;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
	padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size='1'],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size='1'] {
	--bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	padding-right: 4.125rem;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
	width: calc(3.75rem + 1.5em);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
	color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
	z-index: 3;
}
.invalid-feedback {
	color: var(--bs-form-invalid-color);
	display: none;
	font-size: 0.875em;
	margin-top: 0.25rem;
	width: 100%;
}
.invalid-tooltip {
	background-color: var(--bs-danger);
	border-radius: var(--bs-border-radius);
	color: #fff;
	display: none;
	font-size: 0.875rem;
	margin-top: 0.1rem;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	position: absolute;
	top: 100%;
	z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
	display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
	background-position: right calc(0.375em + 0.1875rem) center;
	background-repeat: no-repeat;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	background-position: top calc(0.375em + 0.1875rem) right
		calc(0.375em + 0.1875rem);
	padding-right: calc(1.5em + 0.75rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1'],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'] {
	--bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	padding-right: 4.125rem;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
	width: calc(3.75rem + 1.5em);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
	color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
	z-index: 4;
}
.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
		0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem
		rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
	background-color: var(--bs-btn-bg);
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	color: var(--bs-btn-color);
	cursor: pointer;
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color);
}
.btn-check + .btn:hover {
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
	color: var(--bs-btn-color);
}
.btn:focus-visible {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	box-shadow: var(--bs-btn-focus-box-shadow);
	color: var(--bs-btn-hover-color);
	outline: 0;
}
.btn-check:focus-visible + .btn {
	border-color: var(--bs-btn-hover-border-color);
	box-shadow: var(--bs-btn-focus-box-shadow);
	outline: 0;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
	color: var(--bs-btn-active-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	color: var(--bs-btn-disabled-color);
	opacity: var(--bs-btn-disabled-opacity);
	pointer-events: none;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c636a;
	--bs-btn-hover-border-color: #565e64;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #565e64;
	--bs-btn-active-border-color: #51585e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #157347;
	--bs-btn-hover-border-color: #146c43;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #198754;
	--bs-btn-disabled-border-color: #198754;
}
.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #31d2f2;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb2d3b;
	--bs-btn-hover-border-color: #b02a37;
	--bs-btn-focus-shadow-rgb: 225, 83, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #b02a37;
	--bs-btn-active-border-color: #a52834;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #dc3545;
	--bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #d3d4d5;
	--bs-btn-hover-border-color: #c6c7c8;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #c6c7c8;
	--bs-btn-active-border-color: #babbbc;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #424649;
	--bs-btn-hover-border-color: #373b3e;
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4d5154;
	--bs-btn-active-border-color: #373b3e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #212529;
	--bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
	--bs-btn-color: #0d6efd;
	--bs-btn-border-color: #0d6efd;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0d6efd;
	--bs-btn-hover-border-color: #0d6efd;
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0d6efd;
	--bs-btn-active-border-color: #0d6efd;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0d6efd;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d6efd;
	--bs-gradient: none;
}
.btn-outline-secondary {
	--bs-btn-color: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #6c757d;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
}
.btn-outline-success {
	--bs-btn-color: #198754;
	--bs-btn-border-color: #198754;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #198754;
	--bs-btn-hover-border-color: #198754;
	--bs-btn-focus-shadow-rgb: 25, 135, 84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #198754;
	--bs-btn-active-border-color: #198754;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #198754;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #198754;
	--bs-gradient: none;
}
.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none;
}
.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none;
}
.btn-outline-danger {
	--bs-btn-color: #dc3545;
	--bs-btn-border-color: #dc3545;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3545;
	--bs-btn-hover-border-color: #dc3545;
	--bs-btn-focus-shadow-rgb: 220, 53, 69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3545;
	--bs-btn-active-border-color: #dc3545;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #dc3545;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3545;
	--bs-gradient: none;
}
.btn-outline-light {
	--bs-btn-color: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f8f9fa;
	--bs-btn-hover-border-color: #f8f9fa;
	--bs-btn-focus-shadow-rgb: 248, 249, 250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f8f9fa;
	--bs-btn-active-border-color: #f8f9fa;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #f8f9fa;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f8f9fa;
	--bs-gradient: none;
}
.btn-outline-dark {
	--bs-btn-color: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #212529;
	--bs-btn-hover-border-color: #212529;
	--bs-btn-focus-shadow-rgb: 33, 37, 41;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #212529;
	--bs-btn-active-border-color: #212529;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #212529;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #212529;
	--bs-gradient: none;
}
.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 49, 132, 253;
	text-decoration: underline;
}
.btn-link:focus-visible {
	color: var(--bs-btn-color);
}
.btn-link:hover {
	color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1.25rem;
	--bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.collapsing.collapse-horizontal {
	height: auto;
	transition: width 0.35s ease;
	width: 0;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
	position: relative;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle:after {
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	content: '';
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(
		var(--bs-border-radius) - var(--bs-border-width)
	);
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	background-clip: padding-box;
	background-color: var(--bs-dropdown-bg);
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
	color: var(--bs-dropdown-color);
	display: none;
	font-size: var(--bs-dropdown-font-size);
	list-style: none;
	margin: 0;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	position: absolute;
	text-align: left;
	z-index: var(--bs-dropdown-zindex);
}
.dropdown-menu[data-bs-popper] {
	left: 0;
	margin-top: var(--bs-dropdown-spacer);
	top: 100%;
}
.dropdown-menu-start {
	--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
	left: 0;
	right: auto;
}
.dropdown-menu-end {
	--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
	left: auto;
	right: 0;
}
@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		left: 0;
		right: auto;
	}
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		left: auto;
		right: 0;
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		left: 0;
		right: auto;
	}
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		left: auto;
		right: 0;
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		left: 0;
		right: auto;
	}
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		left: auto;
		right: 0;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		left: 0;
		right: auto;
	}
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		left: auto;
		right: 0;
	}
}
@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		left: 0;
		right: auto;
	}
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		left: auto;
		right: 0;
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	bottom: 100%;
	margin-bottom: var(--bs-dropdown-spacer);
	margin-top: 0;
	top: auto;
}
.dropup .dropdown-toggle:after {
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0;
	content: '';
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
	left: 100%;
	margin-left: var(--bs-dropdown-spacer);
	margin-top: 0;
	right: auto;
	top: 0;
}
.dropend .dropdown-toggle:after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-right: 0;
	border-top: 0.3em solid transparent;
	content: '';
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropend .dropdown-toggle:after {
	vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
	left: auto;
	margin-right: var(--bs-dropdown-spacer);
	margin-top: 0;
	right: 100%;
	top: 0;
}
.dropstart .dropdown-toggle:after {
	content: '';
	display: inline-block;
	display: none;
	margin-left: 0.255em;
	vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
	border-bottom: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-top: 0.3em solid transparent;
	content: '';
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
	margin-left: 0;
}
.dropstart .dropdown-toggle:before {
	vertical-align: 0;
}
.dropdown-divider {
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	opacity: 1;
	overflow: hidden;
}
.dropdown-item {
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
	clear: both;
	color: var(--bs-dropdown-link-color);
	display: block;
	font-weight: 400;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: var(--bs-dropdown-link-hover-bg);
	color: var(--bs-dropdown-link-hover-color);
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--bs-dropdown-link-active-bg);
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	background-color: transparent;
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
}
.dropdown-menu.show {
	display: block;
}
.dropdown-header {
	color: var(--bs-dropdown-header-color);
	display: block;
	font-size: 0.875rem;
	margin-bottom: 0;
	padding: var(--bs-dropdown-header-padding-y)
		var(--bs-dropdown-header-padding-x);
	white-space: nowrap;
}
.dropdown-item-text {
	color: var(--bs-dropdown-link-color);
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #343a40;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
	display: inline-flex;
	position: relative;
	vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
	flex: 1 1 auto;
	position: relative;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
	z-index: 1;
}
.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}
.btn-group {
	border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
	margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.dropdown-toggle-split {
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
	margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
	margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.btn-group-vertical {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
	margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav-link {
	background: none;
	border: 0;
	color: var(--bs-nav-link-color);
	display: block;
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}
.nav-link:focus,
.nav-link:hover {
	color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.nav-link.disabled,
.nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	cursor: default;
	pointer-events: none;
}
.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
		var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color)
		var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid
		var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius);
	margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: var(--bs-nav-tabs-link-hover-border-color);
	isolation: isolate;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color);
	color: var(--bs-nav-tabs-link-active-color);
}
.nav-tabs .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
}
.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: var(--bs-nav-pills-link-active-bg);
	color: var(--bs-nav-pills-link-active-color);
}
.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: 0.125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
	border-bottom: var(--bs-nav-underline-border-width) solid transparent;
	padding-left: 0;
	padding-right: 0;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
	border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
	border-bottom-color: currentcolor;
	color: var(--bs-nav-underline-link-active-color);
	font-weight: 700;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 0.5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
	position: relative;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
	align-items: center;
	display: flex;
	flex-wrap: inherit;
	justify-content: space-between;
}
.navbar-brand {
	color: var(--bs-navbar-brand-color);
	font-size: var(--bs-navbar-brand-font-size);
	margin-right: var(--bs-navbar-brand-margin-end);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	padding-top: var(--bs-navbar-brand-padding-y);
	text-decoration: none;
	white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
	color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
	position: static;
}
.navbar-text {
	color: var(--bs-navbar-color);
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
	color: var(--bs-navbar-active-color);
}
.navbar-collapse {
	align-items: center;
	flex-basis: 100%;
	flex-grow: 1;
}
.navbar-toggler {
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	color: var(--bs-navbar-color);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
	outline: 0;
	text-decoration: none;
}
.navbar-toggler-icon {
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 1.5em;
	vertical-align: middle;
	width: 1.5em;
}
.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-left: var(--bs-navbar-nav-link-padding-x);
		padding-right: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	.navbar-expand-sm .offcanvas {
		background-color: transparent !important;
		border: 0 !important;
		flex-grow: 1;
		height: auto !important;
		position: static;
		transform: none !important;
		transition: none;
		visibility: visible !important;
		width: auto !important;
		z-index: auto;
	}
	.navbar-expand-sm .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: var(--bs-navbar-nav-link-padding-x);
		padding-right: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.navbar-expand-md .offcanvas {
		background-color: transparent !important;
		border: 0 !important;
		flex-grow: 1;
		height: auto !important;
		position: static;
		transform: none !important;
		transition: none;
		visibility: visible !important;
		width: auto !important;
		z-index: auto;
	}
	.navbar-expand-md .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: var(--bs-navbar-nav-link-padding-x);
		padding-right: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .offcanvas {
		background-color: transparent !important;
		border: 0 !important;
		flex-grow: 1;
		height: auto !important;
		position: static;
		transform: none !important;
		transition: none;
		visibility: visible !important;
		width: auto !important;
		z-index: auto;
	}
	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: var(--bs-navbar-nav-link-padding-x);
		padding-right: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xl .offcanvas {
		background-color: transparent !important;
		border: 0 !important;
		flex-grow: 1;
		height: auto !important;
		position: static;
		transform: none !important;
		transition: none;
		visibility: visible !important;
		width: auto !important;
		z-index: auto;
	}
	.navbar-expand-xl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (min-width: 1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-left: var(--bs-navbar-nav-link-padding-x);
		padding-right: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xxl .offcanvas {
		background-color: transparent !important;
		border: 0 !important;
		flex-grow: 1;
		height: auto !important;
		position: static;
		transform: none !important;
		transition: none;
		visibility: visible !important;
		width: auto !important;
		z-index: auto;
	}
	.navbar-expand-xxl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.navbar-expand .navbar-nav {
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-left: var(--bs-navbar-nav-link-padding-x);
	padding-right: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}
.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-expand .offcanvas {
	background-color: transparent !important;
	border: 0 !important;
	flex-grow: 1;
	height: auto !important;
	position: static;
	transform: none !important;
	transition: none;
	visibility: visible !important;
	width: auto !important;
	z-index: auto;
}
.navbar-expand .offcanvas .offcanvas-header {
	display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	overflow-y: visible;
	padding: 0;
}
.navbar-dark,
.navbar[data-bs-theme='dark'] {
	--bs-navbar-color: hsla(0, 0%, 100%, 0.55);
	--bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
	--bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.25);
	--bs-navbar-active-color: #fff;
	--bs-navbar-brand-color: #fff;
	--bs-navbar-brand-hover-color: #fff;
	--bs-navbar-toggler-border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark,
.navbar[data-bs-theme='dark'],
[data-bs-theme='dark'] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(
		var(--bs-border-radius) - var(--bs-border-width)
	);
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	word-wrap: break-word;
	background-clip: border-box;
	background-color: var(--bs-card-bg);
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
	color: var(--bs-body-color);
	display: flex;
	flex-direction: column;
	height: var(--bs-card-height);
	min-width: 0;
	position: relative;
}
.card > hr {
	margin-left: 0;
	margin-right: 0;
}
.card > .list-group {
	border-bottom: inherit;
	border-top: inherit;
}
.card > .list-group:first-child {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
	border-top-width: 0;
}
.card > .list-group:last-child {
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}
.card-body {
	color: var(--bs-card-color);
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.card-title {
	color: var(--bs-card-title-color);
	margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
	color: var(--bs-card-subtitle-color);
	margin-top: calc(var(--bs-card-title-spacer-y) * -0.5);
}
.card-subtitle,
.card-text:last-child {
	margin-bottom: 0;
}
.card-link + .card-link {
	margin-left: var(--bs-card-spacer-x);
}
.card-header {
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
	color: var(--bs-card-cap-color);
	margin-bottom: 0;
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius)
		var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
	color: var(--bs-card-cap-color);
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius)
		var(--bs-card-inner-border-radius);
}
.card-header-tabs {
	border-bottom: 0;
	margin-bottom: calc(var(--bs-card-cap-padding-y) * -1);
	margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
	margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}
.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
	margin-left: calc(var(--bs-card-cap-padding-x) * -0.5);
	margin-right: calc(var(--bs-card-cap-padding-x) * -0.5);
}
.card-img-overlay {
	border-radius: var(--bs-card-inner-border-radius);
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	position: absolute;
	right: 0;
	top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%;
}
.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
	margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	.card-group > .card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		border-left: 0;
		margin-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-header,
	.card-group > .card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-footer,
	.card-group > .card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-header,
	.card-group > .card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-footer,
	.card-group > .card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}
.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(
		var(--bs-border-radius) - var(--bs-border-width)
	);
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
	align-items: center;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	color: var(--bs-accordion-btn-color);
	display: flex;
	font-size: 1rem;
	overflow-anchor: none;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	position: relative;
	text-align: left;
	transition: var(--bs-accordion-transition);
	width: 100%;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}
.accordion-button:not(.collapsed) {
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
		var(--bs-accordion-border-color);
	color: var(--bs-accordion-active-color);
}
.accordion-button:not(.collapsed):after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	content: '';
	flex-shrink: 0;
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	transition: var(--bs-accordion-btn-icon-transition);
	width: var(--bs-accordion-btn-icon-width);
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button:after {
		transition: none;
	}
}
.accordion-button:hover {
	z-index: 2;
}
.accordion-button:focus {
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
	outline: 0;
	z-index: 3;
}
.accordion-header {
	margin-bottom: 0;
}
.accordion-item {
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid
		var(--bs-accordion-border-color);
	color: var(--bs-accordion-color);
}
.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion-item:last-of-type {
	border-bottom-left-radius: var(--bs-accordion-border-radius);
	border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
	border-bottom-left-radius: var(--bs-accordion-border-radius);
	border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
	border-left: 0;
	border-radius: 0;
	border-right: 0;
}
.accordion-flush > .accordion-item:first-child {
	border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
	border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
	> .accordion-item
	> .accordion-header
	.accordion-button.collapsed {
	border-radius: 0;
}
[data-bs-theme='dark'] .accordion-button:after {
	--bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius);
	display: flex;
	flex-wrap: wrap;
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, '/');
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	list-style: none;
	padding-left: 0;
}
.page-link {
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid
		var(--bs-pagination-border-color);
	color: var(--bs-pagination-color);
	display: block;
	font-size: var(--bs-pagination-font-size);
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	position: relative;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color);
	color: var(--bs-pagination-hover-color);
	z-index: 2;
}
.page-link:focus {
	background-color: var(--bs-pagination-focus-bg);
	box-shadow: var(--bs-pagination-focus-box-shadow);
	color: var(--bs-pagination-focus-color);
	outline: 0;
	z-index: 3;
}
.active > .page-link,
.page-link.active {
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color);
	color: var(--bs-pagination-active-color);
	z-index: 3;
}
.disabled > .page-link,
.page-link.disabled {
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color);
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
}
.page-item:not(:first-child) .page-link {
	margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
	border-bottom-left-radius: var(--bs-pagination-border-radius);
	border-top-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
	border-bottom-right-radius: var(--bs-pagination-border-radius);
	border-top-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: 0.75rem;
	--bs-pagination-font-size: 1.25rem;
	--bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
	--bs-pagination-padding-x: 0.5rem;
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-font-size: 0.875rem;
	--bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	border-radius: var(--bs-badge-border-radius);
	color: var(--bs-badge-color);
	display: inline-block;
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius);
	color: var(--bs-alert-color);
	margin-bottom: var(--bs-alert-margin-bottom);
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	position: relative;
}
.alert-heading {
	color: inherit;
}
.alert-link {
	color: var(--bs-alert-link-color);
	font-weight: 700;
}
.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	padding: 1.25rem 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
	--bs-alert-color: var(--bs-success-text-emphasis);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
	--bs-alert-color: var(--bs-info-text-emphasis);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
	--bs-alert-color: var(--bs-warning-text-emphasis);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
	--bs-alert-color: var(--bs-danger-text-emphasis);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
	--bs-alert-color: var(--bs-light-text-emphasis);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
	--bs-alert-color: var(--bs-dark-text-emphasis);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}
@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}
.progress,
.progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #0d6efd;
	--bs-progress-bar-transition: width 0.6s ease;
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
	display: flex;
	font-size: var(--bs-progress-font-size);
	height: var(--bs-progress-height);
	overflow: hidden;
}
.progress-bar {
	background-color: var(--bs-progress-bar-bg);
	color: var(--bs-progress-bar-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	transition: var(--bs-progress-bar-transition);
	white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.progress-bar-striped {
	background-image: linear-gradient(
		45deg,
		hsla(0, 0%, 100%, 0.15) 25%,
		transparent 0,
		transparent 50%,
		hsla(0, 0%, 100%, 0.15) 0,
		hsla(0, 0%, 100%, 0.15) 75%,
		transparent 0,
		transparent
	);
	background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
	overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
	width: 100%;
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	        animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		        animation: none;
	}
}
.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #0d6efd;
	--bs-list-group-active-border-color: #0d6efd;
	border-radius: var(--bs-list-group-border-radius);
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
}
.list-group-numbered {
	counter-reset: section;
	list-style-type: none;
}
.list-group-numbered > .list-group-item:before {
	content: counters(section, '.') '. ';
	counter-increment: section;
}
.list-group-item-action {
	color: var(--bs-list-group-action-color);
	text-align: inherit;
	width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: var(--bs-list-group-action-hover-bg);
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	z-index: 1;
}
.list-group-item-action:active {
	background-color: var(--bs-list-group-action-active-bg);
	color: var(--bs-list-group-action-active-color);
}
.list-group-item {
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid
		var(--bs-list-group-border-color);
	color: var(--bs-list-group-color);
	display: block;
	padding: var(--bs-list-group-item-padding-y)
		var(--bs-list-group-item-padding-x);
	position: relative;
	text-decoration: none;
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
	background-color: var(--bs-list-group-disabled-bg);
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
}
.list-group-item.active {
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color);
	color: var(--bs-list-group-active-color);
	z-index: 2;
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	border-top-width: var(--bs-list-group-border-width);
	margin-top: calc(var(--bs-list-group-border-width) * -1);
}
.list-group-horizontal {
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-right-radius: var(--bs-list-group-border-radius);
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-left-width: 0;
	border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	border-left-width: var(--bs-list-group-border-width);
	margin-left: calc(var(--bs-list-group-border-width) * -1);
}
@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-right-radius: var(--bs-list-group-border-radius);
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-left-width: 0;
		border-top-width: var(--bs-list-group-border-width);
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		border-left-width: var(--bs-list-group-border-width);
		margin-left: calc(var(--bs-list-group-border-width) * -1);
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-right-radius: var(--bs-list-group-border-radius);
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-left-width: 0;
		border-top-width: var(--bs-list-group-border-width);
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		border-left-width: var(--bs-list-group-border-width);
		margin-left: calc(var(--bs-list-group-border-width) * -1);
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-right-radius: var(--bs-list-group-border-radius);
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-left-width: 0;
		border-top-width: var(--bs-list-group-border-width);
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		border-left-width: var(--bs-list-group-border-width);
		margin-left: calc(var(--bs-list-group-border-width) * -1);
	}
}
@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-right-radius: var(--bs-list-group-border-radius);
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-left-width: 0;
		border-top-width: var(--bs-list-group-border-width);
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		border-left-width: var(--bs-list-group-border-width);
		margin-left: calc(var(--bs-list-group-border-width) * -1);
	}
}
@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-right-radius: var(--bs-list-group-border-radius);
	}
	.list-group-horizontal-xxl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item {
		border-left-width: 0;
		border-top-width: var(--bs-list-group-border-width);
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		border-left-width: var(--bs-list-group-border-width);
		margin-left: calc(var(--bs-list-group-border-width) * -1);
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}
.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text-emphasis);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
	--bs-list-group-active-color: var(--bs-primary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text-emphasis);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text-emphasis);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
	--bs-list-group-active-color: var(--bs-success-bg-subtle);
	--bs-list-group-active-bg: var(--bs-success-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text-emphasis);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
	--bs-list-group-active-color: var(--bs-info-bg-subtle);
	--bs-list-group-active-bg: var(--bs-info-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text-emphasis);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
	--bs-list-group-active-color: var(--bs-warning-bg-subtle);
	--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text-emphasis);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
	--bs-list-group-active-color: var(--bs-danger-bg-subtle);
	--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text-emphasis);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
	--bs-list-group-active-color: var(--bs-light-bg-subtle);
	--bs-list-group-active-bg: var(--bs-light-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text-emphasis);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
	--bs-list-group-active-color: var(--bs-dark-bg-subtle);
	--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: 0.375rem;
	box-sizing: content-box;
	height: 1em;
	opacity: var(--bs-btn-close-opacity);
	padding: 0.25em;
	width: 1em;
}
.btn-close,
.btn-close:hover {
	color: var(--bs-btn-close-color);
}
.btn-close:hover {
	opacity: var(--bs-btn-close-hover-opacity);
	text-decoration: none;
}
.btn-close:focus {
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity);
	outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
	opacity: var(--bs-btn-close-disabled-opacity);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}
.btn-close-white,
[data-bs-theme='dark'] .btn-close {
	-webkit-filter: var(--bs-btn-close-white-filter);
	        filter: var(--bs-btn-close-white-filter);
}
.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 1.5rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	background-clip: padding-box;
	background-color: var(--bs-toast-bg);
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	border-radius: var(--bs-toast-border-radius);
	box-shadow: var(--bs-toast-box-shadow);
	color: var(--bs-toast-color);
	font-size: var(--bs-toast-font-size);
	max-width: 100%;
	pointer-events: auto;
	width: var(--bs-toast-max-width);
}
.toast.showing {
	opacity: 0;
}
.toast:not(.show) {
	display: none;
}
.toast-container {
	--bs-toast-zindex: 1090;
	max-width: 100%;
	pointer-events: none;
	position: absolute;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: var(--bs-toast-zindex);
}
.toast-container > :not(:last-child) {
	margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
	align-items: center;
	background-clip: padding-box;
	background-color: var(--bs-toast-header-bg);
	border-bottom: var(--bs-toast-border-width) solid
		var(--bs-toast-header-border-color);
	border-top-left-radius: calc(
		var(--bs-toast-border-radius) - var(--bs-toast-border-width)
	);
	border-top-right-radius: calc(
		var(--bs-toast-border-radius) - var(--bs-toast-border-width)
	);
	color: var(--bs-toast-header-color);
	display: flex;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
}
.toast-header .btn-close {
	margin-left: var(--bs-toast-padding-x);
	margin-right: calc(var(--bs-toast-padding-x) * -0.5);
}
.toast-body {
	word-wrap: break-word;
	padding: var(--bs-toast-padding-x);
}
.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(
		var(--bs-border-radius-lg) - var(--bs-border-width)
	);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: var(--bs-modal-zindex);
}
.modal-dialog {
	margin: var(--bs-modal-margin);
	pointer-events: none;
	position: relative;
	width: auto;
}
.modal.fade .modal-dialog {
	transform: translateY(-50px);
	transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	align-items: center;
	display: flex;
	min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
	background-clip: padding-box;
	background-color: var(--bs-modal-bg);
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	color: var(--bs-modal-color);
	display: flex;
	flex-direction: column;
	outline: 0;
	pointer-events: auto;
	position: relative;
	width: 100%;
}
.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	background-color: var(--bs-backdrop-bg);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: var(--bs-backdrop-zindex);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}
.modal-header {
	align-items: center;
	border-bottom: var(--bs-modal-header-border-width) solid
		var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
	display: flex;
	flex-shrink: 0;
	padding: var(--bs-modal-header-padding);
}
.modal-header .btn-close {
	margin: calc(var(--bs-modal-header-padding-y) * -0.5)
		calc(var(--bs-modal-header-padding-x) * -0.5)
		calc(var(--bs-modal-header-padding-y) * -0.5) auto;
	padding: calc(var(--bs-modal-header-padding-y) * 0.5)
		calc(var(--bs-modal-header-padding-x) * 0.5);
}
.modal-title {
	line-height: var(--bs-modal-title-line-height);
	margin-bottom: 0;
}
.modal-body {
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
	position: relative;
}
.modal-footer {
	align-items: center;
	background-color: var(--bs-modal-footer-bg);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-top: var(--bs-modal-footer-border-width) solid
		var(--bs-modal-footer-border-color);
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
}
.modal-footer > * {
	margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow);
	}
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
		max-width: var(--bs-modal-width);
	}
	.modal-sm {
		--bs-modal-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		--bs-modal-width: 1140px;
	}
}
.modal-fullscreen {
	height: 100%;
	margin: 0;
	max-width: none;
	width: 100vw;
}
.modal-fullscreen .modal-content {
	border: 0;
	border-radius: 0;
	height: 100%;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw;
	}
	.modal-fullscreen-sm-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%;
	}
	.modal-fullscreen-sm-down .modal-footer,
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw;
	}
	.modal-fullscreen-md-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%;
	}
	.modal-fullscreen-md-down .modal-footer,
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw;
	}
	.modal-fullscreen-lg-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%;
	}
	.modal-fullscreen-lg-down .modal-footer,
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw;
	}
	.modal-fullscreen-xl-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%;
	}
	.modal-fullscreen-xl-down .modal-footer,
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		height: 100%;
		margin: 0;
		max-width: none;
		width: 100vw;
	}
	.modal-fullscreen-xxl-down .modal-content {
		border: 0;
		border-radius: 0;
		height: 100%;
	}
	.modal-fullscreen-xxl-down .modal-footer,
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}
.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	word-wrap: break-word;
	display: block;
	font-family: var(--bs-font-sans-serif);
	font-size: var(--bs-tooltip-font-size);
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	margin: var(--bs-tooltip-margin);
	opacity: 0;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	z-index: var(--bs-tooltip-zindex);
}
.tooltip.show {
	opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
	display: block;
	height: var(--bs-tooltip-arrow-height);
	width: var(--bs-tooltip-arrow-width);
}
.tooltip .tooltip-arrow:before {
	border-color: transparent;
	border-style: solid;
	content: '';
	position: absolute;
}
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: calc(var(--bs-tooltip-arrow-height) * -1);
}
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: var(--bs-tooltip-bg);
	border-width: var(--bs-tooltip-arrow-height)
		calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	top: -1px;
}
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
	height: var(--bs-tooltip-arrow-width);
	left: calc(var(--bs-tooltip-arrow-height) * -1);
	width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
	border-right-color: var(--bs-tooltip-bg);
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5)
		var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	right: -1px;
}
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: calc(var(--bs-tooltip-arrow-height) * -1);
}
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
	border-bottom-color: var(--bs-tooltip-bg);
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
		var(--bs-tooltip-arrow-height);
	bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
	height: var(--bs-tooltip-arrow-width);
	right: calc(var(--bs-tooltip-arrow-height) * -1);
	width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
	border-left-color: var(--bs-tooltip-bg);
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
		calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	left: -1px;
}
.tooltip-inner {
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius);
	color: var(--bs-tooltip-color);
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	text-align: center;
}
.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(
		var(--bs-border-radius-lg) - var(--bs-border-width)
	);
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	word-wrap: break-word;
	background-clip: padding-box;
	background-color: var(--bs-popover-bg);
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
	display: block;
	font-family: var(--bs-font-sans-serif);
	font-size: var(--bs-popover-font-size);
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	max-width: var(--bs-popover-max-width);
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	z-index: var(--bs-popover-zindex);
}
.popover .popover-arrow {
	display: block;
	height: var(--bs-popover-arrow-height);
	width: var(--bs-popover-arrow-width);
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
	border: 0 solid transparent;
	content: '';
	display: block;
	position: absolute;
}
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow,
.bs-popover-top > .popover-arrow {
	bottom: calc(
		(var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width)
	);
}
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-top > .popover-arrow:before {
	border-width: var(--bs-popover-arrow-height)
		calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
	border-top-color: var(--bs-popover-arrow-border);
	bottom: 0;
}
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
	border-top-color: var(--bs-popover-bg);
	bottom: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow,
.bs-popover-end > .popover-arrow {
	height: var(--bs-popover-arrow-width);
	left: calc(
		(var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width)
	);
	width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-end > .popover-arrow:before {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5)
		var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
	border-right-color: var(--bs-popover-arrow-border);
	left: 0;
}
.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
	border-right-color: var(--bs-popover-bg);
	left: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
	top: calc(
		(var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width)
	);
}
.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:before {
	border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5)
		var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
	border-bottom-color: var(--bs-popover-arrow-border);
	top: 0;
}
.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
	border-bottom-color: var(--bs-popover-bg);
	top: var(--bs-popover-border-width);
}
.bs-popover-auto[data-popper-placement^='bottom'] .popover-header:before,
.bs-popover-bottom .popover-header:before {
	border-bottom: var(--bs-popover-border-width) solid
		var(--bs-popover-header-bg);
	content: '';
	display: block;
	left: 50%;
	margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
	position: absolute;
	top: 0;
	width: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow,
.bs-popover-start > .popover-arrow {
	height: var(--bs-popover-arrow-width);
	right: calc(
		(var(--bs-popover-arrow-height)) * -1 - var(--bs-popover-border-width)
	);
	width: var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-start > .popover-arrow:before {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0
		calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
	border-left-color: var(--bs-popover-arrow-border);
	right: 0;
}
.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
	border-left-color: var(--bs-popover-bg);
	right: var(--bs-popover-border-width);
}
.popover-header {
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid
		var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
	color: var(--bs-popover-header-color);
	font-size: var(--bs-popover-header-font-size);
	margin-bottom: 0;
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
}
.popover-header:empty {
	display: none;
}
.popover-body {
	color: var(--bs-popover-body-color);
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}
.carousel {
	position: relative;
}
.carousel.pointer-event {
	touch-action: pan-y;
}
.carousel-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner:after {
	clear: both;
	content: '';
	display: block;
}
.carousel-item {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: none;
	float: left;
	margin-right: -100%;
	position: relative;
	transition: transform 0.6s ease-in-out;
	width: 100%;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}
.carousel-fade .carousel-item {
	opacity: 0;
	transform: none;
	transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	opacity: 1;
	z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	opacity: 0;
	transition: opacity 0s 0.6s;
	z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none;
	}
}
.carousel-control-next,
.carousel-control-prev {
	align-items: center;
	background: none;
	border: 0;
	bottom: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	opacity: 0.5;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: opacity 0.15s ease;
	width: 15%;
	z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-next,
	.carousel-control-prev {
		transition: none;
	}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	opacity: 0.9;
	outline: 0;
	text-decoration: none;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	height: 2rem;
	width: 2rem;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.carousel-indicators {
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	margin-bottom: 1rem;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}
.carousel-indicators [data-bs-target] {
	background-clip: padding-box;
	background-color: #fff;
	border: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	box-sizing: content-box;
	cursor: pointer;
	flex: 0 1 auto;
	height: 3px;
	margin-left: 3px;
	margin-right: 3px;
	opacity: 0.5;
	padding: 0;
	text-indent: -999px;
	transition: opacity 0.6s ease;
	width: 30px;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-caption {
	bottom: 1.25rem;
	color: #fff;
	left: 15%;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: absolute;
	right: 15%;
	text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	-webkit-filter: invert(1) grayscale(100);
	        filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}
.carousel-dark .carousel-caption {
	color: #000;
}
[data-bs-theme='dark'] .carousel .carousel-control-next-icon,
[data-bs-theme='dark'] .carousel .carousel-control-prev-icon,
[data-bs-theme='dark'].carousel .carousel-control-next-icon,
[data-bs-theme='dark'].carousel .carousel-control-prev-icon {
	-webkit-filter: invert(1) grayscale(100);
	        filter: invert(1) grayscale(100);
}
[data-bs-theme='dark'] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme='dark'].carousel .carousel-indicators [data-bs-target] {
	background-color: #000;
}
[data-bs-theme='dark'] .carousel .carousel-caption,
[data-bs-theme='dark'].carousel .carousel-caption {
	color: #000;
}
.spinner-border,
.spinner-grow {
	-webkit-animation: var(--bs-spinner-animation-speed) linear infinite
		var(--bs-spinner-animation-name);
	        animation: var(--bs-spinner-animation-speed) linear infinite
		var(--bs-spinner-animation-name);
	border-radius: 50%;
	display: inline-block;
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	width: var(--bs-spinner-width);
}
@-webkit-keyframes spinner-border {
	to {
		transform: rotate(1turn);
	}
}
@keyframes spinner-border {
	to {
		transform: rotate(1turn);
	}
}
.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-border;
	border-right-color: currentcolor;
	border: var(--bs-spinner-border-width) solid;
	border-right: var(--bs-spinner-border-width) solid transparent;
}
.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0;
}
.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
	.offcanvas-sm {
		background-clip: padding-box;
		background-color: var(--bs-offcanvas-bg);
		bottom: 0;
		color: var(--bs-offcanvas-color);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: var(--bs-offcanvas-transition);
		visibility: hidden;
		z-index: var(--bs-offcanvas-zindex);
	}
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-sm {
		transition: none;
	}
}
@media (max-width: 575.98px) {
	.offcanvas-sm.offcanvas-start {
		border-right: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-sm.offcanvas-end {
		border-left: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-sm.offcanvas-top {
		border-bottom: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%);
	}
	.offcanvas-sm.offcanvas-bottom,
	.offcanvas-sm.offcanvas-top {
		height: var(--bs-offcanvas-height);
		left: 0;
		max-height: 100%;
		right: 0;
	}
	.offcanvas-sm.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-sm.show:not(.hiding),
	.offcanvas-sm.showing {
		transform: none;
	}
	.offcanvas-sm.hiding,
	.offcanvas-sm.show,
	.offcanvas-sm.showing {
		visibility: visible;
	}
}
@media (min-width: 576px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-sm .offcanvas-header {
		display: none;
	}
	.offcanvas-sm .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (max-width: 767.98px) {
	.offcanvas-md {
		background-clip: padding-box;
		background-color: var(--bs-offcanvas-bg);
		bottom: 0;
		color: var(--bs-offcanvas-color);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: var(--bs-offcanvas-transition);
		visibility: hidden;
		z-index: var(--bs-offcanvas-zindex);
	}
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-md {
		transition: none;
	}
}
@media (max-width: 767.98px) {
	.offcanvas-md.offcanvas-start {
		border-right: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-md.offcanvas-end {
		border-left: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-md.offcanvas-top {
		border-bottom: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%);
	}
	.offcanvas-md.offcanvas-bottom,
	.offcanvas-md.offcanvas-top {
		height: var(--bs-offcanvas-height);
		left: 0;
		max-height: 100%;
		right: 0;
	}
	.offcanvas-md.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-md.show:not(.hiding),
	.offcanvas-md.showing {
		transform: none;
	}
	.offcanvas-md.hiding,
	.offcanvas-md.show,
	.offcanvas-md.showing {
		visibility: visible;
	}
}
@media (min-width: 768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-md .offcanvas-header {
		display: none;
	}
	.offcanvas-md .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (max-width: 991.98px) {
	.offcanvas-lg {
		background-clip: padding-box;
		background-color: var(--bs-offcanvas-bg);
		bottom: 0;
		color: var(--bs-offcanvas-color);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: var(--bs-offcanvas-transition);
		visibility: hidden;
		z-index: var(--bs-offcanvas-zindex);
	}
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-lg {
		transition: none;
	}
}
@media (max-width: 991.98px) {
	.offcanvas-lg.offcanvas-start {
		border-right: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-lg.offcanvas-end {
		border-left: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-lg.offcanvas-top {
		border-bottom: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%);
	}
	.offcanvas-lg.offcanvas-bottom,
	.offcanvas-lg.offcanvas-top {
		height: var(--bs-offcanvas-height);
		left: 0;
		max-height: 100%;
		right: 0;
	}
	.offcanvas-lg.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-lg.show:not(.hiding),
	.offcanvas-lg.showing {
		transform: none;
	}
	.offcanvas-lg.hiding,
	.offcanvas-lg.show,
	.offcanvas-lg.showing {
		visibility: visible;
	}
}
@media (min-width: 992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-lg .offcanvas-header {
		display: none;
	}
	.offcanvas-lg .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (max-width: 1199.98px) {
	.offcanvas-xl {
		background-clip: padding-box;
		background-color: var(--bs-offcanvas-bg);
		bottom: 0;
		color: var(--bs-offcanvas-color);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: var(--bs-offcanvas-transition);
		visibility: hidden;
		z-index: var(--bs-offcanvas-zindex);
	}
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-xl {
		transition: none;
	}
}
@media (max-width: 1199.98px) {
	.offcanvas-xl.offcanvas-start {
		border-right: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-xl.offcanvas-end {
		border-left: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-xl.offcanvas-top {
		border-bottom: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%);
	}
	.offcanvas-xl.offcanvas-bottom,
	.offcanvas-xl.offcanvas-top {
		height: var(--bs-offcanvas-height);
		left: 0;
		max-height: 100%;
		right: 0;
	}
	.offcanvas-xl.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-xl.show:not(.hiding),
	.offcanvas-xl.showing {
		transform: none;
	}
	.offcanvas-xl.hiding,
	.offcanvas-xl.show,
	.offcanvas-xl.showing {
		visibility: visible;
	}
}
@media (min-width: 1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-xl .offcanvas-header {
		display: none;
	}
	.offcanvas-xl .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
@media (max-width: 1399.98px) {
	.offcanvas-xxl {
		background-clip: padding-box;
		background-color: var(--bs-offcanvas-bg);
		bottom: 0;
		color: var(--bs-offcanvas-color);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		outline: 0;
		position: fixed;
		transition: var(--bs-offcanvas-transition);
		visibility: hidden;
		z-index: var(--bs-offcanvas-zindex);
	}
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-xxl {
		transition: none;
	}
}
@media (max-width: 1399.98px) {
	.offcanvas-xxl.offcanvas-start {
		border-right: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-xxl.offcanvas-end {
		border-left: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		right: 0;
		top: 0;
		transform: translateX(100%);
		width: var(--bs-offcanvas-width);
	}
	.offcanvas-xxl.offcanvas-top {
		border-bottom: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		top: 0;
		transform: translateY(-100%);
	}
	.offcanvas-xxl.offcanvas-bottom,
	.offcanvas-xxl.offcanvas-top {
		height: var(--bs-offcanvas-height);
		left: 0;
		max-height: 100%;
		right: 0;
	}
	.offcanvas-xxl.offcanvas-bottom {
		border-top: var(--bs-offcanvas-border-width) solid
			var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-xxl.show:not(.hiding),
	.offcanvas-xxl.showing {
		transform: none;
	}
	.offcanvas-xxl.hiding,
	.offcanvas-xxl.show,
	.offcanvas-xxl.showing {
		visibility: visible;
	}
}
@media (min-width: 1400px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-xxl .offcanvas-header {
		display: none;
	}
	.offcanvas-xxl .offcanvas-body {
		background-color: transparent !important;
		display: flex;
		flex-grow: 0;
		overflow-y: visible;
		padding: 0;
	}
}
.offcanvas {
	background-clip: padding-box;
	background-color: var(--bs-offcanvas-bg);
	bottom: 0;
	color: var(--bs-offcanvas-color);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	outline: 0;
	position: fixed;
	transition: var(--bs-offcanvas-transition);
	visibility: hidden;
	z-index: var(--bs-offcanvas-zindex);
}
@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		transition: none;
	}
}
.offcanvas.offcanvas-start {
	border-right: var(--bs-offcanvas-border-width) solid
		var(--bs-offcanvas-border-color);
	left: 0;
	top: 0;
	transform: translateX(-100%);
	width: var(--bs-offcanvas-width);
}
.offcanvas.offcanvas-end {
	border-left: var(--bs-offcanvas-border-width) solid
		var(--bs-offcanvas-border-color);
	right: 0;
	top: 0;
	transform: translateX(100%);
	width: var(--bs-offcanvas-width);
}
.offcanvas.offcanvas-top {
	border-bottom: var(--bs-offcanvas-border-width) solid
		var(--bs-offcanvas-border-color);
	top: 0;
	transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
	height: var(--bs-offcanvas-height);
	left: 0;
	max-height: 100%;
	right: 0;
}
.offcanvas.offcanvas-bottom {
	border-top: var(--bs-offcanvas-border-width) solid
		var(--bs-offcanvas-border-color);
	transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
	visibility: visible;
}
.offcanvas-backdrop {
	background-color: #000;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1040;
}
.offcanvas-backdrop.fade {
	opacity: 0;
}
.offcanvas-backdrop.show {
	opacity: 0.5;
}
.offcanvas-header {
	align-items: center;
	display: flex;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
	margin: calc(var(--bs-offcanvas-padding-y) * -0.5)
		calc(var(--bs-offcanvas-padding-x) * -0.5)
		calc(var(--bs-offcanvas-padding-y) * -0.5) auto;
	padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
		calc(var(--bs-offcanvas-padding-x) * 0.5);
}
.offcanvas-title {
	line-height: var(--bs-offcanvas-title-line-height);
	margin-bottom: 0;
}
.offcanvas-body {
	flex-grow: 1;
	overflow-y: auto;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.placeholder {
	background-color: currentcolor;
	cursor: wait;
	display: inline-block;
	min-height: 1em;
	opacity: 0.5;
	vertical-align: middle;
}
.placeholder.btn:before {
	content: '';
	display: inline-block;
}
.placeholder-xs {
	min-height: 0.6em;
}
.placeholder-sm {
	min-height: 0.8em;
}
.placeholder-lg {
	min-height: 1.2em;
}
.placeholder-glow .placeholder {
	-webkit-animation: placeholder-glow 2s ease-in-out infinite;
	        animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
	50% {
		opacity: 0.2;
	}
}
@keyframes placeholder-glow {
	50% {
		opacity: 0.2;
	}
}
.placeholder-wave {
	-webkit-animation: placeholder-wave 2s linear infinite;
	        animation: placeholder-wave 2s linear infinite;
	-webkit-mask-image: linear-gradient(
		130deg,
		#000 55%,
		rgba(0, 0, 0, 0.8) 75%,
		#000 95%
	);
	mask-image: linear-gradient(
		130deg,
		#000 55%,
		rgba(0, 0, 0, 0.8) 75%,
		#000 95%
	);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
}
@-webkit-keyframes placeholder-wave {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0;
	}
}
@keyframes placeholder-wave {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0;
	}
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.text-bg-primary {
	background-color: RGBA(
		var(--bs-primary-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #fff !important;
}
.text-bg-secondary {
	background-color: RGBA(
		var(--bs-secondary-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #fff !important;
}
.text-bg-success {
	background-color: RGBA(
		var(--bs-success-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #fff !important;
}
.text-bg-info {
	background-color: RGBA(
		var(--bs-info-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #000 !important;
}
.text-bg-warning {
	background-color: RGBA(
		var(--bs-warning-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #000 !important;
}
.text-bg-danger {
	background-color: RGBA(
		var(--bs-danger-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #fff !important;
}
.text-bg-light {
	background-color: RGBA(
		var(--bs-light-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #000 !important;
}
.text-bg-dark {
	background-color: RGBA(
		var(--bs-dark-rgb),
		var(--bs-bg-opacity, 1)
	) !important;
	color: #fff !important;
}
.link-primary {
	color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-primary-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-primary-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-primary:focus,
.link-primary:hover {
	color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		10,
		88,
		202,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		10,
		88,
		202,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-secondary {
	color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-secondary-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-secondary-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-secondary:focus,
.link-secondary:hover {
	color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		86,
		94,
		100,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		86,
		94,
		100,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-success {
	color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-success-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-success-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-success:focus,
.link-success:hover {
	color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		20,
		108,
		67,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		20,
		108,
		67,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-info {
	color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-info-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-info-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-info:focus,
.link-info:hover {
	color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		61,
		213,
		243,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		61,
		213,
		243,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-warning {
	color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-warning-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-warning-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-warning:focus,
.link-warning:hover {
	color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		255,
		205,
		57,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		255,
		205,
		57,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-danger {
	color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-danger-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-danger-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-danger:focus,
.link-danger:hover {
	color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		176,
		42,
		55,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		176,
		42,
		55,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-light {
	color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-light-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-light-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-light:focus,
.link-light:hover {
	color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		249,
		250,
		251,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		249,
		250,
		251,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-dark {
	color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-dark-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-dark-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-dark:focus,
.link-dark:hover {
	color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
	-webkit-text-decoration-color: RGBA(
		26,
		30,
		33,
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		26,
		30,
		33,
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-body-emphasis {
	color: RGBA(
		var(--bs-emphasis-color-rgb),
		var(--bs-link-opacity, 1)
	) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-emphasis-color-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-emphasis-color-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
	color: RGBA(
		var(--bs-emphasis-color-rgb),
		var(--bs-link-opacity, 0.75)
	) !important;
	-webkit-text-decoration-color: RGBA(
		var(--bs-emphasis-color-rgb),
		var(--bs-link-underline-opacity, 0.75)
	) !important;
	        text-decoration-color: RGBA(
		var(--bs-emphasis-color-rgb),
		var(--bs-link-underline-opacity, 0.75)
	) !important;
}
.focus-ring:focus {
	box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0)
		var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width)
		var(--bs-focus-ring-color);
	outline: 0;
}
.icon-link {
	align-items: center;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: inline-flex;
	gap: 0.375rem;
	-webkit-text-decoration-color: rgba(
		var(--bs-link-color-rgb),
		var(--bs-link-opacity, 0.5)
	);
	        text-decoration-color: rgba(
		var(--bs-link-color-rgb),
		var(--bs-link-opacity, 0.5)
	);
	text-underline-offset: 0.25em;
}
.icon-link > .bi {
	fill: currentcolor;
	flex-shrink: 0;
	height: 1em;
	transition: transform 0.2s ease-in-out;
	width: 1em;
}
@media (prefers-reduced-motion: reduce) {
	.icon-link > .bi {
		transition: none;
	}
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
	transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio:before {
	content: '';
	display: block;
	padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}
.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
	top: 0;
}
.fixed-bottom,
.fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
.fixed-bottom {
	bottom: 0;
}
.sticky-top {
	top: 0;
}
.sticky-bottom,
.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1020;
}
.sticky-bottom {
	bottom: 0;
}
@media (min-width: 576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-sm-bottom {
		bottom: 0;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1020;
	}
}
@media (min-width: 768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-md-bottom {
		bottom: 0;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1020;
	}
}
@media (min-width: 992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-lg-bottom {
		bottom: 0;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1020;
	}
}
@media (min-width: 1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-xl-bottom {
		bottom: 0;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1020;
	}
}
@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-xxl-bottom {
		bottom: 0;
		position: -webkit-sticky;
		position: sticky;
		z-index: 1020;
	}
}
.hstack {
	align-items: center;
	flex-direction: row;
}
.hstack,
.vstack {
	align-self: stretch;
	display: flex;
}
.vstack {
	flex: 1 1 auto;
	flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap !important;
	width: 1px !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important;
}
.stretched-link:after {
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.vr {
	align-self: stretch;
	background-color: currentcolor;
	display: inline-block;
	min-height: 1em;
	opacity: 0.25;
	width: var(--bs-border-width);
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.float-start {
	float: left !important;
}
.float-end {
	float: right !important;
}
.float-none {
	float: none !important;
}
.object-fit-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}
.object-fit-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}
.object-fit-fill {
	-o-object-fit: fill !important;
	object-fit: fill !important;
}
.object-fit-scale {
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
}
.object-fit-none {
	-o-object-fit: none !important;
	object-fit: none !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-25 {
	opacity: 0.25 !important;
}
.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-75 {
	opacity: 0.75 !important;
}
.opacity-100 {
	opacity: 1 !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-scroll {
	overflow: scroll !important;
}
.overflow-x-auto {
	overflow-x: auto !important;
}
.overflow-x-hidden {
	overflow-x: hidden !important;
}
.overflow-x-visible {
	overflow-x: visible !important;
}
.overflow-x-scroll {
	overflow-x: scroll !important;
}
.overflow-y-auto {
	overflow-y: auto !important;
}
.overflow-y-hidden {
	overflow-y: hidden !important;
}
.overflow-y-visible {
	overflow-y: visible !important;
}
.overflow-y-scroll {
	overflow-y: scroll !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-grid {
	display: grid !important;
}
.d-inline-grid {
	display: inline-grid !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}
.d-none {
	display: none !important;
}
.shadow {
	box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
	box-shadow: none !important;
}
.focus-ring-primary {
	--bs-focus-ring-color: rgba(
		var(--bs-primary-rgb),
		var(--bs-focus-ring-opacity)
	);
}
.focus-ring-secondary {
	--bs-focus-ring-color: rgba(
		var(--bs-secondary-rgb),
		var(--bs-focus-ring-opacity)
	);
}
.focus-ring-success {
	--bs-focus-ring-color: rgba(
		var(--bs-success-rgb),
		var(--bs-focus-ring-opacity)
	);
}
.focus-ring-info {
	--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
	--bs-focus-ring-color: rgba(
		var(--bs-warning-rgb),
		var(--bs-focus-ring-opacity)
	);
}
.focus-ring-danger {
	--bs-focus-ring-color: rgba(
		var(--bs-danger-rgb),
		var(--bs-focus-ring-opacity)
	);
}
.focus-ring-light {
	--bs-focus-ring-color: rgba(
		var(--bs-light-rgb),
		var(--bs-focus-ring-opacity)
	);
}
.focus-ring-dark {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
	position: static !important;
}
#all_wrapper,
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.top-0 {
	top: 0 !important;
}
.top-50 {
	top: 50% !important;
}
.top-100 {
	top: 100% !important;
}
.bottom-0 {
	bottom: 0 !important;
}
.bottom-50 {
	bottom: 50% !important;
}
.bottom-100 {
	bottom: 100% !important;
}
.start-0 {
	left: 0 !important;
}
.start-50 {
	left: 50% !important;
}
.start-100 {
	left: 100% !important;
}
.end-0 {
	right: 0 !important;
}
.end-50 {
	right: 50% !important;
}
.end-100 {
	right: 100% !important;
}
.translate-middle {
	transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
	transform: translateX(-50%) !important;
}
.translate-middle-y {
	transform: translateY(-50%) !important;
}
.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
	border: 0 !important;
}
.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.border-end-0 {
	border-right: 0 !important;
}
.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style)
		var(--bs-border-color) !important;
}
.border-start-0 {
	border-left: 0 !important;
}
.border-primary {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-primary-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-secondary-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-success {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-success-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-info {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
	--bs-border-opacity: 1;
	border-color: rgba(
		var(--bs-warning-rgb),
		var(--bs-border-opacity)
	) !important;
}
.border-danger {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-3 {
	border-width: 3px !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-5 {
	border-width: 5px !important;
}
.border-opacity-10 {
	--bs-border-opacity: 0.1;
}
.border-opacity-25 {
	--bs-border-opacity: 0.25;
}
.border-opacity-50 {
	--bs-border-opacity: 0.5;
}
.border-opacity-75 {
	--bs-border-opacity: 0.75;
}
.border-opacity-100 {
	--bs-border-opacity: 1;
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.vw-100 {
	width: 100vw !important;
}
.min-vw-100 {
	min-width: 100vw !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-auto {
	height: auto !important;
}
.mh-100 {
	max-height: 100% !important;
}
.vh-100 {
	height: 100vh !important;
}
.min-vh-100 {
	min-height: 100vh !important;
}
.flex-fill {
	flex: 1 1 auto !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	flex-shrink: 1 !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-nowrap {
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.justify-content-start {
	justify-content: flex-start !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-around {
	justify-content: space-around !important;
}
.justify-content-evenly {
	justify-content: space-evenly !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}
.order-first {
	order: -1 !important;
}
.order-0 {
	order: 0 !important;
}
.order-1 {
	order: 1 !important;
}
.order-2 {
	order: 2 !important;
}
.order-3 {
	order: 3 !important;
}
.order-4 {
	order: 4 !important;
}
.order-5 {
	order: 5 !important;
}
.order-last {
	order: 6 !important;
}
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}
.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}
.mx-5 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-0 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.my-1 {
	margin-bottom: 0.25rem !important;
	margin-top: 0.25rem !important;
}
.my-2 {
	margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
}
.my-3 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}
.my-4 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important;
}
.my-5 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}
.my-auto {
	margin-bottom: auto !important;
	margin-top: auto !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mt-auto {
	margin-top: auto !important;
}
.me-0 {
	margin-right: 0 !important;
}
.me-1 {
	margin-right: 0.25rem !important;
}
.me-2 {
	margin-right: 0.5rem !important;
}
.me-3 {
	margin-right: 1rem !important;
}
.me-4 {
	margin-right: 1.5rem !important;
}
.me-5 {
	margin-right: 3rem !important;
}
.me-auto {
	margin-right: auto !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.mb-auto {
	margin-bottom: auto !important;
}
.ms-0 {
	margin-left: 0 !important;
}
.ms-1 {
	margin-left: 0.25rem !important;
}
.ms-2 {
	margin-left: 0.5rem !important;
}
.ms-3 {
	margin-left: 1rem !important;
}
.ms-4 {
	margin-left: 1.5rem !important;
}
.ms-5 {
	margin-left: 3rem !important;
}
.ms-auto {
	margin-left: auto !important;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.py-0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.py-1 {
	padding-bottom: 0.25rem !important;
	padding-top: 0.25rem !important;
}
.py-2 {
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}
.py-3 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}
.py-4 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
}
.py-5 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pt-4 {
	padding-top: 1.5rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pe-0 {
	padding-right: 0 !important;
}
.pe-1 {
	padding-right: 0.25rem !important;
}
.pe-2 {
	padding-right: 0.5rem !important;
}
.pe-3 {
	padding-right: 1rem !important;
}
.pe-4 {
	padding-right: 1.5rem !important;
}
.pe-5 {
	padding-right: 3rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.ps-0 {
	padding-left: 0 !important;
}
.ps-1 {
	padding-left: 0.25rem !important;
}
.ps-2 {
	padding-left: 0.5rem !important;
}
.ps-3 {
	padding-left: 1rem !important;
}
.ps-4 {
	padding-left: 1.5rem !important;
}
.ps-5 {
	padding-left: 3rem !important;
}
.gap-0 {
	gap: 0 !important;
}
.gap-1 {
	gap: 0.25rem !important;
}
.gap-2 {
	gap: 0.5rem !important;
}
.gap-3 {
	gap: 1rem !important;
}
.gap-4 {
	gap: 1.5rem !important;
}
.gap-5 {
	gap: 3rem !important;
}
.row-gap-0 {
	row-gap: 0 !important;
}
.row-gap-1 {
	row-gap: 0.25rem !important;
}
.row-gap-2 {
	row-gap: 0.5rem !important;
}
.row-gap-3 {
	row-gap: 1rem !important;
}
.row-gap-4 {
	row-gap: 1.5rem !important;
}
.row-gap-5 {
	row-gap: 3rem !important;
}
.column-gap-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}
.column-gap-1 {
	-moz-column-gap: 0.25rem !important;
	column-gap: 0.25rem !important;
}
.column-gap-2 {
	-moz-column-gap: 0.5rem !important;
	column-gap: 0.5rem !important;
}
.column-gap-3 {
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important;
}
.column-gap-4 {
	-moz-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important;
}
.column-gap-5 {
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important;
}
.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
	font-size: 1.25rem !important;
}
.fs-6 {
	font-size: 1rem !important;
}
.fst-italic {
	font-style: italic !important;
}
.fst-normal {
	font-style: normal !important;
}
.fw-lighter {
	font-weight: lighter !important;
}
.fw-light {
	font-weight: 300 !important;
}
.fw-normal {
	font-weight: 400 !important;
}
.fw-medium {
	font-weight: 500 !important;
}
.fw-semibold {
	font-weight: 600 !important;
}
.fw-bold {
	font-weight: 700 !important;
}
.fw-bolder {
	font-weight: bolder !important;
}
.lh-1 {
	line-height: 1 !important;
}
.lh-sm {
	line-height: 1.25 !important;
}
.lh-base {
	line-height: 1.5 !important;
}
.lh-lg {
	line-height: 2 !important;
}
.text-start {
	text-align: left !important;
}
.text-end {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-decoration-underline {
	text-decoration: underline !important;
}
.text-decoration-line-through {
	text-decoration: line-through !important;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}
.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}
.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	--bs-text-opacity: 1;
	color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
	--bs-text-opacity: 1;
	color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
	--bs-text-opacity: 1;
	color: var(--bs-emphasis-color) !important;
}
.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}
.text-opacity-25 {
	--bs-text-opacity: 0.25;
}
.text-opacity-50 {
	--bs-text-opacity: 0.5;
}
.text-opacity-75 {
	--bs-text-opacity: 0.75;
}
.text-opacity-100 {
	--bs-text-opacity: 1;
}
.text-primary-emphasis {
	color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
	color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
	color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
	color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
	color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
	color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
	color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10,
.link-opacity-10-hover:hover {
	--bs-link-opacity: 0.1;
}
.link-opacity-25,
.link-opacity-25-hover:hover {
	--bs-link-opacity: 0.25;
}
.link-opacity-50,
.link-opacity-50-hover:hover {
	--bs-link-opacity: 0.5;
}
.link-opacity-75,
.link-opacity-75-hover:hover {
	--bs-link-opacity: 0.75;
}
.link-opacity-100,
.link-opacity-100-hover:hover {
	--bs-link-opacity: 1;
}
.link-offset-1,
.link-offset-1-hover:hover {
	text-underline-offset: 0.125em !important;
}
.link-offset-2,
.link-offset-2-hover:hover {
	text-underline-offset: 0.25em !important;
}
.link-offset-3,
.link-offset-3-hover:hover {
	text-underline-offset: 0.375em !important;
}
.link-underline-primary {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-primary-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-primary-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline-secondary {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-secondary-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-secondary-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline-success {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-success-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-success-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline-info {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-info-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-info-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline-warning {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-warning-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-warning-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline-danger {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-danger-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-danger-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline-light {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-light-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-light-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline-dark {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-dark-rgb),
		var(--bs-link-underline-opacity)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-dark-rgb),
		var(--bs-link-underline-opacity)
	) !important;
}
.link-underline {
	--bs-link-underline-opacity: 1;
	-webkit-text-decoration-color: rgba(
		var(--bs-link-color-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
	        text-decoration-color: rgba(
		var(--bs-link-color-rgb),
		var(--bs-link-underline-opacity, 1)
	) !important;
}
.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
	--bs-link-underline-opacity: 0;
}
.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
	--bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
	--bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
	--bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
	--bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
	--bs-link-underline-opacity: 1;
}
.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-primary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-secondary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-success-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-warning-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-body-bg-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}
.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-secondary-bg-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-tertiary-bg-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-opacity-10 {
	--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
	--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
	--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
	--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
	--bs-bg-opacity: 1;
}
.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
	background-image: var(--bs-gradient) !important;
}
.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	    user-select: all !important;
}
.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	    user-select: auto !important;
}
.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	    user-select: none !important;
}
.pe-none {
	pointer-events: none !important;
}
.pe-auto {
	pointer-events: auto !important;
}
.rounded {
	border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
	border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important;
}
.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.rounded-end-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
	border-bottom-right-radius: 50% !important;
	border-top-right-radius: 50% !important;
}
.rounded-end-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.rounded-bottom-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
	border-bottom-left-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}
.rounded-bottom-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important;
}
.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.z-n1 {
	z-index: -1 !important;
}
.z-0 {
	z-index: 0 !important;
}
#all_wrapper,
.z-1 {
	z-index: 1 !important;
}
.z-2 {
	z-index: 2 !important;
}
.z-3 {
	z-index: 3 !important;
}
@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.object-fit-sm-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-sm-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-sm-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-sm-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-sm-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-inline-grid {
		display: inline-grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	.order-sm-first {
		order: -1 !important;
	}
	.order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mx-sm-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}
	.mx-sm-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
	.mx-sm-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}
	.mx-sm-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
	.mx-sm-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.my-sm-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
		margin-top: 0.25rem !important;
	}
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
		margin-top: 0.5rem !important;
	}
	.my-sm-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}
	.my-sm-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}
	.my-sm-auto {
		margin-bottom: auto !important;
		margin-top: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.5rem !important;
	}
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.px-sm-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.px-sm-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	.px-sm-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.px-sm-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.px-sm-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.px-sm-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.py-sm-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
		padding-top: 0.25rem !important;
	}
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
		padding-top: 0.5rem !important;
	}
	.py-sm-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}
	.py-sm-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 0.25rem !important;
	}
	.gap-sm-2 {
		gap: 0.5rem !important;
	}
	.gap-sm-3 {
		gap: 1rem !important;
	}
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	.gap-sm-5 {
		gap: 3rem !important;
	}
	.row-gap-sm-0 {
		row-gap: 0 !important;
	}
	.row-gap-sm-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-sm-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-sm-3 {
		row-gap: 1rem !important;
	}
	.row-gap-sm-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-sm-5 {
		row-gap: 3rem !important;
	}
	.column-gap-sm-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-sm-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-sm-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-sm-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-sm-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-sm-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-sm-start {
		text-align: left !important;
	}
	.text-sm-end {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
	.object-fit-md-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-md-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-md-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-md-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-md-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-inline-grid {
		display: inline-grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	.order-md-first {
		order: -1 !important;
	}
	.order-md-0 {
		order: 0 !important;
	}
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mx-md-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.mx-md-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}
	.mx-md-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
	.mx-md-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}
	.mx-md-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
	.mx-md-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.my-md-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.my-md-1 {
		margin-bottom: 0.25rem !important;
		margin-top: 0.25rem !important;
	}
	.my-md-2 {
		margin-bottom: 0.5rem !important;
		margin-top: 0.5rem !important;
	}
	.my-md-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}
	.my-md-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}
	.my-md-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}
	.my-md-auto {
		margin-bottom: auto !important;
		margin-top: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.5rem !important;
	}
	.me-md-3 {
		margin-right: 1rem !important;
	}
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	.me-md-5 {
		margin-right: 3rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.5rem !important;
	}
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.px-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.px-md-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	.px-md-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.px-md-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.px-md-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.px-md-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.py-md-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.py-md-1 {
		padding-bottom: 0.25rem !important;
		padding-top: 0.25rem !important;
	}
	.py-md-2 {
		padding-bottom: 0.5rem !important;
		padding-top: 0.5rem !important;
	}
	.py-md-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}
	.py-md-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}
	.py-md-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.5rem !important;
	}
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 0.25rem !important;
	}
	.gap-md-2 {
		gap: 0.5rem !important;
	}
	.gap-md-3 {
		gap: 1rem !important;
	}
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	.gap-md-5 {
		gap: 3rem !important;
	}
	.row-gap-md-0 {
		row-gap: 0 !important;
	}
	.row-gap-md-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-md-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-md-3 {
		row-gap: 1rem !important;
	}
	.row-gap-md-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-md-5 {
		row-gap: 3rem !important;
	}
	.column-gap-md-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-md-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-md-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-md-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-md-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-md-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-md-start {
		text-align: left !important;
	}
	.text-md-end {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.object-fit-lg-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-lg-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-inline-grid {
		display: inline-grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-0 {
		order: 0 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-3 {
		order: 3 !important;
	}
	.order-lg-4 {
		order: 4 !important;
	}
	.order-lg-5 {
		order: 5 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mx-lg-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}
	.mx-lg-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
	.mx-lg-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}
	.mx-lg-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
	.mx-lg-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.my-lg-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
		margin-top: 0.25rem !important;
	}
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
		margin-top: 0.5rem !important;
	}
	.my-lg-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}
	.my-lg-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}
	.my-lg-auto {
		margin-bottom: auto !important;
		margin-top: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.5rem !important;
	}
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.px-lg-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.px-lg-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	.px-lg-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.px-lg-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.px-lg-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.px-lg-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.py-lg-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
		padding-top: 0.25rem !important;
	}
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
		padding-top: 0.5rem !important;
	}
	.py-lg-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}
	.py-lg-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 0.25rem !important;
	}
	.gap-lg-2 {
		gap: 0.5rem !important;
	}
	.gap-lg-3 {
		gap: 1rem !important;
	}
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	.gap-lg-5 {
		gap: 3rem !important;
	}
	.row-gap-lg-0 {
		row-gap: 0 !important;
	}
	.row-gap-lg-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-lg-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-lg-3 {
		row-gap: 1rem !important;
	}
	.row-gap-lg-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-lg-5 {
		row-gap: 3rem !important;
	}
	.column-gap-lg-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-lg-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-lg-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-lg-start {
		text-align: left !important;
	}
	.text-lg-end {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.object-fit-xl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-xl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-xl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-xl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-xl-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-inline-grid {
		display: inline-grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	.order-xl-first {
		order: -1 !important;
	}
	.order-xl-0 {
		order: 0 !important;
	}
	.order-xl-1 {
		order: 1 !important;
	}
	.order-xl-2 {
		order: 2 !important;
	}
	.order-xl-3 {
		order: 3 !important;
	}
	.order-xl-4 {
		order: 4 !important;
	}
	.order-xl-5 {
		order: 5 !important;
	}
	.order-xl-last {
		order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mx-xl-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}
	.mx-xl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
	.mx-xl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}
	.mx-xl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
	.mx-xl-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.my-xl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
		margin-top: 0.25rem !important;
	}
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
		margin-top: 0.5rem !important;
	}
	.my-xl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}
	.my-xl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}
	.my-xl-auto {
		margin-bottom: auto !important;
		margin-top: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.px-xl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.px-xl-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	.px-xl-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.px-xl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.px-xl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.px-xl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.py-xl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
		padding-top: 0.25rem !important;
	}
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
		padding-top: 0.5rem !important;
	}
	.py-xl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}
	.py-xl-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	.gap-xl-0 {
		gap: 0 !important;
	}
	.gap-xl-1 {
		gap: 0.25rem !important;
	}
	.gap-xl-2 {
		gap: 0.5rem !important;
	}
	.gap-xl-3 {
		gap: 1rem !important;
	}
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	.gap-xl-5 {
		gap: 3rem !important;
	}
	.row-gap-xl-0 {
		row-gap: 0 !important;
	}
	.row-gap-xl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-xl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-xl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-xl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-xl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-xl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-xl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-xl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-xl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-xl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-xl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-xl-start {
		text-align: left !important;
	}
	.text-xl-end {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.object-fit-xxl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-xxl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-xxl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-xxl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-xxl-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-inline-grid {
		display: inline-grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	.order-xxl-first {
		order: -1 !important;
	}
	.order-xxl-0 {
		order: 0 !important;
	}
	.order-xxl-1 {
		order: 1 !important;
	}
	.order-xxl-2 {
		order: 2 !important;
	}
	.order-xxl-3 {
		order: 3 !important;
	}
	.order-xxl-4 {
		order: 4 !important;
	}
	.order-xxl-5 {
		order: 5 !important;
	}
	.order-xxl-last {
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mx-xxl-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
	.mx-xxl-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
	.mx-xxl-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.my-xxl-0 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.my-xxl-1 {
		margin-bottom: 0.25rem !important;
		margin-top: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-bottom: 0.5rem !important;
		margin-top: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}
	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-bottom: 3rem !important;
		margin-top: 3rem !important;
	}
	.my-xxl-auto {
		margin-bottom: auto !important;
		margin-top: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.px-xxl-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.px-xxl-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.px-xxl-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.py-xxl-0 {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.py-xxl-1 {
		padding-bottom: 0.25rem !important;
		padding-top: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-bottom: 0.5rem !important;
		padding-top: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}
	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
		padding-top: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 0.25rem !important;
	}
	.gap-xxl-2 {
		gap: 0.5rem !important;
	}
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	.row-gap-xxl-0 {
		row-gap: 0 !important;
	}
	.row-gap-xxl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-xxl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-xxl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-xxl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-xxl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-xxl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-xxl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-xxl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-xxl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-xxl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-xxl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-xxl-start {
		text-align: left !important;
	}
	.text-xxl-end {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	.fs-2 {
		font-size: 2rem !important;
	}
	.fs-3 {
		font-size: 1.75rem !important;
	}
	.fs-4 {
		font-size: 1.5rem !important;
	}
}
@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-inline-grid {
		display: inline-grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}
body a {
	color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
	text-decoration: none;
	transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
}
a:hover {
	color: #0073e1;
}
a img {
	border: 0;
}
:root {
	--wp-estate-main-color: #0073e1;
	--wp-estate-second-color: #69c17d;
	--wp-estate-background-color: #f8f8f8;
	--wp_estate_content_back_color: #f8f8f8;
	--wp_estate_content_area_back_color: #fff;
	--wp_estate_breadcrumbs_font_color: #8593a9;
	--wp-estate-font-color: #5c727d;
	--wp_estate_link_color: #222;
	--wp_estate_headings_color: #222;
	--wp_estate_map_controls_back: #fff;
	--wp_estate_map_controls_font_color: #222;
	--wp_estate_property_unit_color: #fff;
	--wp_estate_unit_border_color-option: #222;
	--wp-estate-main-grid-content-width: 1200px;
	--wp-estate-main-content-width: 66.66666667%;
	--wp_estate_border_bottom_header: 0px;
	--wp_estate_sticky_border_bottom_header: 0px;
	--wp_estate_border_bottom_header_color: #ccc;
	--wp_estate_border_bottom_header_sticky_color: #ccc;
	--wp-estate-top-bar-back: #f3f3f3;
	--wp-estate-top-bar-font: #b6b6b6;
	--wp-estate-header-color: #fff;
	--wp-estate-menu-font-color: #222;
	--wp-estate-sticky-menu-font-color: #222;
	--wp-estate-top-menu-hover-font-color: #0073e1;
	--wp-estate-active-menu-font-color: #0073e1;
	--wp-estate-top-menu-hover-back-font-color: #0073e1;
	--wp-estate-transparent-menu-font-color: #fff;
	--wp-estate-transparent-menu-hover-font-color: #0073e1;
	--wp-estate-menu-item-back-color: #fff;
	--wp-estate-menu-items-color: #222;
	--wp-estate-menu-hover-font-color: #fff;
	--wp-estate-menu-hover-font-color-megamenu: #222;
	--wp-estate-menu-hover-back-color: #0073e1;
	--wp-estate-menu-border-color: transparent;
	--wp-estate-logo-max-height: 90px;
	--wp-estate-logo-max-width: 160px;
	--wp-estate-logo-margin: '0px';
	--wp-estate-mobile-header-background-color: #222;
	--wp_estate_mobile_header_icon_color: #fff;
	--wp_estate_mobile_menu_font_color: #fff;
	--wp-estate-mobile-menu-hover-font-color: #fff;
	--wp-estate-mobile-item-hover-back-color: #0073e1;
	--wp-estate-mobile-menu-background-color: #001a33;
	--wp-estate-mobile-menu-border-color: #f7f8f91c;
	--wpestate-border-size-for-menu-border-color: 0px;
	--wp_estate_unit_border_size: 1px;
	--wp-estate-unit-border-color: #f1f8ff;
	--wp_estate_widget_sidebar_border_size: 1px;
	--wp_estate_widget_sidebar_border_color: #fff;
	--wp_estate_sidebar_widget_color: #fff;
	--wp_estate_user_dashboard_menu_color: #222;
	--wp_estate_user_dashboard_menu_hover_color: #6c5dd3;
	--wp_estate_user_dashboard_menu_color_hover: #6c5dd3;
	--wp_estate_user_dashboard_menu_back: #fff;
	--wp_estate_user_dashboard_package_back: #fff;
	--wp_estate_user_dashboard_package_color: #5f75ee;
	--wp_estate_user_dashboard_buy_package: #6c5dd3;
	--wp_estate_user_dashboard_package_select: #fff;
	--wp_estate_user_dashboard_content_back: #fff;
	--wp_estate_user_dashboard_content_button_back: #6c5dd3;
	--wp_estate_hover_button_color: #222;
	--wp_estate_user_dashboard_content_color: #222;
	--wp_estate_header4_back_color: #004274;
	--wp_estate_header4_font_color: #fff;
	--wp_estate_footer_back_color: #001a33;
	--wp_estate_footer_copy_back_color: #001a33;
	--wp_estate_footer_font_color: #bbb;
	--wp_estate_footer_copy_color: #bbb;
	--wp_estate_footer_heading_color: #fff;
	--wp_estate_footer_social_widget_back_color: #002547;
	--wp_estate_adv_back_color: #fff;
	--wp_estate_adv_back_color_opacity: 1;
	--wp_estate_adv_font_color: #5c727d;
	--wp_estate_adv_search_back_color: #0073e1;
	--wp_estate_adv_search_tab_font_color: #0073e1;
	--wp_estate_adv_search_tab_back_font_color: #0073e1;
	--wp_estate_adv_search_font_color: #5c727d;
	--wp_estate_adv_search_background_color: #efefef;
	--wp-estate-header-height: 90px;
	--wp-estate-sticky-header-height: 70px;
	--wp-estate-h1-font-family: 'Roboto', sans-serif;
	--wp-estate-h1-font-size: 34px;
	--wp-estate-h1-line-height: 1.3em;
	--wp-estate-h1-font-weight: 500;
	--wp-estate-h2-font-family: 'Roboto', sans-serif;
	--wp-estate-h2-font-size: 28px;
	--wp-estate-h2-line-height: 1.3em;
	--wp-estate-h2-font-weight: 500;
	--wp-estate-h3-font-family: 'Roboto', sans-serif;
	--wp-estate-h3-font-size: 24px;
	--wp-estate-h3-line-height: 1.3em;
	--wp-estate-h3-font-weight: 500;
	--wp-estate-h4-font-family: 'Roboto', sans-serif;
	--wp-estate-h4-font-size: 18px;
	--wp-estate-h4-line-height: 1.3em;
	--wp-estate-h4-font-weight: 500;
	--wp-estate-h5-font-family: 'Roboto', sans-serif;
	--wp-estate-h5-font-size: 14px;
	--wp-estate-h5-line-height: 1em;
	--wp-estate-h5-font-weight: 500;
	--wp-estate-h6-font-family: 'Roboto', sans-serif;
	--wp-estate-h6-font-size: 12px;
	--wp-estate-h6-line-height: 1em;
	--wp-estate-h6-font-weight: 500;
	--wp-estate-paragraph-font-family: 'Roboto', sans-serif;
	--wp-estate-paragraph-font-size: 14px;
	--wp-estate-paragraph-line-height: 1.65em;
	--wp-estate-paragraph-font-weight: 400;
	--wp-estate-top-menu-font-size: 15px;
	--wp-estate-menu-item-font-size: 14px;
	--wp-estate-menu-font-family: 'Roboto', sans-serif;
	--wp-estate-menu-font-weight: 500;
	--wp-estate-menu-line-heigh: 1.3em;
	--wp_estate_main_content_width: 66.66666667%;
	--wp_estate_contentarea_internal_padding_top: 30px;
	--wp_estate_contentarea_internal_padding_left: 30px;
	--wp_estate_contentarea_internal_padding_bottom: 30px;
	--wp_estate_contentarea_internal_padding_right: 30px;
	--wp_estate_propertyunit_internal_padding_top: 0px;
	--wp_estate_propertyunit_internal_padding_left: 0px;
	--wp_estate_propertyunit_internal_padding_bottom: 0px;
	--wp_estate_propertyunit_internal_padding_right: 0px;
	--wp_estate_sidebarwidget_internal_padding_top: 30px;
	--wp_estate_sidebarwidget_internal_padding_left: 30px;
	--wp_estate_sidebarwidget_internal_padding_bottom: 30px;
	--wp_estate_sidebarwidget_internal_padding_right: 30px;
	--wp_estate_border_radius_corner: 4px;
	--wp_estate_border_radius_dashboard_corner: 4px;
	--wp_estate_cssbox_shadow: none;
	--wp-estate-cssbox-shadow-elementor-option: 0 10px 31px 0
		rgba(7, 152, 255, 0.09);
	--wp_estate_float_form_top: 0px;
	--wp_estate_float_form_top_tax: 0px;
	--wp_estate_card_details_font_awsome_size: 13px;
	--wp_estate_card_details_image_icon_size: 15px;
	--wp-estate-card-unit-font-family: 'Roboto', sans-serif;
	--wp-estate-card-unit-font-size: 13px;
	--wp-estate-card-unit-line-height: 14px;
	--wp-estate-card-unit-font-weight: 400;
	--wp-estate-card-unit-font-color: #5c727d;
	--wp_estate_card_details_image_color: #5c727d;
	--wp_estate_card_details_image_position: row;
	--wp_estate_card_details_gap: 5px;
	--wp_estate_card_details_alignment: space-between;
}
body {
	background-color: var(
		--wp-estate-background-color-option,
		var(--wp-estate-background-color)
	);
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-family: var(
		--wp-estate-paragraph-font-family-option,
		var(--wp-estate-paragraph-font-family)
	);
	font-size: var(
		--wp-estate-paragraph-font-size-option,
		var(--wp-estate-paragraph-font-size)
	);
	font-weight: var(
		--wp-estate-paragraph-font-weight-option,
		var(--wp-estate-paragraph-font-weight)
	);
	line-height: var(
		--wp-estate-paragraph-line-height-option,
		var(--wp-estate-paragraph-line-height)
	);
	text-align: left;
}
.h1,
.h1 a,
.h2,
.h2 a,
.h3,
.h3 a,
.h4,
.h4 a,
.h5,
.h5 a,
.h6,
.h6 a,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}
.h1,
h1 {
	font-family: var(
		--wp-estate-h1-font-family-option,
		var(--wp-estate-h1-font-family)
	);
	font-size: var(
		--wp-estate-h1-font-size-option,
		var(--wp-estate-h1-font-size)
	);
	font-weight: var(
		--wp-estate-h1-font-weight-option,
		var(--wp-estate-h1-font-weight)
	);
	line-height: var(
		--wp-estate-h1-line-height-option,
		var(--wp-estate-h1-line-height)
	);
}
.h2,
h2 {
	font-family: var(
		--wp-estate-h2-font-family-option,
		var(--wp-estate-h2-font-family)
	);
	font-size: var(
		--wp-estate-h2-font-size-option,
		var(--wp-estate-h2-font-size)
	);
	font-weight: var(
		--wp-estate-h2-font-weight-option,
		var(--wp-estate-h2-font-weight)
	);
	line-height: var(
		--wp-estate-h2-line-height-option,
		var(--wp-estate-h2-line-height)
	);
}
.h3,
h3 {
	font-family: var(
		--wp-estate-h3-font-family-option,
		var(--wp-estate-h3-font-family)
	);
	font-size: var(
		--wp-estate-h3-font-size-option,
		var(--wp-estate-h3-font-size)
	);
	font-weight: var(
		--wp-estate-h3-font-weight-option,
		var(--wp-estate-h3-font-weight)
	);
	line-height: var(
		--wp-estate-h3-line-height-option,
		var(--wp-estate-h3-line-height)
	);
}
.h4,
h4 {
	font-family: var(
		--wp-estate-h4-font-family-option,
		var(--wp-estate-h4-font-family)
	);
	font-size: var(
		--wp-estate-h4-font-size-option,
		var(--wp-estate-h4-font-size)
	);
	font-weight: var(
		--wp-estate-h4-font-weight-option,
		var(--wp-estate-h4-font-weight)
	);
	line-height: var(
		--wp-estate-h4-line-height-option,
		var(--wp-estate-h4-line-height)
	);
}
.h5,
h5 {
	font-family: var(
		--wp-estate-h5-font-family-option,
		var(--wp-estate-h5-font-family)
	);
	font-size: var(
		--wp-estate-h5-font-size-option,
		var(--wp-estate-h5-font-size)
	);
	font-weight: var(
		--wp-estate-h5-font-weight-option,
		var(--wp-estate-h5-font-weight)
	);
	line-height: var(
		--wp-estate-h5-line-height-option,
		var(--wp-estate-h5-line-height)
	);
}
.h6,
h6 {
	font-family: var(
		--wp-estate-h6-font-family-option,
		var(--wp-estate-h6-font-family)
	);
	font-size: var(
		--wp-estate-h6-font-size-option,
		var(--wp-estate-h6-font-size)
	);
	font-weight: var(
		--wp-estate-h6-font-weight-option,
		var(--wp-estate-h6-font-weight)
	);
	line-height: var(
		--wp-estate-h6-line-height-option,
		var(--wp-estate-h6-line-height)
	);
}
p:not(.elementor-widget-container p) {
	font-family: var(
		--wp-estate-paragraph-font-family-option,
		var(--wp-estate-paragraph-font-family)
	);
	font-size: var(
		--wp-estate-paragraph-font-size-option,
		var(--wp-estate-paragraph-font-size)
	);
	font-weight: var(
		--wp-estate-paragraph-font-weight-option,
		var(--wp-estate-paragraph-font-weight)
	);
	line-height: var(
		--wp-estate-paragraph-line-height-option,
		var(--wp-estate-paragraph-line-height)
	);
}
p {
	margin-bottom: 1rem;
	margin-top: 0;
}
p:empty {
	margin-bottom: 0;
}
label {
	font-size: 13px;
	margin-bottom: 7px;
}
b,
label,
strong {
	font-weight: 500;
}
ol,
ul {
	list-style: none;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 0;
}
.elementor-widget-text-editor ul {
	list-style-type: square;
	margin: 0 0 25px 25px;
}
.elementor-widget-text-editor ol {
	list-style-type: decimal;
	margin: 0 0 25px 25px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
a:focus,
a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	outline: none;
	text-decoration: none;
}
blockquote {
	font-size: 1.25rem;
	font-style: italic;
	margin: 0 0 1rem;
}
code {
	white-space: normal;
}
caption,
td,
th {
	font-weight: 400;
	text-align: left;
}
:focus {
	outline: 0;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
.figlio {
	overflow: hidden;
}
abbr[title] {
	cursor: help;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 700;
}
.small,
small {
	font-size: 0.875em;
}
.text-primary {
	color: #0d6efd;
}
.text-secondary {
	color: #6c757d;
}
.text-success {
	color: #198754;
}
.text-danger {
	color: #dc3545;
}
.text-warning {
	color: #ffc107;
}
.text-info {
	color: #0dcaf0;
}
.font-weight-light {
	font-weight: 300;
}
.font-weight-normal {
	font-weight: 400;
}
.font-weight-medium {
	font-weight: 500;
}
.font-weight-bold {
	font-weight: 700;
}
.font-italic {
	font-style: italic;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 576px) {
	body {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	body {
		font-size: 14px;
	}
}
.elementor-widget-container #comments,
.elementor-widget-container #content_container .container_agent,
.elementor-widget-container #primary .widget-container,
.elementor-widget-container .adv-search-3,
.elementor-widget-container .advanced_search_shortcode,
.elementor-widget-container .agency_contact_container_wrapper,
.elementor-widget-container .agency_contact_wrapper,
.elementor-widget-container .agency_content_wrapper,
.elementor-widget-container .agency_unit,
.elementor-widget-container .agent_contanct_form,
.elementor-widget-container .agent_content,
.elementor-widget-container .agent_unit_featured,
.elementor-widget-container .blog_unit,
.elementor-widget-container .contact-wrapper,
.elementor-widget-container .developer_contact_wrapper,
.elementor-widget-container .directory_sidebar_wrapper,
.elementor-widget-container .featured_article,
.elementor-widget-container .featured_property,
.elementor-widget-container .google_map_shortcode_wrapper,
.elementor-widget-container .listing_wrapper .property_listing,
.elementor-widget-container .membership_package_product,
.elementor-widget-container .multi_units_wrapper,
.elementor-widget-container .overview_wrapper,
.elementor-widget-container .places_wrapper_type_3 .places_background_image,
.elementor-widget-container .property-panel,
.elementor-widget-container .property_listing_blog,
.elementor-widget-container .property_listing_square,
.elementor-widget-container .property_slider2_info_wrapper,
.elementor-widget-container .property_slider2_wrapper .image_div,
.elementor-widget-container .saved_search_wrapper,
.elementor-widget-container .single-blog,
.elementor-widget-container .submit_property_front_wrapper,
.elementor-widget-container
	.testimonial-container.type_class_1
	.testimonial-text,
.elementor-widget-container
	.testimonial-slider-container
	.testimonial-container.type_class_3,
.elementor-widget-container .user_role_unit,
.elementor-widget-container .wpestate_agent_details_wrapper,
.elementor-widget-container .wpestate_property_description,
.elementor-widget-container .wpresidence_agent_unit_wrapper .agent_unit,
.elementor-widget-container.property_reviews_wrapper,
.page-template-front_property_submit .navigation_container {
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
}
.agency_unit,
.agent_unit,
.blog_unit,
.featured_article,
.featured_property,
.listing_wrapper .property_listing,
.property_listing,
.slider_container .listing_wrapper .property_listing,
.user_role_unit {
	box-shadow: var(
		--wp-estate-cssbox-shadow-option,
		var(--wp_estate_cssbox_shadow)
	);
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
#access ul ul,
#comments,
#primary .widget-container,
#primary .widget-container.twitter_wrapper,
#print_page,
#tab_prpg .tab-pane,
#user_menu_open,
#wpestate_sidebar_property_contact_tabs ul,
.adv-search-3,
.adv_listing_filters_head,
.advanced_search_shortcode,
.advanced_search_sidebar,
.agency_contact_container_wrapper,
.agency_contact_wrapper,
.agency_content_wrapper,
.agency_unit,
.agency_unit:hover,
.agent_contanct_form_sidebar .agent_contanct_form,
.agent_face_details,
.agent_unit,
.agent_unit:hover,
.agent_unit_featured,
.agent_unit_social_single,
.blog_unit,
.blog_unit:hover,
.btn,
.contact-wrapper,
.contactformwrapper,
.customlist2 ul,
.customnav,
.developer_contact_wrapper,
.directory_sidebar_wrapper,
.estate_places_slider button.slick-next.slick-arrow,
.estate_places_slider button.slick-next.slick-arrow:hover,
.estate_places_slider button.slick-prev.slick-arrow,
.estate_places_slider button.slick-prev.slick-arrow:hover,
.estate_places_slider.slick-initialized.slick-slider,
.featured_agent,
.featured_article,
.featured_article:hover,
.featured_property,
.featured_property:hover,
.filter_menu,
.footer-contact-form,
.google_map_shortcode_wrapper,
.info_details,
.info_idx,
.listing-content .wpestate_single_agent_details_wrapper,
.listing_filters,
.listing_filters_head,
.listing_filters_head_directory,
.listing_wrapper .agent_unit,
.listing_wrapper .property_listing,
.listing_wrapper .property_listing:hover,
.loginwd_sidebar,
.membership_package_product,
.mortgage_calculator_div,
.mortgage_calculator_li,
.multi_units_wrapper,
.page-template-front_property_submit .navigation_container,
.property-panel,
.property_listing,
.property_listing:hover,
.property_listing_blog,
.property_reviews_wrapper,
.related_blog_unit .blog_unit_image img,
.saved_search_wrapper,
.single-blog,
.single-content.contact-content,
.single-content.single-agent,
.single-content.single-blog,
.single_property_action,
.submit_property_front_wrapper,
.term_bar_wrapper,
.testimonial-container.type_class_1 .testimonial-text,
.testimonial-container.type_class_3,
.testimonial-container.type_class_4,
.testimonial-slider-container .testimonial-container.type_class_3,
.user_role_unit,
.user_role_unit:hover,
.vc_call_to_action.wpestate_cta_button2,
.wpb_alert-danger.vc_alert_3d.wpestate_message,
.wpb_alert-error.vc_alert_3d.wpestate_message,
.wpb_alert-info.vc_alert_3d.wpestate_message,
.wpb_alert-success.vc_alert_3d.wpestate_message,
.wpb_btn-info,
.wpb_call_to_action.wpestate_cta_button,
.wpcf7-form-control,
.wpestate_property_description,
.wpestate_property_header_extended .single-overview-section,
.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected,
.wpestate_property_schedule_singledate_wrapper:hover,
.wpestate_schedule_tour_wrapper {
	box-shadow: var(
		--wp-estate-cssbox-shadow-option,
		var(--wp_estate_cssbox_shadow)
	);
}
.agency_unit:hover,
.agent_unit:hover,
.blog_unit:hover,
.featured_article:hover,
.featured_property:hover,
.listing_wrapper .property_listing:hover,
.property_listing:hover,
.slider_container .listing_wrapper .property_listing:hover,
.user_role_unit:hover {
	box-shadow: var(
		--wp-estate-cssbox-shadow-option,
		1px 3px 20px 9px rgba(7, 152, 255, 0.11)
	);
}
.blog_unit_image img,
.property_listing img,
.property_unit_type5_content_wrapper .carousel-inner,
.property_unit_type5_content_wrapper .property_unit_type5_content {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.property_listing:hover .listing-unit-img-wrapper img,
.property_listing:hover .property_unit_custom_element.image img,
.property_listing_blog:hover img,
.property_unit_type5_content_wrapper:hover .carousel-inner,
.property_unit_type5_content_wrapper:hover .property_unit_type5_content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#access ul ul,
#carousel-indicators-vertical img,
#googleMap_shortcode,
#search_wrapper,
#search_wrapper_color,
.acc_google_maps,
.adv_handler,
.adv_search_tab_item,
.agency_contact_wrapper,
.agency_content_wrapper,
.agent-unit-img-wrapper img,
.agent_card_my_listings,
.agent_content,
.agent_unit,
.agentpict,
.blog2v .property_listing_blog,
.blog_author_image,
.blog_unit,
.blog_unit_image,
.comment-form #submit,
.comment-reply-link,
.contact-comapany-logo,
.contact-wrapper,
.elementor-widget-container #comments,
.elementor-widget-container #content_container .container_agent,
.elementor-widget-container #primary .widget-container,
.elementor-widget-container .adv-search-3,
.elementor-widget-container .advanced_search_shortcode,
.elementor-widget-container .agency_contact_container_wrapper,
.elementor-widget-container .agency_contact_wrapper,
.elementor-widget-container .agency_content_wrapper,
.elementor-widget-container .agency_unit,
.elementor-widget-container .agent_contanct_form,
.elementor-widget-container .agent_content,
.elementor-widget-container .agent_unit_featured,
.elementor-widget-container .blog_unit,
.elementor-widget-container .contact-wrapper,
.elementor-widget-container .developer_contact_wrapper,
.elementor-widget-container .directory_sidebar_wrapper,
.elementor-widget-container .featured_article,
.elementor-widget-container .featured_property,
.elementor-widget-container .google_map_shortcode_wrapper,
.elementor-widget-container .listing_wrapper .property_listing,
.elementor-widget-container .membership_package_product,
.elementor-widget-container .multi_units_wrapper,
.elementor-widget-container .overview_wrapper,
.elementor-widget-container .property-panel,
.elementor-widget-container .property_listing_blog,
.elementor-widget-container .property_listing_square,
.elementor-widget-container .property_slider2_info_wrapper,
.elementor-widget-container .property_slider2_wrapper .image_div,
.elementor-widget-container .saved_search_wrapper,
.elementor-widget-container .single-blog,
.elementor-widget-container .submit_property_front_wrapper,
.elementor-widget-container
	.testimonial-container.type_class_1
	.testimonial-text,
.elementor-widget-container
	.testimonial-slider-container
	.testimonial-container.type_class_3,
.elementor-widget-container .user_role_unit,
.elementor-widget-container .wpestate_agent_details_wrapper,
.elementor-widget-container .wpestate_property_description,
.elementor-widget-container.property_reviews_wrapper,
.featured_div,
.featured_property_type1 .featured_prop_price,
.featured_widget_image img,
.form-control,
.front_plan_row,
.front_plan_row_image,
.googleMap_shortcode_class,
.header_agency_container img,
.indicator-energy,
.info_details,
.info_details img,
.leaflet-popup-content .info_details.openstreet_map_price_infobox,
.listing-content .wpestate_single_agent_details_wrapper,
.listing_wrapper,
.membership_package_product,
.messagebox_text,
.page-template-front_property_submit .navigation_container,
.post-carusel,
.property_listing,
.property_listing_blog,
.property_reviews_wrapper,
.property_unit_type5,
.property_unit_type5 .featured_gradient,
.property_unit_type5 .item,
.propery_listing_main_image,
.related_blog_unit_image img,
.saved_search_wrapper,
.schedule_meeting,
.sidebar_filter_menu,
.single-blog,
.single-overview-section,
.subunit_wrapper,
.term_bar_item,
.user_role_featured_image,
.user_role_image,
.user_role_status,
.widget-container,
.widget_latest_listing_image img,
.wpestate_agent_details_container,
.wpestate_agent_details_wrapper,
.wpestate_property_carousel,
.wpestate_property_description,
.wpestate_schedule_tour_wrapper,
.wpestate_single_agent_details_wrapper_type2,
.wpresidence_button,
button.actions-btn.bs-select-all.btn.btn-light,
input {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.label {
	border-radius: 0;
	font-weight: 400;
	margin-left: 10px;
	padding: 0.4em 0.6em;
}
.small,
small {
	font-size: 100%;
}
.label-success {
	background-color: #00e1a6;
}
.checklist {
	float: left;
	list-style: none;
	margin: 0;
}
.checklist li {
	margin: 0 0 6px;
	padding: 0 11px 5px 22px;
}
.checklist li:hover {
	cursor: default;
}
dl {
	margin-bottom: 26px;
}
.widget_media_gallery dl {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 13px;
}
table {
	border: 1px solid #f0f0f0;
	border-collapse: separate;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-bottom: 26px;
}
.even {
	background-color: #f0f0f0;
}
.comment.even {
	background-color: transparent;
}
table td,
table th {
	border-right: 1px solid #f0f0f0;
}
table th,
table tr {
	border-bottom: 1px solid #f0f0f0;
}
table th {
	padding: 7px;
}
blockquote {
	border-left: 2px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	font-size: 14px;
	margin: 15px 0 30px;
	padding: 0 15px;
	width: 100%;
}
blockquote p {
	font-style: italic;
	line-height: 22px;
}
blockquote.is-style-large {
	border-left: none;
	margin: 15px 0 30px !important;
	padding: 0 !important;
}
figure blockquote {
	border-left: none;
	padding: 0;
}
blockquote cite {
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}
blockquote .small,
blockquote cite,
blockquote small {
	font-weight: 700;
	text-transform: uppercase;
}
.green {
	background-color: #4ecb8f;
	background-image: none;
	color: #fff;
}
.green:hover {
	background-color: #45b37e;
}
.blue,
.green :hover a,
.green a,
.green a:hover {
	color: #fff;
}
.blue {
	background-color: #67cfd8;
	background-image: none;
}
.blue:hover {
	background-color: #54a9b0;
	color: #fff;
}
.blue :hover a,
.blue a,
.blue a:hover,
.purple {
	color: #fff;
}
.purple {
	background-color: #a51e6c;
	background-image: none;
}
.purple:hover {
	background-color: #6e1448;
}
.purple :hover a,
.purple a,
.purple a:hover {
	color: #fff;
}
.btn a {
	text-decoration: none;
}
#ui-datepicker-div {
	z-index: 10000 !important;
}
address {
	font-style: italic;
	margin: 0 0 26px;
}
pre {
	background: transparent;
	margin-bottom: 26px;
}
.page-template-front_property_submit
	.ui-datepicker
	.ui-datepicker-title
	select {
	background: transparent;
	background: #333;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 1em;
	height: auto;
	margin: 1px 0;
}
.page-template-front_property_submit #primary {
	display: none;
}
.ll-skin-melon td.ui-datepicker-today .ui-state-default {
	background: #4d5567 !important;
	color: #fff !important;
}
.ll-skin-melon
	.ui-datepicker
	td.calendar-reserved.start_reservation
	.ui-state-default {
	color: #000 !important;
}
.ll-skin-melon {
	font-size: 90%;
}
.ll-skin-melon .ui-widget {
	background: #f6f6f5 !important;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	padding: 0 0 24px;
	width: 270px;
}
.ll-skin-melon .ui-datepicker-header {
	background: transparent;
	background-color: #333 !important;
	border: none;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
}
.ll-skin-melon .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	cursor: pointer;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
	color: #e9f0f4;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	height: 28px !important;
	top: -7px !important;
	width: 26px !important;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
	top: 23px !important;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	border: none;
	top: 0.9em;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
	background-color: transparent !important;
	border: none !important;
	left: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
	background-color: transparent !important;
	border: none !important;
	right: 2px;
}
.ll-skin-melon .ui-datepicker table {
	border: none;
	margin: 0 auto;
	width: 240px;
}
.ll-skin-melon .ui-datepicker table tr {
	border: none !important;
}
.ll-skin-melon .ui-datepicker th {
	border: none;
	color: #666;
	font-size: 13px;
	font-weight: 700;
	padding: 1em 0;
	text-transform: uppercase;
}
.ll-skin-melon .ui-datepicker td {
	background: #fff;
	border: 1px solid #d0d5de;
	opacity: 1;
	padding: 0;
}
.ll-skin-melon td .ui-state-default {
	background: transparent;
	border: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 14px;
	font-weight: 400;
	height: 30px;
	line-height: 21px;
	padding: 5px;
	text-align: center;
}
.ll-skin-melon td a {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.ll-skin-melon .ui-datepicker .ui-state-disabled {
	background-color: #efefee;
	border: 1px solid #d0d5de;
}
.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled {
	background: transparent;
	background-color: transparent !important;
	border: none !important;
}
.ll-skin-melon .ui-state-disabled {
	opacity: 1;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
	color: #d0d5de;
}
.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
	background-color: rgba(0, 115, 225, 0.1) !important;
	border: 0 !important;
}
.home-compare,
.pagination_ajax_search {
	margin-left: 15px;
}
.figlio {
	background: hsla(0, 0%, 100%, 0) !important;
}
.vc_widget_sidebar a {
	line-height: 22px;
}
.vc_widget_sidebar ul {
	list-style: none;
	margin-left: 0;
}
.vc_widget_sidebar input[type='email'],
.vc_widget_sidebar input[type='number'],
.vc_widget_sidebar input[type='password'],
.vc_widget_sidebar input[type='text'],
.vc_widget_sidebar input[type='url'],
.vc_widget_sidebar textarea {
	font-size: 13px;
}
.vc_widget_sidebar .widget_archive li:before,
.vc_widget_sidebar .widget_categories li:before,
.vc_widget_sidebar .widget_meta li:before,
.vc_widget_sidebar .widget_recent_comments li:before {
	margin-top: 1px;
}
.wp-block-columns .wp-block-column:not(:first-child),
.wp-block-columns .wp-block-column:nth-child(2n) {
	margin-left: 15px;
}
.wp-block-columns .wp-block-column:not(:last-child) {
	margin-right: 0;
}
.wp-block-columns .wp-block-column {
	margin-bottom: 0;
}
.wp-block-columns .wp-block-column:nth-child(odd) {
	margin-right: 0;
}
.residence_gutenberg_class .places_wrapper_type_2 {
	margin: 0 15px;
	width: auto;
}
.residence_demo_title {
	color: #333;
	font-family: Open Sans;
	font-weight: 700;
	margin-top: 15px;
}
.residence_demo_title_under {
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	font-family: Open Sans;
	font-style: normal;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	width: 550px;
}
#shopping-cart {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	cursor: pointer;
	float: left;
	font-size: 20px;
	margin: 10px 0 0;
	position: relative;
}
#shopping-cart-icon {
	width: 84%;
}
.wpestream_cart_counter_header,
.wpestream_cart_counter_header_mobile {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	height: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: -18px;
	width: 20px;
}
.wpestate_header_shoping_cart {
	background: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	display: none;
	padding: 20px;
	position: absolute;
	right: 15px;
	top: 65px;
	width: 300px;
}
.wpestate_header_shoping_cart_total {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.wpestate_header_view_cart,
.wpestate_header_view_checkout {
	display: inline-block;
	margin-top: 15px;
	padding: 4px 15px;
	text-align: center;
	width: 100%;
}
.wpestate_header_view_cart {
	margin-bottom: 0;
}
.wpestate_header_view_cart:hover,
.wpestate_header_view_checkout:hover {
	background-color: #222;
	border-color: #222;
	color: #fff;
}
.wpestate_in_cart_image {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.wpestate_in_cart_title {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: left !important;
}
.wpestate_in_cart_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 14px;
	margin-bottom: 20px;
}
.woocommerce-order-received .wpresidence_sidebar_cart {
	display: none;
}
.transparent_header #shopping-cart_icon path {
	fill: #fff;
}
.return_woo_button {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
	padding: 13px 15px;
	width: auto;
}
.woocommerce form .form-row {
	padding: 3px 3px 3px 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 50%;
}
.woo_pay,
.woo_pay_submit {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	line-height: 54px;
	margin-top: 15px;
	padding: 0 30px;
	text-align: center;
	width: 210px;
}
.woo_pay:hover,
.woo_pay_submit:hover {
	background-color: #106dd2;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background: #fff;
	border-top-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	display: inline-block;
	width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background-color: #fff;
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	margin: 0 0 30px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-font-smoothing: antialiased;
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	padding: 16px 15px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	background-color: #fff;
	border: 1px solid #e7e9ef;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #8a8f9a;
	font-weight: 400;
	height: 40px;
	margin-bottom: 15px;
	padding: 2px 13px 0;
	width: 100%;
}
.woocommerce form .form-row textarea {
	height: 240px;
	padding-top: 10px;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e7e9ef;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 40px;
}
form.woocommerce-checkout {
	background: #fff;
	border-top: 3px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	padding: 20px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #fcfcfc;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #efeded;
	color: #333;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	border: 1em solid transparent;
	border-bottom-color: #efeded;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	-webkit-font-smoothing: antialiased;
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 20px 45px;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	color: #fff;
	display: none;
	opacity: 0.7;
	padding: 16px 15px;
}
.woocommerce button.button.alt:hover {
	background-color: #576074;
}
.meta-element-head {
	display: none;
}
.wpresidence_sidebar_cart {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	display: inline-block;
	padding: 30px 30px 19px;
	width: 100%;
}
.wpresidence_sidebar_cart .h3,
.wpresidence_sidebar_cart h3 {
	margin: 10px 0;
}
.wpestate_cart_item span {
	font-weight: 500;
}
.wpresidence_sidebar_cart .h4,
.wpresidence_sidebar_cart h4 {
	margin-top: 10px;
}
.wpresidence_sidebar_cart_unit {
	margin-bottom: 20px;
}
.woocommerce table.shop_table {
	background: #fff;
	border: 1px solid #e7e9ef;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
#coupon_code {
	border: 1px solid #e7e9ef;
	margin-right: 15px;
	padding: 12px;
	width: 150px;
}
.woocommerce-form-coupon #coupon_code {
	height: 48px;
	margin-right: 0;
	width: 100%;
}
.woocommerce a.remove:hover {
	background: transparent;
	color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover {
	background-color: #576074;
	color: #fff;
}
.woocommerce form .form-row label {
	line-height: 2;
	margin-bottom: 0;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #8a8f9a;
	line-height: 40px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 40px;
}
.woocommerce form .form-row .select2-container {
	line-height: 42px;
	margin-bottom: 15px;
	width: 100%;
}
#order_review_heading {
	margin-top: 15px;
}
.showcoupon {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.woocommerce-order {
	background: #fff;
	border-top-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	display: inline-block;
	padding: 20px;
	width: 100%;
}
.woocommerce ul.order_details {
	list-style: none;
	margin: 20px 0;
	margin: 20px 0 40px;
}
.woocommerce ul.order_details li {
	float: left;
	margin-right: 15px;
}
.woocommerce .woocommerce-customer-details address {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	font-size: 14px;
	padding: 20px;
}
.woocommerce-terms-and-conditions-checkbox-text {
	padding-left: 20px;
}
.woocommerce form .form-row .input-checkbox {
	margin: 5px 8px 0 0;
}
.wpestream_cart_counter_header_mobile {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: 50%;
	color: #fff;
	float: right;
	font-size: 12px;
	height: 25px;
	left: auto;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 12px;
	width: 25px;
}
.slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
}
.slick-list,
.slick-slider {
	display: block;
	position: relative;
}
.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0);
}
.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}
.slick-track:after,
.slick-track:before {
	content: '';
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}
.slick-arrow.slick-hidden {
	display: none;
}
.btn {
	background-color: transparent;
	border: var(--bs-border-width) solid transparent;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #212529;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
	vertical-align: middle;
}
.btn.focus,
.btn:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.btn.disabled,
.btn:disabled {
	box-shadow: none;
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	box-shadow: none;
}
.btn-primary {
	background-color: #0d6efd;
	border-color: #0d6efd;
	color: color-yiq(#0d6efd);
}
.btn-primary:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-primary.focus,
.btn-primary:focus {
	border: 1px solid #e7e7e7;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-secondary {
	background-color: #6c757d;
	border-color: #6c757d;
	color: color-yiq(#6c757d);
}
.btn-secondary:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-secondary.focus,
.btn-secondary:focus {
	border: 1px solid #e7e7e7;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-success {
	background-color: #198754;
	border-color: #198754;
	color: color-yiq(#198754);
}
.btn-success:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-success.focus,
.btn-success:focus {
	border: 1px solid #e7e7e7;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-info {
	background-color: #0dcaf0;
	border-color: #0dcaf0;
	color: color-yiq(#0dcaf0);
}
.btn-info:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-info.focus,
.btn-info:focus {
	border: 1px solid #e7e7e7;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-warning {
	background-color: #ffc107;
	border-color: #ffc107;
	color: color-yiq(#ffc107);
}
.btn-warning:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-warning.focus,
.btn-warning:focus {
	border: 1px solid #e7e7e7;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-danger {
	background-color: #dc3545;
	border-color: #dc3545;
	color: color-yiq(#dc3545);
}
.btn-danger:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-danger.focus,
.btn-danger:focus {
	border: 1px solid #e7e7e7;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-light {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: color-yiq(#f8f9fa);
}
.btn-light:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-light.focus,
.btn-light:focus {
	border: 1px solid #e7e7e7;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-dark {
	background-color: #212529;
	border-color: #212529;
	color: color-yiq(#212529);
}
.btn-dark:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-dark.focus,
.btn-dark:focus {
	border: 1px solid #e7e7e7;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-outline-primary {
	border-color: #0d6efd;
	color: #0d6efd;
}
.btn-outline-primary:hover {
	background-color: #0d6efd;
	border-color: #0d6efd;
	color: color-yiq(#0d6efd);
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-outline-secondary {
	border-color: #6c757d;
	color: #6c757d;
}
.btn-outline-secondary:hover {
	background-color: #6c757d;
	border-color: #6c757d;
	color: color-yiq(#6c757d);
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-outline-success {
	border-color: #198754;
	color: #198754;
}
.btn-outline-success:hover {
	background-color: #198754;
	border-color: #198754;
	color: color-yiq(#198754);
}
.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-outline-info {
	border-color: #0dcaf0;
	color: #0dcaf0;
}
.btn-outline-info:hover {
	background-color: #0dcaf0;
	border-color: #0dcaf0;
	color: color-yiq(#0dcaf0);
}
.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-outline-warning {
	border-color: #ffc107;
	color: #ffc107;
}
.btn-outline-warning:hover {
	background-color: #ffc107;
	border-color: #ffc107;
	color: color-yiq(#ffc107);
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-outline-danger {
	border-color: #dc3545;
	color: #dc3545;
}
.btn-outline-danger:hover {
	background-color: #dc3545;
	border-color: #dc3545;
	color: color-yiq(#dc3545);
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-outline-light {
	border-color: #f8f9fa;
	color: #f8f9fa;
}
.btn-outline-light:hover {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-outline-dark {
	border-color: #212529;
	color: #212529;
}
.btn-outline-dark:hover {
	background-color: #212529;
	border-color: #212529;
	color: #f8f9fa;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.btn-group-lg > .btn,
.btn-lg {
	border-radius: var(--bs-border-radius-lg);
	font-size: 1.25rem;
	line-height: auto;
	padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
	border-radius: var(--bs-border-radius-sm);
	font-size: 0.875rem;
	line-height: auto;
	padding: 0.25rem 0.5rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: auto;
}
.btn-custom {
	background-color: #0d6efd;
	border-color: #0d6efd;
	color: color-yiq(#0d6efd);
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.btn-custom:hover {
	background-color: #fff;
	border: 1px solid #e7e7e7;
}
.btn-custom.focus,
.btn-custom:focus {
	border: 1px solid #e7e7e7;
}
.btn-custom.focus,
.btn-custom:focus,
.btn-custom:not(:disabled):not(.disabled).active,
.btn-custom:not(:disabled):not(.disabled):active,
.show > .btn-custom.dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.btn-custom:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}
.btn-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.btn-icon .icon {
	margin-right: 0.5em;
}
@media (max-width: 575.98px) {
	.btn-responsive {
		font-size: 0.875rem;
		line-height: auto;
		padding: 0.25rem 0.5rem;
	}
}
.btn:not(:disabled):not(.disabled):focus-visible {
	background-color: #fff;
}
.submit_listing {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	background-image: linear-gradient(
		to right,
		transparent 50%,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%
	);
	background-position: 100% 100%;
	background-size: 200% 100%;
	border: 1px solid;
	border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: inline;
	float: right;
	font-family: var(
		--wp-estate-menu-font-family-option,
		var(--wp-estate-menu-font-family)
	);
	font-size: var(
		--wp-estate-top-menu-font-size-option,
		var(--wp-estate-top-menu-font-size)
	);
	font-weight: 500;
	font-weight: var(
		--wp-estate-menu-font-weight-option,
		var(--wp-estate-menu-font-weight)
	);
	line-height: 1em;
	padding: 10px 15px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1 ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
a.submit_listing:hover {
	background-color: transparent;
	background-position: 0 100%;
	border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	text-decoration: none;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.submit_listing:focus {
	color: #fff;
}
.header_transparent a.submit_listing:hover {
	background-image: linear-gradient(
		to right,
		#222 50%,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%
	);
	border: 1px solid #222;
	color: #fff;
}
.mobilewrapper .submit_listing {
	float: left;
	margin: 25px 0 10px 25px;
	text-align: center;
	width: 210px;
}
.top_bar_wrapper {
	background-color: var(
		--wp-estate-top-bar-back-option,
		var(--wp-estate-top-bar-back)
	);
	height: 40px;
	position: relative;
	width: 100%;
	z-index: 99999;
}
.top_bar_wrapper.transparent_border_topbar {
	border-bottom: 1px solid hsla(0, 0%, 81%, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .widget-container {
	padding: 0 15px;
}
.top_bar_wrapper.transparent_border_topbar .widget-container.social_sidebar {
	padding: 0;
}
.top_bar_wrapper.transparent_border_topbar .social_sidebar_internal a {
	border-right: 1px solid hsla(0, 0%, 81%, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .social_sidebar_internal a i {
	text-align: center;
}
.top_bar_wrapper.transparent_border_topbar
	.left-top-widet
	.widget-container:first-of-type {
	border-left: 1px solid hsla(0, 0%, 81%, 0.3);
}
.top_bar_wrapper.transparent_border_topbar
	.left-top-widet
	.widget-container:last-of-type {
	border-left: 1px solid hsla(0, 0%, 81%, 0.3);
	border-right: 1px solid hsla(0, 0%, 81%, 0.3);
}
.top_bar_wrapper.transparent_border_topbar .left-top-widet .social_sidebar {
	border-right: 0;
}
.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container {
	border-left: 1px solid hsla(0, 0%, 81%, 0.3);
}
.top_bar_wrapper.transparent_border_topbar
	.right-top-widet
	.widget-container:last-of-type {
	border-right: 1px solid hsla(0, 0%, 81%, 0.3);
}
.top_bar_wrapper.transparent_topbar {
	background-color: transparent;
}
.top_bar_wrapper .right-top-widet .widget-container {
	padding-left: 15px;
}
.top_bar_wrapper .left-top-widet .widget-container {
	padding-right: 15px;
}
.top_bar_wrapper .top_bar {
	color: var(--wp-estate-top-bar-font-option, var(--wp-estate-top-bar-font));
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}
.top_bar_wrapper .top_bar p {
	font-size: 13px;
	margin-bottom: 0;
}
.top_bar_wrapper .top_bar .left-top-widet ul,
.top_bar_wrapper .top_bar .right-top-widet ul {
	display: flex;
	margin-bottom: 0;
}
.top_bar_wrapper .top_bar .left-top-widet ul.dropdown-menu,
.top_bar_wrapper .top_bar .right-top-widet ul.dropdown-menu {
	display: none;
}
.top_bar_wrapper .top_bar .left-top-widet ul.dropdown-menu.show,
.top_bar_wrapper .top_bar .right-top-widet ul.dropdown-menu.show {
	display: block;
}
.top_bar_wrapper .top_bar .left-top-widet ul li,
.top_bar_wrapper .top_bar .right-top-widet ul li {
	border-radius: 0;
}
.top_bar_wrapper .top_bar .left-top-widet ul li.widget-container,
.top_bar_wrapper .top_bar .right-top-widet ul li.widget-container {
	align-items: center;
	display: flex;
}
.top_bar_wrapper .top_bar .left-top-widet ul li.widget-container .textwidget,
.top_bar_wrapper .top_bar .right-top-widet ul li.widget-container .textwidget {
	align-content: center;
	align-items: center;
	-moz-column-gap: 5px;
	column-gap: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 40px;
	line-height: normal;
}
.top_bar_wrapper .top_bar a {
	color: var(--wp-estate-top-bar-font-option, var(--wp-estate-top-bar-font));
	font-size: 13px;
}
.top_bar_wrapper .top_bar a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.top_bar_wrapper .top_bar i {
	width: 13px;
}
.top_bar_wrapper .top_bar .widget-container {
	display: inline;
	margin-bottom: 0;
	width: auto;
}
.top_bar_wrapper .top_bar .widget-container ul {
	list-style: none;
	min-width: 140px;
}
.top_bar_wrapper .top_bar .widget-container ul li {
	width: auto;
}
.wpresidence_boxed_header .top_bar {
	margin: 0 auto;
	max-width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	padding: 0 15px !important;
}
.top_bar_wrapper.transparent_border_topbar,
.top_bar_wrapper.transparent_border_topbar
	.left-top-widet
	.widget-container:first-of-type,
.top_bar_wrapper.transparent_border_topbar
	.left-top-widet
	.widget-container:last-of-type,
.top_bar_wrapper.transparent_border_topbar .right-top-widet .widget-container,
.top_bar_wrapper.transparent_border_topbar
	.right-top-widet
	.widget-container:last-of-type,
.transparent_border_topbar .top_bar .social_sidebar_internal a {
	border-color: hsla(0, 0%, 81%, 0.3);
}
.top_bar .wpresidence_dropdown {
	margin-bottom: 0;
}
.top_bar .wpresidence_dropdown .dropdown-toggle {
	line-height: 25px;
	padding: 0 15px;
	width: 145px;
}
.top_bar .wpresidence_dropdown .dropdown-menu li {
	line-height: 1.4em;
	padding: 5px 15px;
}
.top_bar .social_sidebar_internal {
	flex-wrap: nowrap;
	gap: 0;
}
.top_bar .social_sidebar_internal a {
	background: transparent;
	border-radius: 0;
	height: 40px;
}
.top_bar .social_sidebar_internal a:hover {
	background-color: transparent;
}
.top_bar .social_sidebar_internal a:hover i {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.top_bar .sidebar_filter_menu {
	font-size: 12px;
	padding: 2px 10px;
}
.top_bar #list_sidebar_curr,
.top_bar #list_sidebar_measure_unit {
	width: 100%;
}
.top_bar .form-control {
	height: 25px;
}
.top_bar .widget-title-topbar {
	display: none;
}
.user_menu,
.user_menu_wrapper {
	position: relative;
}
.user_menu {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	gap: 10px;
	justify-content: flex-end;
}
#user_menu_open {
	background-color: var(
		--wp-estate-menu-item-back-color-option,
		var(--wp-estate-menu-item-back-color)
	);
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	display: none;
	left: auto;
	margin-top: 0;
	padding: 15px 0;
	right: 35px;
	top: 100%;
	width: 255px;
	z-index: 999999;
}
#user_menu_open:before {
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -10px;
}
#user_menu_open:after,
#user_menu_open:before {
	content: ' ';
	height: 0;
	position: absolute;
	right: 7px;
	width: 0;
}
#user_menu_open:after {
	border-bottom: 9px solid #fdfdfd;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	top: -9px;
}
#user_menu_open li {
	position: relative;
}
#user_menu_open a {
	align-items: center;
	color: var(
		--wp-estate-menu-items-color-option,
		var(--wp-estate-menu-items-color)
	);
	display: flex;
	font-family: var(
		--wp-estate-menu-font-family-option,
		var(--wp-estate-menu-font-family)
	);
	font-size: var(
		--wp-estate-top-menu-font-size-option,
		var(--wp-estate-top-menu-font-size)
	);
	font-weight: var(
		--wp-estate-menu-font-weight-option,
		var(--wp-estate-menu-font-weight)
	);
	line-height: 1.6em;
	padding: 10px 20px;
	transition: all 0.3s ease;
	width: 100%;
}
#user_menu_open a:hover .unread_mess {
	background-color: #fff;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#user_menu_open a:hover i {
	color: #fff;
}
#user_menu_open a:focus,
#user_menu_open a:hover {
	background-color: var(
		--wp-estate-menu-hover-back-color-option,
		var(--wp-estate-menu-hover-back-color)
	);
	color: var(
		--wp-estate-menu-hover-font-color-option,
		var(--wp-estate-menu-hover-font-color)
	);
	padding-left: 25px;
}
#user_menu_open a:focus svg circle,
#user_menu_open a:focus svg path,
#user_menu_open a:hover svg circle,
#user_menu_open a:hover svg path {
	stroke: var(
		--wp-estate-menu-hover-font-color-option,
		var(--wp-estate-menu-hover-font-color)
	);
}
#user_menu_open a svg {
	height: 16px;
	margin-right: 10px;
	width: 16px;
}
#user_menu_open a svg circle,
#user_menu_open a svg path {
	stroke: var(
		--wp-estate-menu-items-color-option,
		var(--wp-estate-menu-items-color)
	);
}
#user_menu_open i {
	width: 10px;
}
#user_menu_open .unread_mess {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 10px;
	width: auto;
}
#user_menu_open .secondary_menu_sidebar,
.mobile_user_menu .secondary_menu_sidebar {
	display: none !important;
}
.submit_action {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.submit_action svg {
	fill: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	height: 30px;
	margin: 5px 0 0;
	width: 25px;
}
.submit_action svg:hover {
	fill: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.header_phone {
	font-size: 17px;
	font-weight: 500;
	padding-top: 4px;
	transition: all 0.3s ease;
}
.header_phone,
.header_phone a {
	color: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
}
.header_phone a:hover {
	color: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.header_phone svg {
	fill: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	height: 21px;
	vertical-align: middle;
}
.menu_user_picture {
	background-size: cover;
	border: 1px solid
		var(--wp-estate-menu-font-color-option, var(--wp-estate-menu-font-color));
	border-radius: 50%;
	height: 45px;
	width: 45px;
}
.menu_user_tools {
	border-radius: 50%;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 14px;
	height: 20px;
	margin: 0;
}
.navicon-button {
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.5s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}
.navicon-button:hover {
	opacity: 1;
}
.navicon-button.open {
	padding: 4px 0 6px 15px;
}
.nav-notlog {
	display: none;
}
.user_loged .navicon-button.open {
	margin-top: 21px;
}
.user_loged i {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.navicon {
	background: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	border-radius: 2.5rem;
	height: 2px;
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 18px;
}
.opensvg {
	transform: scale(0.75);
}
.navicon:after,
.navicon:before {
	background: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	border-radius: 1rem;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	transition: 0.5s 0.25s;
	width: 18px;
}
.navicon:after {
	top: -5px;
}
.navicon:before {
	top: 5px;
}
#user_menu_u:hover .navicon:before {
	top: 7px;
}
#user_menu_u:hover .navicon:after {
	top: -7px;
}
.opensvg.plus .navicon,
.opensvg.x .navicon {
	background: transparent;
}
.opensvg.plus .navicon:before,
.opensvg.x .navicon:before {
	transform: rotate(-45deg);
}
.opensvg.plus .navicon:after,
.opensvg.x .navicon:after {
	transform: rotate(45deg);
}
.opensvg:not(.steps) .navicon:after,
.opensvg:not(.steps) .navicon:before {
	top: 0 !important;
}
.ui-menu .ui-menu-item {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-family: Roboto, sans-serif;
	font-size: 13px;
	margin: 0 !important;
	width: 100% !important;
}
.ui-menu-item-wrapper {
	cursor: pointer;
	padding: 10px 15px !important;
}
.ui-menu .ui-state-focus {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	background-image: none;
	border-bottom: 0 solid #e7e7e7 !important;
}
.ui-menu .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	) !important;
	font-weight: 400 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	) !important;
	border: 0 solid #e7e7e7 !important;
	font-family: Roboto, sans-serif;
}
.ui-menu.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	line-height: 1em;
	padding: 11px 15px 10px 33px !important;
}
.ui-menu .wpresidece-dropdown-category-label.ui-menu-item {
	border-top: 1px solid #efefef;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	padding: 0 15px;
	pointer-events: none !important;
}
.wpresidence-geolocatiomarker,
.wpresidence-geolocatiomarker-city {
	background-image: url(css-images/icons/location_city.svg);
	background-position: 15px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}
.wpresidence-geolocatiomarker-city.ui-state-active,
.wpresidence-geolocatiomarker.ui-state-active {
	background-image: url(css-images/icons/location_city.svg) !important;
	background-position: 15px !important;
	background-repeat: no-repeat !important;
	background-size: 12px 12px !important;
}
.wpresidence-geolocatiomarker-area {
	background-image: url(css-images/icons/location_area.svg);
	background-position: 15px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}
.wpresidence-geolocatiomarker-area.ui-state-active {
	background-image: url(css-images/icons/location_area.svg) !important;
	background-position: 15px !important;
	background-repeat: no-repeat !important;
	background-size: 12px 12px !important;
}
.wpresidence-geolocatiomarker-countystate {
	background-image: url(css-images/icons/location_county.svg);
	background-position: 15px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}
.wpresidence-geolocatiomarker-countystate.ui-state-active {
	background-image: url(css-images/icons/location_county.svg) !important;
	background-position: 15px !important;
	background-repeat: no-repeat !important;
	background-size: 12px 12px !important;
}
.adv_locations_search_component_wrapper {
	float: left;
	position: relative;
	width: 100%;
}
#primary .adv_locations_search_component_wrapper {
	float: none;
}
.wpresidece-reset-btn {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	cursor: pointer;
	font-size: 13px;
	height: 16px;
	line-height: 12px;
	padding: 0;
	position: absolute;
	top: 12px;
	width: 16px;
}
.wpresidece-reset-btn:hover {
	border: 1px solid #000;
}
.icon-fav-on-remove {
	background-color: #fb6a5c;
	border: none;
	border-bottom-left-radius: 4px;
	color: #fff;
	font-size: 12px;
	height: auto;
	padding: 9px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 150px;
}
.icon-fav-on-remove:before {
	display: none;
}
.icon-fav.icon-fav-on-remove {
	z-index: 99;
}
.icon-fav-off:hover,
.icon-fav-on,
.property_listing.property_unit_type4 .icon-fav:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.icon-fav-off:hover {
	border: 1px solid #d8e0e5;
}
.elementor-template-full-width .header_transparent .container.content_wrapper {
	margin-top: 0;
}
.wpresidece_has_top_bar .header_transparent .master_header {
	top: 40px;
}
.page-template-splash_page .header_transparent .master_header {
	top: 0;
}
.header_transparent {
	border-bottom: none;
}
.header_transparent .top_bar_wrapper {
	position: absolute;
	top: 0;
}
.header_transparent .master_header {
	background: transparent;
	position: absolute;
	top: 0;
}
.header_transparent .master_header_sticky.master_header {
	position: -webkit-sticky;
	position: sticky;
}
.header_transparent #shopping-cart_icon path {
	fill: var(
		--wp-estate-transparent-menu-font-color-option,
		var(--wp-estate-transparent-menu-font-color)
	);
}
.header_transparent .submit_action:hover svg {
	fill: #fff;
	opacity: 0.7;
}
.header_transparent .navicon,
.header_transparent .navicon:after,
.header_transparent .navicon:before {
	background: var(
		--wp-estate-transparent-menu-font-color-option,
		var(--wp-estate-transparent-menu-font-color)
	);
}
.header_transparent .header_phone a,
.header_transparent .header_phone svg,
.header_transparent .submit_action svg {
	fill: var(
		--wp-estate-transparent-menu-font-color-option,
		var(--wp-estate-transparent-menu-font-color)
	);
	color: var(
		--wp-estate-transparent-menu-font-color-option,
		var(--wp-estate-transparent-menu-font-color)
	);
}
.header_transparent
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li
	> a {
	color: var(
		--wp-estate-transparent-menu-font-color-option,
		var(--wp-estate-transparent-menu-font-color)
	);
}
.header_transparent
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li:hover
	> a {
	color: var(
		--wp-estate-transparent-menu-hover-font-color-option,
		var(--wp-estate-transparent-menu-hover-font-color)
	);
}
.wpresidece_has_top_bar .header_transparent .master_header_sticky {
	top: 0;
}
.admin-bar.wpresidece_has_top_bar .header_transparent .master_header_sticky {
	top: 32px;
}
.header_transparent .master_header_sticky #shopping-cart_icon path {
	fill: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header {
	background-color: var(
		--wp-estate-header-color-option,
		var(--wp-estate-header-color)
	);
	border-bottom: var(
			--wp_estate_border_bottom_header-option,
			var(--wp_estate_border_bottom_header)
		)
		solid
		var(
			--wp_estate_border_bottom_header_color-option,
			var(--wp_estate_border_bottom_header_color)
		);
	position: relative;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 9999;
}
.master_header .header_wrapper {
	height: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
}
.master_header_sticky {
	background-color: var(
		--wp-estate-header-color-option,
		var(--wp-estate-header-color)
	);
	border-bottom: var(
			--wp_estate_sticky_border_bottom_header-option,
			var(--wp_estate_sticky_border_bottom_header)
		)
		solid
		var(
			--wp_estate_border_bottom_header_sticky_color-option,
			var(--wp_estate_border_bottom_header_sticky_color)
		);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	opacity: 0.95;
}
.master_header_sticky:hover {
	opacity: 1;
}
.master_header_sticky.master_header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.master_header_sticky .header_wrapper {
	height: var(
		--wp-estate-sticky-header-height-option,
		var(--wp-estate-sticky-header-height)
	);
}
.master_header_sticky .sub-menu > li a {
	padding: 13px;
}
.admin-bar .master_header_sticky {
	top: 32px;
}
.wpresidence_boxed_header .header_wrapper {
	justify-content: center;
}
.wpresidence_boxed_header .header_wrapper .header_wrapper_inside {
	margin: 0 auto !important;
	max-width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	padding: 0 15px;
}
.logo a {
	display: inline-block;
}
.logo img {
	margin-top: var(--wp-estate-logo-margin-option, var(--wp-estate-logo-margin));
	max-height: var(
		--wp-estate-logo-max-height-option,
		var(--wp-estate-logo-max-height)
	);
	max-width: var(
		--wp-estate-logo-max-width-option,
		var(--wp-estate-logo-max-width)
	);
}
.master_header_sticky .logo img {
	max-height: 60px;
}
.master_header_sticky.sticky_property_menu {
	top: -100px;
}
.wpresidence_header_logo_align_right .header_type1 .logo {
	order: 6;
}
.wpresidence_header_logo_align_right .header_type1 .user_menu_wrapper {
	order: -1;
}
.wpresidence_header_logo_align_right .header_type1 #user_menu_open {
	right: -7px;
}
.wpresidence_header_menu_type1_align_left.wpresidence_header_logo_align_left
	.header_wrapper_inside
	.user_menu_wrapper,
.wpresidence_header_menu_type1_align_left.wpresidence_header_logo_align_right
	.header_wrapper_inside
	.logo {
	margin-left: auto;
}
.wpresidence_header_menu_type1_align_right .header_wrapper_inside .logo,
.wpresidence_header_menu_type1_align_right.wpresidence_header_logo_align_right
	.header_wrapper_inside
	.user_menu_wrapper {
	margin-right: auto;
}
.wpresidence_header_menu_type1_align_abscenter .header_type1 .logo,
.wpresidence_header_menu_type1_align_abscenter
	.header_type1
	.user_menu_wrapper {
	flex: 1;
}
.master_header .header_wrapper.header_type2 {
	min-height: 188px;
}
.master_header.master_header_sticky .header_wrapper.header_type2 {
	min-height: auto;
}
.master_header_sticky .header_type2 .header_wrapper_inside {
	justify-content: space-between;
	width: 100%;
}
.master_header_sticky
	.header_type2
	.header_wrapper_inside
	.wpresidence-header2-menu-wrapper {
	flex: 1;
}
.master_header_sticky
	.header_type2
	.header_wrapper_inside
	.wpresidence-header2-menu-wrapper
	.wpresidence-navigation-menu {
	margin: 0 auto;
}
.master_header_sticky .header_type2 .header_wrapper_inside .w-100 {
	width: auto !important;
}
.wpresidence_header_logo_align_center
	.header_type2
	.wpresidence-logo-container {
	text-align: center;
}
.wpresidence_header_logo_align_right .header_type2 .wpresidence-logo-container {
	text-align: right;
}
.navicon-button.header_type3_navicon {
	border: 1px solid #f0f0f0;
	height: 35px;
	padding-left: 8px;
	padding-top: 15px;
	width: 35px;
}
.header_type3_menu_sidebar {
	background-color: #2d3033;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	padding-top: 30px;
	position: fixed;
	right: -300px;
	top: 0;
	width: 300px;
	z-index: 99999;
}
.container.main_wrapper.has_header_type3,
.header_type3_menu_sidebar {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.container.main_wrapper.fixed_header.has_header_type3 {
	height: 100%;
}
.header_type3_menu_sidebar.header_right {
	left: -300px;
	right: auto;
}
.header_type3_menu_sidebar .loginwd_sidebar {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	display: inline-block;
}
.header_type3_menu_sidebar .loginwd_sidebar .widget-title-sidebar {
	background-color: transparent;
	border-bottom: 0 solid #f0f0f0;
	color: #b4c0cc;
	font-size: 16px;
	padding: 15px 0 0;
}
.header_type3_menu_sidebar .loginwd_sidebar .login_form {
	padding: 0 15px 15px;
}
.header_type3_menu_sidebar .loginwd_sidebar #forgot_pass_widget,
.header_type3_menu_sidebar .loginwd_sidebar #widget_register_sw {
	color: #b4c0cc;
	float: left;
	font-size: 13px;
	width: 100%;
}
.header_type3_menu_sidebar #nav_menu-2,
.header_type3_menu_sidebar .menu-item {
	display: inline-block;
}
.header_type3_menu_sidebar .menu > li {
	color: #fff;
	display: inline-block;
	height: auto;
	line-height: 45px;
	width: 100%;
}
.header_type3_menu_sidebar .widget-container.boxed_widget .wd_user_menu {
	margin: 0;
	padding: 0 0 13px 3px;
	width: 100%;
}
.header_type3_menu_sidebar ul {
	display: inline-block;
	list-style-type: none;
	margin: 0 15px;
}
.header_type3_menu_sidebar .textwidget a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.header_type3_menu_sidebar .xoxo li ul {
	margin: 0;
	width: 100%;
}
.header_type3_menu_sidebar .widget-container li {
	border-bottom: 0 solid #555;
	display: block;
	line-height: 45px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.header_type3_menu_sidebar .widget-container li a {
	color: #b4c0cc;
}
.header_type3_menu_sidebar .widget_nav_menu li:before,
.header_type3_menu_sidebar .widget_pages li:before,
.header_type3_menu_sidebar .widget_recent_entries li:before,
.header_type3_menu_sidebar .widget_rss li:before,
.header_type3_menu_sidebar .widget_text li:before {
	display: none;
}
.header_type3_menu_sidebar .sub-menu ul {
	border-top: 0 solid #555 !important;
}
.header_type3_menu_sidebar .menu > li a {
	color: #fff;
	padding: 0 0 0 15px;
}
.header_type3_menu_sidebar .menu > li a,
.header_type3_menu_sidebar .wpresidence-navigation-menu .menu > li > a i {
	line-height: 45px;
}
.header_type3_menu_sidebar .wpresidence-navigation-menu .menu > li > a i,
.header_type3_menu_sidebar .wpresidence-navigation-menu ul.menu > li > a {
	color: #b4c0cc;
}
.header_type3_menu_sidebar .wpresidence-navigation-menu .menu li:hover > a,
.header_type3_menu_sidebar
	.wpresidence-navigation-menu
	.menu
	li:hover
	> a:active,
.header_type3_menu_sidebar
	.wpresidence-navigation-menu
	.menu
	li:hover
	> a:focus {
	color: #fff;
}
.header_type3_menu_sidebar .wpresidence-navigation-menu ul ul {
	left: -250px;
	top: 0;
}
.header_type3_menu_sidebar .wpresidence-navigation-menu ul li:hover > ul {
	left: -285px;
	opacity: 1;
	padding-top: 30px;
	top: 0;
	visibility: visible;
}
.header_type3_menu_sidebar .widget_nav_menu .sub-menu {
	float: right;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 200px;
	visibility: hidden;
}
.header_type3_menu_sidebar .wpresidence-navigation-menu {
	display: inline-block;
	height: auto;
	margin: 0 0 50px;
	max-width: 800px;
	padding: 0;
}
.header_type3_menu_sidebar .wpresidence-navigation-menu ul {
	margin: 0;
	padding-top: 0;
}
.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen
	.social_sidebar {
	text-align: center;
}
.header_type3_menu_sidebar.header_left.header_alignment_text_center.sidebaropen
	#social_widget_top-3
	.social_sidebar_internal
	a {
	margin: 0 3px;
}
#header_type3_wrapper .wpresidence-navigation-menu ul ul li {
	float: left;
	width: 100% !important;
}
#header_type3_wrapper .widget-title-topbar {
	color: #d6e1ec;
	display: block;
	font-size: 16px;
}
#header_type3_wrapper .widget_archive li:before,
#header_type3_wrapper .widget_categories li:before {
	margin-top: 0;
}
#header_type3_wrapper .advanced_search_sidebar,
#header_type3_wrapper .widget_search {
	float: left;
}
#header_type3_wrapper .widget_nav_menu a {
	padding-left: 0;
}
.header_type3_menu_sidebar.header_right.header_alignment_text_left
	.wpresidence-navigation-menu
	li {
	text-align: left;
}
.header_type3_menu_sidebar.header_right
	.wpresidence-navigation-menu
	ul
	ul
	li:hover
	> ul {
	left: 219px;
}
.header_type3_menu_sidebar.header_left.header_alignment_text_right
	.wpresidence-navigation-menu
	li,
.header_type3_menu_sidebar.header_right.header_alignment_text_right
	.wpresidence-navigation-menu
	li {
	text-align: right;
}
.header_type3_menu_sidebar.header_left.header_alignment_text_center
	.wpresidence-navigation-menu
	li,
.header_type3_menu_sidebar.header_right.header_alignment_text_center
	.wpresidence-navigation-menu
	li {
	text-align: center;
}
.header_type3_menu_sidebar.header_left
	.sub-menu
	.menu-item-has-children
	> a:after {
	content: '\f104';
	display: none;
	float: left;
	font-family: Font Awesome\5 Free;
}
.header_type3_menu_sidebar .sub-menu .menu-item-has-children > a:after {
	display: none;
}
.header_wrapper.d-flex.w-100.header_type4 {
	display: none !important;
}
.wpresidence_wrapper_for_header_type4 {
	display: block;
	height: 100vh;
	width: 100%;
}
.wpresidence_wrapper_for_header_type4 .wpresidence_wrapper_for_header_4_colum {
	margin-left: 270px;
	position: relative;
	z-index: 90;
}
.wpresidence_wrapper_for_header_type4
	.wpresidence_wrapper_for_header_4_colum
	.container-fluid,
.wpresidence_wrapper_for_header_type4
	.wpresidence_wrapper_for_header_4_colum
	.container-lg,
.wpresidence_wrapper_for_header_type4
	.wpresidence_wrapper_for_header_4_colum
	.container-md,
.wpresidence_wrapper_for_header_type4
	.wpresidence_wrapper_for_header_4_colum
	.container-sm,
.wpresidence_wrapper_for_header_type4
	.wpresidence_wrapper_for_header_4_colum
	.container-xl,
.wpresidence_wrapper_for_header_type4
	.wpresidence_wrapper_for_header_4_colum
	.container-xxl {
	position: relative;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 {
	background: var(
		--wp-estate-header-color-option,
		var(--wp-estate-header-color)
	);
	display: flex;
	flex-direction: column;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 270px;
	z-index: 99;
}
.wpresidence_wrapper_for_header_type4 .header_wrapper_inside_type_4 .logo {
	margin: 40px 0;
	text-align: center;
}
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-main-menu-container,
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container {
	width: 100%;
}
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li,
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li {
	display: block;
	line-height: 45px;
}
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li
	ul
	ul,
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	ul {
	left: 100%;
}
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li:hover
	> ul,
.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li:hover
	> ul {
	left: 100%;
	opacity: 1;
	top: 0;
	visibility: visible;
}
.wpresidence_wrapper_for_header_type4 .login_form {
	padding: 0;
}
.admin-bar .header_wrapper_inside_type_4 {
	top: 32px;
}
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu {
	position: relative;
}
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu:hover
	> ul,
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul {
	display: flex;
	justify-content: center;
	left: 100% !important;
	max-width: 1200px;
	padding: 25px 0;
	position: absolute;
	top: 0;
	transform: none;
	width: 100vw;
	width: calc(100vw - 17px);
}
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu:hover
	> ul
	ul,
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul
	ul {
	left: 0;
	top: 0;
}
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	ul:before {
	content: none;
}
#header4_footer {
	color: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	margin-bottom: 50px;
	margin-top: auto;
	padding: 0 15px;
}
#header4_footer ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	row-gap: 15px;
}
#header4_footer .widget-container {
	margin-bottom: 0;
}
#header4_footer .widget-container .widget-title-header4.h3,
#header4_footer .widget-container h3.widget-title-header4 {
	font-size: var(
		--wp-estate-top-menu-font-size-option,
		var(--wp-estate-top-menu-font-size)
	);
	margin-bottom: 10px;
}
#header4_footer .social_sidebar_internal a {
	background-color: transparent;
	color: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	height: auto;
	line-height: normal;
	width: auto;
}
#header4_footer .social_sidebar_internal a:hover i {
	color: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.wpresidence_header_menu_type3_4_text_align_center
	.header_wrapper_inside_type_4
	#header4_footer
	.social_sidebar_internal {
	justify-content: center;
}
.header_wrapper.header_type4 .user_menu {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	display: inline-block;
	float: none;
	margin-right: 0;
	margin-top: 20px;
	padding: 0;
	position: relative;
	right: auto;
	top: auto;
}
.wpresidence_header_menu_type3_4_text_align_center
	.header_wrapper_inside_type_4
	#header4_footer,
.wpresidence_header_menu_type3_4_text_align_center
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu
	> li {
	text-align: center;
}
.wpresidence_header_menu_type3_4_text_align_right
	.header_wrapper_inside_type_4
	#header4_footer,
.wpresidence_header_menu_type3_4_text_align_right
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu
	> li {
	text-align: right;
}
.wpresidence_header_menu_type3_4_text_align_right
	.header_wrapper_inside_type_4
	.wpresidence_elementor_social_sidebar_internal {
	justify-content: flex-end;
}
.wpresidence_header3_logo_align_right
	.wpresidence_wrapper_for_header_type4
	.header_wrapper_inside_type_4 {
	left: auto;
	right: 0;
}
.wpresidence_header3_logo_align_right .wpresidence_wrapper_for_header_4_colum {
	margin-left: 0;
	margin-right: 270px;
}
.wpresidence_header3_logo_align_right
	.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul,
.wpresidence_header3_logo_align_right
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li
	ul,
.wpresidence_header3_logo_align_right
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul {
	left: auto;
	right: 253px;
}
.wpresidence_header3_logo_align_right
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li:hover
	> ul,
.wpresidence_header3_logo_align_right
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li:hover
	> ul {
	left: auto !important;
	right: 100%;
}
.wpresidence_header3_logo_align_right
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu:hover
	> ul,
.wpresidence_header3_logo_align_right
	.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul {
	left: unset !important;
	right: 254px;
}
.wpresidence_boxed_header .header5_bottom_row_internal,
.wpresidence_boxed_header .header5_top_row {
	margin: 0 auto !important;
	max-width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	padding: 0 15px !important;
}
.wpresidence_wrapper_for_header_type5 .master_header_sticky {
	background-color: var(
		--wp-estate-header-color-option,
		var(--wp-estate-header-color)
	);
}
.master_header .header_wrapper.header_type5 {
	height: var(--wp-estate-header-height-option, auto);
}
.header_type5 {
	flex-direction: column;
}
.header_type5.master_header.header_wrapper {
	height: auto;
}
.header_type5 .header5_top_row {
	background-color: var(
		--wp-estate-header-color-option,
		var(--wp-estate-header-color)
	);
	height: 115px;
}
.header_type5 .header5_top_row .header_5_widget_wrap {
	width: 50%;
}
.header_type5 .header5_top_row .header_5_widget_wrap .header_5_widget {
	font-weight: 500;
}
.header_type5
	.header5_top_row
	.header_5_widget_wrap
	.header_5_widget
	.header_5_widget_icon {
	color: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
}
.header_type5
	.header5_top_row
	.header_5_widget_wrap
	.header_5_widget
	.header_5_widget_icon
	i {
	font-size: 26px;
	margin-right: 10px;
}
.header_type5
	.header5_top_row
	.header_5_widget_wrap
	.header_5_widget
	.header_5_widget_text {
	color: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	font-size: 15px;
	line-height: 1.4em;
}
.header_type5 .header5_bottom_row {
	background: var(
		--wp-estate-header4-back-color-option,
		var(--wp_estate_header4_back_color)
	);
}
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li,
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li {
	line-height: 55px;
}
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li
	> a,
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li
	> a {
	color: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
}
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li
	> a:hover,
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li
	> a:hover {
	color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li.no-megamenu:hover
	> ul,
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li.no-megamenu:hover
	> ul {
	top: 55px;
}
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li:hover
	> ul,
.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li:hover
	> ul {
	top: 170px;
	top: var(--wp-estate-header-height-option, 170px);
}
.header_type5 .header5_bottom_row .header_phone a,
.header_type5 .header5_bottom_row .header_phone svg {
	color: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
}
.header_type5 .header5_bottom_row .header_phone svg {
	fill: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
}
.header_type5 .header5_bottom_row .submit_listing:hover {
	background: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
	border-color: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
}
.header_type5 .header5_bottom_row .submit_action svg {
	fill: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
}
.header_type5 .header5_bottom_row .submit_action:hover svg {
	fill: #222;
	opacity: 1;
}
.header_type5 .header5_bottom_row .menu_user_picture {
	height: 35px;
	width: 35px;
}
.header_type5 .navicon,
.header_type5 .navicon:after,
.header_type5 .navicon:before {
	background: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
}
.header_type5 #shopping-cart_icon path {
	fill: var(
		--wp-estate-header4-font-color-option,
		var(--wp_estate_header4_font_color)
	);
}
.header_type5 .wpresidence-navigation-menu a {
	font-weight: 500;
}
.master_header_sticky .header_type5 {
	flex-direction: row;
	height: var(
		--wp-estate-sticky-header-height-option,
		var(--wp-estate-sticky-header-height)
	);
}
.master_header_sticky .header_type5 .header5_top_row {
	height: auto;
	justify-content: flex-start !important;
	width: auto !important;
}
.master_header_sticky .header_type5 .header5_top_row .header_5_widget_wrap {
	display: none !important;
}
.master_header_sticky .header_type5 #shopping-cart_icon path {
	fill: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .header_type5 .header5_bottom_row {
	background: var(
		--wp-estate-header-color-option,
		var(--wp-estate-header-color)
	);
}
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu {
	margin: 0 auto;
}
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li,
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li {
	line-height: 70px;
	line-height: var(--wp-estate-sticky-header-height-option, 70px) !important;
}
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li
	> a,
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li
	> a {
	color: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li.no-megamenu:hover
	> ul,
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-main-menu-container
	> ul
	> li:hover
	> ul,
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li.no-megamenu:hover
	> ul,
.master_header_sticky
	.header_type5
	.header5_bottom_row
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li:hover
	> ul {
	top: var(
		--wp-estate-sticky-header-height-option,
		var(--wp-estate-sticky-header-height)
	);
}
.master_header_sticky .header_type5 .header5_bottom_row .header_phone a,
.master_header_sticky .header_type5 .header5_bottom_row .header_phone svg {
	color: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .header_type5 .header5_bottom_row .header_phone svg,
.master_header_sticky .header_type5 .header5_bottom_row .submit_action svg {
	fill: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .navicon,
.master_header_sticky .navicon:after,
.master_header_sticky .navicon:before {
	background: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky #user_menu_open {
	margin-top: 8px !important;
	right: 28px;
}
.master_header_sticky .submit_action {
	color: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .submit_action::grammar-error {
	color: #888;
}
.master_header_sticky .submit_action svg {
	fill: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.single-estate_agency .has_header_type5 .master_header,
.single-estate_developer .has_header_type5 .master_header {
	border-bottom: 1px solid #f0f0f0;
}
.wpresidence_header_logo_align_right .header5_top_row .logo {
	order: 6;
}
.wpresidence_header_logo_align_right .header5_top_row .header_5_widget_wrap {
	order: -1;
}
.wpresidence_boxed_header .master_header_sticky .header_wrapper.header_type5 {
	margin: 0 auto;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	) !important;
}
.header_type6 .wpresidence_header_6_firs_menu,
.header_type6 .wpresidence_header_6_secondary_menu {
	gap: 15px;
	width: 40%;
}
.header_type6 .logo {
	text-align: center;
	width: 20%;
}
.master_header_sticky
	.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li {
	line-height: 70px;
}
.mobile_header {
	background-color: var(
		--wp-estate-mobile-header-background-color-option,
		var(--wp-estate-mobile-header-background-color)
	);
	height: 70px;
	position: relative;
	width: 100%;
	z-index: 100;
}
.mobile_header.mobile_header_sticky_yes {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.mobile_header .mobile-logo img {
	left: 0;
	margin: 0 auto;
	max-height: 70px;
	max-width: 200px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}
.mobile_header .mobile-trigger,
.mobile_header .mobile-trigger-user {
	color: var(
		--wp-estate-mobile-header-icon-color-option,
		var(--wp_estate_mobile_header_icon_color)
	);
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 14px;
	height: 70px;
	position: absolute;
	top: 0;
}
.mobile_header .mobile-trigger-user:hover i,
.mobile_header .mobile-trigger:hover i {
	color: var(
		--wp-estate-mobile-menu-hover-font-color-option,
		var(--wp-estate-mobile-menu-hover-font-color)
	);
}
.mobile_header .mobile-trigger-user {
	right: 0;
}
.mobile_header .mobile-trigger-user .menu_user_picture {
	border: 2px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-radius: 50%;
	display: inline;
	float: left;
	height: 45px;
	margin-right: 15px;
	margin-top: 11px;
	width: 45px;
}
.mobile_header i {
	color: var(
		--wp-estate-mobile-header-icon-color-option,
		var(--wp_estate_mobile_header_icon_color)
	);
	font-size: 17px;
	margin: 26px;
}
.mobilewrapper {
	bottom: 0;
	display: none;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	min-height: 100vh;
	overflow-x: hidden !important;
	position: fixed;
	top: 0;
	width: 100%;
	width: 256px;
}
.mobilewrapper .header_phone {
	padding: 25px 25px 0;
}
.mobilewrapper .header_phone,
.mobilewrapper .header_phone a {
	color: var(
		--wp-estate-mobile-menu-font-color-option,
		var(--wp_estate_mobile_menu_font_color)
	);
}
.mobilewrapper .header_phone svg {
	fill: var(
		--wp-estate-mobile-menu-font-color-option,
		var(--wp_estate_mobile_menu_font_color)
	);
}
.mobilewrapper-user {
	background-color: #282d33;
	display: none;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	overflow-x: hidden !important;
	position: fixed;
	top: 0;
	width: 100%;
}
.mobilewrapper-user .widget-title-sidebar,
.mobilewrapper-user a,
.mobilewrapper-user label {
	color: var(
		--wp-estate-mobile-menu-font-color-option,
		var(--wp_estate_mobile_menu_font_color)
	);
}
.mobilewrapper-user .widget-title-sidebar {
	padding-left: 13px;
}
.mobilewrapper-user .login_sidebar {
	display: inline-block;
	margin-left: 6px;
	width: 254px;
}
.snap-drawers {
	left: 0;
	right: 0;
	width: auto;
}
.snap-drawer,
.snap-drawers {
	bottom: 0;
	height: auto;
	position: absolute;
	top: 0;
}
.snap-drawer {
	-webkit-overflow-scrolling: touch;
	background-color: var(
		--wp-estate-mobile-menu-background-color-option,
		var(--wp-estate-mobile-menu-background-color)
	);
	left: auto;
	overflow: auto;
	right: auto;
	transition: all 0.3s ease;
	width: 255px;
}
.snap-drawer-right {
	padding-top: 18px;
	right: 0;
}
#forgot-div-title-mobile,
#login-div-title-mobile,
#register-div-title-mobile {
	color: #fff;
	font-size: 16px;
	padding-left: 13px;
}
.mobilex-menu {
	float: left;
	margin-bottom: 0;
	margin-left: 0 !important;
	margin-top: 0;
	width: 100%;
}
.mobilex-menu .menu-item-has-children > a:after {
	content: '\f107';
	font-family: Font Awesome\5 Free;
	font-weight: 700;
	margin-right: 15px;
	position: absolute;
	right: 15px;
}
.mobilex-menu .sub-menu {
	display: none;
	margin-left: 0;
}
.mobilex-menu .sub-menu ul {
	border-top: none !important;
	padding-left: 0;
}
.mobilex-menu .sub-menu ul li {
	padding-left: 20px;
}
.mobilex-menu .sub-menu ul li:hover > a {
	padding-left: 45px !important;
}
.mobilex-menu .sub-menu ul li:hover {
	border-bottom: 1px solid
		var(
			--wp-estate-mobile-menu-border-color-option,
			var(--wp-estate-mobile-menu-border-color)
		);
}
.mobilex-menu .sub-menu a {
	line-height: 20px;
	padding-left: 45px;
}
.mobilex-menu .sub-menu .sub-menu a {
	line-height: 20px;
	padding-left: 35px;
}
.mobilex-menu i {
	margin-right: 10px;
	width: 10px;
}
.mobilex-menu li {
	border-bottom: 1px solid
		var(
			--wp-estate-mobile-menu-border-color-option,
			var(--wp-estate-mobile-menu-border-color)
		);
	font-size: 13px;
	font-weight: 400;
	list-style: none;
	margin-bottom: 0;
	position: relative;
}
.mobilex-menu li svg {
	height: 15px;
	margin-right: 10px;
}
.mobilex-menu li svg circle,
.mobilex-menu li svg path {
	stroke: var(
		--wp-estate-mobile-header-icon-color-option,
		var(--wp_estate_mobile_header_icon_color)
	);
}
.mobilex-menu li .menu-item-has-children:hover {
	background: transparent;
}
.mobilex-menu li:hover a {
	background-color: var(
		--wp-estate-mobile-item-hover-back-color-option,
		var(--wp-estate-mobile-item-hover-back-color)
	);
	color: var(
		--wp-estate-mobile-menu-hover-font-color-option,
		var(--wp-estate-mobile-menu-hover-font-color)
	);
}
.mobilex-menu li a {
	align-items: center;
	color: var(
		--wp-estate-mobile-menu-font-color-option,
		var(--wp_estate_mobile_menu_font_color)
	);
	display: flex;
	padding: 17px 20px 17px 30px;
	transition: all 0.3s ease;
	width: 100%;
}
.mobile_user_menu {
	margin-top: 10px;
}
.mobile_user_menu li:hover {
	background-color: var(
		--wp-estate-mobile-item-hover-back-color-option,
		var(--wp-estate-mobile-item-hover-back-color)
	);
	color: var(
		--wp-estate-mobile-menu-font-color-option,
		var(--wp_estate_mobile_menu_font_color)
	);
}
.mobilemenu-close,
.mobilemenu-close-user {
	color: var(
		--wp-estate-mobile-header-icon-color-option,
		var(--wp_estate_mobile_header_icon_color)
	);
	cursor: pointer;
	height: 40px;
	padding: 7px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.mobilemenu-close-user:hover,
.mobilemenu-close:hover {
	color: var(
		--wp-estate-mobile-menu-hover-font-color-option,
		var(--wp-estate-mobile-menu-hover-font-color)
	);
}
.mobilemenu-close i,
.mobilemenu-close-user i {
	font-size: 15px;
	padding: 3px 0 0 8px;
}
.header_media {
	background-color: #fdfdfd;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 11;
}
.theme_slider_wrapper {
	overflow: hidden;
	width: 100%;
}
.theme_slider_wrapper .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.theme_slider_wrapper .featured_gradient {
	background-color: #1d293e;
	background-image: none;
	opacity: 0.45;
}
.theme_slider_wrapper .carousel-indicators {
	gap: 5px;
}
.theme_slider_wrapper .carousel-indicators li {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	text-indent: -999px;
	width: 10px;
}
.theme_slider_wrapper .carousel-indicators .active {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	height: 11px;
	width: 11px;
}
.page-template-splash_page .header_media {
	height: 100%;
}
.half_map_body .header_media {
	display: none;
}
.page-template-splash_page .header_media {
	height: 100vh;
}
.wpestate_header_image {
	background-color: #222;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 580px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.parallax_effect_yes {
	background-attachment: fixed;
}
.wpestate_header_image.full_screen_yes {
	height: 900px;
}
.wpestate_header_image_overlay {
	background-color: #222;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.heading_over_image_wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}
.subheading_over_image,
.subheading_over_video {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 50%;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(68, 68, 68, 0.25);
}
.heading_over_image,
.heading_over_video {
	color: #fff;
	font-size: 60px;
	line-height: 1.1em;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(68, 68, 68, 0.5);
}
.wpestate_header_video {
	background-color: #444;
	background-size: cover;
	float: left;
	height: 580px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.wpestate_header_video.full_screen_yes {
	height: 900px !important;
}
.wpestate_header_video_overlay {
	background-color: #444;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.heading_over_video_wrapper {
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}
.header_video,
.heading_over_video_wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}
.header_video {
	background-size: cover;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	transform: translate(-50%, -50%);
	transition: opacity 1s;
	width: auto;
	z-index: 1;
}
.container_tour {
	min-height: 50px;
	position: relative;
	width: 100%;
}
.container_tour iframe {
	width: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
	.parallax_effect_yes {
		background-attachment: scroll;
	}
}
.theme_slider_1 {
	cursor: pointer;
}
.theme_slider_1 a {
	pointer-events: auto;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.theme_slider_1 .item {
	position: relative;
}
.theme_slider_1 .carousel-control-theme-next,
.theme_slider_1 .carousel-control-theme-prev {
	align-content: center;
	align-items: center;
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	opacity: 0.99;
	pointer-events: auto;
	position: absolute;
	z-index: 10;
}
.theme_slider_1 .carousel-control-theme-next:hover,
.theme_slider_1 .carousel-control-theme-prev:hover {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%,
		transparent
	);
	color: #fff;
}
.theme_slider_1 .carousel-control-theme-prev {
	border-bottom-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 138px;
	right: 0;
	top: 137px;
}
.theme_slider_1 .carousel-control-theme-next {
	border-top-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 137px;
	right: 0;
	top: 0;
}
.theme_slider_1 .fa {
	font-size: 40px;
}
.theme_slider_1.theme_slider_extended .slider-content {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 10%;
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
}
.theme_slider_1.theme_slider_extended .slider-content .h3,
.theme_slider_1.theme_slider_extended .slider-content h3 {
	margin-bottom: 0;
}
.theme_slider_1.theme_slider_extended .slider-content .h3 a,
.theme_slider_1.theme_slider_extended .slider-content h3 a {
	text-decoration: none;
}
.theme_slider_1.theme_slider_extended .slider-content .h3 a:hover,
.theme_slider_1.theme_slider_extended .slider-content .read_more,
.theme_slider_1.theme_slider_extended .slider-content h3 a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.theme_slider_1.theme_slider_extended .slider-content .read_more {
	bottom: 61px;
	display: block;
	font-weight: 500;
	margin-top: 7px;
	position: absolute;
	right: 75px;
	text-decoration: none;
}
.theme_slider_1.theme_slider_extended .slider-content .read_more i {
	font-size: 14px;
	padding: 0 0 0 8px !important;
}
.theme_slider_1 .slider-content-wrapper {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0 15px;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	z-index: 9;
}
.theme_slider_1 .slider-content-wrapper .slider-content {
	background-color: #fdfdfd;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 130px;
	box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 10px;
	height: 275px;
	justify-content: space-evenly;
	line-height: 22px;
	opacity: 0.99;
	padding: 21px 81px 0 26px;
	position: absolute;
	width: 466px;
}
.theme_slider_1 .slider-content-wrapper .slider-content .theme-slider-price {
	align-items: center;
	border-top: 1px solid #f0f0f0;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	display: flex;
	font-size: 18px;
	font-weight: 500;
	gap: 5px;
	height: 50px;
	justify-content: flex-start;
	margin-top: auto;
}
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details {
	align-items: center;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: flex;
	flex-direction: row;
	font-size: 15px;
	gap: 15px;
	margin-left: auto;
}
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.infobath,
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.inforoom,
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.infosize {
	align-items: center;
	-moz-column-gap: 5px;
	column-gap: 5px;
	display: flex;
	flex-direction: row;
}
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.infobath
	svg,
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.inforoom
	svg,
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.infosize
	svg {
	height: 15px;
}
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.infobath
	svg
	path,
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.inforoom
	svg
	path,
.theme_slider_1
	.slider-content-wrapper
	.slider-content
	.theme-slider-price
	.listing-details
	.infosize
	svg
	path {
	fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.theme_slider_1 .theme_slider_contact_wrapper {
	pointer-events: auto;
	z-index: 9;
}
.theme_slider_1 .theme_slider_contact_wrapper .theme_slider_agent {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	float: left;
	height: 63px;
	margin-right: 15px;
	width: 63px;
}
.theme_slider_1 .theme_slider_contact_wrapper .theme_slider_agent_name {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.theme_slider_1
	.theme_slider_contact_wrapper
	.wpestate_theme_slider_contact_agent {
	background: var(
		--wp-estate-second-color-option,
		var(--wp-estate-second-color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	padding: 0 15px;
	position: relative;
	text-align: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: auto;
}
.theme_slider_1
	.theme_slider_contact_wrapper
	.wpestate_theme_slider_contact_agent:hover {
	background: color-mix(
		in srgb,
		var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 85%,
		transparent
	);
}
.theme_slider_1 .theme_slider_contact_form_wrapper {
	box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
	display: none;
	left: 450px;
	opacity: 0;
	pointer-events: auto;
	position: absolute;
	top: -45px;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 420px;
	z-index: 10;
}
.theme_slider_1 .theme_slider_contact_form_wrapper .agent_contanct_form {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 0;
	padding: 25px;
}
.theme_slider_1 .theme_slider_contact_form_wrapper .wpresidence_button {
	margin-bottom: 0;
}
.theme_slider_1 .theme_slider_contact_form_wrapper textarea.form-control {
	height: 95px;
}
.theme_slider_1 .theme_slider_contact_form_wrapper_visible {
	left: 480px;
	opacity: 1;
}
.theme_slider_1 .theme_slider_details_modal_close {
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
}
.theme_slider_1 .theme_slider_details_modal_close svg {
	height: 13px;
	width: 13px;
}
.theme_slider_1 .wpestate_theme_slider_book_toor {
	background: #e0bb0b;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	padding: 4px 45px;
	position: relative;
	text-align: center;
	width: auto;
}
.theme_slider_wrapper.theme_slider_2 .slick-track {
	padding-top: 0;
}
.theme_slider_wrapper.theme_slider_2 .slick-list {
	background-color: #222;
	margin-top: 0;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev:active,
.theme_slider_wrapper.theme_slider_2 .slick_next:active {
	padding: 0 !important;
}
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow {
	left: auto;
	right: 15px;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow {
	left: 15px;
	right: auto;
}
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:before {
	content: '\e801';
	font-family: fontello;
	font-size: 48px;
	margin-top: 36px;
	text-shadow: none;
}
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:before {
	content: '\e800';
	font-family: fontello;
	font-size: 48px;
	margin-top: 36px;
	text-shadow: none;
}
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow:hover,
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow:hover {
	color: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	outline: 0;
	text-decoration: none;
}
.theme_slider_wrapper.theme_slider_2 .slick-next.slick-arrow,
.theme_slider_wrapper.theme_slider_2 .slick-prev.slick-arrow {
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	height: 65px;
	margin: 0 auto;
	padding-left: 0;
	position: absolute;
	top: 45%;
	width: 35px;
	z-index: 999;
}
.theme_slider_wrapper.theme_slider_2 .slick-dots {
	display: none !important;
}
.theme_slider_wrapper.theme_slider_2 .item_type2 {
	background-color: #222;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
	max-width: 33.33%;
	position: relative;
}
.theme_slider_wrapper.theme_slider_2 .h3,
.theme_slider_wrapper.theme_slider_2 h3 {
	color: #fff;
	margin-bottom: 0;
}
.theme_slider_wrapper.theme_slider_2 .h3 a,
.theme_slider_wrapper.theme_slider_2 h3 a {
	color: #fff;
	font-size: 27px;
}
.theme_slider_wrapper.theme_slider_2 .theme-slider-price {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%,
		transparent
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 5px 10px;
}
.theme_slider_wrapper.theme_slider_2 .theme-slider-price .price_label {
	font-size: 14px;
	margin-top: 0;
}
.theme_slider_wrapper.theme_slider_2 .prop_new_details {
	cursor: pointer;
	pointer-events: auto;
}
.theme_slider_wrapper.theme_slider_2 .prop_new_details_back {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
	height: 100%;
	pointer-events: none;
	position: absolute;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
}
.theme_slider_wrapper.theme_slider_2 .item_type2:hover .prop_new_details_back {
	opacity: 0.3;
}
.prop_new_detals_info {
	color: #fff;
	display: flex;
	gap: 15px;
	padding: 0 20px;
	position: absolute;
	top: 75%;
	width: 100%;
}
.prop_new_detals_info .prop_new_detals_info-details {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.theme-slider-location {
	font-size: 15px;
}
.theme-slider-location,
.theme-slider-location a {
	color: #f3f3f3;
}
.theme_slider_2 .prop_new_details_info,
.theme_slider_2 .theme_slider_2_contact_agent,
.theme_slider_2 .theme_slider_contact_wrapper {
	display: none;
}
.theme_slider2_agent_picture {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	height: 90px;
	width: 90px;
}
.theme_slider_3 .theme_slider_3_gradient {
	background: #222;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.theme_slider_3 .owl-nav {
	margin-top: 0;
}
.theme_slider_3 .slide_cont_block {
	bottom: auto;
	left: 0;
	margin: 0 auto !important;
	max-width: 100%;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 33%;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	z-index: 2;
}
.theme_slider_3 .slide_cont_block .h2,
.theme_slider_3 .slide_cont_block h2 {
	color: #fff;
	font-size: 55px;
	line-height: 1em;
	margin-bottom: 20px;
	max-width: 550px;
}
.theme_slider_3 .slide_cont_block .h2:hover,
.theme_slider_3 .slide_cont_block h2:hover {
	opacity: 0.9;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_price {
	color: #fff;
	font-size: 19px;
	margin-bottom: 25px;
	z-index: 1;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_sec_row {
	color: #fff;
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: flex;
	flex-direction: row;
	font-size: 16px;
	text-transform: uppercase;
}
.theme_slider_3 .slide_cont_block .theme_slider_3_sec_row .inforoom_unit_type5 {
	position: relative;
}
.theme_slider_3
	.slide_cont_block
	.theme_slider_3_sec_row
	.inforoom_unit_type5:after {
	background: #c3c1c1;
	content: ' ';
	height: 12px;
	margin-top: -6px;
	position: absolute;
	right: -8px;
	top: 50%;
	width: 2px;
}
.theme_slider_3
	.slide_cont_block
	.theme_slider_3_sec_row
	.inforoom_unit_type5:last-of-type:after {
	display: none;
}
.theme_slider_3 .owl-next,
.theme_slider_3 .owl-prev {
	background-color: #222;
	border: none;
	bottom: 0;
	height: 90px;
	line-height: 100px;
	position: absolute;
	text-align: center;
	top: auto;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 90px;
}
.theme_slider_3 .owl-prev {
	margin-top: 120px;
	right: 90px;
}
.theme_slider_3 .owl-next {
	right: 0;
}
.theme_slider_3.owl-carousel .owl-nav button.owl-next,
.theme_slider_3.owl-carousel .owl-nav button.owl-prev {
	background-color: #222;
	border-radius: 0;
	margin: 0;
}
.theme_slider_3.owl-carousel .owl-nav button.owl-next:hover,
.theme_slider_3.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.8;
}
.theme_slider_3 .theme_slider_contact_wrapper {
	left: 0;
	position: relative;
	top: 0;
}
.theme_slider_3.full_screen_yes .slide_cont_block {
	bottom: 30%;
}
.theme_slider_3_carousel-indicators {
	bottom: 90px;
	display: flex;
	gap: 10px;
	left: 0;
	margin: 0 auto !important;
	max-width: 100%;
	padding: 0 15px;
	position: absolute;
	right: 0;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	z-index: 15;
}
.theme_slider_3_carousel-indicators a {
	display: inline-flex;
	gap: 10px;
}
.theme_slider_3_carousel-indicators a img {
	border: 2px solid #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 90px;
}
.theme_slider_3_carousel-indicators a.active img {
	border: 2px solid #222;
}
.theme_slider_3.owl-carousel .owl-item .item {
	padding: 0;
}
.theme_slider_3.owl-carousel .owl-item img {
	display: block;
	height: 100%;
	width: auto;
}
#modal_login_wrapper {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#modal_login_wrapper .modal_login_back {
	background-color: #111;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#modal_login_wrapper .modal_login_container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
	height: 550px;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	position: relative;
	right: 0;
	top: 8%;
	width: 750px;
	z-index: 1;
}
#modal_login_wrapper .modal_login_container.wpestare_recaptcha_extra_class {
	height: 610px !important;
}
#modal_login_wrapper .modal_login_container .alert-message,
#modal_login_wrapper .modal_login_container .login-alert {
	max-width: 100%;
	width: 100%;
}
#modal_login_wrapper .login-register-modal-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
#modal_login_wrapper
	.login-register-modal-image
	.login-register-modal-image_text {
	bottom: 45px;
	color: #fff;
	font-size: 31px;
	font-weight: 500;
	left: 45px;
	line-height: 1.25em;
	position: absolute;
	right: 45px;
	z-index: 2;
}
#modal_login_wrapper .login-register-modal-form-wrapper {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}
#modal_login_wrapper #login-modal_close {
	cursor: pointer;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	z-index: 999999;
}
#modal_login_wrapper #login-modal_close i {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 16px;
	opacity: 0.6;
}
#modal_login_wrapper #login-modal_close i:hover {
	opacity: 1;
}
#modal_login_wrapper .login_modal_control {
	bottom: 30px;
	color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
	float: left;
	font-size: 14px;
	padding: 0 45px;
	position: absolute;
	width: 100%;
}
#modal_login_wrapper .wpestate_forgot_form_wrapper,
#modal_login_wrapper .wpestate_login_form_wrapper,
#modal_login_wrapper .wpestate_register_form_wrapper {
	float: none;
	padding: 0 45px;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
}
.wpestate_forgot_form_wrapper,
.wpestate_register_form_wrapper {
	display: none;
}
.wpestate_forgot_form_wrapper,
.wpestate_login_form_wrapper,
.wpestate_register_form_wrapper {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	width: 100%;
}
.wpestate_forgot_form_wrapper input[type='checkbox'],
.wpestate_login_form_wrapper input[type='checkbox'],
.wpestate_register_form_wrapper input[type='checkbox'] {
	margin-bottom: 0;
}
.wpestate_forgot_form_wrapper label,
.wpestate_login_form_wrapper label,
.wpestate_register_form_wrapper label {
	font-weight: 400;
	line-height: 1.2em;
}
.wpestate_forgot_form_wrapper .form-control,
.wpestate_forgot_form_wrapper .form-select,
.wpestate_login_form_wrapper .form-control,
.wpestate_login_form_wrapper .form-select,
.wpestate_register_form_wrapper .form-control,
.wpestate_register_form_wrapper .form-select {
	margin-bottom: 10px;
}
.wpestate_forgot_form_wrapper .login_register_div_title,
.wpestate_login_form_wrapper .login_register_div_title,
.wpestate_register_form_wrapper .login_register_div_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 0;
	padding: 0 0 15px;
	text-align: left;
}
.wpestate_forgot_form_wrapper .wpestate_forgot_password_submit_button,
.wpestate_forgot_form_wrapper .wpestate_login_submit_button,
.wpestate_forgot_form_wrapper .wpestate_register_submit_button,
.wpestate_login_form_wrapper .wpestate_forgot_password_submit_button,
.wpestate_login_form_wrapper .wpestate_login_submit_button,
.wpestate_login_form_wrapper .wpestate_register_submit_button,
.wpestate_register_form_wrapper .wpestate_forgot_password_submit_button,
.wpestate_register_form_wrapper .wpestate_login_submit_button,
.wpestate_register_form_wrapper .wpestate_register_submit_button {
	margin-bottom: 0;
	width: 100%;
}
.login_modal_control {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	width: 100%;
}
.login_modal_control .wpestate_login_form_switch_forgot,
.login_modal_control .wpestate_login_form_switch_login,
.login_modal_control .wpestate_login_form_switch_register {
	font-weight: 500;
}
.login_modal_control .wpestate_login_form_switch_login {
	display: none;
}
.wpestate_register_form_agree_terms_label_wrapper {
	display: flex;
	margin-bottom: 10px;
}
.wpestate_register_form_agree_terms {
	margin: 0 5px 0 0;
}
.wpestate_register_form_agree_terms_label {
	cursor: pointer;
	margin-bottom: 0;
}
.wpestate_register_form_agree_terms_label a {
	padding: 0;
}
.password_holder {
	display: inline-block;
	position: relative;
	width: 100%;
}
.show_hide_password {
	cursor: pointer;
	font-size: 17px;
	opacity: 0.7;
	position: absolute;
	right: 10px;
	top: 10px;
}
.show_hide_password:hover {
	opacity: 1;
}
.or_social {
	float: left;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}
#facebookloginsidebar_topbar,
#googleloginsidebar_topbar,
#twitterloginsidebar_topbar {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	margin: 10px 0 0;
	padding: 0 15px;
	text-align: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
#facebookloginsidebar_topbar:before,
#googleloginsidebar_topbar:before,
#twitterloginsidebar_topbar:before {
	font-family: Font Awesome\5 Brands;
	font-weight: 700;
	padding-right: 10px;
}
#facebookloginsidebar_topbar {
	background-color: #39579a;
	color: #fff;
}
#facebookloginsidebar_topbar:hover {
	background-color: #2d4373;
}
#facebookloginsidebar_topbar:before {
	content: '\f39e';
}
#googleloginsidebar_topbar {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	color: #222;
	line-height: 38px;
}
#googleloginsidebar_topbar:hover {
	background-color: #e8f0fa;
}
#googleloginsidebar_topbar:before {
	-webkit-text-fill-color: transparent;
	background: conic-gradient(
			from -45deg,
			#ea4335 110deg,
			#4285f4 90deg 180deg,
			#34a853 180deg 270deg,
			#fbbc05 270deg
		)
		73% 55%/150% 150% no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	content: '\f1a0';
}
#twitterloginsidebar_topbar {
	background-color: #00aced;
	color: #fff;
}
#twitterloginsidebar_topbar:hover {
	background-color: #0090c6;
}
#twitterloginsidebar_topbar:before {
	content: '\e61b';
}
.wd_user_menu {
	width: 100%;
}
.wd_user_menu li {
	border: none;
	cursor: pointer;
	padding-bottom: 0;
	position: relative;
}
.wd_user_menu i {
	margin-right: 13px;
	width: 13px;
}
.wd_user_menu .unread_mess {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 10px;
	width: auto;
}
.wd_user_menu a {
	align-items: center;
	display: flex;
	padding: 5px 0;
	width: 100%;
}
.wd_user_menu a,
.wd_user_menu li svg {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wd_user_menu li svg {
	height: 15px;
	margin-right: 10px;
	width: 15px;
}
ul.secondary_menu_sidebar {
	display: none;
}
.agent_sidebar_mobile svg {
	fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: #8a959e;
	height: 21px;
	vertical-align: middle;
}
.mobilewrapper-user .wpestate_forgot_form_wrapper .login_register_div_title,
.mobilewrapper-user .wpestate_login_form_wrapper .login_register_div_title,
.mobilewrapper-user .wpestate_register_form_wrapper .login_register_div_title {
	color: var(
		--wp-estate-mobile-menu-font-color-option,
		var(--wp_estate_mobile_menu_font_color)
	);
	font-size: 16px;
}
.mobilewrapper-user .login_modal_control,
.mobilewrapper-user .wpestate_forgot_form_wrapper,
.mobilewrapper-user .wpestate_login_form_wrapper,
.mobilewrapper-user .wpestate_register_form_wrapper {
	padding: 10px;
}
.alert-message,
.login-alert,
.wpestate_success {
	background-color: #f44336;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 3px 10px;
	width: 100%;
}
.alert-message.wpestate_success,
.login-alert.wpestate_success,
.wpestate_success.wpestate_success {
	background-color: #3c9f7e;
}
.alert-message:empty,
.login-alert:empty,
.wpestate_success:empty {
	display: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.alert-danger {
	background-color: #ed5565;
	background-image: none;
	border: none;
	clear: both;
	color: #fff;
	line-height: 1.3em;
}
.alert-danger:empty {
	padding: 0;
}
.wpestate-agent-contact-sent,
.wpestate_succes {
	background-color: #3c9f7e;
}
#property_details_modal_close,
.video_modal_login_close {
	background-image: url(css/css-images/closeicon4.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 25px;
	opacity: 0.3;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 25px;
	z-index: 999999;
}
#modal_login_wrapper .featured_gradient {
	background-image: linear-gradient(0deg, #000, transparent 56%);
	opacity: 0.35;
}
#property_details_modal_close {
	opacity: 1;
	right: -30px;
	top: 15px;
}
.wpestate_alert_box_wrapper {
	display: inline-block;
	display: none;
	width: 100%;
}
.page-template-user_dashboard_add_agent .login-alert {
	width: 100%;
}
.listing-submit {
	color: #222;
	font-size: 18px;
	height: 120px;
	padding-top: 50px;
	text-align: center;
}
.login_alert_full {
	background-color: #ed5565;
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 21px;
	padding: 6px 5px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 100000000000000000;
}
#property_details_modal_wrapper,
.video_container_modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.wp-submit {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 14px 20px;
	width: 100%;
}
.widget-title-sidebar {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 15px;
}
.widget-title-sidebar_blank {
	width: 100%;
}
.widget-area-sidebar {
	margin-top: 0;
	min-height: 200px;
}
.widget-area-sidebar .wpresidence_dropdown,
.widget-area-sidebar input[type='email'],
.widget-area-sidebar input[type='number'],
.widget-area-sidebar input[type='password'],
.widget-area-sidebar input[type='text'],
.widget-area-sidebar input[type='url'],
.widget-area-sidebar textarea {
	font-size: 13px;
}
.widget-area-sidebar label {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
}
.widget-area-sidebar #input_formula {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.widget-area-sidebar #input_formula label {
	margin-bottom: -5px;
}
.widget-area-sidebar li a:hover {
	text-decoration: none;
	transition-duration: 0s;
}
#primary .wpestate_forgot_form_wrapper .login_register_div_title,
#primary .wpestate_login_form_wrapper .login_register_div_title,
#primary .wpestate_register_form_wrapper .login_register_div_title {
	font-size: 16px;
	line-height: 1.6em;
}
#primary a,
#primary p {
	font-size: 13px;
}
#primary a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#primary li {
	font-size: 13px;
}
#primary #user_terms_register_wd {
	float: left;
	margin: 10px 5px 10px 0;
}
#primary #user_terms_register_wd_label {
	margin: 10px 5px 10px 0;
}
#primary .widget-container {
	background: var(
		--wp-estate-sidebar-widget-color-option,
		var(--wp_estate_sidebar_widget_color)
	);
	border: var(
			--wp-estate-widget-border-size-option,
			--wp_estate_widget_sidebar_border_size
		)
		solid
		var(
			--wp-estate-widget-sidebar-border-color-option,
			--wp_estate_widget_sidebar_border_color
		);
	padding: 30px;
	padding: var(
			--wp-estate-sidebarwidget-internal-padding-top-option,
			var(--wp_estate_sidebarwidget_internal_padding_top)
		)
		var(
			--wp-estate-sidebarwidget-internal-padding-right-option,
			var(--wp_estate_sidebarwidget_internal_padding_right)
		)
		var(
			--wp-estate-sidebarwidget-internal-padding-bottom-option,
			var(--wp_estate_sidebarwidget_internal_padding_bottom)
		)
		var(
			--wp-estate-sidebarwidget-internal-padding-left-option,
			var(--wp_estate_sidebarwidget_internal_padding_left)
		);
}
#primary .widget-container.featured_sidebar_property {
	padding: 0;
}
#primary .widget-container form {
	--bs-gutter-y: 0rem;
	display: flex;
	flex-direction: column;
	width: 100%;
}
#primary .widget-container .wpresidence_button {
	margin-bottom: 0;
	width: 100%;
}
.single-content .widget.widget-container {
	border: var(
			--wp-estate-widget-border-size-option,
			--wp_estate_widget_sidebar_border_size
		)
		solid
		var(
			--wp-estate-widget-sidebar-border-color-option,
			--wp_estate_widget_sidebar_border_color
		);
	padding: 30px;
}
.single-content .widget.widget-container #login-div,
.single-content .widget.widget-container .login_form {
	padding: 0;
}
.widget-container {
	margin-bottom: 30px;
	width: 100%;
}
.widget-container li {
	margin-bottom: 5px;
	width: 100%;
}
.children {
	padding: 10px 0;
}
.children li:last-of-type {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget li:before {
	margin-top: 3px;
}
.sidebar_filter_menu {
	margin-top: 1px;
	padding: 10px 15px;
	position: relative;
}
._4s7c {
	border: 1px solid #fff000 !important;
}
.error404 #primary {
	display: none;
}
.wpestate_sidebar_sticky {
	align-self: flex-start;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}
.directory_sidebar_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
}
.directory_sidebar_wrapper .extended_search_checker {
	display: flex;
	margin-top: 10px;
}
.directory_sidebar_wrapper label {
	line-height: 15px;
}
.directory_sidebar .h3,
.directory_sidebar h3 {
	font-size: 16px;
}
.elementor_library-template-default #primary {
	display: none;
}
ul.wd_user_menu {
	margin: 0;
}
.elementor-widget-property_show_agent_form2_section {
	gap: 10px;
}
.elementor-widget-property_show_agent_form2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-arrow {
	height: 30px;
	width: 30px;
}
.elementor-widget-property_show_agent_form2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-arrow:before {
	line-height: 30px;
}
.elementor-widget-property_show_agent_form2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-arrow.slick-prev {
	left: -20px;
}
.elementor-widget-property_show_agent_form2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-arrow.slick-next {
	right: -20px;
}
.elementor-widget-property_show_agent_form2_section .realtor_call,
.elementor-widget-property_show_agent_form2_section .realtor_whatsapp {
	margin: 0;
	text-align: center;
	width: 100%;
}
.elementor-widget-property_show_agent_form2_section .agent_submit_class {
	margin-bottom: 0;
}
#primary .widget-container.twitter_wrapper {
	border: none;
}
#primary .widget-container.twitter_wrapper,
.twitter_wrapper {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
}
.twitter_wrapper {
	color: #fff;
	display: inline-block;
	height: 250px;
	padding: 30px;
	position: relative;
	width: 100%;
}
.wpestate_tweet_icon {
	color: #fff;
	font-size: 49px;
	margin: 0 auto 13px;
	width: 50px;
}
.twitter_wrapper a {
	color: #fff !important;
}
.twitter_wrapper li {
	border: none;
	color: #fff;
}
#colophon .twitter_wrapper li a,
.twitter_wrapper li a {
	color: #fff !important;
	font-weight: 500;
}
.twitter_time {
	font-weight: 400 !important;
}
.tweet_circle {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline;
	float: left;
	height: 10px;
	margin-left: 10px;
	width: 10px;
}
#tw_control {
	bottom: 0;
	display: block;
	position: absolute;
}
#tw_control li {
	border: 1px solid #fff;
	height: 12px;
	margin: 0 0 0 12px;
	width: 12px;
}
.wpestate_recent_tweets .item {
	height: 140px;
}
.presenttw {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: 1px solid #fff;
}
#colophon .twitter_wrapper a {
	color: #fff;
}
#colophon #tw_control li {
	border: 1px solid #fff;
}
.widget_search #searchform {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.widget_search #searchform .form-control {
	float: left;
	margin-right: 5px;
	min-width: auto;
	width: 100%;
}
#submit-form {
	margin-bottom: 0 !important;
	min-width: 90px;
	width: 100%;
}
.searchform #submit-form {
	margin-left: 13px;
	width: auto;
}
#s,
.searchform .field {
	float: left;
}
.searchform {
	margin-left: 15px;
}
.searchform .field {
	height: 48px;
	width: 250px;
}
.tagcloud a {
	margin: 0 10px 10px 0;
}
#calendar_wrap {
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
}
.widget_calendar #wp-calendar {
	color: #555;
	text-align: center;
	width: 100%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	background: #fff;
	text-align: center;
}
table tbody tr td {
	color: #222;
	padding: 5px 6px;
	vertical-align: top;
}
.widget_calendar table tbody tr td {
	vertical-align: middle;
}
#calendar_wrap table {
	border: none;
	margin-bottom: 0;
}
#calendar_wrap table td,
table tr {
	border: none;
}
.widget_calendar #wp-calendar caption {
	font-size: 12px;
	font-weight: 500;
	padding: 15px 0;
}
.widget_calendar #wp-calendar th {
	font-weight: 500;
}
.widget_calendar #wp-calendar tfoot td,
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 6px 0;
}
#colophon #calendar_wrap {
	background-color: #fff;
}
.widget_calendar #wp-calendar th {
	padding: 13px 0;
}
.widget_calendar #wp-calendar tfoot td {
	padding: 10px 0;
}
.wp-block-search .wp-block-search__input {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e7e7e7;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: block;
	height: 40px;
	line-height: 1.4;
	padding: 10px 15px;
	width: 100%;
}
.wp-block-search .wp-block-search__button {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	margin-left: 0.625em;
	padding: 0.375em 0.625em;
	word-break: normal;
}
.widget_nav_menu li:before,
.widget_pages li:before,
.widget_recent_entries li:before,
.widget_rss li:before,
.widget_text li:before {
	content: '\f15c';
	display: block;
	float: left;
	font-family: Font Awesome\5 Free;
	font-style: normal;
	font-weight: 400;
	margin-right: 10px;
	text-decoration: inherit;
}
.widget_text li:before {
	content: '';
	margin: 0;
}
.widget_archive li:before {
	content: '\f133';
	font-weight: 400;
}
.widget_archive li:before,
.widget_meta li:before {
	display: block;
	float: left;
	font-family: Font Awesome\5 Free;
	font-style: normal;
	margin-right: 10px;
	text-decoration: inherit;
}
.widget_meta li:before {
	content: '\f013';
	font-weight: 600;
}
.widget_categories li:before {
	content: '\f07c';
	display: block;
	float: left;
	font-family: Font Awesome\5 Free;
	font-style: normal;
	font-weight: 400;
	margin-right: 10px;
	text-decoration: inherit;
}
.wpestate_zillow_answer {
	line-height: 1.6em;
	margin-top: 10px;
}
.wpestate_zillow_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 16px;
	font-weight: 600;
}
.wpestate_zillow_address {
	text-transform: capitalize;
}
.contact_sidebar_wrap {
	align-content: flex-start;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.contact_sidebar_wrap p {
	line-height: 1.6em;
	margin-bottom: 0;
}
.contact_sidebar_wrap i {
	margin-right: 10px;
	width: 13px;
}
.widget-container.latest_listings .owl-carousel .owl-item {
	float: left;
	height: auto;
	position: relative;
}
.widget-container.latest_listings .owl-carousel .owl-item .item {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 100%;
	min-height: 100%;
	padding: 0;
	width: 100%;
}
.widget-container.latest_listings .owl-theme .owl-nav {
	margin-top: -15px;
}
.widget-container.latest_listings
	.owl-theme
	.owl-nav
	.wpresidence-carousel-control {
	margin-top: -35px;
}
.widget-container.latest_listings .featured_title {
	float: left;
	position: absolute;
}
.widget_latest_internal {
	align-items: center;
	display: flex;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.widget_latest_internal:last-of-type {
	margin-bottom: 0;
}
.widget_latest_internal .price_label {
	font-size: 13px;
}
.widget_latest_internal img {
	display: inline;
	float: left;
	height: auto;
	vertical-align: top;
	width: 100%;
}
.widget_latest_internal:hover img {
	opacity: 0.85;
}
.listing_name {
	display: inline;
	float: left;
	line-height: 20px;
	margin-left: 0;
	padding-left: 13px;
	position: relative;
	width: 60%;
}
.no_post_th {
	margin-left: 0;
}
.widget_latest_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.widget_latest_listing_image {
	float: left;
	max-width: 150px;
	overflow: hidden;
	position: relative;
}
.widget_latest_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}
#primary .widget-container.latest_listings {
	overflow: hidden;
}
#primary .widget_latest_title a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1em;
}
#primary .widget_latest_title a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#colophon .widget_latest_price {
	color: var(
		--wp-estate-footer-font-color-option,
		var(--wp_estate_footer_font_color)
	);
}
.featured_title {
	background-color: #222;
	border-radius: 0 0 4px 4px;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 15px;
	position: absolute;
	width: 100%;
}
.featured_title a {
	color: hsla(0, 0%, 100%, 0.804);
}
.featured_title a:hover {
	color: #fff;
}
.featured_second_line {
	background-color: rgba(0, 116, 225, 0.804);
	border-radius: 4px 0 4px 0;
	color: #fff;
	padding: 5px 15px;
	position: absolute;
	top: 0;
}
.featured_sidebar {
	position: relative;
}
.featured_sidebar .featured_widget_image {
	cursor: pointer;
	position: relative;
}
#colophon .featured_title a {
	line-height: 22px;
}
#primary .featured_title a {
	font-size: 16px;
}
.agent-unit-img-wrapper img,
.featured_widget_image img,
.related_blog_unit_image img,
.widget_latest_listing_image img {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
}
.header_social {
	float: right;
	padding: 25px 45px 0 0;
}
.social_sidebar_internal {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}
.social_sidebar_internal,
.social_sidebar_internal a {
	align-content: center;
	align-items: center;
	display: flex;
}
.social_sidebar_internal a {
	background-color: #f3f3f3;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #8795ab;
	font-size: 15px !important;
	height: 41px;
	justify-content: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 41px;
}
.social_sidebar_internal a:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.social_sidebar_internal a:hover i {
	color: #fff;
}
#colophon .social_sidebar_internal a {
	background-color: var(
		--wp-estate-footer-social-widget-back-color-option,
		var(--wp_estate_footer_social_widget_back_color)
	);
	color: var(
		--wp-estate-footer-social-widget-color-option,
		var(--wp_estate_footer_social_widget_color)
	);
}
#colophon .social_sidebar_internal a:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.social-blogger,
.social-dribbble,
.social-facebook,
.social-foursquare,
.social-google,
.social-instagram,
.social-linkedIn,
.social-pinterest,
.social-rss,
.social-tumblr,
.social-twitter,
.social-vimeo,
.social-yahoo,
.social-youtube {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: Font Awesome\5 Free;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.social-rss:before {
	content: '\f09e';
}
.social-facebook:before {
	content: '\f09a';
}
.social-twitter:before {
	content: '\e61b';
}
.social-dribbble:before {
	content: '\f17d';
}
.social-google:before {
	content: '\f0d5';
}
.social-linkedIn:before {
	content: '\f0e1';
}
.social-tumblr:before {
	content: '\f173';
}
.social-pinterest:before {
	content: '\f0d2';
}
.social-youtube:before {
	content: '\f167';
}
.social-vimeo:before {
	content: '\f194';
}
.social-foursquare:before {
	content: '\f180';
}
.social-instagram:before {
	content: '\f16d';
}
.social_sidebar_internal i {
	-moz-osx-font-smoothing: grayscale;
}
.widget_nav_menu .sub-menu {
	padding: 10px 0 0 15px;
}
.widget_nav_menu .sub-menu li:last-of-type {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget_nav_menu .sub-menu .menu-item-has-children > a:after {
	content: '';
	width: 0;
}
.widget_nav_menu .sub-menu li:hover {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.widget_nav_menu .sub-menu li:hover a {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	padding-left: 0 !important;
}
#list_sidebar_curr {
	width: 100%;
}
.category_list_widget li {
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 8px 0;
	width: 100%;
}
.category_list_widget li .child_category {
	float: left;
	width: 100%;
}
.category_list_widget li .child_category li {
	border: none;
	padding-left: 15px;
}
#colophon .category_list_widget li {
	border: none;
	-moz-column-gap: 5px;
	column-gap: 5px;
	justify-content: flex-start;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0;
}
#colophon .category_list_widget li:last-child,
.elementor-widget-container .widget-container {
	margin-bottom: 0;
}
.elementor-widget-container .advanced_search_sidebar,
.elementor-widget-container .g_ag_dev_search_widget,
.elementor-widget-container .loginwd_sidebar,
.elementor-widget-container .measurement_unit_widget,
.elementor-widget-container .mortgage_calculator_li,
.elementor-widget-container .multiple_currency_widget {
	background: #fff;
	border: 1px solid #fff;
	clear: both;
	padding: 30px;
	width: 100%;
}
.elementor-widget-container .login_form {
	padding: 0;
}
.elementor-widget-container .advanced_search_sidebar,
.elementor-widget-container .contact_sidebar,
.elementor-widget-container .facebook_widget_like,
.elementor-widget-container .featured_sidebar,
.elementor-widget-container .g_ag_dev_search_widget,
.elementor-widget-container .latest_listings,
.elementor-widget-container .loginwd_sidebar,
.elementor-widget-container .measurement_unit_widget,
.elementor-widget-container .mortgage_calculator_li,
.elementor-widget-container .multiple_currency_widget,
.elementor-widget-container .property_categories,
.elementor-widget-container .social_sidebar,
.elementor-widget-container .twitter_wrapper {
	margin-bottom: 30px;
}
.elementor-widget-container .social_sidebar_internal a {
	background-color: #fff;
	display: inline-block;
	height: 0;
	height: 41px;
	margin: 0 10px 10px 0;
	padding: 11px 0;
	position: relative;
	text-align: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 22%;
	width: 41px;
}
.elementor-widget-container .boxed_widget form {
	width: 100%;
}
.elementor-widget-container .category_list_widget li {
	border-bottom: 0 solid #f0f0f0;
	margin-bottom: 0;
}
.elementor-widget-container .category_list_widget ul {
	list-style-type: none;
	margin: 0;
}
.elementor-widget-container .category_list_widget .category_no {
	float: none;
	margin: 5px 0 0 5px;
}
.elementor-widget-container .widget-container#footer_latest_widget-2 {
	background: #fff;
	border-bottom: 0;
	margin-bottom: 30px;
	padding: 30px 15px 15px 30px;
}
.elementor-widget-Site_Currency_Changer .dropdown.form-control,
.elementor-widget-Site_Measurement_Unit_Changer .dropdown.form-control {
	height: auto;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.elementor-widget-Site_Currency_Changer .multiple_currency_widget,
.elementor-widget-Site_Measurement_Unit_Changer .multiple_currency_widget,
.right-top-widet #multiple_currency_widget-7 {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 8px 15px 0;
}
.elementor-widget-Site_Currency_Changer,
.elementor-widget-Site_Measurement_Unit_Changer {
	margin: 0;
	width: 170px;
}
.elementor-widget-Site_Currency_Changer .sidebar_filter_menu,
.elementor-widget-Site_Measurement_Unit_Changer .sidebar_filter_menu {
	font-size: 13px;
	min-width: 100px;
	padding: 2px 10px;
}
.elementor-widget-Site_Currency_Changer #list_sidebar_curr,
.elementor-widget-Site_Measurement_Unit_Changer #list_sidebar_measure_unit {
	margin-left: 0;
	min-width: 140px;
}
#primary .agent_unit:hover {
	box-shadow: none;
}
#primary .agent_unit .h4,
#primary .agent_unit h4 {
	margin-bottom: 5px;
	margin-top: 20px;
}
#primary .agent_unit .h4 a,
#primary .agent_unit h4 a {
	font-size: 18px;
}
#primary .agent_unit.agent_unit_sidebar {
	box-shadow: none;
}
#primary .agent_unit.agent_unit_sidebar .agent_position {
	margin-bottom: 15px;
}
#primary .agent_unit.agent_unit_sidebar .agent_detail {
	align-items: center;
	display: flex;
	font-size: 13px;
	line-height: 1.4em;
}
#primary .agent_contanct_form_sidebar .widget-container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#primary .agent_unit_social {
	font-size: 15px;
	line-height: 30px;
	margin-right: 10px;
	padding: 0 30px;
}
#primary .agent_unit_social a {
	margin-right: 10px;
}
.widget-area-sidebar .agent_unit_button.agent_unit_contact_me {
	bottom: 15px;
	line-height: 1em;
	right: 30px;
}
.splash_page_widgets_wrapper {
	align-items: center;
	bottom: 15px;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 30px;
	position: fixed;
	width: 100%;
	z-index: 99;
}
.splash_page_widgets_wrapper .widget-container {
	margin: 0;
	width: auto;
}
.splash_page_widgets_wrapper .widget-container .widget-title-topbar {
	display: none;
}
.splash_page_widgets_wrapper .splash_page_widget,
.splash_page_widgets_wrapper .splash_page_widget a {
	color: #fff;
}
.splash_page_widgets_wrapper .splash_page_widget a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.splash_page_widgets_wrapper .splash_page_widget p {
	margin-bottom: 0;
}
.splash_page_widgets_wrapper .splash_page_widget .social_sidebar_internal a {
	background-color: transparent;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	height: 30px;
	width: 20px;
}
.splash_page_widgets_wrapper
	.splash_page_widget
	.social_sidebar_internal
	a:hover
	i {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.widget-container.mortgage_calculator_li.boxed_widget #morg_results {
	display: none;
	float: left;
	font-size: 14px;
	margin: 0;
}
.widget-container.mortgage_calculator_li.boxed_widget #morg_results span {
	align-content: stretch;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 5px;
	justify-content: center;
	margin-bottom: 10px;
}
#colophon .widget-container.mortgage_calculator_li.boxed_widget {
	background-color: #fff;
	padding: 30px;
}
#colophon .widget-container.mortgage_calculator_li.boxed_widget label {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	margin: 10px 0 5px;
}
#colophon .widget-container.mortgage_calculator_li.boxed_widget #morg_compute {
	margin-top: 10px;
	width: 100%;
}
#colophon {
	background-color: var(
		--wp-estate-footer-back-color-option,
		var(--wp_estate_footer_back_color)
	);
	color: var(
		--wp-estate-footer-font-color-option,
		var(--wp_estate_footer_font_color)
	);
}
#colophon p {
	line-height: 1.6em;
}
#colophon ul {
	list-style: none;
	margin: 0;
}
#colophon ul.child_category {
	margin-top: 10px;
}
#colophon .category_list_widget li,
#colophon .contact_sidebar_wrap p,
#colophon .copyright,
#colophon .subfooter_menu a,
#colophon .textwidget {
	font-size: 14px;
}
#colophon a,
#colophon li a {
	border: none;
	color: var(
		--wp-estate-footer-font-color-option,
		var(--wp_estate_footer_font_color)
	);
	font-size: 14px;
	line-height: 1.4em;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#colophon a:hover,
#colophon li a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	text-decoration: none;
}
#colophon .xoxo {
	padding-top: 45px;
}
#colophon .widget-title-footer {
	color: var(
		--wp-estate-footer-heading-color-option,
		var(--wp_estate_footer_heading_color)
	);
	font-size: 16px;
}
#colophon .latest_listings {
	display: block;
	overflow: hidden;
}
#colophon .btn {
	width: 100%;
}
#colophon
	.wpresidence_dropdown
	.dropdown-menu.filter_menu.list_sidebar_currency,
#colophon
	.wpresidence_dropdown
	.dropdown-menu.filter_menu.list_sidebar_measure_unit {
	width: 220px;
}
#colophon .subfooter_menu a {
	color: var(
		--wp-estate-footer-copy-color-option,
		var(--wp_estate_footer_copy_color)
	);
	padding-bottom: 0;
}
#colophon .widget_nav_menu .sub-menu li:hover {
	background-color: transparent;
}
#colophon .sub-menu ul {
	border-top: 0 solid #fff !important;
}
#colophon .sub-menu li:hover > a {
	padding-left: 5px !important;
}
#colophon .widget_categories li:before,
#colophon .widget_meta li:before,
#colophon .widget_recent_comments li:before {
	margin-top: 0;
}
#colophon .widget_pages li:before,
#colophon .widget_recent_entries li:before,
#colophon .widget_rss li:before,
#colophon .widget_text li:before {
	margin-top: 4px;
}
#colophon.boxed_footer,
#colophon.sticky_footer.boxed_footer {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 1200px;
}
#footer-widget-area {
	margin: 0 auto !important;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 15px;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
#footer-widget-area.wide_footer {
	padding: 30px;
	width: 100%;
}
.sub_footer {
	background-color: var(
		--wp-estate-footer-copy-back-color-option,
		var(--wp_estate_footer_copy_back_color)
	);
	color: var(
		--wp-estate-footer-copy-color-option,
		var(--wp_estate_footer_copy_color)
	);
	width: 100%;
}
.sub_footer_content {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto !important;
	max-width: 100%;
	padding: 0 30px;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
.sub_footer_content.wide_footer {
	width: 100%;
}
.sub_footer a,
.sub_footer li a {
	color: var(
		--wp-estate-footer-copy-color-option,
		var(--wp_estate_footer_copy_color)
	);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.sub_footer a:hover,
.sub_footer li a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.copyright {
	line-height: 60px;
}
.subfooter_menu {
	display: inline-flex;
}
.subfooter_menu li {
	display: inline;
	font-size: 13px;
}
.subfooter_menu .menu > li {
	line-height: 60px;
}
.contactformwrapper {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 80px;
	padding: 30px;
	position: fixed;
	right: 45px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 312px;
	z-index: 300;
}
.contactformwrapper.hidden {
	display: none;
}
.contactformwrapper .contact_close_button {
	color: #222;
	cursor: pointer;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 5px;
	width: 30px;
}
.contactformwrapper .contact_close_button:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.contactformwrapper #btn-cont-submit {
	margin-bottom: 0 !important;
	width: 100%;
}
.contactformwrapper p {
	font-size: 13px;
	margin: 0;
}
.contactformwrapper button {
	color: #fff;
}
.contactformwrapper:before {
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #f0f0f0;
	bottom: -17px;
	content: ' ';
	height: 0;
	position: absolute;
	right: 29px;
	width: 0;
}
.contactformwrapper:after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	bottom: -15px;
	content: ' ';
	height: 0;
	position: absolute;
	right: 30px;
	width: 0;
}
.contactformwrapper.wpsestate_is_contact_single:before {
	right: 19px;
}
.contactformwrapper.wpsestate_is_contact_single:after {
	right: 20px;
}
#footer-contact-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#footer-contact-form .alert-message,
#footer-contact-form .h4,
#footer-contact-form .login-alert,
#footer-contact-form .wpestate_success,
#footer-contact-form h4 {
	margin-bottom: 0;
}
.footer_back_repeat {
	background-repeat: repeat;
}
.footer_back_repeat_x {
	background-repeat: repeat-x;
}
.footer_back_repeat_y {
	background-repeat: repeat-y;
}
.footer_back_repeat_no {
	background-repeat: no-repeat;
}
.sticky_footer {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
}
.backtop,
.contact-box {
	align-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 10px;
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.045);
	color: #fff;
	color: #222;
	display: flex;
	font-size: 15px;
	height: 50px;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: -60px;
	text-decoration: none;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 50px;
	z-index: 100;
	z-index: 102;
}
.backtop a,
.contact-box a {
	color: rgba(92, 114, 125, 0.702);
}
.backtop.islive,
.contact-box.islive {
	opacity: 0.9;
	right: 15px;
}
.contact-box {
	bottom: 10px;
	margin-right: 60px;
	right: -125px;
	z-index: 100;
}
.wpsestate_is_contact_single {
	margin-right: 0;
}
.wpestate_support_link {
	line-height: 60px;
}
.menu-footer-container ul {
	float: left;
	width: 100%;
}
.wpestate_has_sticky_footer .wpresidence_main_wrapper_class {
	background-color: var(
		--wp-estate-background-color-option,
		var(--wp-estate-background-color)
	);
	position: relative;
	z-index: 99;
}
#google_map_prop_list_sidebar .search_wrapper {
	background-color: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 0;
}
.search_wrapper {
	background: transparent;
	display: inline-block;
	height: auto;
	padding: 15px;
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
	z-index: 99;
}
.search_wrapper.with_search_on_end .adv-search-header-1 {
	top: -55px;
}
.error404 .search_wrapper {
	display: inline-block;
	float: none;
}
.single-estate_agency .search_wrapper,
.single-estate_developer .search_wrapper {
	display: none;
}
.page-template-splash_page .search_wrapper {
	top: 55%;
}
.page-template-splash_page .search_wrapper.with_search_form_float {
	display: block;
}
.search_wrapper_color {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.search_wrapper_color.with_search_form_float {
	border-bottom: 0;
}
.residence_adv_extended_options_text {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}
.extended_search_check_wrapper {
	display: none;
	position: relative;
	width: 100%;
}
.extended_search_check_wrapper .extended_search_checker {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	justify-content: flex-start;
	margin: 5px 0;
	width: 25%;
}
.extended_search_check_wrapper label {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 0;
}
.extended_search_check_wrapper .adv_extended_close_button {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}
#advanced_submit_4,
.advanced_submit_4 {
	width: 100%;
}
.wpestate_location {
	width: 50%;
}
.float_search_closed #adv-search-header-1:after,
.float_search_closed #adv-search-header-3:after {
	content: '\f0d8' !important;
}
#adv-search-header-mobile {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-size: 15px;
	gap: 10px;
	margin-bottom: 0;
	padding: 15px;
	position: relative;
	width: 100%;
	z-index: 9;
}
#adv-search-mobile {
	background-color: #fff;
	display: none;
	padding: 15px 15px 3px;
	position: relative;
	width: 100%;
	z-index: 9;
}
#adv-search-mobile form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#adv-search-mobile .tab-pane form {
	gap: 0;
}
#adv-search-mobile .extended_search_checker {
	width: 100%;
}
#adv-search-mobile .tab-pane .residence_adv_extended_options_text {
	margin-bottom: 15px;
}
#adv-search-mobile .adv_search_tab .nav-tabs {
	border-bottom: 0;
	left: auto;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
	top: auto;
}
#adv-search-mobile .adv_search_tab .nav-tabs .adv6_tab_head {
	padding: 10px !important;
}
#adv-search-mobile .adv_search_tab .wpestate-field-on-sidebar {
	margin-bottom: 7px;
}
#adv-search-mobile .adv_search_tab .advanced_submit_4,
#adv-search-mobile .adv_search_tab .wpestate_location {
	width: 100%;
}
.page-template-splash_page #adv-search-header-mobile {
	margin-bottom: 0;
	position: relative;
	z-index: 9;
}
.page-template-splash_page #adv-search-mobile {
	padding: 13px;
}
.advanced_search_shortcode {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline-block;
	font-size: 13px;
	margin-top: 30px;
	min-height: 1px;
	padding: 25px;
	width: 100%;
}
.advanced_search_shortcode .adv_search_slider p {
	margin-bottom: 0;
}
.advanced_search_shortcode .adv_search_slider label {
	margin-bottom: 7px;
}
.advanced_search_shortcode .adv_search_geo_radius_wrapper label {
	margin-bottom: 5px;
}
.advanced_search_shortcode .adv_search_geo_radius_wrapper {
	margin-bottom: 0;
	margin-top: -5px;
}
.advanced_search_shortcode .extended_search_checker {
	line-height: 13px;
}
.advanced_search_shortcode .extended_search_checker input {
	margin-bottom: 0 !important;
}
.advanced_search_shortcode .dropdown-menu {
	left: 0;
}
.advanced_search_shortcode .filter_menu {
	margin-left: 0;
	margin-top: 1px;
	overflow-x: hidden;
	padding-bottom: 0;
	width: 100%;
}
.advanced_search_shortcode .filter_menu li {
	min-width: 168px;
	padding-top: 10px;
}
#advanced_search_shortcode .nav-tabs {
	margin-top: 15px;
	text-align: left;
}
#advanced_submit_shorcode {
	float: left;
	margin-top: 0;
	width: 100%;
}
.vc_span6 #advanced_submit_shorcode {
	margin-top: 0;
}
.adv_shortcode_input {
	display: inline;
}
#adv_extended_close_half,
#adv_extended_close_mainform,
#adv_extended_close_short,
#adv_extended_close_shortcode {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0;
}
.advanced_search_sidebar .tab-content > .active {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.advanced_search_sidebar form {
	gap: 10px;
}
.advanced_search_sidebar form .wpresidence_advanced_submit_widget {
	margin-bottom: 0;
}
.advanced_search_sidebar
	.extended_search_check_wrapper
	.adv_extended_close_button {
	right: 0;
	top: 5px;
}
.advanced_search_sidebar .adv_search_tab .nav-tabs {
	border-bottom: 0;
	left: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
	top: auto;
}
.advanced_search_sidebar .adv_search_tab .wpestate_location,
.advanced_search_sidebar
	.extended_search_check_wrapper
	.extended_search_checker {
	width: 100%;
}
.adv-search-mobile .tab-pane,
.advanced_search_shortcode .tab-pane,
.advanced_search_sidebar .tab-pane {
	box-shadow: none;
}
.radius_wrap {
	position: relative;
}
.radius_wrap:after {
	color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 30%,
		transparent
	);
	content: '\f3c5';
	font-family: font awesome\5 free;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	position: absolute;
	right: 15px;
	top: 0;
}
.slider_radius_wrap {
	font-size: 13px;
	height: 38px;
	padding-top: 10px;
	position: relative;
}
.adv_search_geo_radius_wrapper .ui-widget-content,
.slider_radius_wrap .ui-widget-content {
	background: #efefef;
	background-image: none;
	border: 0 solid #efefef;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.adv_search_geo_radius_wrapper label,
.slider_radius_wrap label {
	float: none;
	font-weight: 400;
	margin-bottom: 10px;
	padding-top: 4px;
}
.adv_search_geo_radius_wrapper #wpestate_slider_radius,
.slider_radius_wrap #wpestate_slider_radius {
	height: 4px;
	margin-left: 8px;
	margin-top: 3px;
	max-width: 100%;
}
.adv_search_geo_radius_wrapper #wpestate_slider_radius .ui-slider-handle,
.slider_radius_wrap #wpestate_slider_radius .ui-slider-handle {
	background-color: #fff;
	background-image: none;
	height: 18px;
	margin-top: -3px;
	width: 18px;
}
.label_radius_wrapper_p,
.single-content p.label_radius_wrapper_p {
	margin-bottom: 0;
}
.search_wr_elementor .label_radius_wrapper_p {
	margin-bottom: 5px;
}
.search_wr_elementor .adv_search_geo_radius_wrapper,
.search_wr_elementor .adv_search_slider {
	height: auto;
	width: 100%;
}
.adv_search_geo_radius_wrapper .wpestate_slider_radius_search .ui-slider-handle,
.adv_search_geo_radius_wrapper
	.wpestate_slider_radius_search
	.ui-slider-handle.ui-corner-all.ui-state-default {
	margin-left: 0;
}
.search_wr_elementor .wpresidece-reset-btn {
	margin-top: -8px;
	top: 50%;
}
.search_wrapper.with_search_form_float {
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	padding: 0;
	position: absolute;
	right: 0;
}
.search_wrapper.with_search_form_float.float_search_closed {
	background: transparent;
	box-shadow: none;
	pointer-events: none;
	top: 100% !important;
}
.search_wrapper.with_search_form_float.float_search_closed .adv1-holder,
.search_wrapper.with_search_form_float.float_search_closed
	.residence_advanced_submit_button_search_1 {
	background: transparent;
	box-shadow: none;
	opacity: 0;
}
.search_wrapper.with_search_form_float
	.extended_search_check_wrapper
	.adv_extended_close_button,
.search_wrapper.with_search_form_float .extended_search_check_wrapper label {
	color: var(
		--wp-estate-adv-font-color-option,
		var(--wp_estate_adv_font_color)
	);
}
.with_search_form_float .adv1-holder {
	padding: 10px;
}
.with_search_form_float .adv-search-header-1:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0d7';
	font-family: Font Awesome\5 Free;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: 13px;
}
.search_wrapper.with_search_form_float,
.search_wrapper.with_search_form_float #advanced_submit_2,
.search_wrapper.with_search_form_float .adv1-holder,
.search_wrapper.with_search_form_float .adv4-holder,
.search_wrapper.with_search_form_float
	.residence_advanced_submit_button_search_1,
.search_wrapper.with_search_form_float .search_wrapper_color,
.search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,
.search_wrapper.with_search_form_float.float_search_closed.search_wr_3
	.adv3-holder {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.search_wrapper.with_search_form_float .search_wrapper_color {
	background-color: var(
		--wp-estate-adv-back-color-option,
		var(--wp_estate_adv_back_color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	opacity: var(
		--wp-estate-adv-back-color-opacity-option,
		var(--wp_estate_adv_back_color_opacity)
	);
}
.search_wrapper.search_wr_3.with_search_form_float.float_search_closed {
	margin-top: -40px;
	top: 100%;
}
.search_wrapper.with_search_form_float.float_search_closed #advanced_submit_2,
.search_wrapper.with_search_form_float.float_search_closed #advanced_submit_3,
.search_wrapper.with_search_form_float.float_search_closed .adv4-holder,
.search_wrapper.with_search_form_float.float_search_closed
	.search_wrapper_color,
.search_wrapper.with_search_form_float.float_search_closed.search_wr_3
	.adv3-holder {
	background: transparent;
	box-shadow: none;
	opacity: 0;
}
.with_search_form_float .adv-search-1-close-extended #advanced_submit_3,
.with_search_form_float .adv-search-1-close-extended .adv3-holder,
.with_search_form_float .adv-search-1-close-extended .adv4-holder,
.with_search_form_float .adv-search-3.adv-search-1-close-extended form,
.with_search_form_float.adv-search-1-close-extended #advanced_submit_2,
.with_search_form_float.adv-search-1-close-extended .adv1-holder {
	display: none;
}
.search_wr_2 .adv1-holder {
	background-color: transparent;
}
#results,
#results_no {
	display: none;
}
#results {
	background: #fff;
	font-size: 13px;
	left: 7px;
	line-height: 1em;
	max-width: 500px;
	position: absolute;
	top: -14px;
	transform: translateY(-100%);
	width: 500px;
}
#results .results_header {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	float: left;
	left: 0;
	padding: 10px 15px;
	position: absolute;
	top: 0;
	translate: 0 -100%;
	width: 100%;
}
#results .results_header #preview_view_all {
	cursor: pointer;
	float: right;
}
#results .results_header #preview_view_all:hover {
	color: #f0f0f0;
}
#results #results_wrapper {
	max-height: 300px;
	overflow-y: scroll;
}
#results #results_wrapper .preview_listing_unit {
	border-bottom: 1px solid #dde4e9;
	cursor: pointer;
	float: left;
	padding: 9px;
	width: 100%;
}
#results #results_wrapper .preview_listing_unit:hover {
	background-color: #f5f8fa;
}
#results #results_wrapper .preview_listing_unit img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	height: auto;
	width: 65px;
}
#results #results_wrapper .preview_listing_unit .h4,
#results #results_wrapper .preview_listing_unit h4 {
	font-size: 13px;
	margin-bottom: 0;
	padding-left: 78px;
}
#results #results_wrapper .preview_listing_unit .preview_details {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-weight: 500;
	padding-left: 79px;
	padding-top: 7px;
}
#results #results_wrapper .preview_listing_unit .preview_details .infocur {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 13px !important;
}
.preview_results_loading {
	padding: 13px;
}
.messagebox_text,
.saved_search_wrapper {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 15px;
	width: 100%;
}
.wpb_column > .wpb_wrapper :last-child .messagebox_text {
	margin-bottom: 30px;
}
#save_search_button {
	line-height: 1.1em;
	margin-bottom: 0 !important;
	padding: 10px;
	width: 25%;
}
#save_search_notice {
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	padding-right: 5px;
	width: 100%;
}
#search_name {
	line-height: 48px;
	margin-right: 15px;
	padding: 0 13px;
	width: calc(75% - 15px);
}
.search_param strong {
	text-transform: capitalize;
}
.dashboard-margin .search_unit_wrapper {
	cursor: default;
}
.advanced_search_notice {
	margin: 0;
}
.search_unit_wrapper .h4,
.search_unit_wrapper h4 {
	float: left;
	margin-bottom: 6px;
	margin-top: 10px;
	padding: 0 13px;
	width: 100%;
}
#google_map_prop_list_sidebar .checker_wrapper_half,
#google_map_prop_list_sidebar .residence_adv_extended_options_text {
	margin-top: 10px;
}
#google_map_prop_list_sidebar
	.extended_search_check_wrapper
	.adv_extended_close_button {
	right: 0;
}
#google_map_prop_list_sidebar .adv-search-1 {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	height: auto;
	padding: 30px 15px 15px;
	position: relative;
	width: 100%;
}
#google_map_prop_list_sidebar .residence_advanced_submit_button_search_1 {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	margin: 15px 15px 15px 22px;
	margin-bottom: 15px !important;
	padding: 10px;
	position: relative;
	width: auto;
}
.search_wrapper.search_wrapper_sticky_search {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}
.search_wrapper.search_wrapper_sticky_search.with_search_form_float {
	position: absolute;
}
.search_wrapper.sticky_adv_anime {
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	position: fixed !important;
	top: 0 !important;
	-webkit-transform-style: preserve-3d;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	width: 100% !important;
}
.header_media .search_wrapper {
	top: var(--wp-estate-float-form-top-option, var(--wp_estate_float_form_top));
}
.archive .header_media .search_wrapper,
.archive .header_media .search_wrapper.search_wrapper_sticky_search {
	top: var(
		--wp-estate-float-form-top-tax-option,
		var(--wp_estate_float_form_top_tax)
	);
}
.adv-search-1 {
	max-width: 100%;
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
.adv-search-1 .residence_adv_extended_options_text {
	margin-top: 10px;
}
.adv-search-1 .adv-search-header-1 {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-top-left-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-top-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	height: 40px;
	left: 0;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	pointer-events: auto;
	position: absolute;
	top: -40px;
	width: 228px;
}
.adv-search-1 .adv-search-header-1.with_search_on_start {
	display: none;
}
.adv-search-1 .adv-search-header-1:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0d7';
	font-family: Font Awesome\5 Free;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	position: absolute;
	right: 15px;
}
.adv-search-1 .adv1-holder {
	margin-top: calc(var(--bs-gutter-y) * -1);
	width: 85%;
}
.adv-search-1 #results {
	left: 0;
}
.adv-search-1 .residence_advanced_submit_button_search_1 {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	background-image: linear-gradient(
		to right,
		transparent 50%,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%
	);
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	font-size: 16px;
	font-weight: 500;
	height: 100%;
	line-height: 1.45em;
	margin-right: 0;
	padding: 6px 34px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: normal;
	width: 15%;
}
.adv-search-1 .residence_advanced_submit_button_search_1:hover {
	background-color: var(
		--wp-estate-hover-button-color-option,
		var(--wp_estate_hover_button_color)
	);
	color: #fff;
}
.with_search_on_end.with_search_form_float .adv-search-header-1,
.with_search_on_start.with_search_form_float .adv-search-header-1 {
	display: block;
	top: -40px;
}
.fullscreen_search {
	border-bottom: none;
	bottom: 0;
	left: 0;
	position: fixed !important;
}
.fullscreen_search_open {
	bottom: 0;
}
.search_wr_3.search_wrapper {
	border: none;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 5%;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
.search_wr_3.search_wrapper .residence_adv_extended_options_text {
	margin-top: 10px;
}
.search_wr_3.search_wrapper .adv-search-3 {
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 446px;
}
.search_wr_3.search_wrapper .adv-search-3 #results {
	transform: translate(-102%, 43px);
}
.search_wr_3.search_wrapper .adv-search-3 #adv-search-header-3 {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-top-left-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-top-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	pointer-events: auto;
	width: 100%;
}
.search_wr_3.search_wrapper .adv-search-3 #adv-search-header-3:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0d7';
	font-family: Font Awesome\5 Free;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: 15px;
	top: 11px;
}
.search_wr_3.search_wrapper .adv-search-3 #advanced_submit_3 {
	border: none;
	width: 100%;
}
.search_wr_3.search_wrapper .adv-search-3 #advanced_submit_3:hover {
	background-color: var(
		--wp-estate-hover-button-color-option,
		var(--wp_estate_hover_button_color)
	);
	color: #fff;
}
.search_wr_3.search_wrapper .adv-search-3 .adv3-holder {
	background-color: #fdfdfd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	float: left;
	width: 100%;
}
.search_wr_3.search_wrapper .adv-search-3 .adv3-holder form {
	padding: 15px 15px 0;
}
.search_wr_3.search_wrapper
	.adv-search-3
	.extended_search_check_wrapper
	.extended_search_checker {
	width: 33%;
}
.search_wr_3.search_wrapper
	.adv-search-3
	.extended_search_check_wrapper
	.adv_extended_close_button {
	right: 5px;
}
.search_wr_3.search_wrapper .adv-search-3.float_search_closed {
	box-shadow: none;
}
.fullscreen_search {
	border: none !important;
	z-index: 99 !important;
}
.fullscreen_search.search_wrapper {
	top: auto;
}
.search_wr_3.fullscreen_search.search_wrapper {
	bottom: 80%;
}
.search_wr_3 .search_wrapper_color {
	left: auto;
	right: 0;
	width: 414px;
}
.adv-search-3.adv-search-1-close,
.adv-search-3.adv-search-1-close-extended.adv_extended_class {
	bottom: 0;
	transform: translate(0);
}
.search_wr_4.with_search_on_start .adv-search-header-1 {
	display: none;
}
.search_wr_4.with_search_form_float .adv4-holder {
	padding: 15px 0;
}
.search_wr_4 .adv4-holder {
	float: left;
	padding: 0;
	width: 100%;
}
.search_wr_4 .adv4-holder #advanced_submit_4,
.search_wr_4 .adv4-holder .advanced_submit_4 {
	width: 100%;
}
.search_wr_4.with_search_form_float #results {
	left: 0;
	top: 0;
}
.search_wr_5 .h3,
.search_wr_5 h3 {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 18px;
}
.search_wr_5 .adv-search-header-1 {
	left: 0;
}
.search_wr_5.with_search_on_start .h3,
.search_wr_5.with_search_on_start h3 {
	display: none;
}
.search_wr_5.with_search_form_float .h3,
.search_wr_5.with_search_form_float h3 {
	margin: 15px 0 0 15px;
}
.search_wr_5.with_search_form_float .adv5-holder {
	padding: 7px 15px 15px;
}
.search_wr_5 .adv5-holder {
	float: left;
	padding: 0;
	width: 100%;
}
.search_wr_5 .adv5-holder #advanced_submit_4,
.search_wr_5 .adv5-holder .advanced_submit_4 {
	width: 100%;
}
.search_wr_5.with_search_form_float #results {
	left: 0;
	top: 0;
}
.search_wrapper.search_wr_6 #results {
	top: 1px;
}
.search_wrapper.search_wr_6 .adv-search-1 {
	margin: 0 auto;
}
.search_wrapper.search_wr_6 .residence_adv_extended_options_text {
	margin-bottom: 15px;
}
.search_wrapper.search_wr_6.without_search_form_float .nav-tabs {
	top: -50px;
}
.adv_search_tab {
	position: relative;
}
.adv_search_tab .nav-tabs {
	border: none;
	margin: 0;
	position: absolute;
	top: -50px;
}
.adv_search_tab .nav-tabs .adv_search_tab_item {
	background-color: color-mix(
		in srgb,
		var(
				--wp-estate-adv-search-tab-font-color-option,
				var(--wp_estate_adv_search_tab_font_color, #fff)
			)
			15%,
		#fff
	);
	border: 1px solid
		color-mix(
			in srgb,
			var(
					--wp-estate-adv-search-tab-font-color-option,
					var(--wp_estate_adv_search_tab_font_color)
				)
				15%,
			transparent
		);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline-block;
	float: none;
	font-size: 13px;
	line-height: 1.65em;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
	text-align: center;
}
.adv_search_tab .nav-tabs .adv_search_tab_item,
.adv_search_tab .nav-tabs .adv_search_tab_item a {
	color: var(
		--wp-estate-adv-search-tab-font-color-option,
		var(--wp_estate_adv_search_tab_font_color)
	);
}
.adv_search_tab .nav-tabs .adv_search_tab_item a {
	float: left;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
}
.adv_search_tab .nav-tabs .adv_search_tab_item.active {
	background-color: var(
		--wp-estate-adv-search-tab-font-color-option,
		var(--wp_estate_adv_search_tab_font_color)
	);
	border: 1px solid
		var(
			--wp-estate-adv-search-tab-font-color-option,
			var(--wp_estate_adv_search_tab_font_color)
		);
	color: #fff;
}
.adv_search_tab .nav-tabs .adv_search_tab_item.active a,
.adv_search_tab .nav-tabs .adv_search_tab_item.active button {
	color: #fff;
}
.adv_search_tab .nav-tabs .adv_search_tab_item.active:before {
	background-color: var(
		--wp-estate-adv-search-tab-font-color-option,
		var(--wp_estate_adv_search_tab_font_color)
	);
	content: '';
	height: 12px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	top: 30px;
	transform: rotate(45deg);
	width: 12px;
}
.wpestate_search_tab_align_center .nav-tabs {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.search_wr_6.with_search_form_float .adv6-holder {
	padding: 15px 15px 0;
}
.search_wr_6.with_search_form_float .adv6-holder .nav-tabs {
	left: 0;
}
.search_wrapper.search_wr_6.with_search_on_start.without_search_form_float {
	padding-top: 65px;
}
#google_map_prop_list_sidebar .nav-tabs {
	border-bottom: 0;
	left: auto;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
	top: auto;
}
#google_map_prop_list_sidebar .nav-tabs .adv6_tab_head {
	padding: 10px !important;
}
#adv-search-mobile .adv_search_tab_item.active:before,
#advanced_search_shortcode .adv_search_tab_item.active:before,
#google_map_prop_list_sidebar .adv_search_tab_item.active:before,
.advanced_search_sidebar .adv_search_tab_item.active:before {
	display: none;
}
.search_wr_6.with_search_form_float #results {
	left: 0;
	top: 0;
}
.search_wr_6.with_search_on_start.without_search_form_float #results {
	bottom: -13px;
	left: 7px;
	top: auto;
	transform: translateY(100%);
}
.search_wrapper.search_wr_8 {
	padding-bottom: 0;
}
.search_wrapper.search_wr_8 .wpresidece-reset-btn {
	margin-left: 10px;
	top: 27px;
}
.search_wrapper.search_wr_8 .wpresidence_button {
	margin: 0;
	width: 100%;
}
.search_wrapper.search_wr_8 form .d-flex {
	gap: 7px;
}
.search_wrapper.search_wr_8 #adv-search-8 {
	margin: 0 auto;
}
.search_wrapper.search_wr_8 #adv-search-8 .adv8-holder {
	margin-top: -70px;
}
.search_wrapper.search_wr_8.with_search_form_float {
	padding: 0;
}
.search_wrapper.search_wr_8.with_search_on_start.without_search_form_float {
	padding-top: 66px;
}
.search_wrapper.search_wr_8.without_search_form_float {
	padding-bottom: 5px;
	padding-top: 85px;
}
.search_wr_8.without_search_form_float
	.wpestate_search_tab_align_center
	.nav-tabs {
	top: -70px;
}
.search_wr_8.with_search_form_float .nav-tabs {
	border: none;
	margin-left: 0;
}
.with_search_form_float .adv8-holder {
	margin-top: 0 !important;
}
.with_search_form_float .adv8-holder .tab-content {
	padding: 27px 7px 0;
}
.with_search_form_float .adv8-holder .residence_adv_extended_options_text {
	margin-bottom: 13px;
}
.search_wr_8.with_search_on_start.without_search_form_float #results {
	bottom: 0;
	left: 7px;
	top: 41px;
	top: auto;
	transform: translateY(100%);
}
.search_wr_8.with_search_form_float #results {
	left: 0;
}
.search_wrapper.search_wr_10 .adv-search-1 {
	margin: 0 auto;
}
.search_wrapper.search_wr_10 #advanced_submit_10 {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	width: calc(100% - 52px);
}
.search_wrapper.search_wr_10 .wpresidece-reset-btn {
	margin-left: 10px;
}
.search_wrapper.search_wr_10
	.wpestatemultiselect
	.dropdown-menu
	.bs-actionsbox
	button {
	font-size: 12px;
}
.search_wrapper.search_wr_10 .residence_adv_extended_options_text {
	margin-top: 10px;
}
.adv_handler {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
	cursor: pointer;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 9px;
	text-align: center;
	width: 42px;
}
.adv_search_hidden_fields {
	display: none;
	margin: 0;
	padding: 0;
}
.search_wr_10.with_search_on_start.without_search_form_float #results {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	bottom: -35px;
	left: 15px;
	top: auto;
	transform: translateY(100%);
}
.search_wr_10.with_search_form_float .adv-search-1 {
	padding: 15px;
}
.search_wr_10.with_search_form_float #results {
	top: 0;
}
.search_wrapper.search_wr_11 .adv-search-1 {
	margin: 0 auto;
}
.search_wrapper.search_wr_11 .adv-search-1 form.row.gx-2 {
	margin-left: 0;
	margin-right: 0;
}
.search_wrapper.search_wr_11 #advanced_submit_11 {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	width: auto;
	width: calc(100% - 52px);
}
.search_wrapper.search_wr_11 .residence_adv_extended_options_text {
	margin-top: 10px;
}
.search_wrapper.search_wr_11
	.wpestatemultiselect
	.dropdown-menu
	.bs-actionsbox
	button {
	font-size: 12px;
}
.search_wr_11.with_search_on_start.without_search_form_float #results {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	bottom: -35px;
	left: 15px;
	top: auto;
	transform: translateY(100%);
}
.search_wr_11.with_search_form_float .adv-search-1 {
	padding: 15px;
}
.search_wr_11.with_search_form_float #results {
	top: 0;
}
.property_listing_blog.blog_v1 {
	max-width: 100%;
}
.property_listing_blog {
	background-color: var(
		--wp-estate-property-unit-color-option,
		var(--wp_estate_property_unit_color)
	);
	border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size)
		solid
		var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	font-size: 13px;
	height: 100%;
	line-height: 1.6em;
	max-width: 525px;
	padding: var(
			--wp-estate-propertyunit-internal-padding-top-option,
			var(--wp_estate_propertyunit_internal_padding_top)
		)
		var(
			--wp-estate-propertyunit-internal-padding-right-option,
			var(--wp_estate_propertyunit_internal_padding_right)
		)
		var(
			--wp-estate-propertyunit-internal-padding-bottom-option,
			var(--wp_estate_propertyunit_internal_padding_bottom)
		)
		var(
			--wp-estate-propertyunit-internal-padding-left-option,
			var(--wp_estate_propertyunit_internal_padding_left)
		);
	position: relative;
	transition: 0.3s ease-out;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.property_listing_blog .h4,
.property_listing_blog h4 {
	float: left;
	margin-bottom: 10px;
	padding: 0 20px;
	width: 100%;
}
.property_listing_blog .blog_unit_image {
	background-color: #fff;
	display: inline;
	float: left;
	margin: 6px 6px 20px;
	overflow: hidden;
	position: relative;
}
.property_listing_blog .listing_details.the_grid_view {
	margin: 5px 0 50px;
	padding: 0 20px;
}
.property_listing_blog .blog_unit_content {
	float: left;
	font-size: 13px;
	line-height: 22px;
	padding: 10px 30px 30px;
	width: 100%;
}
.property_listing_blog .blog_unit_content p {
	word-wrap: break-word;
	margin-bottom: 15px;
}
.property_listing_blog .blog_unit_meta {
	font-size: 13px;
}
.property_listing_blog .widemeta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	gap: 15px;
	padding-bottom: 0;
	width: 100%;
}
.property_listing_blog .widemeta i {
	font-size: 13px;
	margin-right: 5px;
}
.property_listing_blog .widemeta a.read_more {
	align-items: center;
	display: flex;
	font-weight: 500;
	gap: 5px;
	margin-left: auto;
}
.blog2v .property_listing_blog {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	overflow: hidden;
	width: 100%;
}
.blog2v .property_listing_blog .h4,
.blog2v .property_listing_blog h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.blog2v .property_listing_blog .blog_unit_meta {
	margin-bottom: 10px;
	padding: 0 20px;
	width: 100%;
}
.blog2v .property_listing_blog .blog_unit_meta a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.blog2v .property_listing_blog .read_more {
	align-items: center;
	bottom: 15px;
	color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 5px;
	left: 20px;
	position: absolute;
}
.blog2v .property_listing_blog .read_more:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.blog_unit_title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog_unit_image img,
.property_listing.places_listing img {
	border: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.blog3v {
	min-height: 400px;
}
.blog3v .featured_gradient {
	background-image: linear-gradient(
		to right top,
		rgba(0, 0, 0, 0.75),
		rgba(95, 70, 70, 0)
	);
	opacity: 0.5;
}
.blog3v .blog_unit_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
}
.blog3v:hover .blog_unit_image {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.blog3v .property_listing_blog {
	background-color: var(
		--wp-estate-property-unit-color-option,
		var(--wp_estate_property_unit_color)
	);
	border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size)
		solid
		var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	float: left;
	font-size: 13px;
	height: 100%;
	justify-content: flex-end;
	max-width: 525px;
	min-height: 400px;
	overflow: hidden;
	padding: var(
			--wp-estate-propertyunit-internal-padding-top-option,
			var(--wp_estate_propertyunit_internal_padding_top)
		)
		var(
			--wp-estate-propertyunit-internal-padding-right-option,
			var(--wp_estate_propertyunit_internal_padding_right)
		)
		var(
			--wp-estate-propertyunit-internal-padding-bottom-option,
			var(--wp_estate_propertyunit_internal_padding_bottom)
		)
		var(
			--wp-estate-propertyunit-internal-padding-left-option,
			var(--wp_estate_propertyunit_internal_padding_left)
		);
	position: relative;
	transition: 0.3s ease-out;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.blog3v .property_listing_blog .blog_unit_content_v3 {
	margin-bottom: 5px;
	width: 100%;
	z-index: 2;
}
.blog3v .property_listing_blog .blog_unit_content_v3 .blog_unit_meta {
	color: #fff;
	padding: 0 20px;
}
.blog3v .property_listing_blog .blog_unit_content_v3 .h4,
.blog3v .property_listing_blog .blog_unit_content_v3 h4 {
	font-size: 20px;
}
.blog3v .property_listing_blog .blog_unit_content_v3 .h4 a,
.blog3v .property_listing_blog .blog_unit_content_v3 h4 a {
	color: #fff;
}
.blog3v .property_listing_blog .blog_unit_content_v3 .read_more {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 5px;
	padding: 0 20px 10px;
}
.blog4v .property_listing_blog,
.elementor-widget-container .blog4v .property_listing_blog {
	background-color: transparent;
	border: none;
	box-shadow: none;
	display: flex;
	flex-direction: column;
}
.blog4v .property_listing_blog .blog_unit_image,
.elementor-widget-container .blog4v .property_listing_blog .blog_unit_image {
	border-radius: 10px;
	margin: 0;
}
.blog4v .property_listing_blog .h4,
.blog4v .property_listing_blog h4,
.elementor-widget-container .blog4v .property_listing_blog h4 {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 0;
	width: 100%;
}
.blog4v .property_listing_blog .listing_details.the_grid_view,
.elementor-widget-container
	.blog4v
	.property_listing_blog
	.listing_details.the_grid_view {
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0;
}
.related_posts {
	display: flex;
	flex-wrap: wrap;
	margin: 15px -15px 30px;
	min-width: 100%;
}
.related_posts .blog_unit {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.single-content.single-blog {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-bottom: 30px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.gallery img {
	border: 3px solid #f0f0f0 !important;
}
.widget_media_gallery .gallery img {
	height: auto;
	width: 100%;
}
#wpresidence-blog-post-carousel-bootstrap {
	background: #222;
	margin-bottom: 30px;
	overflow: hidden;
}
.post-carusel iframe,
.wpestate_property_slider_v3 iframe,
.wpestate_slider_enable_video_wrapper iframe {
	min-height: 443px;
	width: 100%;
}
.elementor-widget .post-carusel {
	margin-bottom: 0;
}
.elementor-widget-container .post-carusel .item img {
	max-height: 100%;
}
.single-blog .carousel-item a {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
}
.single-blog ul {
	list-style-type: square;
	margin: 0 0 25px 25px;
}
.single-blog ol {
	list-style-type: decimal;
	margin: 0 0 25px 25px;
}
#comments {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 30px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
	width: 100%;
}
#comments li {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}
#comments li:last-child {
	border: 0;
}
#comments .commentlist {
	list-style: none;
	margin: 0;
}
#comments .commentlist .comment {
	min-height: 115px;
}
#comments .commentlist .comment .blog_author_image {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline;
	float: left;
	height: 55px;
	margin: 0 15px 15px 0;
	width: 55px;
}
#comments .commentlist .comment .blog_author_image .comment-reply-link {
	background-color: #222;
	color: #fff;
	float: left;
	font-size: 13px;
	margin-top: 67px;
	padding: 0;
	text-align: center;
	width: 55px;
}
#comments .commentlist .comment .blog_author_image .comment-reply-link:hover {
	background-color: #687373;
	text-decoration: none;
}
#comments .commentlist .comment .comment .edit-link {
	float: right;
	margin-left: 5px;
}
#comments
	.commentlist
	.comment
	.comment
	.comment-meta
	.comment-author
	.comment_name,
#comments
	.commentlist
	.comment
	.comment
	.comment-meta
	.comment-author
	.comment_name
	a {
	color: #222;
	font-size: 16px;
	line-height: 1.3em;
}
#comments
	.commentlist
	.comment
	.comment
	.comment-meta
	.comment-author
	.comment_date {
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	font-size: 12px;
}
#comments .commentlist .comment .comment .comment-content {
	padding-left: 65px;
}
#comments .commentlist .comment .comment .comment-content p {
	padding-top: 5px;
}
#comments .commentlist .children {
	margin-left: 0;
	padding: 17px 0 0 67px;
}
.comment-form-comment label {
	display: none;
}
.comment-respond {
	float: left;
	width: 100%;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	float: left;
	margin-right: 13px;
	width: 32%;
}
.comment-respond .comment-form-url {
	margin-right: 0;
}
.comment-respond #comment {
	padding-left: 10px;
}
.form-allowed-tags {
	white-space: normal;
}
.comment-notes {
	margin-bottom: 5px;
}
.comment-form-cookies-consent {
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	width: 100%;
}
.comment-form-cookies-consent label {
	font-weight: 400;
	line-height: 15px;
	vertical-align: top;
}
#reply-title.h3,
h3#reply-title {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.dropdown {
	cursor: pointer;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e7e7e7;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: block;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 15px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1 ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	width: 100%;
}
.form-control input::-moz-placeholder,
.form-control::-moz-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
.form-control input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
.form-control input::-moz-placeholder, .form-control::-moz-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
.form-control input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
.form-control input::-ms-input-placeholder, .form-control::-ms-input-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
.form-control input::placeholder,
.form-control::placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
.form-control.open,
.form-control:focus {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	box-shadow: none;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 15px;
}
.form-select:focus {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	box-shadow: none;
}
.form-select option {
	background-color: #fff;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.form-select option:hover {
	background-color: #fff;
	color: #222;
}
input.form-control::-webkit-input-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
input.form-control:-ms-input-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
input.form-control::-moz-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
input.form-control::-ms-input-placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
input.form-control::placeholder {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	opacity: 1;
}
.wpresidence_dropdown {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-bottom: 0;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1 ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	width: 100%;
}
.wpresidence_dropdown .dropdown-toggle {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e7e7e7;
	box-shadow: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 15px;
	position: relative;
	text-align: left;
	text-transform: none;
	width: 100%;
}
.wpresidence_dropdown .dropdown-toggle:active {
	border: 1px solid #e7e7e7;
	box-shadow: none !important;
}
.wpresidence_dropdown .dropdown-toggle:after {
	border: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	content: '\f107';
	font-family: Font Awesome\5 Free;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.wpresidence_dropdown .dropdown-toggle.show {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.wpresidence_dropdown .dropdown-menu {
	border-color: #e7e7e7;
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	max-height: 225px;
	min-width: 200px;
	overflow-y: scroll;
	padding: 5px 0 0;
	width: 100%;
}
.wpresidence_dropdown .dropdown-menu li {
	line-height: 1.4em;
	margin-bottom: 0;
	padding: 10px 15px;
}
.wpresidence_dropdown .dropdown-menu li:hover {
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.wpresidence_dropdown .dropdown-menu li:hover,
.wpresidence_dropdown.open .dropdown-toggle {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.wpresidence_dropdown.open .dropdown-toggle {
	border: 1px solid #e7e7e7;
}
.wpresidence_dropdown.wpresidence_filters_dropdown {
	width: auto;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
	border: 0;
	padding: 10px 30px 10px 5px;
	width: auto;
}
.wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle.show {
	background-color: #fff;
}
.wpresidence_dropdown.wpresidence_filters_dropdown
	.btn:not(:disabled):not(.disabled).active:focus,
.wpresidence_dropdown.wpresidence_filters_dropdown
	.btn:not(:disabled):not(.disabled):active:focus {
	background-color: #fff;
	border: 0;
}
.directory_sidebar_wrapper .wpresidence_dropdown.wpresidence_filters_dropdown {
	width: 100%;
}
.directory_sidebar_wrapper
	.wpresidence_dropdown.wpresidence_filters_dropdown
	.dropdown-toggle {
	border: 1px solid #e7e7e7;
	padding: 10px 15px;
	width: 100%;
}
.wpestatemultiselectselectpicker {
	display: none;
}
.wpestatemultiselect {
	margin-bottom: 10px;
}
.wpestatemultiselect .dropdown-menu {
	border: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
}
.wpestatemultiselect .dropdown-menu.open {
	min-height: 100px !important;
	min-width: 185px;
}
.wpestatemultiselect .dropdown-menu li:hover {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
}
.wpestatemultiselect .dropdown-menu li > a:focus,
.wpestatemultiselect .dropdown-menu li > a:hover {
	background-color: transparent;
	background-image: none;
}
.wpestatemultiselect .dropdown-menu .bs-actionsbox button {
	background: #fff;
	background-image: none;
	border-color: #e7e7e7;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	line-height: 1.6;
	padding: 0.25rem 0;
	text-shadow: none;
	text-transform: none;
}
.wpestatemultiselect .dropdown-menu .bs-actionsbox button:hover {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	background-image: none;
	border-color: #e7e7e7;
	box-shadow: none;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
	text-shadow: none;
	text-transform: none;
}
.wpestatemultiselect .dropdown-menu .check-mark {
	top: 10px !important;
}
.wpestatemultiselect .dropdown-menu .check-mark:before {
	-webkit-font-smoothing: antialiased;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	content: '\f058';
	font-family: Font Awesome\5 Free;
	font-size: 14px;
	font-weight: 800;
	text-rendering: auto;
}
.wpestatemultiselect .dropdown-menu .check-mark:after {
	display: none;
}
.wpestatemultiselect .dropdown-toggle:after {
	border: none;
	content: '\f107';
	font-family: Font Awesome\5 Free;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.dropdown-item,
.wpestatemultiselect .dropdown-toggle:after {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #fff;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.dropdown-menu::-webkit-scrollbar,
.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin: 0;
	padding: 0 !important;
	width: 15px;
}
.dropdown-menu::-webkit-scrollbar-thumb,
.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar-thumb {
	background-color: #c8ceda;
	border-color: #f1f1f1;
	border-radius: 10px;
	border-style: solid;
	border-width: 10px 7px;
	-webkit-box-shadow: none;
	height: 90px;
}
.dropdown-menu::-webkit-scrollbar-track,
.wpestatemultiselect .dropdown-menu.show .inner.show::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	-webkit-box-shadow: none;
}
.search_wr_10 .dropdown-menu,
.search_wr_11 .dropdown-menu {
	min-width: 160px;
}
input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-sizing: border-box;
	color: #565a5c;
	height: 15px;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 0;
	outline: 0 !important;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 15px;
}
input[type='checkbox']:checked:before {
	align-items: center;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	content: '\f00c';
	display: inline-block;
	display: flex;
	font-family: Font Awesome\5 Free;
	font-size: 14px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
.dropdown.bootstrap-select.show-tick li {
	line-height: 1.4em;
	margin-bottom: 0;
}
.dropdown.bootstrap-select.show-tick li a {
	padding: 10px 15px;
}
.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}
.filter_menu,
.ui-autocomplete.ui-widget-content {
	border: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
:root {
	--scrollbar-width: calc(100vw - 100%);
}
.master_header_sticky .header_wrapper {
	background-color: var(
		--wp-estate-header-color-option,
		var(--wp-estate-header-color)
	);
}
.master_header_sticky
	.header_wrapper
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	> li,
.master_header_sticky
	.header_wrapper
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	> li {
	line-height: var(
		--wp-estate-sticky-header-height-option,
		var(--wp-estate-sticky-header-height)
	);
}
.master_header_sticky
	.header_wrapper
	.wpresidence-navigation-menu
	ul
	li:hover
	> ul {
	top: var(
		--wp-estate-sticky-header-height-option,
		var(--wp-estate-sticky-header-height)
	);
}
.master_header_sticky
	.header_wrapper
	.wpresidence-navigation-menu
	ul
	ul
	li:hover
	> ul {
	top: 0;
}
.master_header_sticky .header_wrapper .wpresidence-navigation-menu ul ul ul {
	top: 30px;
}
.master_header_sticky
	.header_wrapper
	.wpresidence-navigation-menu
	.hover_type_3
	ul.menu
	> li:hover
	> a,
.master_header_sticky
	.header_wrapper
	.wpresidence-navigation-menu
	.hover_type_4
	ul.menu
	> li
	> a:hover {
	color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.master_header_sticky .header_wrapper .navicon,
.master_header_sticky .header_wrapper .navicon:after,
.master_header_sticky .header_wrapper .navicon:before {
	background: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .header_wrapper .header_phone a {
	color: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .header_wrapper .header_phone a:hover {
	color: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.master_header_sticky .header_wrapper .header_phone svg {
	fill: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .header_wrapper .header_phone svg:hover {
	fill: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.master_header_sticky .header_wrapper .submit_action svg {
	fill: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .header_wrapper .submit_action svg:hover {
	fill: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.master_header_sticky
	.header_wrapper
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	> li.no-megamenu
	ul
	li:hover
	> ul {
	top: -25px;
}
.wpresidence-navigation-menu {
	font-family: var(
		--wp-estate-menu-font-family-option,
		var(--wp-estate-menu-font-family)
	);
	font-weight: var(
		--wp-estate-menu-font-weight-option,
		var(--wp-estate-menu-font-weight)
	);
	position: static;
	width: auto;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul,
.wpresidence-navigation-menu .menu-main-menu-container ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li,
.wpresidence-navigation-menu .menu-main-menu-container ul li,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li {
	display: inline-block;
	font-size: var(
		--wp-estate-top-menu-font-size-option,
		var(--wp-estate-top-menu-font-size)
	);
	line-height: var(
		--wp-estate-header-height-option,
		var(--wp-estate-header-height)
	);
	position: relative;
	text-align: left;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li a,
.wpresidence-navigation-menu .menu-main-menu-container ul li a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li a {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	color: var(
		--wp-estate-menu-font-color-option,
		var(--wp-estate-menu-font-color)
	);
	cursor: pointer;
	display: block;
	font-size: var(
		--wp-estate-top-menu-font-size-option,
		var(--wp-estate-top-menu-font-size)
	);
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	-webkit-transform-style: preserve-3d;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li:hover
	> ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > ul,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li:hover
	> ul {
	border: var(--wpestate-border-size-for-menu-border-color) solid
		var(
			--wp-estate-menu-border-color-option,
			var(--wp-estate-menu-border-color)
		);
	opacity: 1;
	pointer-events: auto;
	top: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
	visibility: visible;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li:hover > a,
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li:hover
	> a:active,
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li:hover
	> a:focus,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > a,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > a:active,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover > a:focus,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover > a,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li:hover
	> a:active,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li:hover
	> a:focus {
	color: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li:hover a,
.wpresidence-navigation-menu .menu-main-menu-container ul li:hover a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li:hover a {
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul {
	background-color: var(
		--wp-estate-menu-item-back-color-option,
		var(--wp-estate-menu-item-back-color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	float: left;
	left: 0;
	line-height: 0px;
	margin: 0;
	opacity: 0;
	padding: 25px 0;
	pointer-events: none;
	position: absolute;
	top: 100px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	visibility: hidden;
	width: 285px;
	z-index: 9;
}
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	ul:before,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul ul:before,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	ul:before {
	content: '';
	display: none;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul > li,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul > li,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul > li {
	border-bottom: 1px solid
		var(
			--wp-estate-menu-border-color-option,
			var(--wp-estate-menu-border-color)
		);
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li {
	padding: 0 30px;
	width: 100%;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li a,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li a,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li a {
	color: var(
		--wp-estate-menu-items-color-option,
		var(--wp-estate-menu-items-color)
	);
	font-size: var(
		--wp-estate-menu-item-font-size-option,
		var(--wp-estate-menu-item-font-size)
	);
	font-weight: 500;
	height: auto;
	line-height: 1.4em;
	padding: 12px 13px 13px;
	text-transform: none;
	transform: matrix(1, 0, 0, 1, 0, 20);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	li:hover,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li:hover {
	background-color: var(
		--wp-estate-menu-hover-back-color-option,
		var(--wp-estate-menu-hover-back-color)
	);
	color: var(
		--wp-estate-menu-hover-font-color-option,
		var(--wp-estate-menu-hover-font-color)
	);
}
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	li:hover
	> a,
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	li:hover
	> a:active,
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	li:hover
	> a:focus,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover > a,
.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li
	ul
	li:hover
	> a:active,
.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li
	ul
	li:hover
	> a:focus,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li:hover
	> a,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li:hover
	> a:active,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li:hover
	> a:focus {
	color: var(
		--wp-estate-menu-hover-font-color-option,
		var(--wp-estate-menu-hover-font-color)
	);
	-webkit-transform: matrix(1, 0, 0, 1, 10, 0);
	-ms-transform: matrix(1, 0, 0, 1, 10, 0);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	li:hover
	> ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li:hover > ul,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li:hover
	> ul {
	top: -25px;
}
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	li:last-child
	> a,
.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li
	ul
	li:last-child
	> a,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li:last-child
	> a {
	border-bottom: none;
}
.wpresidence-navigation-menu .menu-header-6-secondary-container ul li ul li ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li ul,
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li ul {
	left: 100%;
	margin-left: 0;
	top: 30px;
}
.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	ul
	li
	ul
	li
	ul,
.wpresidence-navigation-menu .menu-main-menu-container ul li ul li ul li ul,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li
	ul
	li
	ul {
	display: none;
}
.wpresidence-navigation-menu ul li.current-menu-ancestor > a[class*='menu'],
.wpresidence-navigation-menu ul li.current-menu-item > a[class*='menu'],
.wpresidence-navigation-menu ul li.current-menu-parent > a[class*='menu'] {
	color: var(
		--wp-estate-active-menu-font-color-option,
		var(--wp-estate-active-menu-font-color)
	);
}
.sub-menu .menu-item-has-children > a:after {
	content: '\f105';
	float: right;
	font-family: Font Awesome\5 Free;
	font-weight: 700;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu {
	position: static;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul {
	display: flex;
	justify-content: center;
	padding: 25px 15vw;
	position: absolute;
	top: var(--wp-estate-header-height-option, var(--wp-estate-header-height));
	width: 100vw;
	width: calc(100vw - 17px);
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul
	li {
	border: none;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul
	li
	ul {
	background: transparent;
	border: none !important;
	border: 1px solid
		var(
			--wp-estate-menu-border-color-option,
			var(--wp-estate-menu-border-color)
		);
	box-shadow: none;
	left: 0;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: relative;
	top: 0;
	visibility: visible;
	width: 100%;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu:hover
	> ul.sub-menu
	li {
	opacity: 1;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li {
	color: var(
		--wp-estate-menu-items-color-option,
		var(--wp-estate-menu-items-color)
	);
	font-size: 14px;
	height: auto;
	line-height: 1.4em;
	padding: 7px 15px;
	text-transform: none;
}
.wpresidence-navigation-menu .menu-mega-menu-updated-container ul li ul li a {
	padding: 5px;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li.wpestate_megamenu_column
	ul
	li {
	padding: 7px 0;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li.wpestate_megamenu_column
	ul
	li:hover {
	background-color: transparent;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li.wpestate_megamenu_column
	ul
	li:hover
	a {
	color: var(
		--wp-estate-menu-hover-back-color-option,
		var(--wp-estate-menu-hover-back-color)
	);
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li.wpestate_megamenu_column:hover {
	background: transparent !important;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li
	> ul.sub-menu
	li {
	transition-delay: 0s !important;
}
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	> .with-megamenu:hover
	ul
	ul {
	opacity: 1;
	visibility: visible;
}
.header_type2 .wpresidence-navigation-menu {
	position: relative;
}
.header_type2
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu:hover
	> ul,
.header_type2
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul {
	margin-left: -3rem !important;
}
.master_header_sticky .header_type2 .wpresidence-navigation-menu {
	position: static;
}
.master_header_sticky
	.header_type2
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu:hover
	> ul,
.master_header_sticky
	.header_type2
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.megamenu-title a,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul
	li
	.megamenu-title
	a {
	color: var(
		--wp-estate-menu-items-color-option,
		var(--wp-estate-menu-items-color)
	);
	font-size: var(
		--wp-estate-menu-item-font-size-option,
		var(--wp-estate-menu-item-font-size)
	);
	font-weight: 600;
	margin: 5px 0;
	padding-top: 0;
	pointer-events: none;
	text-transform: uppercase;
}
.mega_menu_border {
	border-right: 1px solid #f0f0f0;
}
.wpresidence-navigation-menu .with-megamenu i {
	color: #9eb5d6;
	height: 100%;
	line-height: 1.3em;
	margin-right: 9px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu_label {
	background: #e9b97b;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: inline-block;
	font-size: 9px;
	font-weight: 400;
	height: 12px;
	line-height: 12px;
	margin-left: 5px;
	padding: 0 5px;
	transform: translateY(-3px);
	vertical-align: text-top;
}
.is_boxed .wpestate_megamenu_class:before {
	display: none;
}
.master_header_sticky .wpresidence-navigation-menu ul.menu > li > a {
	color: var(
		--wp-estate-sticky-menu-font-color-option,
		var(--wp-estate-sticky-menu-font-color)
	);
}
.master_header_sticky .wpresidence-navigation-menu ul.menu > li > a:hover {
	color: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.hover_type_1 .wpresidence-navigation-menu a,
.hover_type_2 .wpresidence-navigation-menu a,
.hover_type_2.wpresidence-navigation-menu a {
	transition: all 0.3s ease;
}
.header_transparent
	.hover_type_2.wpresidence-navigation-menu
	.menu
	> li:hover
	> a:before
	.header_transparent
	.hover_type_2
	.wpresidence-navigation-menu
	.menu
	> li:hover
	> a:before {
	border-top: 3px solid
		var(
			--wp-estate-top-menu-hover-font-color-option,
			var(--wp-estate-top-menu-hover-font-color)
		);
}
.hover_type_2 .wpresidence-navigation-menu .menu > li:hover > a:before,
.hover_type_2.wpresidence-navigation-menu .menu > li:hover > a:before {
	border-top: 3px solid
		var(
			--wp-estate-top-menu-hover-font-color-option,
			var(--wp-estate-top-menu-hover-font-color)
		);
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header_transparent
	.hover_type_3
	.wpresidence-navigation-menu
	.menu
	> li:hover
	> a,
.master_header_sticky
	.hover_type_3
	.wpresidence-navigation-menu
	ul
	li.current-menu-ancestor
	> a[class*='menu']:hover,
.master_header_sticky
	.hover_type_3
	.wpresidence-navigation-menu
	ul
	li.current-menu-parent
	> a[class*='menu']:hover,
.master_header_sticky
	.hover_type_3
	.wpresidence-navigation-menu
	ul.menu
	> li
	> a:hover,
.wpresidence-navigation-menu
	.hover_type_3
	.menu-mega-menu-updated-container
	ul
	li:hover
	> a,
.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li:hover
	> a:active {
	color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.hover_type_3 .wpresidence-navigation-menu .menu > li:hover > a {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
	display: inline;
	padding: 7px 15px;
}
.hover_type_3 .wpresidence-navigation-menu .menu > li:hover > a,
.hover_type_3.wpresidence-navigation-menu .menu > li:hover > a:before {
	background: var(
		--wp-estate-top-menu-hover-back-font-color-option,
		var(--wp-estate-top-menu-hover-back-font-color)
	);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.hover_type_3.wpresidence-navigation-menu .menu > li:hover > a:before {
	border-radius: 3px;
	content: ' ';
	height: 33px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}
.header_transparent
	.hover_type_4
	.wpresidence-navigation-menu
	.menu
	> li:hover
	> a,
.header_transparent
	.hover_type_4.wpresidence-navigation-menu
	.menu
	> li:hover
	> a,
.hover_type_4 .wpresidence-navigation-menu .menu > li:hover > a,
.hover_type_4.wpresidence-navigation-menu .menu > li:hover > a {
	background: var(
		--wp-estate-top-menu-hover-back-font-color-option,
		var(--wp-estate-top-menu-hover-back-font-color)
	);
	color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.header_transparent
	.hover_type_4
	.wpresidence-navigation-menu
	.menu
	> li:hover
	> a:focus,
.header_transparent
	.hover_type_4
	.wpresidence-navigation-menu
	ul.menu
	> li
	> a:hover,
.header_transparent
	.hover_type_4.wpresidence-navigation-menu
	.menu
	> li:hover
	> a:focus,
.header_transparent.hover_type_4
	.wpresidence-navigation-menu
	ul.menu
	> li
	> a:hover,
.hover_type_4 .wpresidence-navigation-menu .menu > li:hover > a:focus,
.hover_type_4.wpresidence-navigation-menu .menu > li:hover > a:focus,
.master_header_sticky
	.hover_type_3
	.wpresidence-navigation-menu
	ul.menu
	> li
	> a:hover,
.master_header_sticky
	.hover_type_4
	.wpresidence-navigation-menu
	.menu
	> li:hover
	> a {
	color: var(--wp-estate-top-menu-hover-font-color-option, #fff);
}
.hover_type_5 .wpresidence-navigation-menu .menu > li:hover > a {
	border-bottom: 3px solid
		var(
			--wp-estate-top-menu-hover-font-color-option,
			var(--wp-estate-top-menu-hover-font-color)
		);
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding: 7px 10px;
}
.hover_type_5.wpresidence-navigation-menu .menu > li:hover > a:before {
	background: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
	bottom: 10px;
	content: ' ';
	height: 2px;
	left: 0;
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}
.hover_type_6 .wpresidence-navigation-menu .menu > li {
	border: 2px solid transparent;
}
.hover_type_6 .wpresidence-navigation-menu .menu > li:hover > a {
	border: 2px solid
		var(
			--wp-estate-top-menu-hover-font-color-option,
			var(--wp-estate-top-menu-hover-font-color)
		);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
	display: inline;
	padding: 7px 13px;
}
.hover_type_6.wpresidence-navigation-menu .menu > li:hover > a:before {
	background: transparent;
	border: 2px solid
		var(
			--wp-estate-top-menu-hover-font-color-option,
			var(--wp-estate-top-menu-hover-font-color)
		);
	border-radius: 3px;
	content: ' ';
	height: 33px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}
.header_transparent
	.hover_type_6
	.wpresidence-navigation-menu
	.menu
	> li:hover
	> a,
.header_transparent .wpresidence-navigation-menu ul.menu > li > a:hover {
	color: var(
		--wp-estate-top-menu-hover-font-color-option,
		var(--wp-estate-top-menu-hover-font-color)
	);
}
.header_transparent
	.hover_type_6
	.wpresidence-navigation-menu
	.menu
	> li:hover
	> a {
	border: 2px solid
		var(
			--wp-estate-top-menu-hover-font-color-option,
			var(--wp-estate-top-menu-hover-font-color)
		);
}
.menu-item-link i {
	margin-right: 8px;
}
.wpresidence-navigation-menu .menu > li > a i {
	line-height: var(
		--wp-estate-header-height-option,
		var(--wp-estate-header-height)
	);
}
.wpresidence-navigation-menu .with-megamenu .widget-title-sidebar {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}
.with-megamenu .widget li,
.with-megamenu .widget-container li {
	border: none;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 8px;
	width: 100%;
}
.with-megamenu .widget_nav_menu li:before,
.with-megamenu .widget_pages li:before,
.with-megamenu .widget_recent_entries li:before,
.with-megamenu .widget_rss li:before,
.with-megamenu .widget_text li:before {
	margin: 7px 13px 0 0;
}
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li
	ul,
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	ul {
	left: 240px;
	top: 0;
}
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-header-6-secondary-container
	ul
	li
	a,
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-main-menu-container
	ul
	li
	a,
.header_wrapper_inside_type_4
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li
	a {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
}
.wpestate-hide-menu-desktop {
	display: none;
}
.breadcrumb {
	background: none;
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	display: inline-block;
	font-size: 12px;
	margin: 15px 0;
	padding: 0;
}
.breadcrumb > li {
	display: inline-block;
	word-break: break-word;
}
.breadcrumb > li + li:before {
	content: '\f105';
	font-family: Font Awesome\5 Free;
	font-weight: 600;
	padding: 0 5px;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
}
.breadcrumb a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.breadcrumb .active,
.breadcrumb a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.breabcrumb_dashboard {
	display: none;
}
.breadcrumb_container {
	min-height: 30px;
	padding: 0;
}
.home .breadcrumb_container {
	display: none;
}
.home.blog .breadcrumb_container {
	display: block;
}
.wpestate-beds-baths-popoup-component .h3,
.wpestate-beds-baths-popoup-component h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
.wpestate-beds-baths-popoup-component .wpestate-beds-baths-popoup-wrapper {
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	max-width: 100vw;
	min-width: 365px;
	overflow-x: auto;
	padding: 25px;
}
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_baths_component_item,
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_beds_component_item {
	border: 1px solid #e7e7e7;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	text-align: center;
	width: 52px;
}
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_baths_component_item[data-value='1'],
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_beds_component_item[data-value='1'] {
	border-bottom-left-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-top-left-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_baths_component_item:last-child,
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_beds_component_item:last-child {
	border-bottom-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-top-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_baths_component_item:hover,
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_beds_component_item:hover,
.wpestate-beds-baths-popoup-component
	.wpestate-beds-baths-popoup-wrapper
	.wp_estate_component_item_selected {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: #fff;
}
.wpestate-beds-baths-popoup-component .dropdown-toggle:after {
	border: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	content: '\f107';
	font-family: Font Awesome\5 Free;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
button.btn.btn-default.dropdown-toggle.wpestate-multiselect-custom-style.show,
button.wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder.btn-light.show {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	border: 1px solid #e7e7e7;
	box-shadow: none;
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
button.btn.btn-default.dropdown-toggle.wpestate-multiselect-custom-style.show
	.dropdown-toggle,
button.wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder.btn-light.show
	.dropdown-toggle {
	border: 1px solid #e7e7e7;
}
button.btn.btn-default.dropdown-toggle.wpestate-multiselect-custom-style:focus-visible,
button.wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder.btn-light:focus-visible {
	outline: none;
}
.wpestate-beds-baths-popoup-done,
.wpestate-beds-baths-popoup-reset,
.wpestate-price-component-popoup-done,
.wpestate-price-component-popoup-done_v3,
.wpestate-price-component-popoup-reset,
.wpestate-price-component-popoup-reset_v3 {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 35px;
	padding: 0 9px;
}
.wpestate-beds-baths-popoup-done:hover,
.wpestate-beds-baths-popoup-reset:hover,
.wpestate-price-component-popoup-done:hover,
.wpestate-price-component-popoup-done_v3:hover,
.wpestate-price-component-popoup-reset:hover,
.wpestate-price-component-popoup-reset_v3:hover {
	background-color: #fff;
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.search_wr_elementor .btn-group.wpestate-beds-baths-popoup-component.open,
.search_wr_elementor .btn.wpestate-multiselect-custom-style,
.search_wr_elementor
	.wpestate-beds-baths-popoup-component.open
	> .dropdown-toggle.btn-default,
.search_wr_elementor .wpestate-multiselect-custom-style {
	height: auto;
}
.btn.wpestate-multiselect-custom-style,
.wpestate-multiselect-custom-style {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e7e7e7;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline;
	float: left;
	font-size: 13px;
	height: 40px;
	padding: 10px 15px;
	text-align: left;
	text-shadow: none;
	text-transform: none;
}
.wpestate-multiselect-custom-style.btn-default:focus,
.wpestate-multiselect-custom-style.btn-default:hover {
	background-color: #fff;
}
.bootstrap-select.wpestatemultiselect > .dropdown-toggle:after {
	margin-top: 0;
}
.bootstrap-select
	> .wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder,
.bootstrap-select
	> .wpestate-multiselect-custom-style.dropdown-toggle.bs-placeholder:hover {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.bootstrap-select .wpestate-multiselect-custom-style.dropdown-toggle:focus,
.bootstrap-select
	> select.mobile-device:focus
	+ .wpestate-multiselect-custom-style.dropdown-toggle {
	box-shadow: none;
	outline: none !important;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 100%;
}
.wpcf7-form-control-wrap input[type='checkbox'] {
	width: 15px;
}
.wpcf7-form-control-wrap textarea {
	border: 1px solid #dde4e9;
}
.wpcf7-form input[type='submit'] {
	-webkit-appearance: none;
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	) !important;
	color: #fff;
	font-size: 14px !important;
	font-weight: 500;
	line-height: normal !important;
	margin-bottom: 0 !important;
	min-width: 145px;
	padding: 9px 26px !important;
	text-transform: uppercase;
}
.wpcf7-form p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 13px;
}
.wpcf7-acceptance-missing,
.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
	float: left;
	width: auto;
}
.agent_contanct_form_sidebar .wpcf7-form-control {
	border: 1px solid #dde4e9;
	width: 100%;
}
.agent_contanct_form_sidebar .wpcf7 .col-md-4 {
	width: 100%;
}
.dropdown-menu.wpestate-price-popoup-wrapper,
.dropdown-menu.wpestate-price-popoup-wrapper_v3 {
	border: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.wpestate-price-popoup-wrapper {
	max-width: 100vw;
	min-width: 365px;
	overflow-x: auto;
	padding: 25px;
}
.wpestate-price-popoup-wrapper p {
	margin-bottom: 0;
}
.wpestate-price-popoup-wrapper .wpestate_pricev2_component_adv_search_wrapper {
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}
.wpestate-price-popoup-wrapper
	.wpestate_pricev2_component_adv_search_wrapper
	.ui-slider {
	margin-bottom: 10px;
}
.wpestate-price-popoup-wrapper
	.wpestate_pricev2_component_adv_search_wrapper
	input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	line-height: 35px;
	padding: 0 15px;
	width: 154px;
}
.wpestate-price-popoup-wrapper .adv_search_slider {
	margin-bottom: 50px;
	width: 100%;
}
.wpestate-price-popoup-wrapper_v3 {
	max-width: 100vw;
	min-width: 365px;
	overflow-x: auto;
	overflow: visible;
	padding: 25px;
}
.wpestate-price-popoup-wrapper_v3 .dropdown-menu {
	min-width: 130px;
}
.wpestate-price-popoup-wrapper_v3
	.wpestate_pricev3_component_adv_search_wrapper {
	display: flex;
	gap: 10px;
}
.wpestate-price-popoup-wrapper_v3
	.wpestate_pricev3_component_adv_search_wrapper
	.wpresidence_dropdown {
	margin-bottom: 10px;
}
.wpestate-price-popoup-wrapper_v3
	.wpestate_pricev3_component_adv_search_wrapper
	.filter_menu
	li {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 0;
	padding: 10px 15px;
}
.wpestate-price-popoup-wrapper_v3
	.wpestate_pricev3_component_adv_search_wrapper
	.filter_menu
	li:hover {
	background-color: var(
		--wp_estate_adv_search_background_color-option,
		var(--wp_estate_adv_search_background_color)
	);
	color: var(
		--wp-estate-adv-search-font-color-option,
		var(--wp_estate_adv_search_font_color)
	);
}
.wpestate-price-popoup-wrapper_v3
	.wpestate_pricev3_component_adv_search_wrapper
	.wpestate-price-component-select {
	border: 1px solid #e7e7e7;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	padding: 10px;
	width: 50%;
}
.wpestate-price-popoup-wrapper_v3
	.wpestate_pricev3_component_adv_search_wrapper
	.wpestate-price-component-select
	option {
	padding: 10px;
}
.elementor-widget-WpResidence_Search_Form_Builder
	.wpestate-price-popoup-wrapper
	.adv_search_slider {
	margin-bottom: 15px;
}
.adv_search_slider {
	height: 40px;
}
.adv_search_slider p:not(.elementor-widget-container p) {
	line-height: 1em;
	margin-bottom: 5px;
}
.adv_search_slider label {
	font-weight: 400;
	margin-bottom: 5px;
	padding-top: 4px;
}
.adv_search_slider .ui-slider {
	height: 4px;
	margin: 0 10px;
}
.adv_search_slider .ui-slider.ui-widget-content {
	background: #efefef;
	background-image: none;
	border: 0 solid #efefef;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.adv_search_slider .ui-slider-handle.ui-state-default {
	background-color: #fff;
	background-image: none;
	height: 18px;
	margin-top: -2px;
	width: 18px;
}
.page-template-front_property_submit .adv_search_slider .ui-slider {
	margin-top: 10px;
}
.wpresidence_slider_price {
	border: 0;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 13px;
	font-weight: 500;
}
#advanced_search_shortcode .wpestate-beds-baths-popoup-done,
#advanced_search_shortcode .wpestate-beds-baths-popoup-reset,
#advanced_search_shortcode .wpestate-price-component-popoup-done,
#advanced_search_shortcode .wpestate-price-component-popoup-done_v3,
#advanced_search_shortcode .wpestate-price-component-popoup-reset,
#advanced_search_shortcode .wpestate-price-component-popoup-reset_v3,
#advanced_search_shortcode
	.wpestate_pricev2_component_adv_search_wrapper
	input {
	line-height: 1em;
}
.geolocation_search_radius_wrapper,
.slide_mobile,
.wpestate_slider_radius_search {
	width: 100%;
}
.wpestate_slider_radius_search.ui-slider-horizontal {
	height: 4px;
	margin-left: 0;
	margin-top: 0;
}
.adv_search_geo_radius_wrapper {
	margin-bottom: 5px;
}
.elementor-field-group .wpestate_slider_radius_search.ui-slider-horizontal {
	margin-bottom: 0;
}
.wpestate_slider_radius_search .ui-slider-handle,
.wpestate_slider_radius_search
	.ui-slider-handle.ui-corner-all.ui-state-default {
	background-color: #fff;
	background-image: none;
	height: 18px;
	margin-top: -2px;
	width: 18px;
}
.ui-widget-header {
	background: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
	border: 1px solid #e7e7e7;
}
.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle .ui-state-focus,
.ui-slider .ui-slider-handle .ui-state-hover {
	background-color: #fff !important;
	border: 1px solid #e7e7e7 !important;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #e7e7e7 !important;
	color: var(
		--wp-estate-font-color-option,
		var(--wp-estate-font-color)
	) !important;
	font-weight: 500;
}
.ui-autocomplete.ui-widget-content {
	background: #fff;
	background-image: none;
	border: 1px solid #e7e7e7;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	padding: 0;
}
.wpestate_slider_radius_search.ui-widget-content {
	max-width: 100%;
}
.adv_search_widget {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.adv_search_sh {
	display: inline-block;
	width: 48%;
}
.adv_search_sh p {
	float: left;
	margin-bottom: 0;
	margin-top: -10px;
}
#primary #slider_price_widget {
	margin-top: 0;
}
#slider_price_mobile {
	height: 4px;
}
#slider_price_sh {
	height: 4px;
	margin-bottom: 0;
	margin-left: 7px;
	margin-top: 0;
}
#amount_sh {
	height: 32px;
	margin-bottom: 0 !important;
}
#amount_mobile,
#amount_sh {
	color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
}
.nav-next-wrapper,
.nav-prev-wrapper {
	background: #fff;
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.045);
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	cursor: pointer;
	display: table;
	height: 110px;
	margin-top: -55px;
	padding: 0 15px;
	position: fixed;
	top: 50%;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 250px;
	z-index: 200;
}
.navigational_links a,
.navigational_links a:hover {
	word-wrap: break-word;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 14px;
	text-decoration: none;
}
.nav-prev-wrapper {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	left: -210px;
}
.nav-prev-wrapper:hover {
	left: 0;
}
.nav-prev-wrapper i {
	position: absolute;
	right: 16px;
}
.nav-next-wrapper {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: -40px;
	right: -210px;
}
.nav-next-wrapper:hover {
	right: 0;
}
.nav-next-wrapper i {
	left: 12px;
	margin-left: 5px;
	margin-right: 5px;
	position: absolute;
}
.nav-next-wrapper i,
.nav-prev-wrapper i {
	display: inline;
	float: left;
	font-size: 20px;
	line-height: 22px;
	margin-top: -11px;
	top: 50%;
}
.nav-next,
.nav-prev {
	display: table-cell;
	vertical-align: middle;
}
.nav-prev {
	text-align: right;
}
.nav-prev a {
	display: block;
	float: right;
	padding-right: 25px;
	text-align: right;
}
.nav-next a,
.nav-prev a {
	font-weight: 500;
	line-height: 20px;
	max-width: 250px;
}
.nav-next a {
	display: inline;
	float: left;
	margin-left: 24px;
	padding-left: 1px;
}
#comment-nav-below .nav-next a,
#comment-nav-below .nav-previous a {
	margin-bottom: 15px;
	margin-left: 0;
}
.leaflet-popup-content .info_details.openstreet_map_price_infobox {
	margin-top: -110px;
}
.leaflet-popup-content .info_details.price_infobox {
	margin-top: -80px;
}
.info_details {
	background: #fff;
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.18);
	margin: -140px 0 0 -90px;
	padding: 0;
	position: absolute;
	width: 350px;
}
.info_details img {
	float: left;
	width: 90px;
}
.info_details.price_infobox {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-top: -130px;
}
.info_details.openstreet_map_price_infobox:after,
.info_details.price_infobox:after {
	display: none;
}
.infobox_title {
	float: left;
	height: auto;
	margin-bottom: 5px;
	width: 245px;
}
.infobox_title a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	float: left;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: 10px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.infobox_title a:hover {
	text-decoration: none;
}
.infobox_title a:hover,
.prop_pricex {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.prop_pricex {
	box-sizing: border-box;
	display: inline-block;
	float: left;
	font-family: Roboto;
	font-size: 14px !important;
	font-weight: 500;
	padding: 0 0 0 10px;
}
.infocur {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 14px;
	margin-left: 5px;
}
.infocur.infocur_first {
	margin-left: 0;
	margin-right: 5px;
}
.infocur.infocur_first:empty {
	margin-right: 0;
}
.infobox_details {
	display: inline-block;
	float: left;
	font-family: Roboto;
	margin-top: 5px;
	padding-left: 0;
	width: 70%;
}
#infobath,
#inforoom,
#infosize {
	font-size: 13px;
	margin-left: 10px;
}
#infosize {
	padding-left: 0;
}
#infocloser:before {
	color: rgba(34, 34, 34, 0.812);
	content: '\f00d';
	cursor: pointer;
	font-family: Font Awesome\5 Free;
	font-size: 13px;
	font-weight: 900;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 20px;
	z-index: 999999;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: transparent !important;
	box-shadow: none !important;
}
.leaflet-popup-close-button {
	display: none;
}
.contact_info_details {
	height: 140px;
	left: -109px;
	margin-left: 0;
	margin-top: 0;
}
.contact_info_details:after {
	border: 15px solid transparent;
	border-top-color: #c2cbd9;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 100%;
	width: 0;
}
.contact_info_details .h2,
.contact_info_details h2 {
	background-color: #fff;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	font-size: 25px;
	font-weight: 500;
	margin-top: 40px;
	text-align: center;
	width: 100%;
}
.leaflet_contact.contact_info_details {
	left: -157px;
	top: -124px;
}
.info_idx {
	background: #fff;
	border-bottom: 3px solid #8593a9;
	box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
	height: 236px !important;
	margin-top: -306px !important;
	margin: 0 0 0 -90px;
	max-width: 480px;
	padding: 0;
	position: absolute;
	width: 300px;
}
.info_idx img {
	height: auto;
	width: 300px;
}
.idx-price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.leaflet-popup-content a {
	color: #222 !important;
}
.prop_detailsx {
	background-color: #fff;
	box-sizing: border-box;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline;
	float: left;
	font-size: 14px !important;
	margin-top: 0;
	padding: 0 0 0 14px;
	text-transform: lowercase;
	width: 100%;
}
.leaflet_cluster {
	background-image: url(css/css-images/cloud.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	height: 75px;
	left: -36px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	top: -36px;
	width: 72px;
}
.leaflet-popup .wpestate_marker {
	left: -3px;
	position: absolute;
	top: 8px;
	transform: none;
}
.leaflet-control-zoom {
	display: none;
}
.wpresidence_leaflet_label {
	background: #fff;
	float: left;
	margin-left: -50px;
	text-align: center;
	width: 100px;
}
.leaflet_submit_map_wrapper {
	z-index: 0;
}
.submit_leaflet_admin {
	background-color: #fff;
	min-width: 255px;
	padding: 5px;
}
.google_map_poi_marker {
	position: absolute;
	top: 78px;
}
.wpestate_property_media_section_wrapper .google_map_poi_marker {
	left: 15px;
	top: 129px;
	z-index: 99;
}
.wpestate_property_media_section_wrapper #gmapzoomminus.smallslidecontrol,
.wpestate_property_media_section_wrapper #gmapzoomplus.smallslidecontrol {
	align-items: center;
	display: flex;
	padding: 0;
}
.wpestate_property_carousel .google_map_poi_marker {
	display: none;
	left: 15px;
	top: 125px;
	z-index: 99;
}
.google_map_shortcode_wrapper .google_map_poi_marker {
	left: 15px;
	top: 111px;
	z-index: 99;
	z-index: 1;
}
#google_poi_clear,
.google_poi,
.google_poish {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	color: #8f9eb6;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	margin-bottom: 2px;
	padding: 6px;
	pointer-events: auto;
	position: relative;
	width: 30px;
}
#google_poi_clearhover,
.google_poihover,
.google_poishhover {
	opacity: 0.9;
}
.google_poi.poi_active,
.google_poish.poi_active {
	border: 1px solid #ebba7c;
}
.google_poi img,
.google_poish img {
	vertical-align: baseline;
}
.estate_poi_box {
	background: #fff;
	box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	font-size: 11px !important;
	min-width: 130px;
	padding: 5px;
	text-align: center;
}
.google_poi .tooltip {
	left: 0;
	position: absolute;
	top: 0;
	transition: initial;
}
.adv_listing_filters_head,
.listing_filters,
.listing_filters_head,
.listing_filters_head_directory {
	align-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #f1f8ff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: flex-start;
	margin-bottom: 30px;
	padding: 7px 15px;
	position: relative;
	width: 100%;
	z-index: 10;
}
.listing_filter_views {
	border: none;
	cursor: pointer;
	margin-left: 10px;
}
.wpestate_list_grid_filter_wiew_wrapper {
	display: flex;
	margin-left: auto;
}
.wpestate_list_grid_filter_wiew_wrapper .list_filter_wiew {
	margin-left: 10px;
}
#grid_view,
#list_view {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 18px;
}
#grid_view:hover,
#list_view:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.icon_selected {
	color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
}
#listing_ajax_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-width: 100%;
}
#listing_ajax_container_agent.estate_agency,
#listing_ajax_container_agent.estate_developer {
	margin: 0;
}
.container_agent {
	float: left;
	margin-bottom: 30px;
}
.container_agent .agent_contanct_form,
.container_agent .agent_content,
.container_agent .wpestate_agent_details_wrapper,
.panel-body .google_map_shortcode_wrapper {
	box-shadow: none;
}
.nothing {
	padding-left: 15px;
}
.featured_div {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 85%,
		transparent
	);
	background-image: none !important;
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 4px;
	max-width: 85px;
	padding: 0 10px;
	position: relative;
	top: 20px;
}
.listing_wrapper.col-md-12 .places_listing .property_location {
	margin-left: 20px;
}
.listing_wrapper.col-md-12 .property_listing.places_listing .h4,
.listing_wrapper.col-md-12 .property_listing.places_listing h4 {
	padding-left: 20px;
}
.listing_wrapper.col-md-12 .property_listing .ribbon-wrapper-default {
	left: 0;
	top: 0;
}
.listing-image-link {
	position: relative;
}
.property_listing img {
	float: left;
	width: 100%;
}
.half_map_list_view,
.the_list_view {
	display: none;
}
.listing_wrapper.col-md-12 .property_listing > img {
	border: none;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	float: left;
	max-width: 265px;
}
.listing_actions {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;
	position: relative;
}
body.wpresidence_half_map_body_class {
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
body.wpresidence_half_map_body_class.admin-bar {
	padding-top: 32px;
}
body.wpresidence_half_map_body_class #all_wrapper {
	width: 100%;
}
body.wpresidence_half_map_body_class #all_wrapper,
body.wpresidence_half_map_body_class .container-fluid.px-0,
body.wpresidence_half_map_body_class .px-0.container-lg,
body.wpresidence_half_map_body_class .px-0.container-md,
body.wpresidence_half_map_body_class .px-0.container-sm,
body.wpresidence_half_map_body_class .px-0.container-xl,
body.wpresidence_half_map_body_class .px-0.container-xxl {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
}
body.wpresidence_half_map_body_class .content_wrapper {
	display: flex;
	flex: 1;
	overflow: hidden;
}
body.wpresidence_half_map_body_class .content_wrapper .d-flex {
	flex: 1;
}
#google_map_prop_list_sidebar {
	background: var(
		--wp-estate-background-color-option,
		var(--wp-estate-background-color)
	);
	bottom: 0;
	margin-bottom: 30px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 0;
}
#google_map_prop_list_sidebar .search_param {
	float: left;
}
#google_map_prop_list_sidebar .search_unit_wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}
#google_map_prop_list_sidebar .submit_container_half {
	display: none;
}
#google_map_prop_list_sidebar .single-content {
	display: inline-block;
	margin-bottom: 0;
	min-height: 85px;
	padding: 25px 15px 0;
}
#google_map_prop_list_sidebar .entry-title {
	width: 70%;
}
#google_map_prop_list_sidebar #listing_ajax_container {
	margin: 0;
}
#google_map_prop_list_sidebar .half_map_filters_wrapper {
	width: 100%;
}
#google_map_prop_list_sidebar .no_results {
	margin-left: 2px;
}
#google_map_prop_list_sidebar .no_results_title {
	margin-left: 5px;
}
#google_map_prop_list_sidebar.half_type2 {
	margin-top: 27px;
}
.wpresidence_half_map_filter_wrapper {
	bottom: -65px;
	position: absolute;
	right: 15px;
}
.wpresidence_half_map_filter_wrapper
	.wpresidence_dropdown.wpresidence_filters_dropdown
	.btn:not(:disabled):not(.disabled).active:focus,
.wpresidence_half_map_filter_wrapper
	.wpresidence_dropdown.wpresidence_filters_dropdown
	.btn:not(:disabled):not(.disabled):active:focus {
	border: 1px solid #e7e7e7;
}
.wpresidence_half_map_filter_wrapper .wpresidence_dropdown .dropdown-toggle {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	padding: 10px 30px 10px 15px;
	width: 100%;
}
.half_results {
	font-size: 24px;
}
.half_map_controllers_wrapper {
	background-color: #fff;
	border: 1px solid #f0f3f7;
	border-radius: 67px;
	bottom: 13px;
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	display: none;
	left: 7.5%;
	overflow: hidden;
	position: fixed;
	width: 85%;
	z-index: 99;
}
.half_map_controllers_wrapper i {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 14px;
}
.half_mobile_toggle_listings,
.half_mobile_toggle_map {
	align-content: center;
	align-items: center;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: flex;
	float: left;
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	justify-content: center;
	padding: 12px;
	text-align: center;
	width: 50%;
}
.half_control_visible {
	background-color: #eee;
}
#google_map_prop_list_wrapper #gmap_wrapper,
#google_map_prop_list_wrapper #googleMap {
	height: 100% !important;
}
#google_map_prop_list_wrapper .gmap-controls {
	left: 0;
	margin-left: 0;
	top: 0;
	transform: none;
	width: 100%;
}
#google_map_prop_list_wrapper #gmap-control {
	right: 15px;
}
.share_unit {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: none;
	font-size: 22px;
	left: -2px;
	padding: 10px 0 0;
	position: absolute;
	top: -149px;
	width: 35px;
	z-index: 1;
}
.share_unit:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	bottom: -8px;
	content: ' ';
	height: 0;
	position: absolute;
	right: 10px;
	width: 0;
}
.share_unit a {
	color: #fff;
	display: block;
	float: left;
	font-size: 17px;
	height: 26px;
	padding: 0;
	text-align: center;
	width: 35px;
}
.share_unit a:hover {
	color: hsla(0, 0%, 100%, 0.839);
}
.share_unit .social_facebook:after {
	content: '\f09a';
	font-family: Font Awesome\5 Brands;
	font-size: 16px;
}
.share_unit .social_tweet:after {
	content: '\e61b';
	font-family: Font Awesome\5 Brands;
	font-size: 16px;
}
.share_unit .social_google:after {
	content: '\f0d5';
	font-family: Font Awesome\5 Free;
	font-size: 15px;
}
.share_unit .social_whatsup:after {
	content: '\f232';
	font-family: Font Awesome\5 Brands;
	font-size: 16px;
}
.share_unit .social_pinterest:after {
	content: '\f231';
	font-family: Font Awesome\5 Brands;
	font-size: 16px;
}
.share_unit .social_email:after {
	content: '\f0e0';
	font-family: Font Awesome\5 Free;
}
.share_list {
	align-items: center;
	border: 1px solid #eef3f6;
	border-radius: 2px;
	color: #c2cbd9;
	cursor: pointer;
	display: flex;
	height: 30px;
	justify-content: center;
	line-height: 30px;
	width: 30px;
}
.share_list:before {
	content: '\e804';
	font-family: fontello;
	font-size: 13px;
}
.share_list:hover {
	border: 1px solid #d8e0e5;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_custom_element.share .share_list {
	background-image: url(css/css-images/unitshare_custom.png) !important;
	background-size: 40px 16px;
	border: none;
}
.property_unit_custom_element.share .share_list.share_on,
.property_unit_custom_element.share .share_list:hover {
	background-image: url(css/css-images/unitshare_custom.png) !important;
	background-position: -16px 8px;
	background-size: 40px 16px;
}
.property_agent_unit_type6 .share_unit,
.property_listing.places_listing .share_unit {
	z-index: 9;
}
.property_unit_custom_element.compare .compare-action {
	border: none;
}
.compare-action:before {
	font-weight: 800;
}
.listing_wrapper {
	margin-bottom: 25px;
	position: relative;
}
.listing_wrapper.col-md-12 .carousel-item {
	height: 100%;
}
.property_listing {
	background-color: var(
		--wp-estate-property-unit-color-option,
		var(--wp_estate_property_unit_color)
	);
	border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size)
		solid
		var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
	display: flex;
	flex-direction: column;
	float: left;
	font-size: 13px;
	height: 100%;
	max-width: 525px;
	padding: var(
			--wp-estate-propertyunit-internal-padding-top-option,
			var(--wp_estate_propertyunit_internal_padding_top)
		)
		var(
			--wp-estate-propertyunit-internal-padding-right-option,
			var(--wp_estate_propertyunit_internal_padding_right)
		)
		var(
			--wp-estate-propertyunit-internal-padding-bottom-option,
			var(--wp_estate_propertyunit_internal_padding_bottom)
		)
		var(
			--wp-estate-propertyunit-internal-padding-left-option,
			var(--wp_estate_propertyunit_internal_padding_left)
		);
	position: relative;
	transition: 0.3s ease-out;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.property_listing .featured_gradient {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 56%);
	pointer-events: none;
}
.property_listing .carousel {
	float: left;
	height: 100%;
}
.property_listing .listing-unit-img-wrapper {
	background: #fff;
	border-radius: var(
			--wp-estate-border-radius-corner-option,
			var(--wp_estate_border_radius_corner)
		)
		var(
			--wp-estate-border-radius-corner-option,
			var(--wp_estate_border_radius_corner)
		)
		0 0;
	flex-grow: 1;
	float: left;
	min-height: 150px;
	overflow: hidden;
	position: relative;
}
.property_listing .listing-unit-img-wrapper .property_media {
	align-items: center;
	bottom: 8px;
	color: #fff;
	display: flex;
	gap: 7px;
	opacity: 0.9;
	position: absolute;
	right: 20px;
	z-index: 9;
}
.property_listing .listing-unit-img-wrapper .prop_new_details {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 9;
}
.property_listing .listing-unit-img-wrapper .prop_new_details_back {
	height: 100%;
	width: 100%;
}
.property_listing
	.listing-unit-img-wrapper
	.prop_new_details
	.property_location_image {
	bottom: 8px;
	color: #fff;
	left: 20px;
	opacity: 0.9;
	pointer-events: auto;
	position: absolute;
	right: 20px;
	z-index: 9;
}
.property_listing
	.listing-unit-img-wrapper
	.prop_new_details
	.property_location_image
	a {
	color: inherit;
}
.property_listing
	.listing-unit-img-wrapper
	.prop_new_details
	.property_location_image
	i {
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	margin-right: 5px;
}
.property_listing .action_tag_wrapper {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%,
		transparent
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
	text-align: center;
}
.property_listing .property-unit-information-wrapper {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	flex-grow: 100;
	flex-wrap: wrap;
	float: left;
	padding-top: 20px;
}
.property_listing .property-unit-information-wrapper .h4,
.property_listing .property-unit-information-wrapper h4 {
	float: left;
	font-size: var(
		--wp-estate-h4-font-size-option,
		var(--wp-estate-h4-font-size)
	);
	line-height: var(
		--wp-estate-h4-line-height-option,
		var(--wp-estate-h4-line-height)
	);
	margin-bottom: 10px;
	padding: 0 20px;
	width: 100%;
}
.property_listing
	.property-unit-information-wrapper
	.listing_unit_price_wrapper {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	margin-bottom: 10px;
	padding: 0 20px;
	position: relative;
}
.property_listing .property-unit-information-wrapper .listing_details {
	float: left;
	line-height: 1.65em;
	margin: 0 0 10px;
	padding: 0 20px;
	width: 100%;
	word-break: break-word;
}
.property_listing .property-unit-information-wrapper .property_listing_details {
	align-items: center;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	-moz-column-gap: 20px;
	column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 0 20px;
	position: relative;
}
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infobath,
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.inforoom,
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infosize {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	line-height: 30px;
}
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infobath
	svg,
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.inforoom
	svg,
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infosize
	svg {
	fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	float: left;
	margin-right: 5px;
}
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infosize
	svg {
	margin-right: 7px;
	margin-top: 6px;
	width: 15px;
}
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infobath
	svg {
	margin-top: 4px;
}
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.inforoom
	svg {
	margin-top: 5px;
	width: 19px;
}
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infodate {
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	font-size: 13px;
	line-height: 30px;
	margin-right: 10px;
	padding-left: 12px;
}
.property_listing
	.property-unit-information-wrapper
	.property_listing_details
	.infodate
	.fa {
	color: #c2cbd9;
	margin-right: 5px;
}
.property_agent_wrapper {
	align-items: center;
	display: flex;
	float: left;
	font-weight: 500;
	gap: 10px;
	line-height: 30px;
}
.property_agent_wrapper,
.property_agent_wrapper a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.property_agent_wrapper a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_agent_wrapper .property_agent_name {
	display: inline;
	float: left;
}
.property_agent_wrapper .property_agent_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	float: left;
	height: 30px;
	width: 30px;
}
.property_agent_wrapper .has_4per_row .property_agent_image,
.property_agent_wrapper .property_agent_image_sign {
	display: none;
}
.property_agent_wrapper .has_4per_row .property_agent_image_sign {
	display: block;
	float: left;
	margin-right: 5px;
}
.property_agent_wrapper .has_4per_row .property_agent_image_sign .fa {
	color: #c2cbd9;
}
.property_location {
	align-content: center;
	align-items: center;
	align-self: stretch;
	border-top: 1px solid #eef3f6;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	font-size: 13px;
	justify-content: space-between;
	line-height: 1.4em;
	margin: auto 20px 0;
	max-width: 100%;
	padding: 13px 0;
}
.shortcode_wrapper_grid_item .listing_wrapper {
	height: 100%;
	margin-bottom: 0;
}
.has_prop_slider .property_listing {
	cursor: default;
}
.remove_favorite_fron_end {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #222;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	padding: 1px 15px;
	position: absolute;
	right: 30px;
	top: 17px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	z-index: 99;
}
.remove_favorite_fron_end:hover {
	background-color: rgba(51, 51, 51, 0.93);
	color: #fff;
}
.unit_details_x {
	background-color: var(
		--wp-estate-second-color-option,
		var(--wp-estate-second-color)
	);
	background-image: linear-gradient(
		to right,
		transparent 50%,
		var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 50%
	);
	background-position: 100% 100%;
	background-size: 200% 100%;
	border: 1px solid
		var(--wp-estate-second-color-option, var(--wp-estate-second-color));
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: none;
	float: right;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	margin-top: 4px;
	padding: 4px 7px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.unit_details_x:hover {
	background-color: transparent;
	background-position: 0 100%;
	border-color: var(
		--wp-estate-second-color-option,
		var(--wp-estate-second-color)
	);
	color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
}
.tag-wrapper {
	padding: 0 20px;
	position: absolute;
	width: 100%;
}
.action_tag_wrapper {
	background-color: rgba(0, 115, 225, 0.85);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
	text-align: center;
}
.featured_gradient {
	background-image: linear-gradient(to right top, #000, transparent 56%);
	bottom: 0;
	left: 0;
	opacity: 0.67;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.status-wrapper {
	display: flex;
	gap: 5px;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}
.status-wrapper .ribbon-wrapper-default {
	font-size: 10px;
	line-height: 19px;
	position: absolute;
	right: 12px;
	top: 12px;
}
.status-wrapper .ribbon-inside,
.status-wrapper .ribbon-wrapper-default {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%,
		transparent
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
}
.status-wrapper .ribbon-inside {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.status-wrapper .ribbon-inside .new-offer {
	background-color: #d33;
}
.infobath path,
.inforoom path,
.infosize path {
	fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.listing_wrapper.col-md-12 > .property_listing {
	max-width: 100%;
	width: 100%;
}
.listing_wrapper.col-md-12 .property_listing {
	flex-direction: row;
}
.listing_wrapper.col-md-12 .listing-unit-img-wrapper,
.listing_wrapper.col-md-12 > .property_listing .carousel-inner {
	display: inline;
	float: left;
	height: 100%;
	max-width: 320px;
	max-width: 375px;
	min-height: 200px;
	position: relative;
	width: 100%;
}
.listing_wrapper.col-md-12 > .property_listing .carousel-inner .item {
	height: 100%;
}
.listing_wrapper.col-md-12 .property-unit-information-wrapper {
	flex: 1;
}
.listing_wrapper.col-md-12 .listing-unit-img-wrapper img {
	height: -webkit-fill-available;
	-o-object-fit: cover;
	object-fit: cover;
}
.listing_wrapper.col-md-12 .listing-unit-img-wrapper {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	min-height: 100%;
}
.property_unit_type1 .listing-unit-img-wrapper {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: auto;
	margin: 8px;
}
.property_unit_type1 .featured_div {
	color: #fff;
	font-size: 11px;
	left: -5px;
	line-height: 20px;
	padding: 0 10px 0 13px;
	position: absolute;
	top: 20px;
}
.property_unit_type1 .featured_div:after {
	border: solid transparent;
	border-right: solid #7fca90;
	border-width: 0 5px 5px 0;
	bottom: -4px;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.property_unit_type1 .property-unit-information-wrapper {
	padding-top: 12px;
}
.property_unit_type1 .listing_unit_price_wrapper {
	bottom: 15px;
	color: #fff;
	font-size: 17px;
	left: 12px;
	line-height: 1;
	position: absolute;
	z-index: 99;
}
.property_unit_type1 .property_address_type1_wrapper {
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 0 20px;
	width: 100%;
}
.property_unit_type1 .property_address_type1_wrapper,
.property_unit_type1 .property_address_type1_wrapper a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type1 .property_address_type1_wrapper a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type1 .property_address_type1_wrapper .fas {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 11px;
	margin-right: 5px;
}
.property_unit_type1 .property_categories_type1_wrapper {
	float: left;
	padding: 0 20px;
	width: 100%;
}
.property_unit_type1 .property_categories_type1_wrapper a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type1 .property_categories_type1_wrapper a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type1 .property_details_type1_wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: left;
	gap: 5px;
	margin-bottom: 15px;
	padding: 0 20px;
	width: 100%;
}
.property_unit_type1 .property_location {
	margin: auto 0 0;
	padding: 13px 20px;
}
.property_unit_type1 .carousel-control {
	width: 40px;
}
.property_unit_type1 .status-wrapper {
	position: absolute;
	right: 10px;
	top: 10px;
}
.property_unit_type1 .compare-action:before {
	font-size: 16px;
}
.property_unit_type1 svg {
	fill: rgba(0, 0, 0, 0.5);
	float: left;
	width: 14px;
}
.property_unit_type1 .icon-fav-on svg {
	fill: rgba(0, 0, 0, 0.9);
}
.property_unit_type2 svg {
	fill: rgba(0, 0, 0, 0.5);
	float: left;
	width: 14px;
}
.property_unit_type2 .icon-fav-on svg {
	fill: rgba(0, 0, 0, 0.9);
}
.property_unit_type8 svg {
	fill: rgba(0, 0, 0, 0.5);
	float: left;
	width: 14px;
}
.property_unit_type8 .icon-fav-on svg {
	fill: rgba(0, 0, 0, 0.9);
}
.property_listing.property_unit_type1 .icon-fav {
	border: 0;
	bottom: 9px;
	color: #fff;
	padding-top: 0;
	position: absolute;
	right: 10px;
	z-index: 12;
}
.property_listing.property_unit_type1 .icon-fav.icon-fav-on:before,
.property_listing.property_unit_type1 .icon-fav:before {
	display: none;
}
.property_listing.property_unit_type1 .icon-fav.icon-fav-on-remove {
	bottom: auto !important;
	line-height: 27px;
	padding: 0 10px;
	right: 0 !important;
	top: 12px;
	z-index: 99;
}
.listing_wrapper.property_unit_type1.col-md-12 {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
}
.property_unit_type2 .featured_div {
	background-color: transparent;
	color: transparent;
	font-size: 0;
	left: 20px;
	padding: 0;
	position: absolute;
	top: 20px;
}
.property_unit_type2 .featured_div:before {
	color: var(--wp-estate-second-color-option, var(--wp-estate-second-color));
	content: '\f005';
	font-family: Font Awesome\5 Free;
	font-size: 20px;
	font-weight: 600;
}
.property_unit_type2 .h4,
.property_unit_type2 h4 {
	font-size: 20px;
}
.property_unit_type2
	.property_listing
	.property-unit-information-wrapper
	.property_listing_details {
	align-items: center;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	gap: 15px;
	margin-bottom: 15px;
}
.property_unit_type2 .inforoom_unit_type2:before {
	content: '\f236';
	font-family: Font Awesome\5 Free;
	font-weight: 600;
	margin-right: 4px;
}
.property_unit_type2 .infobath_unit_type2:before {
	content: '\f043';
	font-family: Font Awesome\5 Free;
	font-weight: 600;
	margin-right: 4px;
}
.property_unit_type2 .infosize_unit_type2:before {
	content: '\f279';
	font-family: Font Awesome\5 Free;
	font-weight: 600;
	margin-right: 4px;
}
.property_unit_type2 .infogarage_unit_type2:before {
	content: '\f1b9';
	font-family: Font Awesome\5 Free;
	font-weight: 600;
	margin-right: 4px;
}
.property_unit_type2 .property_agent_image {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.property_unit_type2 .property_agent_wrapper {
	line-height: 40px;
	margin-left: 20px;
}
.property_unit_type2 .property_location {
	height: 51px;
	margin: auto 0 0;
	padding: 5px 0;
	width: 100%;
}
.property_unit_type2 .share_unit {
	left: 0;
}
.property_unit_type2 .share_list {
	border: 0;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.property_unit_type2 .share_list:before {
	content: '\e804';
	font-family: fontello;
	font-size: 15px;
}
.property_unit_type2 .share_list:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type2 .compare-action {
	border: none;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	margin-right: 20px;
	width: auto;
}
.property_unit_type2 .compare-action:before {
	font-size: 16px;
}
.property_unit_type2 .compare-action:hover {
	border: none;
}
.property_unit_type2 .property_media {
	bottom: 15px;
	color: #fff;
	left: 15px;
	opacity: 0.9;
	position: absolute;
	right: auto;
	z-index: 9;
}
.property_unit_type2 .property_media .fa {
	font-size: 17px;
}
.property_unit_type2 .listing_unit_price_wrapper {
	font-size: 18px;
	line-height: 18px;
}
.property_unit_type2 .icon-fav {
	border: 0;
	bottom: 15px;
	color: #fff;
	float: right;
	height: auto;
	padding-top: 0;
	position: absolute;
	right: 20px;
	width: auto;
	z-index: 9;
}
.property_unit_type2 .icon-fav.icon-fav-on:before,
.property_unit_type2 .icon-fav:before {
	display: none;
}
.property_listing_details_v2 {
	align-items: center;
	-moz-column-gap: var(
		--wp-estate-card-details-gap-option,
		var(--wp_estate_card_details_gap)
	);
	column-gap: var(
		--wp-estate-card-details-gap-option,
		var(--wp_estate_card_details_gap)
	);
	display: flex;
	flex-wrap: wrap;
	justify-content: var(
		--wp-estate-card-details-alignment-option,
		var(--wp_estate_card_details_alignment)
	);
	margin-bottom: 10px;
	padding: 0 20px;
}
.property_listing_details_v2_item {
	align-items: center;
	color: var(
		--wp-estate-card-details-font-color-option,
		var(--wp-estate-card-unit-font-color)
	);
	display: flex;
	flex-direction: var(
		--wp-estate-card-details-image-position-option,
		var(--wp_estate_card_details_image_position)
	);
	font-family: var(
		--wp-estate-card-details-font-family-option,
		var(--wp-estate-card-unit-font-family)
	);
	font-size: var(
		--wp-estate-card-details-font-size-option,
		var(--wp-estate-card-unit-font-size)
	);
	font-weight: var(
		--wp-estate-card-details-font-weight-option,
		var(--wp-estate-card-unit-font-weight)
	);
	gap: 5px;
	line-height: var(
		--wp-estate-card-details-line-height-option,
		var(--wp-estate-card-unit-line-height)
	);
	margin-bottom: 5px;
}
.property_listing_details_v2_item img {
	max-height: var(
		--wp-estate-card-details-image_icon-size-option,
		var(--wp_estate_card_details_image_icon_size)
	);
	max-width: var(--wp-estate-card-details-image_icon-size-option, 17px);
}
.property_listing_details_v2_item i {
	color: var(
		--wp-estate-card-details-image-color-option,
		var(--wp_estate_card_details_image_color)
	);
	font-size: var(
		--wp-estate-card-details-font-awsome-size-option,
		var(--wp_estate_card_details_font_awsome_size)
	);
}
.unit3agent {
	display: none;
}
.property_unit_type3 .unit3agent {
	display: inline-block;
}
.property_unit_type3 .property_agent_wrapper_type1 i {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	margin-right: 3px;
}
.property_unit_type3 svg {
	height: auto;
	width: 17px;
}
.property_unit_type3 svg path {
	fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_unit_type3 .inforoom_unit_type3 svg {
	width: 22px;
}
.property_unit_type3 .infosize_unit_type3 svg {
	width: 11px;
}
.property_unit_type3
	.property_listing
	.property-unit-information-wrapper
	.property_listing_details {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	gap: 15px;
	margin-bottom: 15px;
}
.property_unit_type3 .property_listing_details_v3_item {
	align-items: center;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: flex;
	gap: 5px;
}
.property_unit_type3
	.property_listing
	.property-unit-information-wrapper
	.listing_unit_price_wrapper {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 0 20px;
}
.property_unit_type3
	.property_listing
	.property-unit-information-wrapper
	.listing_unit_price_wrapper
	a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.property_unit_type3
	.property_listing
	.property-unit-information-wrapper
	.listing_unit_price_wrapper
	a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_unit_type3 .price_label {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 18px;
	font-weight: 500;
}
.property_unit_type3 .property_card_categories_wrapper {
	margin-bottom: 15px;
}
.property_unit_type3 .property_agent_wrapper {
	font-size: 13px;
	font-weight: 500;
}
.property_unit_type3 .property_location span {
	display: none;
}
.property_unit_type3 .unit_type3_details {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	padding: 2px 15px;
	width: auto;
}
.property_unit_type3 .unit_type3_details,
.property_unit_type3 .unit_type3_details:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
}
.property_unit_type3 .unit_type3_details a,
.property_unit_type3 .unit_type3_details a:hover {
	color: #fff;
}
.property_unit_type3 .property_agent_wrapper a {
	font-weight: 500;
}
.property_location {
	padding: 8px 0;
}
.carousel-control {
	width: 50px;
}
.property_card_categories_wrapper {
	float: left;
	margin-bottom: 10px;
	padding: 0 20px;
	width: 100%;
}
.property_listing.property_unit_type3 .listing_actions {
	bottom: 15px;
	left: 20px;
	position: absolute;
	top: auto;
	z-index: 10;
}
.property_listing.property_unit_type3 .compare-action,
.property_listing.property_unit_type3 .icon-fav,
.property_listing.property_unit_type3 .share_list {
	background-color: rgba(51, 51, 51, 0.45);
	border: none;
	color: #fff;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 23px;
}
.property_listing.property_unit_type3 .compare-action:hover,
.property_listing.property_unit_type3 .icon-fav:hover,
.property_listing.property_unit_type3 .share_list:hover {
	background-color: rgba(51, 51, 51, 0.65);
}
.property_listing.property_unit_type3 .icon-fav:before {
	color: #fff;
	content: '\f004';
	font-size: 13px;
	font-weight: 500;
}
.property_listing.property_unit_type3 .icon-fav.icon-fav-on:before {
	color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
}
.property_listing.property_unit_type3 .share_unit {
	left: -5px;
}
.property_listing.property_unit_type3 .share_list {
	background-image: none;
}
.property_listing.property_unit_type3 .share_list:before {
	color: #fff;
	content: '\e804';
	font-family: fontello;
	font-size: 13px;
}
.property_listing.property_unit_type3 .compare-action:before {
	color: #fff;
	font-family: Font Awesome\5 Free;
	font-size: 13px;
	line-height: 23px;
}
.property_listing.property_unit_type4 .listing_actions {
	top: auto;
	z-index: 10;
}
.property_listing.property_unit_type4 .compare-action,
.property_listing.property_unit_type4 .icon-fav,
.property_listing.property_unit_type4 .share_list {
	background-color: rgba(51, 51, 51, 0.45);
	border: none;
	color: #fff;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 23px;
}
.property_listing.property_unit_type4 .compare-action:hover,
.property_listing.property_unit_type4 .icon-fav:hover,
.property_listing.property_unit_type4 .share_list:hover {
	background-color: rgba(51, 51, 51, 0.65);
}
.property_listing.property_unit_type4 .icon-fav:before {
	color: #fff;
	content: '\f004';
	font-size: 13px;
	font-weight: 500;
}
.property_listing.property_unit_type4 .icon-fav.icon-fav-on:before {
	color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
}
.property_listing.property_unit_type4 .share_unit {
	left: -5px;
}
.property_listing.property_unit_type4 .share_list {
	background-image: none;
}
.property_listing.property_unit_type4 .share_list:before {
	color: #fff;
	content: '\e804';
	font-family: fontello;
	font-size: 13px;
}
.property_listing.property_unit_type4 .compare-action:before {
	color: #fff;
	font-family: Font Awesome\5 Free;
	font-size: 13px;
	line-height: 23px;
}
.property_listing.property_unit_type7 .listing_actions {
	bottom: 15px;
	left: 20px;
	position: absolute;
	top: auto;
	z-index: 10;
}
.property_listing.property_unit_type7 .compare-action,
.property_listing.property_unit_type7 .icon-fav,
.property_listing.property_unit_type7 .share_list {
	background-color: rgba(51, 51, 51, 0.45);
	border: none;
	color: #fff;
	cursor: pointer;
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 23px;
}
.property_listing.property_unit_type7 .compare-action:hover,
.property_listing.property_unit_type7 .icon-fav:hover,
.property_listing.property_unit_type7 .share_list:hover {
	background-color: rgba(51, 51, 51, 0.65);
}
.property_listing.property_unit_type7 .icon-fav:before {
	color: #fff;
	content: '\f004';
	font-size: 13px;
	font-weight: 500;
}
.property_listing.property_unit_type7 .icon-fav.icon-fav-on:before {
	color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
}
.property_listing.property_unit_type7 .share_unit {
	left: -5px;
}
.property_listing.property_unit_type7 .share_list {
	background-image: none;
}
.property_listing.property_unit_type7 .share_list:before {
	color: #fff;
	content: '\e804';
	font-family: fontello;
	font-size: 13px;
}
.property_listing.property_unit_type7 .compare-action:before {
	color: #fff;
	font-family: Font Awesome\5 Free;
	font-size: 13px;
	line-height: 23px;
}
.property_listing.property_unit_type3 .listing_actions,
.property_listing.property_unit_type7 .listing_actions {
	bottom: 15px;
	left: 20px;
	position: absolute;
	top: auto;
	z-index: 10;
}
.property_listing.property_unit_type4 .featured_gradient {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.29), transparent 59%);
}
.property_listing.property_unit_type4 .listing_details.the_list_view {
	display: none !important;
}
.property_listing.property_unit_type4 .listing_actions {
	bottom: 15px;
	justify-content: flex-start;
	left: 20px;
	position: absolute;
	z-index: 99;
}
.property_listing.property_unit_type4 .property_agent_image {
	background-position: top;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: right;
	height: 40px;
	margin-right: 0;
	width: 40px;
}
.property_listing.property_unit_type4 .property_listing_details {
	gap: 10px;
	margin-bottom: 15px;
}
.property_listing.property_unit_type4 .property_agent_wrapper {
	border-left: 1px solid #f7f7f7;
	line-height: normal;
	padding: 10px;
	position: absolute;
	right: 0;
}
.property_listing.property_unit_type4 .property_location {
	margin: auto 0 0;
	min-height: 60px;
	padding: 19px 20px;
	position: relative;
}
.listing_wrapper.col-md-12
	> .property_listing.property_unit_type4
	.listing_details.the_list_view {
	display: block !important;
}
.listing_wrapper.col-md-12
	.property_listing.property_unit_type4
	.carousel-control {
	width: 45px;
}
.infobath_unit_type4,
.inforoom_unit_type4,
.infosize_unit_type4 {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 14px;
}
.infosize_unit_type4 {
	border: none;
}
.propery_price4_grid {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 18px;
	font-weight: 500;
}
.propery_price4_grid span {
	font-size: 13px;
}
.property_unit_type4 .property_media {
	bottom: 15px;
	left: 15px;
	right: auto;
}
.property_unit_type4 .property_media .fa {
	font-size: 17px;
}
.property_unit_type5 {
	margin-bottom: 30px;
	min-height: 400px;
}
.property_unit_type5 .carousel-inner,
.property_unit_type5 .item,
.property_unit_type5 .property_unit_carousel,
.property_unit_type5 .property_unit_type5_content {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 400px;
	width: 100%;
}
.property_unit_type5 .carousel-inner,
.property_unit_type5 .property_unit_carousel,
.property_unit_type5 .property_unit_type5_content {
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
}
.property_unit_type5 .property_unit_type5_content_wrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.property_unit_type5 .property_unit_type5_content_details {
	bottom: 15px;
	color: #fff;
	max-width: -webkit-fill-available;
	padding: 0 15px;
	position: absolute;
	z-index: 9;
}
.property_unit_type5 .property_unit_type5_content_details a {
	color: #fff;
}
.property_unit_type5
	.property_unit_type5_content_details
	.listing_unit_price_wrapper {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: 7px;
	margin-top: 0;
	padding: 0;
	width: 100%;
}
.property_unit_type5 .property_unit_type5_content_details .price_label {
	font-size: 13px;
}
.property_unit_type5 .property_unit_type5_content_details .h4,
.property_unit_type5 .property_unit_type5_content_details h4 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 7px;
	margin-top: 0;
	padding-left: 0;
}
.property_unit_type5
	.property_unit_type5_content_details
	.property_unit_type5_content_details_second_row {
	background: #1d293e;
	border-radius: 20px;
	display: inline-block;
	font-weight: 500;
	padding: 10px;
}
.property_unit_type5 .inforoom_unit_type5 {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.property_unit_type5 .tag-wrapper {
	z-index: 9;
}
.property_unit_type5 .featured_gradient {
	background-image: linear-gradient(
		to right top,
		rgba(0, 0, 0, 0.75),
		rgba(95, 70, 70, 0)
	);
	opacity: 0.5;
}
.col-md-12.property_unit_type5,
.listing_wrapper.col-md-12
	> .property_unit_type5_content_wrapper.property_listing {
	min-height: 300px !important;
}
.shortcode_slider_list .listing_wrapper.property_unit_type5 {
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
}
.listing_wrapper.col-md-12.property_unit_type5
	> .property_listing
	.carousel-inner {
	max-width: 100%;
	width: 100%;
}
.property_unit_type6 .h4,
.property_unit_type6 h4 {
	margin: 0;
	padding: 0;
}
.property_unit_type6 .h4 a,
.property_unit_type6 h4 a {
	color: #fff;
}
.property_unit_type6 .property_agent_unit_type6 {
	border-top: 1px solid #f7f7f7;
	bottom: 0;
	height: 55px;
	position: absolute;
	width: 100%;
}
.property_unit_type6 .property_location {
	margin: auto 0 0;
	padding: 13px 20px;
}
.property_unit_type6 .listing_unit_price_wrapper {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
	z-index: 9;
}
.property_unit_type6 .property_unit_type6_title_wrapper {
	bottom: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	z-index: 9;
}
.property_unit_type6 .property_unit_type6_title_wrapper_list {
	display: none;
}
.property_unit_type6 .featured_gradient {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent);
	opacity: 1;
}
.property_unit_type6 .property_listing_details6_grid_view {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: left;
	justify-content: space-between;
	margin: 5px 0 20px;
	padding: 0 20px;
	width: 100%;
}
.property_unit_type6 .inforoom_unit_type6 svg {
	display: block;
	height: 20px;
	margin: 0 auto 10px;
	width: 20px;
}
.property_unit_type6 .inforoom_unit_type6 svg path {
	fill: #222;
}
.property_unit_type6.col-md-12 .property_unit_type6_title_wrapper {
	display: none;
}
.property_unit_type6.col-md-12 .property_unit_type6_title_wrapper_list {
	display: block;
}
.property_unit_type6.col-md-12 .listing_unit_price_wrapper,
.property_unit_type6.col-md-12 .price_label {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	position: relative;
}
.property_unit_type6.col-md-12 .h4 a,
.property_unit_type6.col-md-12 h4 a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.property_unit_type6.col-md-12 .listing_unit_price_wrapper {
	padding: 0 20px;
}
.property_unit_type6.col-md-12 .property_listing_details6_grid_view {
	margin: 20px 0;
}
.property_unit_type7 .property_location {
	padding: 11px 0;
}
.property_unit_type7 .property_listing_details {
	justify-content: space-between;
}
.property_unit_type7 .property_listing_details_v7_item {
	align-items: center;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 5px;
}
.property_unit_type7 .wpestate_property_card_contact_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
.property_unit_type7 .property_listing_details svg {
	height: 14px;
	width: 16px;
}
.modal.wpestate_card_unit_call,
.modal.wpestate_card_unit_email {
	font-size: 14px;
}
.modal.wpestate_card_unit_call .modal-dialog,
.modal.wpestate_card_unit_email .modal-dialog {
	top: 85px;
}
.modal.wpestate_card_unit_call .realtor-contact-buttons,
.modal.wpestate_card_unit_email .realtor-contact-buttons {
	display: none;
}
.modal.wpestate_card_unit_call .modal-body,
.modal.wpestate_card_unit_email .modal-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 30px 30px 20px;
}
.modal.wpestate_card_unit_call .btn-close,
.modal.wpestate_card_unit_email .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
}
.modal.wpestate_card_unit_call p,
.modal.wpestate_card_unit_email p {
	margin-bottom: 0;
}
.modal.wpestate_card_unit_call .modal-header,
.modal.wpestate_card_unit_email .modal-header {
	border: none;
	height: 0;
	padding: 0;
}
.wpestate_card_unit_call .modal-body {
	line-height: 1.6em;
}
.wpestate_card_unit_call .close svg path,
.wpestate_card_unit_email .close svg path {
	stroke: #222;
}
.wpestate_card_unit_email .schedule_wrapper {
	flex-wrap: nowrap;
}
.wpestate_card_unit_email .schedule_wrapper .schedule_day,
.wpestate_card_unit_email .schedule_wrapper .schedule_hour {
	width: 50%;
}
.wpestate_property_card_contact_wrapper {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 20px;
}
.wpestate_property_card_contact_wrapper_email,
.wpestate_property_card_contact_wrapper_phone,
.wpestate_property_card_contact_wrapper_whatsupp {
	align-items: center;
	-webkit-backface-visibility: hidden;
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%,
		transparent
	);
	border: 1px solid
		color-mix(
			in srgb,
			var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%,
			transparent
		);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-size: 13px;
	font-weight: 400;
	gap: 5px;
	justify-content: center;
	line-height: 22px;
	padding: 5px 15px;
	-webkit-transform-style: preserve-3d;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	width: 100%;
}
.wpestate_property_card_contact_wrapper_email:hover,
.wpestate_property_card_contact_wrapper_phone:hover,
.wpestate_property_card_contact_wrapper_whatsupp:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: #fff;
}
.wpestate_property_card_contact_wrapper_email:hover i,
.wpestate_property_card_contact_wrapper_phone:hover i,
.wpestate_property_card_contact_wrapper_whatsupp:hover i {
	color: #fff;
}
.wpestate_property_card_contact_wrapper svg {
	fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	max-height: 17px;
	width: 14px;
}
.wpestate_property_card_contact_wrapper_whatsupp {
	flex-shrink: 2;
}
.wpestate_property_card_contact_wrapper_whatsupp a {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_card_contact_wrapper_whatsupp a:hover {
	color: #fff;
}
.wpestate_property_card_contact_wrapper_phone:hover svg {
	fill: #fff;
}
.wpestate_property_card_mls_data_wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 20px;
	margin-bottom: 10px;
	padding: 0 20px;
}
.wpestate_property_card_mls_data_wrapper img {
	max-height: 30px;
	width: auto;
}
.property_unit_type3 .property_listing_details svg,
.property_unit_type7 .property_listing_details svg {
	height: 14px;
	width: 16px;
}
.elementor-widget-container
	.listing_wrapper
	.property_listing.property_unit_type8 {
	box-shadow: none;
}
.property_listing.property_unit_type8 {
	background-color: var(
		--wp-estate-property-unit-color-option,
		var(--wp_estate_property_unit_color)
	);
	background-color: transparent;
	border: none;
	box-shadow: none;
	float: left;
	font-size: 13px;
	height: 100%;
	max-width: 525px;
	padding: var(
			--wp-estate-propertyunit-internal-padding-top-option,
			var(--wp_estate_propertyunit_internal_padding_top)
		)
		var(
			--wp-estate-propertyunit-internal-padding-right-option,
			var(--wp_estate_propertyunit_internal_padding_right)
		)
		var(
			--wp-estate-propertyunit-internal-padding-bottom-option,
			var(--wp_estate_propertyunit_internal_padding_bottom)
		)
		var(
			--wp-estate-propertyunit-internal-padding-left-option,
			var(--wp_estate_propertyunit_internal_padding_left)
		);
	position: relative;
	transition: all 0.4s ease;
	transition: 0.3s ease-out;
}
.property_listing.property_unit_type8:hover {
	box-shadow: none;
}
.property_listing.property_unit_type8 .carousel {
	width: 100%;
}
.property_listing.property_unit_type8 .tag-wrapper {
	padding: 0 15px;
}
.property_listing.property_unit_type8 .icon-fav {
	border: none;
	bottom: 15px;
	color: #fff;
	height: auto;
	padding-top: 0;
	position: absolute;
	right: 15px;
	width: auto;
	z-index: 12;
}
.property_listing.property_unit_type8 .icon-fav:before {
	content: '';
}
.property_listing.property_unit_type8 .icon-fav:hover {
	opacity: 1;
}
.property_listing.property_unit_type8 .property_agent_wrapper {
	align-items: center;
	bottom: 15px;
	color: #fff;
	display: flex;
	left: 15px;
	position: absolute;
	z-index: 99;
}
.property_listing.property_unit_type8 .property_agent_wrapper a {
	color: #fff;
	display: block;
	font-weight: 500;
}
.property_listing.property_unit_type8 .property_agent_image {
	background-position: top;
	border: 2px solid #fff;
	height: 45px;
	width: 45px;
	z-index: 1;
}
.property_listing.property_unit_type8 .h4,
.property_listing.property_unit_type8 h4 {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding: 0;
	width: 100%;
}
.property_listing.property_unit_type8 .property_card_categories_wrapper {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 0;
}
.property_listing.property_unit_type8 .property_card_categories_wrapper a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.property_listing.property_unit_type8 .property-unit-information-wrapper {
	padding-top: 15px;
}
.property_listing.property_unit_type8 .property_details_type1_wrapper {
	gap: 3px;
	margin-bottom: 8px;
	padding: 0;
}
.property_listing.property_unit_type8 .listing_unit_price_wrapper {
	bottom: auto;
	font-size: 15px;
	left: auto;
	margin-top: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
.property_listing.property_unit_type8 .price_label {
	font-size: 13px;
}
.property_listing.property_unit_type8 .listing-unit-img-wrapper {
	border-radius: 10px;
}
.property_listing.property_unit_type8 .listing_details,
.property_listing.property_unit_type8 .property_listing_details_v2,
.property_listing.property_unit_type8 .wpestate_property_card_contact_wrapper {
	padding: 0;
}
.listing_wrapper.col-md-12
	.property_listing.property_unit_type8
	.listing-unit-img-wrapper {
	height: 165px;
	margin-right: 15px;
	max-width: 260px;
	min-height: auto;
}
.property_unit_custom_element,
.property_unit_custom_element i {
	display: inline-block;
}
.property_unit_custom.col-md-12 {
	padding: 0;
}
.property_unit_custom_agent_face {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #f0f0f0;
	border-radius: 50%;
	float: left;
	height: 50px;
	width: 50px;
}
.property_listing.property_listing_custom_design img {
	border: none;
}
.property_listing.property_listing_custom_design {
	padding-bottom: 0;
}
.custom_separator {
	border-top: 1px solid #dde4e9;
	width: 100%;
}
.no_content_area_back_color .agent_contanct_form,
.page_template_loader .vc_row.no_content_area_back_color {
	background-color: transparent;
	margin: 0 -8px;
	padding: 0;
}
.property_unit_custom_element.featured_icon:empty,
.property_unit_custom_element.property_status:empty {
	display: none;
}
.compare-action.text_compare,
.icon-fav.favorite-text,
.share_list.text_share {
	background-image: none !important;
}
.property_unit_custom {
	line-height: 1;
}
.icon-fav.custom_fav,
.icon-fav.custom_fav.icon-fav-on {
	background-image: none !important;
	border: none;
}
.icon-fav.custom_fav:before {
	content: '\f08a';
	font-family: Font Awesome\5 Free;
	font-style: normal;
	font-weight: 400;
}
.icon-fav.custom_fav.icon-fav-on {
	background-image: none !important;
}
.icon-fav.custom_fav.icon-fav-on:before {
	content: '\f004';
	font-family: Font Awesome\5 Free;
	font-style: normal;
	font-weight: 400;
}
.listing_wrapper.col-md-12 .custom_property_image_wrapper {
	left: 0;
	position: absolute;
	top: 0;
}
.listing_wrapper.col-md-12 > .property_listing.property_listing_custom_design {
	min-height: 169px;
}
.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design {
	padding-left: 280px;
}
.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design .h4,
.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design h4 {
	padding-left: 0;
}
.listing_wrapper.col-md-12
	> .property_listing.property_listing_custom_design
	.carousel-inner
	img {
	width: auto;
}
.listing_wrapper.col-md-12 .property_listing.property_listing_custom_design {
	padding-left: 33%;
}
.wrap_custom_image {
	background: #f7f7f7;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: auto;
}
.property_listing .property_unit_custom_element .h4,
.property_listing .property_unit_custom_element h4 {
	padding: 0;
}
.wrap_custom_image img {
	height: auto;
	width: 100%;
}
.wrap_custom_image .property_unit_custom_element.image {
	margin: 0 !important;
	padding: 0 !important;
}
.listing_wrapper.col-md-12
	> .property_listing.property_listing_custom_design
	.carousel-inner {
	height: 100%;
	max-width: 100%;
}
.listing_wrapper.col-md-12
	> .property_listing.property_listing_custom_design
	.carousel,
.listing_wrapper.col-md-12
	> .property_listing.property_listing_custom_design
	.listing-unit-img-wrapper {
	position: inherit;
}
.wpresidence_agent_unit_wrapper .agent_unit {
	background-color: var(
		--wp-estate-property-unit-color-option,
		var(--wp_estate_property_unit_color)
	);
	border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size)
		solid
		var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	float: left;
	font-size: 13px;
	height: 100%;
	max-width: 525px;
	overflow: hidden;
	padding: var(
			--wp-estate-propertyunit-internal-padding-top-option,
			var(--wp_estate_propertyunit_internal_padding_top)
		)
		var(
			--wp-estate-propertyunit-internal-padding-right-option,
			var(--wp_estate_propertyunit_internal_padding_right)
		)
		var(
			--wp-estate-propertyunit-internal-padding-bottom-option,
			var(--wp_estate_propertyunit_internal_padding_bottom)
		)
		var(
			--wp-estate-propertyunit-internal-padding-left-option,
			var(--wp_estate_propertyunit_internal_padding_left)
		);
	padding-bottom: 50px;
	position: relative;
	transition: 0.3s ease-out;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_detail a {
	word-break: break-word;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent-unit-img-wrapper {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin: 7px;
	overflow: hidden;
	position: relative;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_unit_social {
	align-content: center;
	bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 20px;
	margin-top: auto;
	padding: 0 20px;
	position: absolute;
	width: 100%;
}
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social
	.wpestate_agent_unit_social {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-right: auto;
}
.wpresidence_agent_unit_wrapper .agent_unit:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.wpresidence_agent_unit_wrapper .agent_unit:hover .h4 a,
.wpresidence_agent_unit_wrapper .agent_unit:hover h4 a {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_agent_unit_wrapper .agent_unit a {
	text-decoration: none;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent-unit-img-wrapper img {
	display: inline-block;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
}
.wpresidence_agent_unit_wrapper .agent_unit .h4,
.wpresidence_agent_unit_wrapper .agent_unit h4 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 0;
	padding: 15px 20px 0;
}
.wpresidence_agent_unit_wrapper .agent_unit .agent_card_content,
.wpresidence_agent_unit_wrapper .agent_unit .agent_position {
	font-size: 14px;
	line-height: 1.65em;
	margin-bottom: 10px;
	padding: 0 20px;
}
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.wpestate_agent_unit_social
	a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	position: relative;
}
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.wpestate_agent_unit_social
	a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.agent_unit_email,
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.agent_unit_phone {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.agent_unit_email
	a,
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.agent_unit_phone
	a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	position: relative;
}
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.agent_unit_email
	a:hover,
.wpresidence_agent_unit_wrapper
	.agent_unit
	.agent_unit_social.agent_list
	.agent_unit_phone
	a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_agent_unit_wrapper .agent_unit_featured .agent_unit_social {
	float: right;
	left: auto;
	right: 0;
	width: auto;
}
.wpresidence_agent_unit_wrapper
	.agent_unit_featured:hover
	.agent_featured_details {
	opacity: 1;
}
.wpresidence_agent_unit_wrapper
	.agent_unit_featured:hover
	.featured_agent_notes {
	opacity: 0;
}
.wpresidence_agent_unit_wrapper .agent_unit_button {
	background-image: linear-gradient(
		to right,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%,
		#fff 50%
	);
	background-position: 100% 100%;
	background-size: 200% 100%;
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	bottom: 15px;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	font-size: 12px;
	line-height: 1em;
	padding: 7px 13px;
	position: absolute;
	right: 19px;
}
.wpresidence_agent_unit_wrapper .agent_unit_button:hover {
	background-position: 0 100%;
	color: #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.agent_detail {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: 14px;
	gap: 10px;
	justify-content: flex-start;
	margin: 0 0 10px;
	padding-left: 0;
}
.agent_unit .social-wrapper {
	display: flex;
	gap: 12px;
	width: 100%;
}
.agent_unit .social-wrapper a:hover i {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.agentpic-wrapper .social-wrapper {
	text-align: center;
	width: 100%;
}
.agency_social i:hover,
.agency_unit_wrapper .social-wrapper a i:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.agency_social i:hover {
	background-color: transparent;
}
.agent_detail svg,
.single-estate_agency .agent_detail svg {
	fill: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	width: 14px;
}
.agent_card_2 {
	margin-bottom: 25px;
}
.agent_card_2 .listing_wrapper.elementor_places_wrapper {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.agent_card_2 .realtor_position {
	border: 0;
	bottom: 0;
	color: #f7f7f7;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	z-index: 30;
}
.agent_card_2 .realtor_name {
	bottom: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	z-index: 15;
}
.agent_card_2 .property_listing.places_listing {
	background-position: 50%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 350px;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	z-index: 10;
}
.agent_card_2 .property_listing.places_listing:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.elementor_wpresidece_grid .elementor_residence_grid.agent_card_2 {
	margin-bottom: 0;
}
.agent_unit_featured {
	float: left;
	margin-right: 30px;
	padding-bottom: 0;
}
.agent_unit_featured .agent_unit {
	padding-bottom: 0;
}
.agent_unit_featured .agent_unit_social {
	float: right;
	left: auto;
	right: 0;
	width: auto;
}
.featured_agent_notes {
	line-height: 1.65em;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.agent_unit_social a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	position: relative;
}
.featured_agent_listings.wpresidence_button {
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	bottom: 15px;
	font-size: 12px;
	left: 20px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 0 10px;
	position: absolute;
}
.agent_featured_details {
	height: 75px;
	line-height: 1.65em;
	padding: 0 20px;
	width: 100%;
}
.agent_featured_details .agent_detail {
	display: none;
}
.wpresidence_agent_unit_wrapper
	.agent_unit_featured:hover
	.agent_featured_details
	.agent_detail {
	display: block;
}
.wpresidence_agent_unit_wrapper
	.agent_unit_featured:hover
	.agent_featured_details
	.featured_agent_notes {
	display: none;
}
.agent_unit .agent_detail {
	font-size: 14px;
	line-height: 1.2em;
}
.agent_unit .agent_detail a {
	word-break: break-word;
}
.agent_unit .agent_detail i {
	font-size: 12px;
	width: 15px;
}
.agent_unit.agent_unit_type_4 {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	min-height: auto;
	padding-bottom: 0;
}
.agent_unit.agent_unit_type_4 .agent-unit-img-wrapper {
	border-radius: 10px;
	margin: 0 0 15px;
}
.agent_unit.agent_unit_type_4 .agent-unit-img-wrapper img {
	border-radius: 10px;
}
.agent_unit.agent_unit_type_4 .h4,
.agent_unit.agent_unit_type_4 h4 {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 3px;
	padding: 0;
	width: 100%;
}
.agent_unit.agent_unit_type_4 .agent_position {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
.agent_unit.agent_unit_type_4 .agent_unit_social {
	font-size: 13px;
	padding: 0;
	position: relative;
}
.agent_unit.agent_unit_type_4 .agent_unit_email_type_4 {
	background-color: transparent;
	display: inline-block;
	margin: 0;
	width: 100%;
}
.agent_unit.agent_unit_type_4 .agent_unit_email_type_4,
.agent_unit.agent_unit_type_4 .agent_unit_email_type_4 a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 13px;
}
.agency_unit {
	align-items: stretch;
	background-color: var(
		--wp-estate-property-unit-color-option,
		var(--wp_estate_property_unit_color)
	);
	border: var(--wp-estate-unit-border-size-option, --wp_estate_unit_border_size)
		solid
		var(--wp-estate-unit-border-color-option, --wp-estate-unit-border-color);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.agency_unit .agency_unit_img {
	max-width: 320px;
	overflow: hidden;
}
.agency_unit .agency_unit_img img {
	background-color: #222;
	overflow: hidden;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
}
.agency_unit:hover .agency_unit_img img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.agency_unit .agency_unit_wrapper {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	margin-left: 25px;
	padding: 15px 0;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper {
	padding-top: 15px;
	width: 100%;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail {
	line-height: 1em;
	margin-bottom: 10px;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail i {
	width: 13px;
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.agency_unit .agency_unit_wrapper .agency_social-wrapper .agent_detail a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.agency_unit .agency_unit_wrapper .h4,
.agency_unit .agency_unit_wrapper h4 {
	margin-bottom: 5px;
	width: 75%;
}
.agency_unit .agency_unit_wrapper .social-wrapper {
	position: absolute;
	right: 25px;
	top: 20px;
}
.agency_unit .agency_unit_wrapper .social-wrapper a {
	font-size: 14px;
	margin-left: 9px;
}
.agency_unit .agency_unit_wrapper .social-wrapper i {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.agency-dev_content {
	border-bottom: 1px solid #f1f8ff;
	padding-bottom: 20px;
}
.view_agency_profile {
	bottom: 30px;
	margin-bottom: 0;
	position: absolute;
}
.agency_users {
	margin-top: auto;
}
.sub_agent {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.sub_agent,
.sub_agent img {
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.sub_agent img {
	border: 1px solid #fff;
}
.sub_agent:hover img {
	border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.agency_unit_list_wrapper {
	margin: 0 15px;
	width: 100%;
}
.agent_card_my_listings {
	background-color: rgba(105, 193, 125, 0.85);
	bottom: 15px;
	color: #fff;
	float: right;
	font-size: 12px;
	left: 15px;
	line-height: 12px;
	margin-top: 4px;
	padding: 4px 15px;
	position: absolute;
	z-index: 1;
}
.header_agency_wrapper {
	background: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 3%,
		transparent
	);
	width: 100%;
}
.header_agency_wrapper .header_agency_container {
	margin: 0 auto;
	max-width: 100%;
	min-height: 300px;
	padding: 60px 15px;
	position: relative;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
.header_agency_wrapper .header_agency_container img {
	width: 100%;
}
.header_agency_wrapper .header_agency_container .agency_contact_but,
.header_agency_wrapper .header_agency_container .developer_contact_button {
	clear: both;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 4px 34px;
	width: auto;
}
.header_agency_wrapper .header_agency_container .agency_contact_but {
	margin-left: 10px;
	margin-top: auto;
}
.agency_title {
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: capitalize;
}
.agency_detail {
	float: left;
	line-height: 1.6em;
	margin-bottom: 5px;
	width: 100%;
}
.agency_detail a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.agency_detail strong {
	font-weight: 600;
}
.agency_social_wrapper {
	padding: 0;
	position: absolute;
	right: 15px;
	text-align: right;
	top: 0;
	width: 100%;
}
.agency_social_icon {
	background-color: #20c063;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	line-height: 31px;
	margin-right: 10px;
	text-align: left;
	width: 30px;
}
.agency_social_icon i {
	font-size: 17px;
}
#agency_map {
	height: 450px;
	width: 100%;
}
.single-estate_developer #agency_map {
	height: 265px;
}
.agency_content_wrapper {
	gap: 10px;
	line-height: 1.65em;
}
.agency_contact_wrapper,
.agency_content_wrapper {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.agency_contact_wrapper {
	align-content: flex-start;
	align-items: flex-start;
	float: left;
	gap: 45px;
}
.agency_contact_wrapper #agency_contact {
	padding-left: 0;
	padding-right: 0;
}
.agency_socialpage_wrapper {
	display: flex;
	gap: 15px;
}
.agency_socialpage_wrapper a.agency_social i {
	font-size: 16px;
}
.single-estate_developer .agency_social {
	margin-bottom: 15px;
}
.single-estate_developer .agency_social i {
	font-size: 16px;
}
.single-estate_agency #agent_comment,
.single-estate_developer #agent_comment {
	height: 175px;
}
.single-estate_agency .agent_contanct_form {
	box-shadow: none;
	margin: 0;
}
.single-estate_agency .agency_contact {
	margin-right: 0;
	padding-right: 0;
}
.agency_taxonomy,
.developer_taxonomy {
	float: left;
	width: 100%;
}
.agency_taxonomy a,
.developer_taxonomy a {
	-webkit-backface-visibility: hidden;
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%,
		transparent
	);
	border: 1px solid
		color-mix(
			in srgb,
			var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%,
			transparent
		);
	border-radius: 17px;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	font-size: 13px;
	line-height: 1.65em;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px 17px;
	text-transform: capitalize;
	-webkit-transform-style: preserve-3d;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.agency_taxonomy a:hover,
.developer_taxonomy a:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: #fff;
}
.developer_content {
	margin-top: 30px;
	padding: 0 25px;
}
.developer_content .col-md-8,
.developer_content .col-md-9 {
	line-height: 1.6em;
	padding-left: 0;
}
.developer_contact_wrapper {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	line-height: 1.65em;
	margin-bottom: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.developer_contact_wrapper .h4,
.developer_contact_wrapper h4 {
	margin-bottom: 15px !important;
}
.developer_map {
	margin-top: 40px;
	padding-right: 30px;
}
.agency_contact_padding {
	padding-top: 35px;
}
.agency_contact_padding .agency_detail,
.agency_contact_padding .agency_detail a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.developer_taxonomy.agent_taxonomy a {
	background: transparent;
	margin-bottom: 15px;
	margin-top: 0;
}
.single-estate_agent .developer_taxonomy a {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%,
		transparent
	);
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.single-estate_agent .developer_taxonomy a:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.wpresidence-content-container-wrapper .single_width_blog .agent_content {
	padding: 10px 0;
}
.wpresidence-content-container-wrapper
	.single_width_blog
	.single-content.single-agent {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.realtor-contact-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.custom_details_container > a {
	margin-right: 10px;
}
.single-estate_agent .wpestate_agent_details_wrapper .agentpic-wrapper {
	padding: 0 0 10px 10px;
}
.single-estate_agent .wpestate_agent_details_wrapper .agent_details {
	padding: 0 0 0 30px;
}
.single-estate_agent #show_contact.h4,
.single-estate_agent h4#show_contact {
	margin-bottom: 5px;
	padding: 0 13px;
}
.single-estate_agent .alert-message,
.single-estate_agent .login-alert,
.single-estate_agent .wpestate_success {
	display: flex;
	flex-grow: 1;
	margin: 0 13px 10px;
	width: auto;
}
.single-estate_agent .agency_taxonomy,
.single-estate_agent .developer_taxonomy {
	padding-top: 0;
}
.single-estate_agent
	.wpestate_agent_details_container_wrapper_type_2
	.alert-message {
	margin: 0 0 10px;
}
.wpestate_agent_details_wrapper .agentpic-wrapper {
	padding: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpestate_agent_details_wrapper .agentpic-wrapper .agent-listing-img-wrapper {
	cursor: pointer;
	position: relative;
	width: 100%;
}
.wpestate_agent_details_wrapper
	.agentpic-wrapper
	.agent-listing-img-wrapper
	.agentpict {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	width: 100%;
}
.wpestate_agent_details_wrapper .agent_unit_social_single {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 20px;
	font-size: 15px;
	left: 0;
	margin: 0 auto;
	position: relative;
	right: 0;
	text-align: center;
	width: 90%;
	z-index: 10;
}
.wpestate_agent_details_wrapper .agent_unit_social_single a {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	margin-left: 8px;
	margin-right: 8px;
}
.wpestate_agent_details_wrapper .agent_unit_social_single a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_agent_details_wrapper .agent_unit_social_single i {
	padding: 10px 0;
}
.wpestate_agent_details_wrapper .agent_details .h3,
.wpestate_agent_details_wrapper .agent_details h3 {
	font-size: 20px;
	margin-bottom: 3px;
}
.wpestate_agent_details_wrapper .agent_details .agent_position {
	margin-bottom: 10px;
}
.wpestate_agent_details_wrapper .agent_details .agent_detail {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
}
.wpestate_agent_details_wrapper .agent_details .agent_detail svg {
	width: 14px;
}
.wpresidence_realtor_listings_wrapper {
	margin-bottom: 30px;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper {
	background-color: #fff;
	box-shadow: var(
		--wp-estate-cssbox-shadow-option,
		var(--wp_estate_cssbox_shadow)
	);
	display: inline-block;
	margin: 0 0 30px;
	width: 100%;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item {
	background-color: #fff;
	color: #222;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-right: 1px;
	min-width: 120px;
	overflow: hidden;
	padding: 15px 25px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_realtor_listings_wrapper
	.term_bar_wrapper
	.term_bar_item.active_term {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.wpresidence_realtor_listings_wrapper .term_bar_wrapper .term_bar_item:after {
	background: #edf0f1;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
	z-index: -1;
}
.wpresidence_realtor_listings_wrapper
	.term_bar_wrapper
	.term_bar_item.active_term:after,
.wpresidence_realtor_listings_wrapper
	.term_bar_wrapper
	.term_bar_item:hover:after {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	transform: translateZ(0);
}
.custom_parameter_wrapper {
	margin-top: 15px;
}
.custom_parameter_wrapper .col-md-4 {
	margin-bottom: 15px;
}
.custom_parameter_wrapper .custom_parameter_label {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	float: left;
	font-weight: 500;
	margin-right: 10px;
	width: 100%;
}
.contact_form_flex_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}
.elementor-widget-Agent_Contact_Form .elementor-widget-container {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.wpestate_agent_header2 {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 10%,
		transparent
	);
	height: 200px;
	width: 100%;
}
.wpestate_agent_header2 .wpestate_agent_header2_breadcrumbs {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
.wpestate_agent_header2_content.wpresidence-content-container-wrapper {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-top: -135px;
	padding: 0;
}
.wpestate_agent_header2_content .wpestate_single_agent_details_wrapper_type2 {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	display: flex;
	margin-bottom: 30px;
}
.wpestate_agent_header2_content
	.wpestate_single_agent_details_wrapper_type2
	.h3,
.wpestate_agent_header2_content
	.wpestate_single_agent_details_wrapper_type2
	h3 {
	margin: 3px 0;
}
.wpestate_agent_header2_content
	.wpestate_single_agent_details_wrapper_type2
	.agent_position {
	margin-bottom: 10px;
}
.wpestate_agent_header2_content
	.wpestate_single_agent_details_wrapper_type2
	.agentpict {
	background-position: 50%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 335px;
	width: 380px;
}
.wpestate_agent_header2_content
	.wpestate_single_agent_details_wrapper_type2
	.agent_details {
	padding: 30px;
}
.wpestate_agent_header2_content .agent_social_share_type2 {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.wpestate_agent_header2_content .agent_social_share_type2 i {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 16px;
}
.wpestate_agent_header2_content .agent_social_share_type2 i:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_agent_header2_content .single-content.single-agent {
	box-shadow: none;
}
.wpestate_agent_details_container_wrapper {
	align-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	justify-content: flex-start;
}
.wpestate_agent_details_container_wrapper .wpestate_agent_details_container {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
	width: 100%;
}
.wpestate_agent_details_container_wrapper
	.wpestate_agent_contact_details_type2 {
	margin-bottom: 30px;
}
.mobile_agent_area_wrapper {
	background-color: #fff;
	border: 1px solid #f0f3f7;
	bottom: 0;
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	left: 0;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 105;
}
.mobile_agent_area_wrapper .mobile_agent_area_details_wrapper {
	float: right;
	width: 49%;
}
.mobile_agent_area_wrapper .agent-listing-img-wrapper {
	float: left;
	font-size: 15px;
	font-weight: 500;
	width: 49%;
}
.mobile_agent_area_wrapper .agentpict {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 40px;
	margin-right: 5px;
	width: 40px;
}
.mobile_agent_area_wrapper a {
	display: flex;
	flex-direction: column;
	float: left;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	max-width: 106px;
}
.mobile_agent_area_wrapper .agent_detail {
	float: right;
	margin-bottom: 0;
}
.mobile_agent_area_wrapper .agent_detail i {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: inline-block;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	margin-right: 10px;
	position: relative;
	text-align: center;
	width: 40px;
}
.mobile_agent_area_wrapper .agent_detail:first-of-type i {
	margin-right: 0;
}
.agent_unit_widget_sidebar_wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.agent_unit_widget_sidebar_wrapper .agent_unit_widget_sidebar_wrapper_unit {
	display: flex;
}
.agent_unit_widget_sidebar_wrapper
	.agent_unit_widget_sidebar_wrapper_unit
	.agent_unit_widget_sidebar {
	background-position: top;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	flex-shrink: 0;
	float: left;
	height: 70px;
	margin-right: 15px;
	width: 70px;
}
.agent_unit_widget_sidebar_wrapper
	.agent_unit_widget_sidebar_wrapper_unit
	.agent_unit_widget_sidebar_details_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.agent_unit_widget_sidebar_wrapper
	.agent_unit_widget_sidebar_wrapper_unit
	.agent_unit_widget_sidebar_details_wrapper
	.h4,
.agent_unit_widget_sidebar_wrapper
	.agent_unit_widget_sidebar_wrapper_unit
	.agent_unit_widget_sidebar_details_wrapper
	h4 {
	margin-bottom: 5px;
}
.agent_unit_widget_sidebar_wrapper
	.agent_unit_widget_sidebar_wrapper_unit
	.agent_unit_widget_sidebar_details_wrapper
	.h4
	a,
.agent_unit_widget_sidebar_wrapper
	.agent_unit_widget_sidebar_wrapper_unit
	.agent_unit_widget_sidebar_details_wrapper
	h4
	a {
	font-family: var(
		--wp-estate-h4-font-family-option,
		var(--wp-estate-h4-font-family)
	);
	font-size: var(
		--wp-estate-h4-font-size-option,
		var(--wp-estate-h4-font-size)
	);
	font-weight: var(
		--wp-estate-h4-font-weight-option,
		var(--wp-estate-h4-font-weight)
	);
	line-height: var(--wp-estate-h4-line-height-option, 16px);
}
.agent_unit_widget_sidebar_wrapper
	.agent_unit_widget_sidebar_wrapper_unit
	.agent_unit_widget_sidebar_details_wrapper
	.agent_position {
	margin: 0;
}
.agent_contanct_form_sidebar {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.agent_contanct_form_sidebar #show_contact {
	display: none;
}
.agent_contanct_form_sidebar .schedule_wrapper {
	margin-bottom: 10px;
}
.agent_contanct_form_sidebar
	.wpestate_single_agent_details_header_wrapper
	.schedule_meeting {
	margin: 10px 0;
	width: 100%;
}
.agent_contanct_form_sidebar
	.contact_form_flex_wrapper
	.contact_form_flex_input_wrapper {
	flex-direction: column;
}
.agent_contanct_form_sidebar
	.contact_form_flex_wrapper
	.realtor-contact-buttons
	.agent_call_no {
	display: none;
}
#primary .widget-container .wpresidence_button.wpresidence_button_inverse {
	align-content: center;
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: center;
}
#primary .agent_unit_widget_sidebar_details_wrapper .h4 a,
#primary .agent_unit_widget_sidebar_details_wrapper h4 a {
	font-family: var(
		--wp-estate-h4-font-family-option,
		var(--wp-estate-h4-font-family)
	);
	font-size: var(
		--wp-estate-h4-font-size-option,
		var(--wp-estate-h4-font-size)
	);
	font-weight: var(
		--wp-estate-h4-font-weight-option,
		var(--wp-estate-h4-font-weight)
	);
	line-height: var(
		--wp-estate-h4-line-height-option,
		var(--wp-estate-h4-line-height)
	);
}
.single-estate_agent #footer-contact-form .alert-message {
	margin: 0;
}
.agent_taxonomy {
	float: left;
	margin: 15px 0 0;
	width: 100%;
}
.elementor_agent_wrapper {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.elementor_agent_wrapper .agent_contanct_form_sidebar {
	width: 100%;
}
.elementor-widget-container .wpestate_property_widget .custom_details_container,
.wpestate_agent_details_container_wrapper_type_2 #show_contact,
.wpestate_agent_details_container_wrapper_type_2 .agent_web_member_of_class {
	display: none;
}
.col-md-8.add_custom_data_cont .row {
	margin: 0;
}
.row.single_parameter_row .col-md-2:last-of-type,
.row.single_parameter_row .col-md-5:first-of-type {
	padding-left: 0;
}
.row.single_parameter_row .col-md-2:last-of-type {
	line-height: 1.3em;
}
.wpestate_top_property_navigation {
	align-items: center;
	background-color: #fff;
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	display: flex;
	font-size: 13px;
	font-weight: 500;
	height: 50px;
	justify-content: space-around;
	position: fixed;
	top: -50px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
	z-index: 999;
}
.wpestate_top_property_navigation.sticky_property_menu_visible {
	top: 0;
}
.admin-bar .wpestate_top_property_navigation.sticky_property_menu_visible {
	top: 32px;
}
.wpestate_top_property_navigation .wpestate_top_property_navigation_link {
	padding: 0 5px;
}
.wpestate_top_property_navigation
	.wpestate_top_property_navigation_link.item_active {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_header_extended {
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 3;
}
.wpestate_property_disclaimer {
	margin: 0 auto;
	max-width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	padding: 15px;
	text-align: center;
	width: 100%;
}
.entry-prop {
	display: inline;
	font-size: var(
		--wp-estate-h1-font-size-option,
		var(--wp-estate-h1-font-size)
	);
	font-weight: var(
		--wp-estate-h1-font-weight-option,
		var(--wp-estate-h1-font-weight)
	);
	line-height: var(--wp-estate-h1-line-height-option, 1.1);
	margin-bottom: 0;
	max-width: 75%;
	width: auto;
}
.wpresidence_property_page_title_area {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: 45px;
	position: relative;
}
.wpresidence_property_page_title_area .entry-prop {
	margin-bottom: 5px;
	margin-right: auto;
}
.wpresidence_property_page_title_area .price_label {
	font-size: 22px;
	margin-top: 0;
}
.wpresidence_property_page_title_area .property_categs {
	flex-basis: 65%;
}
.wpresidence_property_page_title_area .property_categs i {
	font-size: 12px;
	margin-right: 3px;
}
.wpresidence_property_page_title_area .prop_social {
	display: flex;
	gap: 10px;
	position: relative;
}
.single_property_labels {
	left: 0;
	position: absolute;
	top: -30px;
}
.property_title_label {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%,
		transparent
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: inline-block;
	line-height: 22px;
	padding: 0 10px;
}
.property_title_label:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
}
.property_title_label a {
	color: #fff;
	font-size: 13px;
}
.wpestate_property_media_section_wrapper {
	margin-bottom: 30px;
	position: relative;
}
.wpestate_property_media_section_wrapper .status-wrapper {
	position: absolute;
	right: 15px;
	top: 0;
}
.wpestate_property_media_section_wrapper .status-wrapper.verticalstatus {
	right: 160px;
}
.single-estate_property #listing_ajax_container {
	float: left;
	width: 100%;
}
#accordion_prop_addr {
	display: inline-block;
	width: 100%;
}
.elementor-widget-container #accordion_prop_addr {
	margin-top: 0;
}
.elementor-widget-container > .property-panel .h4:after,
.elementor-widget-container > .property-panel h4:after {
	display: none;
}
.acc_google_maps {
	background-color: var(
		--wp-estate-second-color-option,
		var(--wp-estate-second-color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	clear: both;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	line-height: 1.65em;
	margin-top: 5px;
	padding: 1px 6px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1 ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	width: auto;
}
.acc_google_maps:hover {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 80%,
		transparent
	);
}
.wpestate_property_description {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	display: inline-block;
	line-height: 1.6em;
	margin-bottom: 30px;
	min-height: 1px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
	width: 100%;
}
.wpestate_property_description ol,
.wpestate_property_description ul {
	list-style-type: inherit;
	margin: 0 0 15px 15px;
}
.wpestate_property_description .panel-title.h4:after,
.wpestate_property_description h4.panel-title:after {
	content: '';
}
.wpestate_property_description.property-panel .panel-body {
	padding: 0;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-top-left-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-top-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.accordion-item:last-of-type,
.accordion-item:last-of-type > .accordion-collapse {
	border-bottom-left-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-bottom-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.accordion-item {
	border: none;
	border-radius: 0;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.accordion-item,
.accordion-item .accordion-header .accordion-button {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item .accordion-header .accordion-button {
	box-shadow: none;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-weight: 500;
	padding: 20px 30px;
	padding-bottom: calc(
		var(wp-estate-contentarea-internal-padding-bottom-option, 30px) - 10px
	);
	padding-left: var(
		--wp-estate-contentarea-internal-padding-left-option,
		var(--wp_estate_contentarea_internal_padding_left)
	);
	padding-right: var(
		--wp-estate-contentarea-internal-padding-right-option,
		var(--wp_estate_contentarea_internal_padding_right)
	);
	padding-top: calc(
		var(--wp-estate-contentarea-internal-padding-top-option, 30px) - 10px
	);
}
.accordion-item .accordion-body {
	padding: 0 30px 30px;
	padding-bottom: var(
		--wp-estate-contentarea-internal-padding-bottom-option,
		var(--wp_estate_contentarea_internal_padding_bottom)
	);
	padding-left: var(
		--wp-estate-contentarea-internal-padding-left-option,
		var(--wp_estate_contentarea_internal_padding_left)
	);
	padding-right: var(
		--wp-estate-contentarea-internal-padding-right-option,
		var(--wp_estate_contentarea_internal_padding_right)
	);
}
.accordion-item .accordion-body .row {
	margin: 0;
}
.property-panel {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline-block;
	line-height: 1.65em;
	margin-bottom: 30px;
	min-height: 1px;
	width: 100%;
}
.property-panel .panel {
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: none;
	-webkit-box-shadow: none;
}
.property-panel .panel-body {
	border: none;
	padding: 0 30px 30px;
}
.property-panel .panel-heading {
	background-color: #fff;
	background-image: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	padding: 30px 30px 15px;
}
.property-panel .h4,
.property-panel h4 {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	position: relative;
	width: 100%;
}
.property-panel .h4 a,
.property-panel h4 a {
	position: relative;
	width: 100%;
}
.property-panel .h4 a:hover,
.property-panel h4 a:hover {
	text-decoration: none;
}
.property-panel .h4:after,
.property-panel h4:after {
	content: '\f106';
	font-family: Font Awesome\5 Free;
	font-weight: 600;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpestate_property_header_extended.wpestate_lay6_full-width-header,
.wpestate_property_header_extended.wpestate_lay6_gallery,
.wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery,
.wpestate_property_header_extended.wpestate_lay6_multi-image-slider {
	margin-bottom: 75px;
}
#accordion_property_payment_calculator .accordion-body {
	padding: 0 15px 30px;
	padding-bottom: var(
		--wp-estate-contentarea-internal-padding-bottom-option,
		var(--wp_estate_contentarea_internal_padding_bottom)
	);
	padding-left: calc(
		var(--wp-estate-contentarea-internal-padding-left-option, 30px) - 15px
	);
	padding-right: calc(
		var(--wp-estate-contentarea-internal-padding-right-option, 30px) - 15px
	);
}
#tab_prpg .tab-pane .row {
	margin: 0;
}
#myChart,
#myChartacc,
.my_chart_dash,
.tab-pane #myChart {
	width: 100% !important;
}
.tab-pane #myChart {
	height: 400px !important;
}
.my_chart_dash {
	margin-bottom: 15px;
	margin-top: 15px;
	max-width: 988px;
}
.statistics_wrapper {
	display: none;
	float: left;
	width: 100%;
}
.property-panel .carusel_closed:after {
	float: right;
	font-family: Font Awesome\5 Free;
	position: relative;
	transform: rotate(180deg);
}
#accordion_walkscore .panel-body {
	padding: 0 30px 30px 20px;
}
.property_video_wrapper {
	background-color: #222;
	line-height: 1.65em;
	position: relative;
}
.property_video_wrapper,
.property_video_wrapper img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.property_video_wrapper img {
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.property_video_wrapper img:hover {
	opacity: 1;
}
.property_video_wrapper #property_video_wrapper_player {
	border: 4px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 49px;
	height: 100px;
	left: 50%;
	margin: -50px 0 0 -50px;
	opacity: 0.8;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 100px;
	z-index: 10;
}
.property_video_wrapper #property_video_wrapper_player:before {
	content: '\f04b';
	font-family: Font Awesome\5 Free;
	font-weight: 700;
	left: 50%;
	margin-left: -17px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
}
.listing_detail {
	padding: 3px 3px 3px 0;
}
.single-estate_property .listing_detail {
	min-height: 32px;
	padding: 0 0 7px;
	word-break: break-word;
}
.single-estate_property .listing_detail.listing_detail_energy {
	padding: 0 0 7px;
}
.single-estate_property .listing_detail strong {
	color: var(--wp-estate-font-color-option, #222);
	font-weight: 500;
}
.listing_detail svg,
.property_features_svg_icon {
	fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	display: inline-block;
	height: 20px;
	line-height: 26px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 20px;
}
.listing-content .agent_contanct_form {
	float: left;
	margin-left: 0;
	width: 100%;
}
.single-estate_property .listing-content .agent_contanct_form {
	background-color: #fff;
	padding: 0 30px 30px;
}
.walk_details {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.walk_details img,
.walk_details span {
	display: inline-block;
	float: left;
}
.walk_details span {
	line-height: 1.65em;
	margin-left: 10px;
	margin-top: 1px;
}
.walk_details a {
	background-color: #fafafa;
	font-weight: 500;
	margin-left: 5px;
	padding: 2px 8px;
}
.download_docs {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	float: left;
	font-weight: 500;
	margin: 15px 0;
	width: 100%;
}
.document_down {
	align-content: center;
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	width: 100%;
}
.document_down i,
.document_down svg {
	font-size: 25px;
}
.subunit_title .price_label {
	font-size: 14px;
}
.price_label {
	font-size: 15px;
}
.listing_detail .price_label {
	font-size: 13px;
	margin-top: 0;
}
.wpestate_property_carousel {
	background-color: #222;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.wpestate_property_carousel .owl-carousel .owl-stage {
	display: inline-block;
}
.wpestate_property_carousel.classic-carousel {
	background-color: transparent;
}
.wpestate_property_carousel.classic-carousel .owl-carousel .owl-stage-outer,
.wpestate_property_carousel.classic-carousel .owl-carousel .owl-wrapper-outer {
	overflow: visible;
}
.wpestate_property_carousel.classic-carousel .carousel-indicators a img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.wpestate_property_carousel.classic-carousel .carousel-indicators li {
	display: inline-block;
	margin-right: 7px;
}
.wpestate_property_carousel .owl-next,
.wpestate_property_carousel .owl-prev {
	background: transparent;
	border: none;
	margin: 0;
	opacity: 0.9;
	position: absolute;
	top: 50%;
}
.wpestate_property_carousel .owl-prev {
	left: 0;
}
.wpestate_property_carousel .owl-next {
	right: 0;
}
.wpestate_property_carousel .carousel-indicators.carousel-indicators-classic {
	bottom: auto;
	height: auto;
	height: 97px;
	justify-content: flex-start;
	left: auto;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	text-align: left;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	white-space: nowrap;
	width: 100%;
}
.wpestate_property_carousel .carousel-indicators a,
.wpestate_property_carousel .carousel-indicators li {
	border: none;
	border-radius: 0;
	display: inline-block;
	height: 83px;
	margin: 0 1px 0 0;
	position: relative;
	width: 143px;
}
.wpestate_property_carousel .carousel-indicators a img,
.wpestate_property_carousel .carousel-indicators li img {
	float: left;
	height: 100%;
	opacity: 0.8;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.wpestate_property_carousel .carousel-indicators a img:hover,
.wpestate_property_carousel .carousel-indicators li img:hover {
	opacity: 0.6;
}
.wpestate_property_carousel .carousel-indicators .active {
	background: none;
	border: none;
}
.wpestate_property_carousel .carousel-indicators .active img {
	opacity: 1;
}
.classic-carousel .owl-carousel .owl-item .item,
.classic-carousel .owl-carousel .owl-item .item-video {
	height: auto;
	padding: 0;
}
.caption_on_slide {
	background: #222;
	bottom: 10px;
	left: 10px;
	padding: 5px 15px;
	position: absolute;
	right: 10px;
	width: auto;
}
.caption_on_slide,
.slider-property-status {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
}
.slider-property-status {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%,
		transparent
	);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	float: left;
	font-size: 13px;
	line-height: 1.65em;
	margin-left: 10px;
	margin-top: 15px;
	padding: 2px 20px;
	position: relative;
	z-index: 50;
}
.estate_video_control {
	color: #fff;
	float: left;
	font-size: 30px;
	left: 50%;
	margin: -10px 0 0 -10px;
	opacity: 0.7;
	position: absolute;
	text-indent: 0;
	top: 50%;
}
.wpestate_control_media_buttons_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	left: 0;
	padding-left: 15px;
	position: absolute;
	top: 15px;
	width: 100%;
	z-index: 10;
}
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button {
	background-color: rgba(34, 34, 34, 0.659);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
	z-index: 2;
}
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button.slideron,
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button:hover {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 83%,
		transparent
	);
}
.wpestate_control_media_buttons_wrapper .wpestate_control_media_button i,
.wpestate_control_media_buttons_wrapper
	.wpestate_control_media_button
	i.fas.fa-location-arrow {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
}
.videoitem {
	height: 457px;
}
.videoitem_full {
	height: 613px;
}
#googleMapSlider {
	display: none;
	float: left;
	height: 100%;
	min-height: 450px;
	width: 100%;
	z-index: 1;
}
.google_map_slider_wrapper {
	min-height: 450px;
}
.wpestate_property_carousel.carouselvertical {
	height: auto;
}
.wpestate_property_carousel.carouselvertical .carousel-inner {
	margin-right: 149px;
	width: auto;
}
.wpestate_property_carousel.carouselvertical .owl-carousel.owl-loaded {
	height: auto;
}
.wpestate_property_carousel.carouselvertical .owl-carousel .owl-item .item {
	height: auto;
	padding: 0;
}
.wpestate_property_carousel.carouselvertical .owl-theme .owl-nav {
	margin-top: 0;
}
#carousel-indicators-vertical {
	background: #222;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	bottom: auto;
	height: 100%;
	list-style: none;
	padding-left: 3px;
	padding-top: 3px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 149px;
}
#carousel-indicators-vertical li {
	cursor: pointer;
	margin-bottom: 3px;
	position: relative;
}
#carousel-indicators-vertical li img {
	opacity: 0.4;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#carousel-indicators-vertical li:hover img {
	opacity: 0.6;
}
#carousel-indicators-vertical .active img {
	opacity: 1;
}
.vertical-wrapper {
	background: transparent !important;
	bottom: 0;
	left: 0;
	padding: 0 !important;
	position: absolute !important;
	right: 144px;
	width: auto !important;
}
.vertical-wrapper span {
	background: #222;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: none;
	margin: 10px;
	padding: 5px 15px;
	position: relative;
	z-index: 11;
}
.vertical-wrapper span.active {
	display: block;
}
.vertical-wrapper span.blank_caption,
.vertical-wrapper span:empty,
.vertical-wrapper-back:empty {
	display: none;
}
.caption-wrapper.closed {
	background: #222;
}
.carousel-control.right.vertical {
	right: 143px;
}
.wpestate_estate_property_slider_section_wrapper .post-carusel .item img {
	max-height: 100%;
}
.wpestate_estate_property_slider_section_wrapper
	.post-carusel
	.vertical-wrapper {
	width: 100% !important;
}
#carousel-indicators-vertical .caption-wrapper {
	width: 665px;
}
.wpestate_property_carousel.carouselhorizontal .owl-carousel .owl-item .item {
	height: auto;
	padding: 0;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators,
.wpestate_property_carousel.carouselhorizontal .carusel-back {
	bottom: 39px;
	box-sizing: border-box;
	display: inline;
	float: left;
	height: 90px;
	left: 0;
	margin: 1px 0 0;
	padding-top: 3px;
	position: absolute;
	text-align: left;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	white-space: nowrap;
	width: 100%;
	z-index: 10;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators.rowclosed,
.wpestate_property_carousel.carouselhorizontal .carusel-back.rowclosed {
	bottom: -90px;
}
.wpestate_property_carousel.carouselhorizontal .carusel-back {
	background-color: #222;
	opacity: 0.95;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators li {
	display: inline-block;
}
.wpestate_property_carousel.carouselhorizontal
	.carousel-indicators
	li
	img:hover {
	opacity: 0.6;
}
.wpestate_property_carousel.carouselhorizontal .carousel-indicators .active {
	background: none;
	border: none;
}
.wpestate_property_carousel.carouselhorizontal
	.carousel-indicators
	.active
	img {
	opacity: 0.6;
}
.wpestate_property_carousel.carouselhorizontal .caption_control {
	bottom: 0;
	float: right;
	height: 20px;
	position: absolute;
	right: 0;
	width: 20px;
	z-index: 99;
}
.wpestate_property_carousel.carouselhorizontal .caption_control:after {
	bottom: 9px;
	color: #fff;
	content: '\f107';
	font-family: Font Awesome\5 Free;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 12px 13px 0 5px;
	position: absolute;
	right: 0;
}
.wpestate_property_carousel.carouselhorizontal .carousel-round-indicators {
	bottom: -6px;
	position: absolute;
	right: 40px;
	z-index: 100;
}
.wpestate_property_carousel.carouselhorizontal .carousel-round-indicators a {
	background-color: hsla(0, 0%, 100%, 0.612);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline;
	float: left;
	height: 8px;
	margin-left: 13px;
	width: 8px;
}
.wpestate_property_carousel.carouselhorizontal .caption-wrapper {
	background: #222;
	bottom: 0;
	height: 40px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 99;
}
.wpestate_property_carousel.carouselhorizontal .caption-wrapper span {
	background: #222;
	color: #fff;
	display: none;
	height: 40px;
	overflow: hidden;
	padding: 5px 15px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 11;
}
.wpestate_property_carousel.carouselhorizontal .caption-wrapper span.active {
	display: block;
	line-height: 28px;
	margin: 0;
}
.closed .caption_control:after {
	content: '\f106';
}
.carouselhorizontal .caption-wrapper span {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-radius: 0;
	margin: 10px;
	padding-left: 15px;
	padding-top: 9px;
}
.property_multi_image_slider {
	background-color: #222;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.property_multi_image_slider .item {
	display: none;
	float: left;
	position: relative;
	width: 33.3%;
}
.property_multi_image_slider .item .multi_image_slider_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	cursor: pointer;
	float: left;
	height: 600px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.property_multi_image_slider .item .multi_image_slider_image:hover {
	opacity: 0.8;
}
.property_multi_image_slider .item .carousel-caption {
	bottom: 0;
	left: 0;
	padding-bottom: 0;
	right: auto;
	text-align: left;
	width: 100%;
}
.property_multi_image_slider
	.item
	.carousel-caption
	.carousel-caption_underlay {
	background-color: #222;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.property_multi_image_slider .item .carousel-caption .carousel_caption_text {
	padding: 10px;
	position: relative;
	text-shadow: none;
	z-index: 2;
}
.property_multi_image_slider .slick-dots {
	display: none;
}
.property_multi_image_slider.slick-initialized .item {
	display: block;
}
.single-content.listing-content .property_multi_image_slider,
.single-content.listing-content
	.property_multi_image_slider
	.multi_image_slider_image {
	height: 467px;
}
.wpestate_property_slider_v3 {
	margin-bottom: 30px;
	min-height: 467px;
	position: relative;
}
.wpestate_property_slider_v3 .propery_listing_main_image {
	height: 467px;
}
.propery_listing_main_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-indicators-wrapper-header-prop {
	background-color: #2b2937;
	bottom: 0;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 9;
}
#carousel-property-page-header .carousel-indicators {
	align-content: center;
	align-items: center;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	left: 0;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 45px;
	right: 0;
	width: 100%;
}
#carousel-property-page-header .carousel-indicators button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: auto;
	margin: 0;
	opacity: 1;
	position: relative;
	text-indent: 0;
	width: auto;
}
#carousel-property-page-header .carousel-indicators img {
	border: 2px solid #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	max-width: 110px;
}
#carousel-property-page-header .carousel-indicators .active img {
	border: 2px solid #222;
}
.carousel-property-page-header-overalay {
	background: #222;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 100%;
	left: 1px;
	max-height: 64px;
	max-width: 108px;
	opacity: 0.3;
	position: absolute;
	top: 1px;
	width: 100%;
}
.carousel-indicators .active .carousel-property-page-header-overalay {
	opacity: 0;
}
.single-content.listing-content
	.wpestate_full_width_slider_wrapper.wpestate_listing_full_slider_1
	.propery_listing_main_image,
.single-content.listing-content
	.wpestate_full_width_slider_wrapper.wpestate_listing_full_slider_1
	.wpestate_property_slider_v3
	.propery_listing_main_image,
.wpestate_property_header_extended .propery_listing_main_image,
.wpestate_property_header_extended
	.wpestate_property_slider_v3
	.propery_listing_main_image {
	height: 590px;
}
.overview_wrapper {
	margin-bottom: 30px;
	min-height: 100px;
}
.overview_wrapper,
.single-overview-section {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
}
.single-overview-section {
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.wpestate_property_header_extended .single-overview-section {
	border-radius: 10px;
	bottom: 0;
	box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.09);
	left: 0;
	margin: 0 auto;
	max-width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
	opacity: 0.95;
	padding: 30px;
	position: absolute;
	right: 0;
	z-index: 9;
}
.wpestate_property_header_extended .single-overview-section .panel-title {
	display: none;
}
.wpestate_property_header_extended.wpestate_lay6_classic
	.single-overview-section {
	bottom: 140px;
}
.wpestate_property_header_extended.wpestate_lay6_vertical
	.single-overview-section {
	bottom: 60px;
}
.wpestate_property_header_extended.wpestate_lay6_horizontal
	.single-overview-section {
	bottom: 165px;
}
.wpestate_property_header_extended.wpestate_lay6_full-width-header
	.single-overview-section {
	bottom: -25px;
	padding: 20px;
}
.wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery
	.single-overview-section,
.wpestate_property_header_extended.wpestate_lay6_multi-image-slider
	.single-overview-section {
	bottom: -50px;
}
.wpestate_property_header_extended.wpestate_lay6_gallery
	.single-overview-section {
	bottom: -25px;
}
.elementor-widget .single-overview-section {
	margin-bottom: 0;
}
.elementor-widget-wrap .prop_social .single_property_action i.fas,
.elementor-widget-wrap .property_categs i.fas {
	font-family: Font Awesome\5 Free !important;
	font-weight: 700 !important;
}
.elementor-widget-wrap .prop_social .single_property_action i.far {
	font-family: Font Awesome\5 Free !important;
	font-weight: 400 !important;
}
.elementor-widget .single-overview-section,
.property-page-overview-details-wrapper {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
#tab_prpg .tab-pane .overview_element li.first_overview_left,
.overview_element li.first_overview_left {
	text-align: left;
}
#tab_prpg .tab-pane .overview_element,
.overview_element {
	list-style: none;
	margin: 0;
}
.overview_element:first-of-type li {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}
.single-overview-section .h4:after,
.single-overview-section h4:after {
	display: none;
}
.overview_element_type2 .first_overview_date {
	display: flex;
	gap: 5px;
}
.overview_element.overview_element_type2 li,
.overview_element.overview_element_type3 li,
.overview_element.overview_element_type4 li {
	margin-top: 0;
	text-align: left;
}
.overview_element_type3 .first_overview {
	display: flex;
	font-size: 15px;
	gap: 5px;
}
#tab_prpg .tab-pane .overview_element li,
.overview_element li {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 4px;
	text-align: center;
}
#tab_prpg .tab-pane .overview_element li i,
.overview_element li i {
	margin-right: 0;
}
#tab_prpg .overview_element li a,
#tab_prpg .tab-pane .overview_element li:first-of-type {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.overview_element img {
	height: 20px !important;
	margin-bottom: 6px;
}
.overview_element i {
	font-size: 20px;
	margin-bottom: 6px;
	margin-right: 0;
}
.overview_element svg {
	height: 19px;
	width: 19px;
}
.elementor_prop_social {
	min-height: 1px;
	position: relative;
	right: auto;
	top: auto !important;
}
.no_views {
	color: #a6b3bb;
	display: none;
	float: left;
	font-size: 15px;
}
.no_views i {
	margin-right: 5px;
}
.prop_social i {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline;
	font-size: 14px;
	margin-left: 13px;
	width: 13px;
}
.single_property_action {
	align-content: center;
	align-items: center;
	background: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	cursor: pointer;
	display: flex;
	float: left;
	font-size: 12px;
	font-weight: 500;
	gap: 5px;
	line-height: 10px;
	padding: 7px 14px;
	text-transform: capitalize;
	width: auto;
}
.single_property_action .share_list {
	border: none;
	height: auto;
	width: auto;
}
.single_property_action i {
	color: inherit;
	font-size: 12px;
	margin-left: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.single_property_action i:before {
	font-size: 12px;
}
.single_property_action i:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.single_property_action #print_page:hover,
.single_property_action .prop_social a:hover i,
.single_property_action:hover {
	border: none;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.prop_social .share_unit {
	background-color: #fff;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 12px;
	padding: 10px;
	top: 28px;
	width: 120px;
	z-index: 99;
}
.prop_social .share_unit:after {
	display: none;
}
.prop_social .share_unit a {
	color: inherit;
	float: left;
	font-size: 13px;
	font-weight: 500;
	height: auto;
	line-height: 1em;
	padding: 5px 10px 5px 22px;
	text-align: left;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	vertical-align: initial;
	width: 100%;
}
.prop_social .share_unit a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.prop_social .share_unit .social_email:after,
.prop_social .share_unit .social_facebook:after,
.prop_social .share_unit .social_pinterest:after,
.prop_social .share_unit .social_tweet:after,
.prop_social .share_unit .social_whatsup:after {
	font-size: 13px;
	left: 10px;
	position: absolute;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.prop_social .property_title_label a {
	color: #fff;
	font-size: 14px;
	height: auto;
	margin: 0;
	padding: 5px;
}
.prop_social #add_favorites.isfavorite,
.prop_social #add_favorites.isfavorite i {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.title_share.share_list.single_property_action {
	border: none;
	height: 26px;
}
.title_share.share_list.single_property_action:hover {
	border: none;
}
.title_share.share_list.single_property_action:before {
	font-size: 12px;
}
.prop_social a {
	box-sizing: border-box;
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	float: left;
	font-size: 1.333em;
	height: 30px;
	line-height: 0.75em;
	margin-left: 2px;
	padding: 3px 0 0;
	vertical-align: -15%;
}
.prop_social a,
.prop_social a:hover {
	text-decoration: none;
}
.price_area {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: right;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	margin-top: -5px;
	max-width: 25%;
	min-height: 1px;
	min-width: 130px;
	padding: 0;
	position: relative;
	text-align: right;
}
.second_price_area {
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: -30px;
}
.second_price_area .price_label {
	font-size: 15px;
}
.elementor-widget-container_price_area {
	display: inline-block;
	float: none;
	min-height: 1px;
}
.pricelabel {
	float: left;
	font-size: 15px;
	padding: 14px 0 3px 7px;
}
.wpresidence_action_button {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	cursor: pointer;
	float: left;
	font-size: 13px;
	margin: 5px;
	padding: 6px 15px;
}
.adres_area {
	clear: both;
	float: left;
	font-size: 13px;
	width: calc(100% - 240px);
}
.adres_area i {
	color: #a6b3bb;
	font-size: 12px;
}
.social_share_title {
	border: 1px solid #dfdfdf;
	cursor: pointer;
	float: left;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	width: 30px;
}
.social_share_title i {
	color: #c2ccda;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}
.agent_listings_title_similar {
	padding-left: 15px;
}
.overview_map {
	border-radius: 5px;
	cursor: pointer;
	height: 120px;
	width: 120px;
}
#wpestate_overview_map_modal {
	height: 90%;
	left: 5%;
	top: 5%;
	width: 90%;
}
#wpestate_overview_map_modal .modal-dialog {
	height: 100%;
	margin: 0;
	width: 100%;
}
#wpestate_overview_map_modal .close {
	background: #222;
	border-radius: 5px;
	height: 25px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	z-index: 9;
}
#wpestate_overview_map_modal .modal-body,
#wpestate_overview_map_modal .modal-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#wpestate_overview_map_modal .googleMap_shortcode_class,
#wpestate_overview_map_modal .google_map_shortcode_wrapper {
	height: 100%;
}
#wpestate_overview_map_modal .h3,
#wpestate_overview_map_modal h3 {
	margin-top: 10px;
}
.col-12.col-md-12.wpresidence-content-container-wrapper
	.wpestate_contact_form_parent.wpestate_agent_details_wrapper.row.wpestate_single_agent_details_wrapper {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	margin: 0 0 30px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.col-12.col-md-12.wpresidence-content-container-wrapper
	.wpestate_contact_form_parent.wpestate_agent_details_wrapper.row.wpestate_single_agent_details_wrapper
	.custom_details_container {
	display: none;
}
.col-12.col-md-12.wpresidence-content-container-wrapper
	.wpestate_contact_form_parent.wpestate_agent_details_wrapper.row.wpestate_single_agent_details_wrapper
	.col-md-6.agent_details {
	padding: 0 30px;
}
.listing-content .wpestate_single_agent_details_wrapper {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	margin: 0 0 30px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.listing-content
	.wpestate_single_agent_details_wrapper
	.custom_details_container {
	display: none;
}
.listing-content
	.wpestate_single_agent_details_wrapper
	.col-md-6.agent_details {
	padding: 0 30px;
}
.wpestate_estate_property_design_agent {
	display: inline-block;
	min-height: 1px;
	width: 100%;
}
.wpestate_estate_property_design_agent .wpestate_agent_details_wrapper {
	background: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	margin-bottom: 30px;
	padding: 30px 30px 10px;
	width: 100%;
}
.wpestate_estate_property_design_agent
	.wpestate_agent_details_wrapper.wpestate_single_agent_details_wrapper {
	margin-bottom: 0;
}
.tab-content .wpestate_agent_details_wrapper {
	padding: 0;
}
.wpestate_single_agent_details_header_wrapper {
	align-content: space-around;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 0;
}
.wpestate_single_agent_details_header_wrapper .schedule_meeting {
	background-color: var(
		--wp-estate-second-color-option,
		var(--wp-estate-second-color)
	);
	color: #fff !important;
	cursor: pointer;
	float: left;
	font-size: 13px;
	line-height: 20px;
	margin-left: 15px;
	padding: 3px 15px;
	transition: background-color 0.1s linear;
}
.wpestate_single_agent_details_header_wrapper .schedule_meeting:hover {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-second-color-option, var(--wp-estate-second-color)) 80%,
		transparent
	);
}
.wpestate_single_agent_details_header_wrapper #show_contact.h4,
.wpestate_single_agent_details_header_wrapper h4#show_contact {
	margin-bottom: 0;
}
.wpestate_single_agent_details_wrapper {
	row-gap: 10px;
}
.wpestate_single_agent_details_wrapper .contact_form_flex_wrapper,
.wpestate_single_agent_details_wrapper .schedule_wrapper {
	padding: 0;
}
.single-estate_agency .schedule_meeting,
.single-estate_agent .schedule_meeting,
.single-estate_developer .schedule_meeting {
	display: none;
}
.message_explaining {
	font-size: 13px;
	width: 100%;
}
.not_present {
	color: #8997ac;
	text-decoration: line-through;
}
.feature_chapter_name {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-weight: 500;
	margin: 5px 0 10px;
	padding: 0;
	position: relative;
	width: 100%;
}
#tab_prpg i.fa-check,
#tab_prpg i.fa-check-circle,
#tab_prpg i.fa-times,
.modal_property_features i,
.property-panel i,
.wpestate_estate_property_details_section i {
	margin-right: 10px;
}
#tab_prpg i.fa-check,
#tab_prpg i.fa-check-circle,
.property-panel i.fa-check,
.property-panel i.fa-check-circle,
.wpestate_estate_property_details_section i.fa-check,
.wpestate_estate_property_details_section i.fa-check-circle {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.gallery_wrapper {
	display: flex;
	flex-wrap: wrap;
	float: left;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	width: 100%;
}
.gallery_wrapper .status-wrapper {
	left: 0;
	position: absolute;
	top: 15px;
}
.image_gallery {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 6px solid #fff;
	border-right: 6px solid #fff;
	cursor: pointer;
	min-height: 160px;
	overflow: hidden;
	position: relative;
}
.image_gallery.col-md-8 {
	border-bottom: 6px solid #fff;
	min-height: 320px;
}
.image_gallery .img_listings_overlay {
	background-color: #444;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
	z-index: 9;
}
.image_gallery .img_listings_overlay:hover {
	background-color: #222;
	opacity: 0.3;
}
.image_gallery .img_listings_overlay.img_listings_overlay_last {
	background-color: #222;
	opacity: 0.4;
}
.special_border {
	border-left: 6px solid #fff;
}
.special_border,
.special_border_top {
	border-top: 6px solid #fff;
}
.special_border_left {
	border-left: 6px solid #fff;
}
.wpresidence_gallery_first_col {
	padding: 0;
}
.last_gallery_item .img_listings_mes {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	margin-right: -100px;
	margin-top: -10px;
	pointer-events: none;
	position: absolute;
	right: 50%;
	text-align: center;
	top: 50%;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 200px;
	z-index: 10;
}
.gallery_wrapper .left-column .image_gallery {
	height: 100%;
}
.elementor-widget-container .gallery_wrapper {
	margin-bottom: 0;
}
.property_header_gallery_wrapper .slider-property-status {
	margin-top: 10px;
}
.property_header_gallery_wrapper .image_gallery {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.property_header_gallery_wrapper .image_gallery.special_border {
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.property_header_gallery_wrapper .image_gallery.special_border_top {
	border-top: 1px solid #f0f0f0;
}
.property_header_gallery_wrapper .col-md-6.image_gallery {
	height: 650px;
	margin: 0;
	padding: 0;
	position: relative;
}
.property_header_gallery_wrapper .gallery-left-column .col-md-6.image_gallery {
	height: 50%;
	margin: 0;
	padding: 0;
	position: relative;
}
.property_header_gallery_wrapper,
.property_header_gallery_wrapper .image_gallery.last_gallery_item {
	margin-bottom: 0;
}
.featured_prop_type5 .image_gallery,
.featured_prop_type5 .img_listings_overlay {
	cursor: auto;
}
.property_header_gallery_wrapper .img_listings_overlay:hover {
	opacity: 0.1;
}
.wpestate_property_header_extended .col-md-8.image_gallery {
	min-height: 480px;
}
.wpestate_property_header_extended .col-md-4.image_gallery,
.wpestate_property_header_extended
	.wpresidence_gallery_first_col
	.image_gallery {
	min-height: 240px;
}
.gallery-left-column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
}
.single-content.listing-content > .property_header_gallery_wrapper,
.wpestate_lay3_media_wrapper .property_header_gallery_wrapper {
	margin-bottom: 30px;
}
.single-content.listing-content
	> .property_header_gallery_wrapper
	.col-md-6.image_gallery {
	height: 466px;
}
.single-content.listing-content
	> .property_header_gallery_wrapper
	.gallery-left-column.col-md-6
	.image_gallery {
	height: 233px;
}
#tab_prpg {
	float: left;
	line-height: 1.65em;
	margin-bottom: 30px;
	width: 100%;
}
#tab_prpg > ul {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0;
}
#tab_prpg > ul li {
	background: transparent;
	border: none;
	border-radius: 0;
	border-right: 1px solid hsla(0, 0%, 99%, 0.412);
	color: #fff;
	margin-bottom: 0;
	width: 20%;
}
#tab_prpg > ul li:first-of-type {
	border-top-left-radius: 4px;
}
#tab_prpg > ul li button {
	-webkit-backface-visibility: hidden;
	border: none;
	border-radius: 0 0 0 0;
	color: #fff;
	line-height: 30px;
	-webkit-transform-style: preserve-3d;
	transition: none;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
#tab_prpg > ul li button:hover {
	background-color: #fff;
	border-radius: 0;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1 ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
#tab_prpg > ul li button.active,
#tab_prpg > ul li button:hover {
	border: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
#tab_prpg .tab-content .tab-pane {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	border-radius: 0 0 4px 4px;
	box-shadow: none;
	float: left;
	float: none;
	margin: 0 auto;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
	width: 100%;
}
#tab_prpg .wpestate_tab_icon_elementor {
	height: 17px;
	margin-right: 15px;
	width: auto;
}
#tab_prpg svg {
	fill: #1a1a1a;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	display: inline-block;
	height: 20px;
	line-height: 26px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 20px;
}
#tab_prpg li.active svg {
	fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate-elementor-nav-tabs {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	width: 100%;
}
.wpestate-elementor-nav-tabs ul {
	align-items: stretch;
	background-color: #fff;
	border: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 auto;
}
.wpestate-elementor-nav-tabs a {
	border-radius: 0 0 0 0;
	padding: 30px;
}
.elementor-widget-container #tab_prpg {
	display: inline-block;
	float: none;
}
.wpestate_tab_class_vertical .wpestate-elementor-nav-tabs {
	border: 1px solid #eaeaea;
	border-right-width: 0;
}
#tab_prpg.wpestate_elementor_tabs a {
	border: none;
}
#tab_prpg.wpestate_elementor_tabs a.active {
	border-bottom: 3px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#tab_prpg.wpestate_elementor_tabs a.active svg {
	fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical
	.wpestate-elementor-nav-tabs {
	display: inline-block;
	line-height: 1px;
	width: 30%;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical
	.wpestate-elementor-nav-tabs
	ul {
	display: inline-block;
	height: auto;
	width: 100%;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .nav-tabs > li {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .nav-tabs > li a {
	text-align: left;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-content {
	border: 1px solid #eaeaea;
	float: right;
	width: 70%;
}
#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-pane {
	padding-top: 30px;
}
.wpestate-elementor-nav-accordions .h4 svg,
.wpestate-elementor-nav-accordions h4 svg {
	fill: #1a1a1a;
	display: inline-block;
	height: 20px;
	line-height: 26px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 20px;
}
#wpestate_sidebar_property_contact_tabs > ul {
	align-items: center;
	border: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#wpestate_sidebar_property_contact_tabs > ul li {
	text-align: center;
	width: 50%;
}
#wpestate_sidebar_property_contact_tabs > ul li button {
	background-color: var(--wp-estate-sidebar-widget-color-option, #f8f8f8);
	border: none;
	border-top-left-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-top-right-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 13px 0;
	text-align: center;
	width: 100%;
}
#wpestate_sidebar_property_contact_tabs > ul li button.hover {
	background-color: #fff;
	border: 1px solid;
	border-color: #ddd #ddd transparent;
	color: #555;
	cursor: default;
}
#wpestate_sidebar_property_contact_tabs > ul li button.active {
	background-color: #fff;
}
.wpestate_schedule_tour_wrapper_content {
	width: 100%;
}
.wpestate_schedule_tour_wrapper {
	background: var(
		--wp-estate-sidebar-widget-color-option,
		var(--wp_estate_sidebar_widget_color)
	);
	margin-bottom: 30px;
	padding: 30px;
	width: 100%;
}
.schedule_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}
.schedule_wrapper .contact_form_flex_input_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
}
.wpestate_property_schedule_dates_wrapper {
	display: flex;
	margin-bottom: 15px;
	padding: 0 50px;
}
.wpestate_property_schedule_dates_wrapper .slick-list {
	max-height: 115px;
}
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow,
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow {
	background-color: #f7f8f8;
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 0;
	height: 40px;
	position: absolute;
	top: 35px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 40px;
	z-index: 9;
}
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:hover,
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before,
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before {
	font-family: Font Awesome\5 Free;
	font-size: 14px;
	font-weight: 900;
	line-height: 40px;
	opacity: 1;
}
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow {
	left: 0;
}
.wpestate_property_schedule_dates_wrapper button.slick-prev.slick-arrow:before {
	content: '\f060';
}
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow {
	right: 0;
}
.wpestate_property_schedule_dates_wrapper button.slick-next.slick-arrow:before {
	content: '\f061';
}
.wpestate_property_schedule_singledate_wrapper {
	border: 1px solid #f0f0f0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-font-color-option, #222);
	cursor: pointer;
	display: none;
	font-size: 15px;
	margin-bottom: 25px;
	margin-right: 10px;
	min-height: 90px;
	min-width: 80px;
	padding: 10px 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected,
.wpestate_property_schedule_singledate_wrapper:hover {
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_schedule_singledate_wrapper.shedule_day_option_selected
	.wpestate_day_unit_day_number,
.wpestate_property_schedule_singledate_wrapper:hover
	.wpestate_day_unit_day_number {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_property_schedule_singledate_wrapper
	.wpestate_property_schedule_singledate_wrapper_display {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	height: 68px;
	justify-content: space-around;
	line-height: 15px;
}
.wpestate_property_schedule_singledate_wrapper
	.wpestate_property_schedule_singledate_wrapper_display
	.wpestate_day_unit_day_number {
	font-size: 16px;
	font-weight: 500;
}
.wpestate_day_unit_day_number_selected {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#wpestate_schedule_tour_time {
	display: inline-block;
	margin-bottom: 10px;
	width: 229px;
}
.wpestate_display_schedule_tour_options_wrapper {
	display: flex;
	float: right;
	gap: 10px;
	justify-content: flex-end;
	width: 50%;
}
.wpestate_display_schedule_tour_options_wrapper
	.wpestate_display_schedule_tour_option {
	align-items: center;
	border: 1px solid #f0f0f0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font-size: 13px;
	gap: 5px;
	justify-content: center;
	padding: 7px 20px;
}
.wpestate_display_schedule_tour_options_wrapper
	.wpestate_display_schedule_tour_option.shedule_option_selected {
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_display_schedule_tour_options_wrapper
	.wpestate_display_schedule_tour_option
	svg {
	height: 16px;
	width: 16px;
}
.contact_form_flex_wrapper .contact_form_flex_input_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
}
.wpestate_shedule_tour_wrapper_type2 {
	justify-content: space-between;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content {
	padding: 0 0 0 30px;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content
	.contact_form_flex_input_wrapper {
	display: flex;
	flex-direction: column;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content
	.wpestate_display_schedule_tour_options_wrapper {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 100%;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content
	#wpestate_schedule_tour_time,
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content
	.wpestate_display_schedule_tour_options_wrapper
	.wpestate_display_schedule_tour_option {
	width: 100%;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content
	.contact_form_flex_wrapper {
	flex-direction: column;
	width: 100%;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content
	.contact_form_flex_wrapper
	.form-control {
	margin-bottom: 0;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_shedule_tour_wrapper_type2_content
	.contact_form_flex_wrapper
	.wpresidence_button.agent_submit_class {
	margin-bottom: 0;
	width: 100%;
}
.wpestate_shedule_tour_wrapper_type2 .wpestate_property_schedule_dates_wrapper {
	padding: 0;
}
.wpestate_shedule_tour_wrapper_type2
	.slick-slide.wpestate_property_schedule_singledate_wrapper {
	min-width: 72px;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_property_schedule_dates_wrapper
	button.slick-next.slick-arrow {
	right: -20px;
}
.wpestate_shedule_tour_wrapper_type2
	.wpestate_property_schedule_dates_wrapper
	button.slick-prev.slick-arrow {
	left: -20px;
}
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper,
#sidebar_schedule .wpestate_property_schedule_dates_wrapper,
.property_page_agent_form_v2_section .wpestate_property_schedule_dates_wrapper {
	height: 105px;
	margin-bottom: 0;
	padding: 0;
}
#primary_sidebar_wrapper .wpestate_property_schedule_dates_wrapper ul.xoxo,
#sidebar_schedule .wpestate_property_schedule_dates_wrapper ul.xoxo,
.property_page_agent_form_v2_section
	.wpestate_property_schedule_dates_wrapper
	ul.xoxo {
	clear: both;
}
#primary_sidebar_wrapper
	.slick-slide.wpestate_property_schedule_singledate_wrapper,
#sidebar_schedule .slick-slide.wpestate_property_schedule_singledate_wrapper,
.property_page_agent_form_v2_section
	.slick-slide.wpestate_property_schedule_singledate_wrapper {
	height: 75px;
	min-height: 70px;
	min-width: 54px;
}
#primary_sidebar_wrapper .wpestate_property_schedule_singledate_wrapper_display,
#sidebar_schedule .wpestate_property_schedule_singledate_wrapper_display,
.property_page_agent_form_v2_section
	.wpestate_property_schedule_singledate_wrapper_display {
	height: 54px;
}
#primary_sidebar_wrapper .wpestate_display_schedule_tour_options_wrapper,
#sidebar_schedule .wpestate_display_schedule_tour_options_wrapper,
.property_page_agent_form_v2_section
	.wpestate_display_schedule_tour_options_wrapper {
	float: left;
	justify-content: flex-start;
	width: 100%;
}
#primary_sidebar_wrapper .wpestate_display_schedule_tour_option,
#sidebar_schedule .wpestate_display_schedule_tour_option,
.property_page_agent_form_v2_section .wpestate_display_schedule_tour_option {
	font-size: 13px;
	line-height: 1em;
	padding: 11px;
	width: 50%;
}
#primary_sidebar_wrapper #wpestate_schedule_tour_time,
#sidebar_schedule #wpestate_schedule_tour_time,
.property_page_agent_form_v2_section #wpestate_schedule_tour_time {
	font-size: 13px;
	width: 100%;
}
#primary_sidebar_wrapper .wpestate_tour_info_headline,
#sidebar_schedule .wpestate_tour_info_headline,
.property_page_agent_form_v2_section .wpestate_tour_info_headline {
	display: inline-block;
	margin-top: 25px;
	width: 100%;
}
#primary_sidebar_wrapper .wpresidence_button.agent_submit_class,
#sidebar_schedule .wpresidence_button.agent_submit_class,
.property_page_agent_form_v2_section .wpresidence_button.agent_submit_class {
	width: 100%;
}
#primary_sidebar_wrapper .contact_form_flex_wrapper,
#sidebar_schedule .contact_form_flex_wrapper,
.property_page_agent_form_v2_section .contact_form_flex_wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#primary_sidebar_wrapper
	.wpestate_property_schedule_dates_wrapper
	button.slick-next.slick-arrow,
#primary_sidebar_wrapper
	.wpestate_property_schedule_dates_wrapper
	button.slick-prev.slick-arrow,
#sidebar_schedule
	.wpestate_property_schedule_dates_wrapper
	button.slick-next.slick-arrow,
#sidebar_schedule
	.wpestate_property_schedule_dates_wrapper
	button.slick-prev.slick-arrow,
.property_page_agent_form_v2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-next.slick-arrow,
.property_page_agent_form_v2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-prev.slick-arrow {
	height: 30px;
	width: 30px;
}
#primary_sidebar_wrapper
	.wpestate_property_schedule_dates_wrapper
	button.slick-next.slick-arrow:before,
#primary_sidebar_wrapper
	.wpestate_property_schedule_dates_wrapper
	button.slick-prev.slick-arrow:before,
#sidebar_schedule
	.wpestate_property_schedule_dates_wrapper
	button.slick-next.slick-arrow:before,
#sidebar_schedule
	.wpestate_property_schedule_dates_wrapper
	button.slick-prev.slick-arrow:before,
.property_page_agent_form_v2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-next.slick-arrow:before,
.property_page_agent_form_v2_section
	.wpestate_property_schedule_dates_wrapper
	button.slick-prev.slick-arrow:before {
	line-height: 30px;
}
.wpestate_tour_info_headline {
	display: inline-block;
	font-size: 15px;
	margin: 10px 0;
	width: 100%;
}
.agent_contanct_form_sidebar .wpresidence_button.agent_submit_class {
	width: 100%;
}
#sidebar_schedule .contact_form_flex_wrapper .contact_form_flex_input_wrapper {
	flex-direction: column;
}
.morgage_chart_wrapper {
	float: left;
	position: relative;
	width: 50%;
}
.morgage_chart_wrapper.onfirst {
	align-items: center;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 15px;
}
.morgage_chart_wrapper.onfirst #canvas-holder {
	margin-left: -40px;
	position: relative;
}
.morgage_chart_wrapper.onfirst #canvas-holder #morgage_chart {
	position: relative;
}
.morgage_chart_wrapper.onfirst #canvas-holder .morg_momth_pay {
	height: 46px;
	left: 50%;
	margin-left: 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}
.morgage_chart_wrapper.onfirst #canvas-holder .morg_momth_pay .morg_month_wrap {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: block;
	font-size: 17px;
	font-weight: 500;
	width: 100%;
}
.morgage_chart_wrapper.onfirst .morgage_legend {
	display: inline-block;
	font-size: 13px;
	list-style-type: none;
	margin: 10px 0 0;
	text-align: center;
}
.morgage_chart_wrapper.onfirst .morgage_legend li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.morgage_chart_wrapper.onfirst .morgage_legend li:before {
	bottom: 9px;
	content: ' ';
	height: 5px;
	left: -15px;
	margin-right: 5px;
	position: absolute;
	width: 10px;
}
.morgage_chart_wrapper.onfirst .morgage_legend li:first-child:before {
	background: #0073e1;
}
.morgage_chart_wrapper.onfirst .morgage_legend li:nth-child(2):before {
	background: #0ac3f8;
}
.morgage_chart_wrapper.onfirst .morgage_legend li:nth-child(3):before {
	background: #ff5e5b;
}
.morgage_chart_wrapper label {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: inline-block;
	margin-bottom: 3px;
	margin-top: 13px;
	width: 100%;
}
.morgage_chart_wrapper #hoo_fees,
.morgage_chart_wrapper #monthly_property_tax {
	width: 100%;
}
.morgage_data_wrapper {
	float: left;
	position: relative;
	width: 50%;
}
.morgage_data_wrapper label {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	margin-bottom: 3px;
	margin-top: 13px;
	width: 100%;
}
.morgage_data_wrapper.onfirst #morgage_down_payment {
	float: left;
	width: 75%;
}
.morgage_data_wrapper.onfirst #morgage_down_payment_percent {
	float: left;
	width: 25%;
}
.morgage_data_wrapper .morgage_inputdata {
	width: 100%;
}
.elementor-widget-container #morgage_chart {
	height: 189px !important;
	margin: 0 auto;
	width: 379px !important;
}
.col-lg-12 #morgage_chart {
	display: block;
	height: auto;
	height: 184px !important;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: auto;
	width: 369px !important;
}
.col-lg-12 .morgage_chart_wrapper.onfirst #canvas-holder .morg_momth_pay {
	margin-left: 17px;
}
#tab_prpg .tab-pane .morgage_chart_wrapper ul {
	margin-left: 0;
}
#tab_prpg .tab-pane .morgage_chart_wrapper ul li {
	width: auto;
}
#property_details_modal_wrapper .property_details_modal_back {
	background-color: #111;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#property_details_modal_wrapper .property_details_modal_container {
	background-color: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
	height: 100%;
	left: 0;
	line-height: 1.65em;
	margin: 0 auto;
	min-height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	width: 1250px;
	z-index: 1;
}
#property_details_modal_wrapper #property_details_modal_close {
	background-color: #222;
	cursor: pointer;
	height: 40px;
	opacity: 1;
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	z-index: 999999;
}
#property_details_modal_wrapper #property_details_modal_close i {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
#property_details_modal_wrapper #property_details_modal_close:hover {
	opacity: 0.9;
}
#property_details_modal_wrapper #property_modal_images {
	background: #222;
	float: left;
	overflow-y: scroll;
	width: 60%;
}
#property_details_modal_wrapper #property_modal_images img {
	cursor: pointer;
	display: inline-block;
	opacity: 0.75;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 50%;
}
#property_details_modal_wrapper #property_modal_images img:hover {
	opacity: 1;
}
#property_details_modal_wrapper #property_modal_images img:first-of-type {
	border: none !important;
	width: 100%;
}
#property_details_modal_wrapper #property_modal_images img:nth-of-type(odd) {
	border-left: 1px solid #fff;
	border-top: 2px solid #fff;
}
#property_details_modal_wrapper #property_modal_images img:nth-of-type(2n + 2) {
	border-right: 1px solid #fff;
	border-top: 2px solid #fff;
}
#property_details_modal_wrapper #property_modal_header {
	background-color: var(
		--wp_estate_content_back_color-option,
		var(--wp_estate_content_back_color)
	);
	float: left;
	padding: 0 20px 10px;
	width: 40%;
}
#property_details_modal_wrapper #property_modal_header #property_modal_top_bar {
	align-content: center;
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	flex-direction: row;
	float: left;
	height: 40px;
	justify-content: space-between;
	margin-bottom: 6px;
	position: relative;
	width: 100%;
}
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	#add_favorites {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	left: 0;
	right: auto;
	top: 0;
}
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	#add_favorites.isfavorite {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
	padding: 0 10px;
}
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	#add_favorites.isfavorite
	i {
	display: none;
}
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	#add_favorites.isnotfavorite {
	background-color: var(
		--wp-estate-font-color-option,
		var(--wp-estate-font-color)
	);
	color: #fff;
	padding: 0 10px;
}
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	#add_favorites:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
	padding: 0 10px;
}
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	.prop_social
	a,
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	.prop_social
	i {
	height: auto;
	line-height: 40px;
	padding: 0;
}
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	.prop_social
	a:hover,
#property_details_modal_wrapper
	#property_modal_header
	#property_modal_top_bar
	.prop_social
	i:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#property_details_modal_wrapper #property_modal_header .modal_property_title {
	float: left;
	font-size: 26px;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
	width: 100%;
}
#property_details_modal_wrapper #property_modal_header .modal_property_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	font-size: 20px;
	font-weight: 500;
	margin-right: 30px;
}
#property_details_modal_wrapper #property_modal_header .modal_property_bed {
	float: left;
	line-height: 26px;
}
#property_details_modal_wrapper #property_modal_header .modal_bathrooms,
#property_details_modal_wrapper #property_modal_header .modal_bedrooms,
#property_details_modal_wrapper #property_modal_header .modal_size {
	font-size: 15px;
	margin-right: 10px;
}
#property_details_modal_wrapper #property_modal_header .modal_property_addr {
	clear: both;
	float: left;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
}
#property_details_modal_wrapper #property_modal_header #modal_contact_agent {
	float: left;
}
#property_details_modal_wrapper #property_modal_content {
	display: inline-block;
	float: left;
	overflow-y: scroll;
	padding: 20px 0;
	width: 40%;
}
#property_details_modal_wrapper #property_modal_content p {
	margin-bottom: 15px;
}
#property_details_modal_wrapper #property_modal_content .modal_content_block {
	display: inline-block;
	padding: 15px 20px;
	width: 100%;
}
#property_details_modal_wrapper
	#property_modal_content
	.modal_content_block:empty {
	display: none;
}
#property_details_modal_wrapper
	#property_modal_content
	.modal_content_block:nth-of-type(odd) {
	background: var(
		--wp_estate_content_back_color-option,
		var(--wp_estate_content_back_color)
	);
}
#property_details_modal_wrapper #property_modal_content #modal_property_agent {
	background: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	) !important;
	padding-bottom: 0;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.contact_form_flex_wrapper,
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.custom_details_container,
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.schedule_wrapper {
	padding: 0;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.contact_form_flex_wrapper
	.realtor-contact-buttons,
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.custom_details_container
	.realtor-contact-buttons,
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.schedule_wrapper
	.realtor-contact-buttons {
	margin-bottom: 10px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.wpestate_agent_details_wrapper {
	padding: 0 13px;
	row-gap: 10px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.wpestate_single_agent_details_header_wrapper {
	align-items: center;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-start;
	margin-bottom: 10px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agent_details
	.h3,
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agent_details
	h3 {
	font-size: 20px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agentpict {
	height: 210px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.schedule_meeting {
	margin-left: 0;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agent_detail {
	font-size: 13px;
	margin-bottom: 5px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agent_unit_social_single {
	width: 85%;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agent_unit_social_single
	.fa {
	font-size: 14px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agent_details,
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_agent
	.agentpic-wrapper {
	width: 50%;
}
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_description,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_addr,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_details,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_features,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_videos,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_walkscore,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_yelp {
	float: left;
	margin: 10px 0;
	width: 100%;
}
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_description
	.row,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_addr
	.row,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_details
	.row,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_features
	.row,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_videos
	.row,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_walkscore
	.row,
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_yelp
	.row {
	margin: 0;
}
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_description {
	box-shadow: none !important;
	padding: 0;
}
#property_details_modal_wrapper #property_modal_content .panel-title {
	margin-bottom: 10px;
}
#property_details_modal_wrapper #property_modal_content .listing_detail strong {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-weight: 500;
}
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_floor_plans
	.floor_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	margin-bottom: 5px;
	width: 100%;
}
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_floor_plans
	.floor_details {
	text-align: left;
	width: 50%;
}
#property_details_modal_wrapper
	#property_modal_content
	.wpestate_property_modal_floor_plans
	.floor_image
	img {
	width: 100%;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_mortgage {
	margin-bottom: 30px;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_mortgage
	.row {
	padding: 0;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_mortgage
	.morg_momth_pay {
	font-size: 13px;
	margin-top: 0;
}
#property_details_modal_wrapper
	#property_modal_content
	#modal_property_mortgage
	.morg_month_wrap {
	font-size: 14px;
}
.modal_property_adress,
.modal_property_description,
.modal_property_details,
.modal_property_features,
.modal_property_video,
.modal_property_video_tour {
	display: inline-block;
	margin-bottom: 5px;
}
.wpestate_property_modal_addr .listing_detail.col-md-4,
.wpestate_property_modal_details .col-md-4,
.wpestate_property_modal_features .col-md-4 {
	width: 50%;
}
.vbox-overlay {
	z-index: 99999999 !important;
}
#owl-demo-modal,
#owl-demo-modal .owl-item,
.owl-demo-modal_class {
	height: 768px;
	width: 1200px;
}
.owl_holder {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.lightbox_property_wrapper_floorplans .owl-theme .owl-nav {
	text-align: left;
}
.modal_lightbox_property_wrapper .lightbox_property_wrapper_level2 {
	background: transparent;
	max-height: 800px;
	max-width: 1200px;
	min-height: 800px;
	width: 100%;
}
.modal_lightbox_property_wrapper .lightbox_property_slider {
	max-width: 100%;
}
.modal_lightbox_property_wrapper .owl-carousel .owl-item .item {
	height: 800px;
}
.admin-bar #property_details_modal_wrapper {
	top: 30px;
}
.front_plan_row,
.front_plan_row_image {
	float: left;
	margin-bottom: 10px;
	padding: 0;
}
.front_plan_row {
	background-color: #f8f8f8;
	cursor: pointer;
	padding: 10px;
	width: 100%;
}
.front_plan_row:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.front_plan_row .floor_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: inline;
	float: left;
	font-weight: 500;
	width: 29%;
}
.front_plan_row .floor_details {
	display: inline;
	float: right;
	text-align: right;
	width: 15%;
}
.front_plan_row .floor_details.floor_price_details {
	width: 25%;
}
.front_plan_row .floor_details .bold_detail {
	font-weight: 500;
	text-transform: capitalize;
}
.front_plan_row_image {
	display: none;
}
.front_plan_row_image .floor_image {
	display: flex;
	justify-content: center;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}
.front_plan_row_image .floor_image img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
.front_plan_row_image .floor_description {
	margin: 10px 0;
}
.lightbox_property_wrapper,
.lightbox_property_wrapper_floorplans {
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.lightbox_property_wrapper.is_visible,
.lightbox_property_wrapper_floorplans.is_visible {
	overflow-x: hidden;
	overflow-y: auto;
	visibility: visible;
}
.lightbox_property_content.row {
	margin: 0;
}
.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item,
.lightbox_property_wrapper_floorplans .owl-wrapper-outer {
	background-color: #f8f8f8 !important;
}
.lightbox_property_wrapper_floorplans .lightbox_property_content.row {
	height: 100%;
}
.lightbox_property_wrapper_floorplans .lightbox_property_wrapper_level2 {
	max-width: 1150px;
}
.lightbox_property_wrapper_floorplans .lightbox_property_slider {
	max-width: 100%;
	padding: 0;
}
.lightbox_property_wrapper_floorplans .owl-nav,
.lightbox_property_wrapper_floorplans .owl-theme .owl-nav {
	padding: 0 15px;
	position: absolute;
	top: 50%;
	width: 75%;
}
.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background: #fff;
	display: flex;
	float: left;
	height: 100%;
	max-height: 580px;
	min-height: 100%;
	padding: 55px;
	width: 75%;
}
.lighbox-image-close-floor {
	border-bottom-left-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.lighbox-image-close-floor i {
	color: #222;
	cursor: pointer;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	text-align: center;
	width: 35px;
}
.lighbox-image-close-floor i:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
#owl-demo-floor {
	max-width: 1150px;
}
#owl-demo-floor img {
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
#owl-demo-floor .owl-next,
#owl-demo-floor .owl-prev {
	background: transparent;
	border: none;
	font-style: normal;
	margin: 0;
}
#owl-demo-floor .owl-wrapper-outer {
	background-color: #fff;
}
#owl-demo-floor .bold_detail {
	font-weight: 500;
}
.lightbox_floor_details {
	max-width: 200px;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 25%;
}
.lightbox_floor_details .floor_details,
.lightbox_floor_details .floor_light_desc,
.lightbox_floor_details .floor_title {
	float: left;
	text-align: left;
	width: 100%;
}
.lightbox_floor_details .floor_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 20px;
	font-weight: 500;
	padding-left: 0;
}
.floor_light_desc {
	margin: 10px 0;
}
#add_new_plan_front_end {
	background-color: #4ecb8f;
	color: #fff;
	cursor: pointer;
	margin: 10px 0 30px;
	padding: 5px;
}
.plan_row {
	margin-top: 20px;
	padding: 20px;
}
.floor_container,
.plan_row {
	border: 1px solid #f0f0f0;
	float: left;
	width: 100%;
}
.floor_container {
	margin-left: 0 !important;
	max-width: 100% !important;
	padding: 0;
	position: relative;
}
.floor_container,
.floor_container img {
	margin-bottom: 20px;
}
.floor_container .floor_p {
	width: 33%;
}
.floor_container input {
	float: left;
	width: 95%;
}
.floor_container i {
	background-color: #a51e6c;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
}
.floor_p {
	width: 50%;
}
.floor_full,
.floor_p {
	float: left;
	margin-bottom: 10px;
}
.floor_full {
	width: 100%;
}
.plan_description,
.plan_image {
	width: 97.5%;
}
.floor_upload_but {
	width: 220px !important;
}
#floor_submit {
	display: inline-block;
	margin-left: 10px;
	margin-top: 0;
}
#use_floor_plans {
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-top: 1px;
}
.manage_floor {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.manage_floor:hover {
	color: #fff;
}
.lightbox_property_wrapper {
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider {
	max-width: 75%;
	padding: 0;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider.col-md-12.lightbox_no_contact {
	max-width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider.col-md-12.lightbox_no_contact
	#owl-demo
	.item {
	align-content: center;
	align-items: center;
	background-size: contain;
	display: flex;
	justify-content: center;
	padding: 10px;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider
	#owl-demo {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider
	#owl-demo
	.item {
	align-content: center;
	align-items: center;
	background-color: #222;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 623px;
	justify-content: center;
	min-height: 100%;
	padding: 0;
	width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider
	#owl-demo
	.item
	img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider
	.owl-next,
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider
	.owl-prev {
	background: transparent;
	border: none;
	position: absolute;
	top: 50%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider
	.owl-prev {
	left: 0;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_slider
	.owl-next {
	right: 0;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 25%;
	padding: 0 25px;
	width: auto;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.lightbox_property_header {
	background-color: #fff;
	margin-top: 30px;
	width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.lightbox_property_header
	.entry-prop {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.3em;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.agent_contanct_form {
	box-shadow: none;
	padding: 0;
	width: auto;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.agent_contanct_form
	.contact_form_flex_wrapper
	.contact_form_flex_input_wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.agent_contanct_form
	.contact_form_flex_wrapper
	.contact_form_flex_input_wrapper
	input[type='text'] {
	width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.agent_contanct_form
	.contact_form_flex_wrapper
	textarea {
	max-height: 100px;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.agent_contanct_form
	.contact_form_flex_wrapper
	.agent_submit_class {
	margin-bottom: 0;
	width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.agent_contanct_form
	.contact_form_flex_wrapper
	.realtor-contact-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.lightbox_property_wrapper
	.lightbox_property_content.row
	.lightbox_property_sidebar
	.agent_contanct_form
	.contact_form_flex_wrapper
	.realtor-contact-buttons
	.wpresidence_button {
	padding: 6px 0;
	text-align: center;
	width: 48%;
}
.lightbox_property_wrapper .lighbox-image-close {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.lightbox_property_wrapper .lighbox-image-close i {
	color: #222;
	cursor: pointer;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}
.lighbox_overlay {
	background-color: #111;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.lightbox_wrapped_no_contact {
	max-width: 1100px;
}
.lightbox_wrapped_no_contact #owl-demo {
	margin: 0;
	padding: 0;
}
.ligtbox_no_crop {
	max-height: 100%;
}
.ligtbox_no_crop .owl-carousel .owl-item {
	float: left;
	overflow: hidden;
}
.ligtbox_no_crop .owl-carousel .owl-item .item {
	height: auto;
	height: 700px;
	padding: 0;
}
.owl_caption {
	background: #222;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 15px;
	position: absolute;
	width: 100%;
}
.lightbox_property_wrapper_level2 {
	background: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: auto;
	left: 0;
	margin: auto;
	max-height: 623px;
	max-width: 1450px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	max-width: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop
	.lightbox_property_content.row {
	height: 100%;
	margin: 0;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop
	.lightbox_property_slider {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop
	#owl-demo {
	max-width: 100%;
	width: 100%;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop
	.owl-carousel
	.owl-item
	.item {
	background: transparent;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop
	.lighbox-image-close {
	right: 10px;
	top: 10px;
	z-index: 10;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop
	.owl-carousel
	.owl-wrapper-outer {
	background: transparent;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact.ligtbox_no_crop
	.owl_caption {
	display: none;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact
	.lighbox-image-close,
.modal_lightbox_property_wrapper
	.lightbox_property_wrapper_level2
	.lighbox-image-close {
	background: #222;
}
.lightbox_property_wrapper_level2.lightbox_wrapped_no_contact
	.lighbox-image-close
	i,
.modal_lightbox_property_wrapper
	.lightbox_property_wrapper_level2
	.lighbox-image-close
	i {
	color: #fff;
}
.lightbox_property_slider #owl-demo .item img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}
.lightbox_property_sidebar .schedule_meeting,
.lightbox_property_wrapper #show_contact,
.lightbox_property_wrapper .agent_call_no,
.lightbox_property_wrapper .agent_email_class,
.lightbox_property_wrapper .agent_skype_class,
.lightbox_property_wrapper .agent_unit_social_single,
.lightbox_property_wrapper .agent_web_class,
.lightbox_property_wrapper .schedule_day,
.lightbox_property_wrapper .schedule_hour,
.lightbox_property_wrapper .wpestate_agent_details_wrapper {
	display: none;
}
.lightbox_property_footer {
	width: 100%;
}
.lighbox-logo {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	height: 100%;
	width: 200px;
}
.lightbox_enquire {
	box-shadow: none;
	float: left;
	margin: 0;
	width: auto;
}
.lightbox_property_wrapper .agentpic-wrapper {
	width: 100%;
}
.lightbox_property_wrapper .agent_details,
.lightbox_property_wrapper .agent_details .h3,
.lightbox_property_wrapper .agent_details h3 {
	min-height: auto;
	padding-left: 0;
	width: 100%;
}
.lightbox_property_wrapper .agent_detail,
.lightbox_property_wrapper .agent_position {
	margin-left: 0;
}
.lightbox_property_wrapper #agent_comment {
	max-height: 85px;
}
.lightbox_property_wrapper .agentpict {
	border-bottom: none;
	border-radius: 0;
	margin-bottom: 10px;
}
.lightbox_property_wrapper .wpcf7-response-output {
	margin-top: 5px;
}
.lightbox_property_wrapper .message_submit {
	margin-bottom: 10px;
	width: 100%;
}
.classic-carousel .owl-carousel .owl-item .item,
.classic-carousel .owl-carousel .owl-item img {
	background-color: #222;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.owl-carousel .owl-item .itemimage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 623px;
	min-height: 100%;
	width: 100%;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	transform: translateZ(0);
}
.owl-pagination {
	display: none;
}
#owl-demo .slick-track {
	display: block;
	left: 0;
	padding-top: 0;
	position: relative;
	top: 0;
}
#owl-demo .slick-slide {
	background-color: #222;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 623px;
	min-height: 100%;
	padding: 10px;
	position: relative;
	width: 100%;
}
#owl-demo button.slick-next.slick-arrow,
#owl-demo button.slick-prev.slick-arrow {
	zoom: 1;
	background: rgba(34, 34, 34, 0.66);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	filter: Alpha(Opacity=95);
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: -20px 10px 10px;
	opacity: 0.95;
	text-align: center;
	top: 50%;
	width: 40px;
	z-index: 1;
}
#owl-demo button.slick-prev.slick-arrow {
	left: 15px;
	right: auto;
}
.multi_units_wrapper_v2 .subunit_wrapper {
	background-color: #f8f8f8;
	display: flex;
	float: left;
	gap: 15px;
	padding: 15px;
	width: 100%;
}
.multi_units_wrapper_v2 .subunit_wrapper:nth-child(2n) {
	background-color: #fff;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_thumb {
	float: left;
	margin-top: 0;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_thumb img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	max-height: 67px;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details {
	display: inline-block;
	line-height: 1.65em;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_title {
	font-weight: 500;
}
.multi_units_wrapper_v2 .subunit_wrapper .subunit_details .subunit_title a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.multi_units_wrapper_v2
	.subunit_wrapper
	.subunit_details
	.subunit_title
	.subunit_price,
.multi_units_wrapper_v2
	.subunit_wrapper
	.subunit_details
	.subunit_title
	a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.multi_units_wrapper_v2
	.subunit_wrapper
	.subunit_details
	.subunit_extra_details_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.multi_units_wrapper_v2
	.subunit_wrapper
	.subunit_details
	.subunit_extra_details_wrapper
	strong {
	font-weight: 500;
}
.multi_units_wrapper {
	background-color: #fff;
	float: left;
	margin-bottom: 30px;
	padding: 30px;
	width: 100%;
}
.listing_detail_energy .row.class-energy {
	margin: 0 0 25px;
}
.listing_detail_energy .row.class-energy .wpestate-energy_class_container {
	align-content: stretch;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-evenly;
	margin-bottom: 15px;
	margin-top: 60px;
	padding: 0;
	width: 100%;
}
.listing_detail_energy
	.row.class-energy
	.wpestate-energy_class_container
	.wpestate-class-energy {
	color: #fff;
	flex-grow: 1;
	padding: 6px 0;
	position: relative;
	text-align: center;
}
.listing_detail_energy
	.row.class-energy
	.wpestate-energy_class_container
	.wpestate-class-energy
	.indicator-energy {
	-webkit-font-smoothing: antialiased;
	background-color: #999;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	left: 7%;
	padding: 6px 12px;
	position: absolute;
	text-align: left;
	top: -45px;
	white-space: nowrap;
	z-index: 9;
}
.listing_detail_energy
	.row.class-energy
	.wpestate-energy_class_container
	.wpestate-class-energy
	.indicator-energy:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #999;
	bottom: -10px;
	content: '';
	left: 8%;
	margin-left: 5px;
	position: absolute;
}
.property_reviews_wrapper {
	background: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	margin-bottom: 30px;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
}
.property_reviews_wrapper .h4:after,
.property_reviews_wrapper h4:after {
	content: '';
}
.property_reviews_wrapper
	.property_page_container.for_reviews
	.listing_reviews_wrapper
	.listing_reviews_container
	#listing_reviews {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 16px;
}
.property_ratings {
	margin-left: 10px;
}
.property_ratings i {
	color: #ffcc80;
	margin-right: 2px;
}
.listing-review {
	float: left;
	margin: 5px 0 20px;
	width: 100%;
}
.listing-review .review-list-content {
	padding-left: 0;
	position: relative;
}
.listing-review .review-list-content .reviewer_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	border-radius: 50%;
	display: inline-block;
	float: left;
	height: 60px;
	position: relative;
	width: 60px;
}
.listing-review .review-list-content .reviwer-name {
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 7px;
	padding-left: 15px;
	text-align: left;
	width: auto;
}
.listing-review .review-list-content .review-title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	float: left;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	margin-bottom: 0;
	margin-left: 75px;
	margin-top: 13px;
	position: absolute;
	top: 16px;
}
.listing-review .review-list-content .property_ratings {
	float: right;
	margin-top: 9px;
	padding-right: 0;
	right: 0;
}
.listing-review .review-list-content .property_ratings i.fa-star-o {
	color: #ffcc80;
	font-size: 14px;
}
.listing-review .review-list-content .property_ratings .ratings-star {
	font-size: 13px;
	margin-left: 3px;
	margin-right: 0;
}
.listing-review .review-list-content .property_ratings .ratings-star,
.listing-review .review-list-content .review-date {
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	font-family: Roboto, sans-serif;
}
.listing-review .review-list-content .review-date {
	float: right;
	font-size: 12px;
	margin-top: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.listing-review .review-list-content .review-content {
	border-bottom: 1px solid #f0f0f0;
	float: left;
	line-height: 22px;
	margin-top: 5px;
	padding-bottom: 26px;
	padding-left: 75px;
	width: 100%;
}
.listing-review:last-of-type .review-content {
	border: none;
}
.add_review_wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.add_review_wrapper .rating .rating_legend {
	margin-right: 5px;
}
.add_review_wrapper .rating .empty_star {
	-webkit-font-smoothing: antialiased;
	color: #8593a9;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-family: Font Awesome\5 Free;
	font-size: 16px;
	margin-right: 2px;
	margin-top: 0;
	text-rendering: auto;
}
.add_review_wrapper .rating .empty_star:before {
	content: '\f005';
	font-family: Font Awesome\5 Free;
	font-weight: 500;
}
.add_review_wrapper .rating .empty_star:hover:before {
	color: #ffcc80;
	content: '\f005';
}
.add_review_wrapper .rating .starselected,
.add_review_wrapper .rating .starselected_click {
	color: #ffcc80;
}
.add_review_wrapper .rating .starselected:before,
.add_review_wrapper .rating .starselected_click:before {
	content: '\f005';
	font-weight: 600;
}
.add_review_wrapper #edit_review,
.add_review_wrapper #submit_review {
	width: auto;
}
#login_trigger_modal {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	font-weight: 500;
}
.review_tag {
	font-size: 14px;
	font-weight: 500;
}
#submit_review {
	width: auto;
}
.wpestate_single_agent_details_wrapper .property_ratings {
	margin: 0 10px;
}
.review_notice {
	background-color: #f8f8f8;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline-block;
	padding: 10px;
	width: 100%;
}
.print_body {
	align-content: flex-start;
	background: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	float: left;
	height: auto;
	padding: 20px 40px 40px;
	width: 100%;
}
.print_body .printlogo {
	align-self: flex-start;
	max-height: 54px;
	width: auto;
}
.print_body .print_title {
	border-top: 1px solid #f0f0f0;
	font-size: 25px;
	padding: 20px 0 0;
}
.print_body .print-addr,
.print_body .print-price {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0;
}
.print_body .print-addr {
	margin-bottom: 30px;
}
.print_body .print_header {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	width: 100%;
}
.print_body .print_header .h2,
.print_body .print_header h2 {
	background-color: #f0f0f0;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 10px;
}
.print_body .print-content {
	border: 1px solid #f0f0f0;
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	padding: 20px;
	width: 100%;
}
.print_body .print-content .listing_detail {
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.print_body .print-content .col-md-4 {
	display: inline-block;
	width: 33.3%;
}
.print_body .print-content .listing_detail svg,
.print_body .print-content .property_features_svg_icon {
	fill: #222;
	color: #222;
}
.print_body .wpestate-print-listing-features i,
.print_body .wpestate-print-listing-features svg {
	margin-right: 10px;
}
.print_body .wpestate-print-listing-features .listing_detail .col-md-3,
.print_body .wpestate-print-listing-features .listing_detail .col-md-4 {
	padding-left: 0;
}
.print_body .print_agent_wrapper {
	display: inline-block;
	width: 50%;
}
.print_body .print_agent_wrapper .listing_detail_agent {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.print_body .print_agent_wrapper .listing_detail_agent.col-md-4 {
	width: 100%;
}
.print_body .agent_print_image {
	display: inline-block;
	float: left;
	max-width: 175px;
	width: 50%;
}
.print_body .print-col-img {
	margin-right: 20px;
	padding: 0;
	position: relative;
}
.print_body .print-col-img img {
	margin-bottom: 15px;
	width: 100%;
}
.print_body .print_qrcode {
	height: 110px !important;
	position: absolute;
	right: 0;
	top: -120px;
	width: 110px !important;
}
.print_body .print_property_subunits_wrapper {
	padding: 0;
}
.print_body .front_plan_row.floor_print_class {
	background-color: transparent;
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
	pointer-events: none;
}
.print_body .front_plan_row.floor_print_class:first-of-type {
	border: none;
}
.print_body .front_plan_row.floor_print_class .floor_title {
	padding: 0;
}
.print_body .front_plan_row.floor_print_class .front_plan_row_image,
.print_body .front_plan_row.floor_print_class.front_plan_row_image {
	background-color: transparent;
	display: inline-block;
}
.print_body .front_plan_row.floor_print_class img {
	height: auto;
	width: 100%;
}
.print_body .floor_image img {
	width: 100%;
}
.print_body .print_property_subunits_wrapper .subunit_wrapper {
	background-color: #f8f8f8;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.print_body .print_property_subunits_wrapper .subunit_wrapper:nth-child(2n) {
	background-color: #fff;
}
.print_body .print_property_subunits_wrapper .subunit_details {
	margin-top: 10px;
}
.print_body .print_property_subunits_wrapper img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	max-height: 100%;
}
.print_body .print_property_subunits_wrapper .subunit_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	margin: 6px 0;
}
.print_body .print_property_subunits_wrapper .subunit_bathrooms,
.print_body .print_property_subunits_wrapper .subunit_rooms,
.print_body .print_property_subunits_wrapper .subunit_size,
.print_body .print_property_subunits_wrapper .subunit_type {
	display: inline-block;
	margin-right: 10px;
}
.print_body .print_property_subunits_wrapper .panel-title.h4,
.print_body .print_property_subunits_wrapper h4.panel-title {
	display: none;
}
.print_body .print_property_subunits_wrapper .print-content {
	float: left;
}
.print_body .print_property_subunits_wrapper .print_qrcode_subunit {
	height: 83px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 83px;
}
.print_body .printbreak {
	page-break-after: always;
	page-break-inside: avoid;
	width: 100%;
}
.print_body .print_spacer {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.print_body .front_plan_row_image {
	display: block;
}
@media print {
	#wrapper,
	body,
	html {
		height: 100%;
		position: relative;
		width: 100%;
	}
	marquee {
		-moz-binding: none;
	}
	body {
		overflow: visible !important;
	}
}
.multi_units_wrapper {
	margin-bottom: 0;
	padding: 0;
}
.subunit_wrapper {
	padding-left: 0;
}
.agent_name {
	font-size: 22px;
}
.printimg {
	margin-bottom: 20px;
}
.printimg img {
	width: 100%;
}
.row.floor_print_class {
	border: 1px solid #f0f0f0;
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	padding: 20px;
	width: 100%;
}
.yelp_bussines_wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.yelp_bussines_wrapper .wpresidence_yelp_title {
	align-content: center;
	align-items: center;
	display: flex;
	gap: 7px;
	margin-bottom: 10px;
}
.yelp_bussines_wrapper .yelp_unit {
	align-content: center;
	align-items: center;
	display: flex;
	gap: 3px;
}
.yelp_bussines_wrapper .yelp_unit_name {
	display: inline-block;
	line-height: 1.3em;
	margin: 5px 0;
	max-width: 60%;
}
.yelp_bussines_wrapper .yelp_unit_distance {
	font-size: 13px;
}
.yelp_category.h4,
h4.yelp_category {
	font-size: 14px;
	line-height: unset;
	margin: 0;
}
.yelp_category.h4:after,
h4.yelp_category:after {
	display: none;
}
.yelp_stars {
	margin-left: auto;
}
.yelp_icon i {
	background: #f06e48;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	margin: 0;
	padding: 1px 7px;
}
.yelp_icon .fa-bicycle {
	background-color: #3faf90;
}
.yelp_icon .fa-music {
	background-color: #edb534;
}
.yelp_icon .fa-car {
	background-color: #0d2c54;
}
.yelp_icon .fa-female {
	background-color: #ff5e5b;
}
.yelp_icon .fa-graduation-cap {
	background-color: #3858aa;
}
.yelp_icon .fa-birthday-cake {
	background-color: #ce447b;
}
.yelp_icon .fa-money {
	background-color: #2f5b48;
}
.yelp_icon .fa-cutlery {
	background-color: #7c2727;
}
.yelp_icon .fa-medkit {
	background-color: #ce1c1c;
}
.yelp_icon .fa-wrench {
	background-color: #465d99;
}
.yelp_icon .fa-bed {
	background-color: #ff934f;
}
.yelp_icon .fa-coffee {
	background-color: #774e24;
}
.yelp_icon .fa-dot-circle-o {
	background-color: #7cbf9e;
}
.yelp_icon .fa-television {
	background-color: #006075;
}
.yelp_icon .fa-glass {
	background-color: #b980d0;
}
.yelp_icon .fa-paw {
	background-color: #ffcb4e;
}
.yelp_icon .fa-suitcase {
	background-color: #dd5539;
}
.yelp_icon .fa-university {
	background-color: #565eb7;
}
.yelp_icon .fa-building-o {
	background-color: #ad2e4c;
}
.yelp_icon .fa-cloud {
	background-color: #5691c9;
}
.yelp_icon .fa-shopping-bag {
	background-color: #adc13c;
}
.yelp_icon .fa-bus {
	background-color: #dd5539;
}
.wpestate_content_wrapper_custom_template_wrapper {
	background-color: var(
		--wp-estate-background-color-option,
		var(--wp-estate-background-color)
	);
	margin: 0 auto;
	max-width: 1200px;
}
.wpestate_content_wrapper_custom_template_wrapper > .row {
	margin-left: 0;
	margin-right: 0;
}
.container.content_wrapper.wpestate_content_wrapper_custom_template.wpestate_wide_elememtor_page,
.wpestate_wide_elememtor_page
	.wpestate_content_wrapper_custom_template_wrapper {
	max-width: 100%;
}
.vc_row .property_desing_agent_one_col .col-md-6.agent_details,
.vc_row .property_desing_agent_one_col .col-md-6.agentpic-wrapper {
	width: 100%;
}
.vc_row .property_desing_agent_one_col .col-md-6.agent_details {
	padding: 0;
}
.vc_row .schedule_wrapper,
.vc_row .wpestate_single_agent_details_header_wrapper {
	margin-bottom: 10px;
}
.elementor-widget .property_energy_saving_info .row,
.elementor-widget-container #wpestate_single_agent_details_wrapper,
.elementor-widget-property_show_address_section .row,
.elementor-widget-property_show_details_section .row,
.elementor-widget-property_show_features_section .row,
.wpestate_estate_property_details_section .row {
	margin-left: 0;
}
.wpestate_estate_property_design_agent_details_intext_details img {
	max-width: 100%;
}
.elementor-widget-container .wpestate_property_description {
	margin-bottom: 0;
}
.shortcode_contact_form {
	max-width: 600px;
	padding: 26px 0;
	width: 100%;
}
.shortcode_contact_form input,
.shortcode_contact_form textarea {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	font-style: normal;
	margin-bottom: 10px;
	text-transform: none;
}
.shortcode_contact_form.sh_form_align_center {
	margin: 0 auto;
}
.shortcode_contact_form.sh_form_align_center input,
.shortcode_contact_form.sh_form_align_center textarea {
	text-align: center;
}
.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh {
	display: block;
	float: none;
	margin: 13px auto 0;
	text-align: center;
	width: auto;
}
.shortcode_contact_form.sh_form_align_center #btn-cont-submit_sh.sh_but_full {
	width: 100%;
}
.shortcode_contact_form.sh_form_align_right input,
.shortcode_contact_form.sh_form_align_right textarea {
	text-align: right;
}
.shortcode_contact_form.sh_form_align_right #btn-cont-submit_sh {
	float: right;
}
.gpr_wrapper {
	float: left;
	line-height: 1em;
	width: 100%;
}
.gpr_wrapper label {
	font-weight: 400;
	margin: 0;
}
.wpestate_gdpr_label {
	cursor: pointer;
}
.shortcode_contact_form.sh_form_align_left .gpr_wrapper {
	float: left;
	text-align: left;
}
.shortcode_contact_form.sh_form_align_left #btn-cont-submit_sh {
	width: 100%;
}
.wpresidence_elementor_form .gpr_wrapper {
	text-align: left;
}
.featured_property {
	border: 1px solid #f1f8ff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	max-width: 940px;
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.featured_property.featured_property_type1 {
	overflow: hidden;
}
.featured_property.featured_property_type1 .featured_div {
	bottom: auto;
	float: left;
	z-index: 99;
}
.featured_property.featured_property_type1 .featured_prop_price {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	bottom: 97px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 500;
	left: 15px;
	line-height: 1.5em;
	padding: 3px 10px;
	position: absolute;
	right: auto;
	top: auto;
	width: auto;
	z-index: 10;
}
.featured_property.featured_property_type1 .featured_prop_price .price_label {
	color: #fff;
	float: none;
	position: relative;
	right: auto;
	top: auto;
}
.featured_property.featured_property_type1 .ribbon-wrapper-default {
	background: transparent;
	float: left;
	line-height: 0px;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 99;
}
.featured_property .featured_img {
	position: relative;
}
.featured_property .featured_img .featured_gradient {
	background-color: #1d293e;
	opacity: 0.15;
}
.featured_property .property_unit_featured_carousel {
	position: relative;
}
.featured_property .property_unit_featured_carousel .carousel-control-next,
.featured_property .property_unit_featured_carousel .carousel-control-prev {
	width: 45px;
}
.featured_property .featured_secondline {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 82px;
	margin-top: -45px;
	padding: 15px;
	position: relative;
	z-index: 11;
}
.featured_property .featured_secondline .h2,
.featured_property .featured_secondline .h2 a,
.featured_property .featured_secondline h2,
.featured_property .featured_secondline h2 a {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 0;
	margin-top: 0;
}
.featured_property .featured_secondline .sale_line {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.featured_property .agent_face {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline;
	float: left;
	margin-right: 15px;
	max-height: 100%;
	overflow: hidden;
}
.featured_property .agent_face img {
	border: none !important;
}
.featured_property .agent_face:hover .agent_face_details {
	display: block;
}
.featured_property .agent_face .agent_face_details {
	background-color: #fdfdfd;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 15px;
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	display: none;
	height: 110px;
	left: 79px;
	padding: 13px;
	position: absolute;
	width: 310px;
	z-index: 101;
}
.featured_property .agent_face .agent_face_details:after,
.featured_property .agent_face .agent_face_details:before {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	content: ' ';
	height: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 0;
}
.featured_property .agent_face .agent_face_details:after {
	border-right: 10px solid #fdfdfd;
	left: -10px;
}
.featured_property .agent_face .agent_face_details:before {
	border-right: 10px solid #f0f0f0;
	left: -11px;
}
.featured_property .agent_face .agent_face_details img {
	border-bottom: none !important;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	height: 80px !important;
	margin-right: 13px;
	width: auto;
}
.featured_property .agent_face .agent_face_details .h4,
.featured_property .agent_face .agent_face_details h4 {
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-right: 13px;
}
.featured_property .agent_face .agent_face_details .agent_position {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline;
	float: left;
	margin-bottom: 2px;
	width: 55%;
}
.featured_property .featured_prop_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	right: 13px;
	top: 19px;
}
.featured_property .featured_prop_price .price_label {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	position: absolute;
	right: 0;
	text-align: right;
	top: 20px;
	width: 100px;
	word-break: break-all;
}
.featured_property .featured_prop_price .price_label_before {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	margin: 0 5px;
	position: relative;
	right: auto;
	text-align: left;
	top: auto;
	width: auto;
	word-break: break-all;
}
.featured_property:hover .featured_secondline {
	background-color: #fff;
}
.featured_property:hover .h2 a,
.featured_property:hover h2 a {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_cover {
	cursor: pointer;
}
.featured_property .featured_div {
	bottom: 61px;
	z-index: 100;
}
.featured_prop_type4 .featured_gradient {
	background-color: rgba(29, 41, 62, 0.2);
	background-image: linear-gradient(to right top, #000, transparent 54%);
	opacity: 0.4;
}
.featured_prop_label {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	position: absolute;
	right: 13px;
	top: 40px;
}
.google_map_sh {
	background: red;
	border: 5px solid #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: none;
	height: 130px;
	padding: 4px;
	width: 250px;
}
.featured-content {
	float: left;
	margin-left: 270px;
	position: absolute;
	top: 103px;
}
.featured_property.featured_property_type1 .featured_img,
.featured_property.featured_property_type2 .featured_img,
.featured_property.featured_property_type3 .featured_img {
	overflow: hidden;
}
.featured_property.featured_property_type1 .featured_img,
.featured_property.featured_property_type3 .featured_img {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.featured_property.featured_property_type2 {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.featured_property.featured_property_type2 .featured_img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.featured_property.featured_property_type2
	.featured_img
	.tag-wrapper
	.featured_div {
	bottom: auto;
	float: left;
	position: relative;
	z-index: 99;
}
.featured_property.featured_property_type2
	.featured_img
	.tag-wrapper
	.status-wrapper
	.ribbon-wrapper-default {
	background: transparent;
	float: left;
	left: 0;
	line-height: 0px;
	margin-top: 0;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 99;
}
.featured_property.featured_property_type2
	.featured_img
	.property_unit_featured_carousel
	.carousel-control-next,
.featured_property.featured_property_type2
	.featured_img
	.property_unit_featured_carousel
	.carousel-control-prev {
	z-index: 99;
}
.featured_property.featured_property_type2 .featured_secondline {
	background: transparent;
	bottom: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
.featured_property.featured_property_type2 .featured_secondline .agent_face {
	background-size: cover;
	border-radius: 50%;
	bottom: 20px;
	height: 68px;
	left: 20px;
	position: absolute;
	width: 68px;
}
.featured_property.featured_property_type2 .featured_secondline .h2,
.featured_property.featured_property_type2 .featured_secondline h2 {
	bottom: 50px;
	color: #fff;
	left: 100px;
	line-height: 1.6em;
	position: absolute;
	width: 400px;
}
.featured_property.featured_property_type2 .featured_secondline .h2 a,
.featured_property.featured_property_type2 .featured_secondline h2 a {
	color: #fff;
}
.featured_property.featured_property_type2 .featured_secondline .h2 a:hover,
.featured_property.featured_property_type2 .featured_secondline h2 a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_property.featured_property_type2
	.featured_secondline
	.featured_prop_price {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 26px;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	left: 100px;
	line-height: 1.5em;
	padding: 2px 10px;
	position: absolute;
	right: auto;
	top: auto;
}
.featured_property.featured_property_type2
	.featured_secondline
	.featured_prop_price
	.price_label:not(.price_label_before) {
	bottom: 0;
	color: #fff !important;
	display: inline;
	float: none;
	font-size: 14px;
	margin-top: 0;
	position: relative;
	right: auto;
	text-align: left;
	top: auto;
}
.featured_property.featured_property_type2
	.featured_secondline
	.featured_prop_price
	.price_label.price_label_before {
	color: #fff !important;
	float: left;
	font-size: 16px;
	left: 0;
	margin: 0 4px 0 0;
	padding: 0;
	position: relative;
	right: auto;
	text-align: left;
	top: 0;
	word-break: break-all;
}
.featured_property.featured_property_type2:hover .featured_secondline {
	background-color: transparent;
}
.featured_property.featured_property_type2:hover .h2 a,
.featured_property.featured_property_type2:hover h2 a {
	color: #fff !important;
}
.featured_property.featured_property_type3 {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	min-height: 330px;
	overflow: hidden;
}
.featured_property.featured_property_type3 .featured_img {
	position: relative;
}
.featured_property.featured_property_type3
	.featured_img
	.featured_property_type3_agent {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #a6b3bb;
	border-radius: 50%;
	bottom: 20px;
	height: 50px;
	left: 20px;
	position: absolute;
	width: 50px;
	z-index: 10;
}
.featured_property.featured_property_type3
	.featured_img
	.tag-wrapper
	.featured_div {
	bottom: auto;
	float: left;
	z-index: 99;
}
.featured_property.featured_property_type3
	.featured_img
	.tag-wrapper
	.ribbon-wrapper-default {
	position: relative;
	right: 0;
	top: 0;
}
.featured_property.featured_property_type3
	.featured_img
	.property_unit_featured_carousel
	.carousel-inner
	.carousel-item {
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 328px;
}
.featured_property.featured_property_type3 .featured_secondline {
	background-color: #fff;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	cursor: pointer;
	font-size: 14px;
	height: auto;
	margin-top: 0;
	padding: 0;
	position: relative;
	z-index: 11;
}
.featured_property.featured_property_type3 .featured_secondline .h2,
.featured_property.featured_property_type3 .featured_secondline h2 {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.featured_property.featured_property_type3 .featured_secondline .h2 a,
.featured_property.featured_property_type3 .featured_secondline h2 a {
	font-size: 18px;
	line-height: 1.3em;
}
.featured_property.featured_property_type3
	.featured_secondline
	.featured_prop_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	font-size: 17px;
	font-weight: 500;
	left: 0;
	padding: 0 30px;
	position: relative;
	right: auto;
	top: 0;
	width: 100%;
}
.featured_property.featured_property_type3
	.featured_secondline
	.featured_prop_price
	.price_label {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: none;
	left: 0;
	margin: 0;
	position: relative;
	right: auto;
	text-align: right;
	top: 0;
	width: 100px;
	word-break: break-all;
}
.featured_property.featured_property_type3
	.featured_secondline
	.listing_details {
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	margin: 15px 0 0;
	padding: 0 30px;
}
.featured_property.featured_property_type3
	.featured_secondline
	.listing_actions {
	float: left;
	justify-content: flex-start;
	left: 0;
	margin-top: 22px;
	padding-left: 30px;
	padding-right: 22px;
	width: 100%;
}
.featured_property.featured_property_type3
	.featured_secondline
	.listing_actions
	.share_unit {
	left: 29px;
}
.featured_property.featured_property_type3
	.featured_secondline
	.listing_actions
	.share_list {
	margin-left: 0;
}
.featured_property.featured_property_type3
	.featured_secondline
	.property_listing_details {
	align-items: center;
	bottom: 0;
	display: flex;
	gap: 25px;
	margin-bottom: 0;
	padding: 20px 30px;
	position: absolute;
	width: 100%;
}
.featured_property.featured_property_type3
	.featured_secondline
	.property_listing_details:before {
	border-top: 1px solid #eef3f6;
	content: ' ';
	left: 30px;
	position: absolute;
	right: 30px;
	top: -5px;
}
.featured_property.featured_property_type3
	.featured_secondline
	.property_listing_details
	.infobath,
.featured_property.featured_property_type3
	.featured_secondline
	.property_listing_details
	.inforoom,
.featured_property.featured_property_type3
	.featured_secondline
	.property_listing_details
	.infosize {
	align-content: center;
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: flex-start;
}
.featured_property.featured_property_type3
	.featured_secondline
	.property_listing_details
	.inforoom
	svg {
	width: 19px;
}
.featured_article_type2.featured_prop_type4
	.featured_img_type2
	.featured_article_type2_title_wrapper
	.featured_property_type4_agent_wrapper {
	vertical-align: middle;
}
.featured_article_type2.featured_prop_type4
	.featured_img_type2
	.featured_article_type2_title_wrapper
	.featured_property_type4_agent_wrapper
	.featured_property_type4_agent {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #a6b3bb;
	border-radius: 50%;
	float: left;
	height: 50px;
	margin-top: 15px;
	width: 50px;
	z-index: 10;
}
.featured_article_type2.featured_prop_type4
	.featured_img_type2
	.featured_article_type2_title_wrapper
	.featured_property_type4_agent_wrapper
	.featured_property_type4_agent_name {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin: 28px 0 0 10px;
}
.featured_article_type2.featured_prop_type4
	.featured_img_type2
	.featured_article_type2_title_wrapper
	.featured_property_type4_agent_wrapper
	.featured_property_type4_agent_name:hover {
	opacity: 0.9;
}
.featured_article_type2.featured_prop_type5 {
	overflow: hidden;
}
.featured_article_type2.featured_prop_type5 .featured_gradient {
	background-color: #1d293e;
	opacity: 0;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper {
	background-color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	bottom: 0;
	box-shadow: 1px 3px 14px 0 rgba(7, 152, 255, 0.09);
	height: 350px;
	left: 20%;
	padding: 30px;
	position: absolute;
	right: 0;
	width: 350px;
	z-index: 99;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.featured_article_label {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.featured_article_label
	.price_label {
	font-size: 17px;
	margin: 0;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.h2,
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	h2 {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	float: left;
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: auto;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.h2:hover,
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	h2:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.property_unit_type5_content_details_second_row {
	background: transparent;
	border-radius: 20px;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 10px 15px -5px;
	padding: 0;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.property_unit_type5_content_details_second_row
	.inforoom_unit_type5 {
	display: inline-block;
	margin: 0 5px;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.featured_type5_excerpt {
	line-height: 1.65em;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.featured_read_more_5 {
	float: left;
	font-weight: 500;
	margin: 15px 0 0;
	width: 100%;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.featured_read_more_5
	a {
	color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-transform: lowercase;
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.featured_read_more_5
	a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article_type2.featured_prop_type5
	.featured_article_type5_title_wrapper
	.featured_read_more_5
	i {
	font-size: 11px;
}
.featured_article_type2.featured_prop_type5 a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_property_type5_agent_name {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin: 28px 0 0 10px;
}
.featured_prop_type5 .img_listings_overlay_last {
	opacity: 0;
}
.elementor-widget-container .featured_article_type2 .img_listings_overlay,
.elementor-widget-container .featured_prop_type5 .img_listings_overlay,
.featured_article {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.featured_article {
	width: 100%;
}
.featured_article,
.featured_article .featured_img {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	overflow: hidden;
	position: relative;
}
.featured_article .featured_img {
	display: inline;
	float: left;
	margin: 6px;
}
.featured_article .featured_img img {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.featured_article:hover .featured_img img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.featured_article:hover .featured_article_right,
.featured_article:hover .h2 a,
.featured_article:hover h2 a {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.featured_article .featured_article_title {
	background-color: #fff;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 18px;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.featured_article .featured_article_title:hover {
	opacity: 1;
}
.featured_article .featured_article_title a:hover {
	color: #0073e1;
}
.featured_article .featured_article_content {
	display: none;
}
.featured_article .blog_author_image {
	display: inline-block;
	float: left;
	height: 55px;
	margin: 10px;
	width: 55px;
}
.featured_article .featured_article_right {
	bottom: 50%;
	color: #8593a9;
	font-size: 36px;
	margin-bottom: -18px !important;
	position: absolute;
	right: 13px;
}
.featured_article_type2 {
	float: left;
	height: 650px;
	position: relative;
	width: 100%;
}
.featured_article_type2 .featured_img_type2 {
	background-color: #3b444f;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.featured_article_type2 .featured_img_type2 .featured_gradient {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.featured_article_type2 .featured_img_type2:hover .featured_gradient {
	opacity: 0.6;
}
.featured_article_type2 .featured_gradient {
	background-image: linear-gradient(to right top, #000, transparent 56%);
	bottom: 0;
	left: 0;
	opacity: 0.67;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.featured_article_type2 .featured_article_type2_title_wrapper {
	bottom: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1100px;
	z-index: 1;
}
.featured_article_type2 .featured_article_label {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.featured_article_type2 .h2,
.featured_article_type2 h2 {
	color: #fff;
	font-size: 40px;
	line-height: 1.2em;
	margin: 0 0 10px;
}
.featured_article_type2 .h2:hover,
.featured_article_type2 h2:hover {
	opacity: 0.9;
}
.featured_article_type2 .featured_read_more {
	border-bottom: 1px solid rgba(189, 206, 227, 0.3);
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	text-transform: capitalize;
	width: 150px;
}
.featured_article_type2 .featured_read_more a {
	color: #fff;
	font-size: 15px;
}
.featured_article_type2 .featured_read_more a:hover {
	opacity: 0.9;
}
.featured_article_type2 .featured_read_more i {
	font-size: 11px;
	margin-left: 5px;
}
.featured_type_2 {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: -3px;
	margin-top: 13px;
}
.featured_article_secondline {
	font-size: 14px;
	line-height: 1.6em;
}
.featured_property.featured_property_type1 .featured_img img,
.featured_property.featured_property_type2 .featured_img img {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.featured_property.featured_property_type1:hover .featured_img img,
.featured_property.featured_property_type2:hover .featured_img img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.featured_agent {
	background-color: #fdfdfd;
	border: 1px solid #f0f0f0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 220px;
	margin-bottom: 30px;
	max-width: 255px;
	overflow: hidden;
	padding-bottom: 94px;
	position: relative;
}
.featured_agent .featured_agent_details_wrapper {
	background-color: #fdfdfd;
	border-top: 3px solid #0761b7;
	bottom: -157px;
	cursor: pointer;
	padding: 0 0 13px;
	position: absolute;
	width: 100%;
}
.featured_agent .featured_agent_details_wrapper .h4,
.featured_agent .featured_agent_details_wrapper .h4 a,
.featured_agent .featured_agent_details_wrapper h4,
.featured_agent .featured_agent_details_wrapper h4 a {
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 13px;
	padding: 0 6px;
}
.featured_agent .featured_agent_details_wrapper .agent_position {
	line-height: 13px;
}
.featured_agent .featured_agent_details_wrapper .agent_unit_social {
	left: 0;
	margin-top: 16px;
	padding: 11px 0 0;
	position: relative;
}
.featured_agent .featured_agent_details_wrapper .social-wrapper {
	margin: 0 auto;
	max-width: 137px;
}
.featured_agent .featured_agent_details {
	display: block;
}
.user_role_unit {
	background-color: #fff;
	border: 1px solid #f1f8ff;
	height: auto;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.user_role_unit .featured_user_role_unit_details {
	float: left;
	height: 250px;
	padding: 20px;
	position: relative;
}
.user_role_unit .featured_user_role_unit_details .h4,
.user_role_unit .featured_user_role_unit_details h4 {
	font-size: 24px;
	margin-bottom: 5px;
	padding-left: 110px;
	width: 100%;
}
.user_role_unit .featured_user_role_unit_details .user_role_email,
.user_role_unit .featured_user_role_unit_details .user_role_phone {
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 110px;
	width: 100%;
}
.user_role_unit .featured_user_role_unit_details .user_role_email a,
.user_role_unit .featured_user_role_unit_details .user_role_phone a {
	font-size: 13px;
}
.user_role_unit .featured_user_role_unit_details i {
	background: #efefef;
	border-radius: 50%;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	width: 24px;
}
.user_role_unit .user_role_featured_image {
	background-color: #222;
	height: 248px;
	overflow: hidden;
	position: relative;
}
.user_role_unit .user_role_featured_image .user_role {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: auto;
}
.user_role_unit:hover .user_role_featured_image .user_role {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1,M12=0,M21=0,M22=1.1,SizingMethod="auto expand");
	opacity: 0.9;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.user_role_unit .user_role_status {
	background-color: var(
		--wp-estate-second-color-option,
		var(--wp-estate-second-color)
	);
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	position: absolute;
	top: -11px;
}
.user_role_unit .button_user_role {
	bottom: 7px;
	left: 20px;
	position: absolute;
}
.user_role_unit .user_role_content {
	float: left;
	padding-top: 10px;
}
.user_role_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90px;
	position: absolute;
	width: 90px;
}
.elementor-widget-WpResidence_Items_List {
	width: 100%;
}
.items_shortcode_wrapper,
.wpestate_latest_listings_sh,
.wpestate_list_items_by_id_wrapper,
.wpresidence_shortcode_listings_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-width: 100%;
}
.control_tax_wrapper {
	flex-direction: row;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
}
.control_tax_wrapper,
.control_tax_wrapper .control_tax_sh {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: left;
	justify-content: center;
}
.control_tax_wrapper .control_tax_sh {
	align-content: center;
	background-color: #f3f3f3;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #222;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	gap: 5px;
	line-height: 1.65em;
	margin: 0 15px 20px;
	padding: 2px 15px;
	width: auto;
}
.control_tax_wrapper .control_tax_sh:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.control_tax_wrapper .control_tax_sh svg {
	height: 18px;
	max-width: 20px;
	z-index: 10;
}
.article_container.places_list_1.multiple_rows {
	display: block;
}
.elementor_places_wrapper .h4,
.elementor_places_wrapper .h4 a,
.elementor_places_wrapper h4,
.elementor_places_wrapper h4 a,
.places_list_1 .h4,
.places_list_1 .h4 a,
.places_list_1 h4,
.places_list_1 h4 a {
	color: #fff;
}
.elementor_places_wrapper,
.listing_wrapper.col-md-12 {
	width: 100%;
}
.elementor_places_wrapper,
.elementor_places_wrapper .property_listing {
	float: left;
	max-width: 100%;
}
.property_listing.places_listing .property_location {
	border: 0;
	color: #f7f7f7;
	font-size: 14px;
	line-height: 30px;
}
.elementor_places_wrapper .property_listing.places_listing {
	border: none;
	min-height: 100px;
}
.elementor_residence_grid {
	min-height: 150px;
}
.places_listing .listing-unit-img-wrapper {
	overflow: hidden;
}
.wpestate_listing_sh_loader {
	display: none;
	float: left;
	height: 80px;
	margin: 20px 0 50px;
	position: relative;
	width: 100%;
}
#wpestate_sh_loading {
	color: #222;
	float: left;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	width: 100%;
}
#wpestate_sh_loading .spinner map_loader {
	margin-top: 0;
}
.tax_active,
.tax_active:hover {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	background-image: none;
	color: #fff;
}
.listinglink-wrapper {
	clear: both;
	display: flex;
	float: left;
	grid-column: 1/-1;
	justify-content: flex-start;
}
.listinglink-wrapper_sh_listings {
	float: left;
	height: 40px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.wpestate_grid_view_wrapper .listinglink-wrapper_sh_listings {
	margin: 30px 0;
}
.listinglink-wrapper button,
.listinglink-wrapper button a {
	bottom: 0;
	color: #fff;
}
.items_shortcode_wrapper_grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	grid-template-columns: repeat(auto-fit, minmax(260px, 390px));
	grid-template-columns: repeat(auto-fit, minmax(260px, auto));
	justify-content: start;
	margin: 0;
	min-width: 100%;
}
.shortcode_wrapper_grid_item {
	max-width: 525px;
}
.items_shortcode_wrapper.items_shortcode_wrapper_grid {
	margin: 0;
}
.items_shortcode_wrapper_category_grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.items_shortcode_wrapper_category_grid .places_wrapper_design_2_wrapper,
.places_wrapper_grid {
	width: 100%;
}
.spinner {
	font-size: 10px;
	height: 30px;
	margin: 100px auto;
	text-align: center;
	width: 50px;
}
#gmap-loading .spinner {
	margin: 5px auto;
}
.wpb_column > .wpb_wrapper :last-child,
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element,
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row {
	margin-bottom: auto;
}
.video-container {
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tiktok-embed iframe {
	border: none;
	position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
	height: 0;
	overflow: hidden;
}
.testimonial-container {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline;
	float: left;
	width: 100%;
}
.testimonial-container.type_class_1 {
	display: inline-block !important;
	float: none;
	margin: auto;
	padding: 0 2% 10px;
}
.testimonial-container.type_class_1 .testimonial-image {
	background-size: cover;
}
.testimonial-container.type_class_2 {
	display: inline-block !important;
	float: none;
	margin: 0 auto 26px !important;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.testimonial-container.type_class_2 .testimonial-text {
	background-color: transparent;
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-left: 0;
	padding: 0 15% 30px;
	position: relative;
	text-align: center;
}
.testimonial-container.type_class_2 .testimonial-text:after,
.testimonial-container.type_class_2 .testimonial-text:before {
	display: none;
}
.testimonial-container.type_class_2 .testimonial-image {
	background-size: cover;
	border-radius: 50%;
	display: block;
	float: none;
	height: 100px;
	margin: 0 auto;
	width: 100px;
}
.testimonial-container.type_class_2 .testimonial-author-line {
	font-size: 14px;
	margin-left: 0;
	margin-top: 15px;
}
.testimonial-container.type_class_3,
.testimonial-container.type_class_4 {
	background-color: #fff;
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	padding: 20px;
}
.testimonial-container.type_class_4 {
	padding: 45px;
}
.testimonial-container.type_class_4 .testimonial-text:before {
	display: none;
}
.testimonial-container.type_class_4 .testimonial-image {
	background-size: cover;
	border-radius: 50%;
	float: left;
	height: 45px;
	margin-bottom: 20px;
	margin-top: 0;
	width: 45px;
}
.testimonial-container.type_class_4 .testimmonials_starts i {
	color: #ffc662;
	font-size: 13px;
	margin: 14px 3px 0;
}
.testimonial-container.type_class_3 .testimonial_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
}
.testimonial-container.type_class_3 .testimmonials_starts {
	text-align: center;
}
.testimonial-container.type_class_3 .testimmonials_starts i {
	color: #ffc662;
	font-size: 13px;
	margin: 14px 3px;
}
.testimonial-container.type_class_3 .testimonial-image {
	background-size: cover;
	border-radius: 120px;
	display: block;
	float: none;
	height: 100px;
	margin: 26px auto;
	width: 100px;
}
.testimonial-container.type_class_3 .testimonial-text {
	background-color: #fff;
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-left: 0;
	padding: 13px 26px;
	position: relative;
}
.testimonial-container.type_class_3 .testimonial-text:after,
.testimonial-container.type_class_3 .testimonial-text:before {
	display: none;
}
.testimonial-container.type_class_3 .testimonial-author-line {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	margin: 0;
	padding: 26px 0;
	text-align: center;
}
.testimonial-image {
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	display: inline-block;
	float: left;
	height: 120px;
	width: 120px;
}
.testimonial-image,
.testimonial-text {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.testimonial-text {
	background-color: #fff;
	line-height: 1.65em;
	margin-left: 141px;
	padding: 20px;
	position: relative;
}
.testimonial-text:after,
.testimonial-text:before {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	content: ' ';
	height: 0;
	position: absolute;
	top: 20px;
	width: 0;
}
.testimonial-text:before {
	border-right: 10px solid #f0f0f0;
	left: -11px;
}
.testimonial-text:after {
	border-right: 10px solid #fff;
	left: -10px;
}
.testimonial-author-line {
	font-size: 14px;
	margin-left: 141px;
	margin-top: 18px;
}
.testimonial-author {
	font-size: 14px;
}
.testimonial-author,
.type_class_4 .testimonial-author-line {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-weight: 500;
}
.type_class_4 .testimonial-author-line {
	display: inline-block;
	font-size: 18px;
	line-height: 1.65em;
	margin-left: 20px;
	margin-top: 0;
}
.type_class_4 .testimonial-text {
	border: 0;
	display: inline;
	float: left;
	line-height: 1.65em;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
.type_class_4 .testimonial-location-line {
	display: inline-block;
	margin-left: 20px;
	width: calc(100% - 75px);
}
.type_class_4 .testimmonials_starts {
	float: left;
}
.wpestate_testimonial_slider {
	background-color: transparent;
	border-radius: 5px;
	margin: 0 auto;
	max-width: 770px;
	position: relative;
}
.wpestate_testimonial_slider.owl-carousel .owl-stage-outer {
	padding: 30px 0;
}
.wpestate_testimonial_slider .item {
	background-color: #fff !important;
	border-radius: 10px;
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	height: 400px !important;
	margin: 0 auto;
	max-width: 770px;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100%;
}
.wpestate_testimonial_slider .item_testimonial_content {
	display: inline-block;
	float: left;
	height: 100%;
	padding: 50px;
	width: 50%;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 30px;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_text {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.wpestate_testimonial_slider
	.item_testimonial_content
	.item_testimonial_stars
	i {
	color: #ffc662;
	font-size: 13px;
	margin: 0 3px 12px 0;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_name {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
}
.wpestate_testimonial_slider .item_testimonial_content .item_testimonial_job {
	color: #a5b5bd;
	font-size: 15px;
	font-weight: 500;
}
.wpestate_testimonial_slider .item_testimonal_image {
	background-size: cover;
	display: inline-block;
	float: left;
	height: 100%;
	width: 50%;
}
.wpestate_testimonial_slider .owl-nav {
	margin-top: -35px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next,
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev {
	background-color: rgba(119, 122, 242, 0.071);
	border-radius: 5px;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	height: 40px;
	position: absolute;
	width: 40px;
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next:hover,
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev {
	left: -80px;
}
.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next {
	right: -80px;
}
.wpestate_testimonial_slider.owl-theme .owl-dots {
	margin-top: 0;
}
.wpestate_testimonial_slider.owl-theme .owl-dots .owl-dot.active span,
.wpestate_testimonial_slider.owl-theme .owl-dots .owl-dot:hover span {
	background: #1f80e4;
	opacity: 1;
}
.wpestate_posts_grid.vc_posts_grid {
	padding: 0 15px;
}
.wpestate_posts_grid.vc_posts_grid ul {
	margin: 0 -15px;
}
.wpestate_posts_grid .wpb_categories_filter,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter {
	margin-bottom: 13px;
	padding: 0 15px;
}
.wpestate_posts_grid .h2,
.wpestate_posts_grid h2 {
	font-size: 18px;
	line-height: 1.3em;
	margin-top: 13px;
}
.wpestate_posts_grid .vc_read_more {
	bottom: 12px;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: right;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}
.wpestate_posts_grid.wpb_categories_filter li,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter li {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-radius: 3px;
	color: #fff;
	padding: 3px 13px;
}
.wpestate_posts_grid.wpb_categories_filter .active,
.wpestate_posts_grid.wpb_categories_filter li :hover,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter li:hover {
	background-color: #393f48;
}
.wpestate_posts_grid.wpb_categories_filter .active a,
.wpestate_posts_grid.wpb_categories_filter .active a:hover,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter .active a:hover {
	border-bottom: none;
	text-decoration: none;
}
.wpestate_posts_grid .wpb_categories_filter li a:hover,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a:hover {
	border-bottom: none;
}
.wpestate_posts_grid.wpb_categories_filter li a,
.wpestate_posts_grid.wpb_teaser_grid .categories_filter li a {
	color: #fff;
}
.wpestate_posts_grid img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.shortcode_title {
	width: 100%;
}
.wpresidence_video_wrapper {
	display: inline-block;
	line-height: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpresidence_video_wrapper a {
	line-height: 0;
}
.wpresidence_video_wrapper i {
	font-size: 20px;
}
.wpresidence_video_wrapper svg {
	height: 30px;
}
.wpestate_dots {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	height: 200px;
	mask-image: url(css/css-images/dots-single.svg);
	-webkit-mask-image: url(css/css-images/dots-single.svg);
	mask-size: 20px;
	-webkit-mask-size: 20px;
	position: absolute;
	width: 150px !important;
	z-index: 0;
}
.wpestate_dots_left,
.wpestate_dots_rights {
	position: relative;
	z-index: 10;
}
.wpestate_dots_left .elementor-image-carousel,
.wpestate_dots_left img,
.wpestate_dots_right .elementor-image-carousel,
.wpestate_dots_right img {
	position: relative;
	z-index: 9;
}
.wpestate_dots_left:after,
.wpestate_dots_right:after {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	content: ' ';
	height: 200px;
	mask-image: url(css/css-images/dots-single.svg);
	-webkit-mask-image: url(css/css-images/dots-single.svg);
	mask-size: 20px;
	-webkit-mask-size: 20px;
	position: absolute;
	right: -75px;
	top: -75px;
	width: 150px !important;
	z-index: 0;
	z-index: 1;
}
.wpestate_dots_left:after {
	left: -75px;
	right: auto;
}
.spacer {
	float: left;
	position: relative;
	width: 100%;
}
.spacer .spacer_line {
	background-color: #f0f0f0;
	float: left;
	height: 1px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}
.customlist ul,
.customlist2 ul {
	list-style: none;
	margin: 0 0 26px;
}
.customlist2 ul {
	background-color: #fdfdfd;
	border: 1px solid #f0f0f0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	padding: 13px 13px 9px;
}
.customlist ul li,
.customlist2 ul li {
	margin-bottom: 4px;
	padding: 0 0 4px;
}
.iconcol .h3,
.iconcol h3 {
	margin-top: 13px;
}
.icon_img {
	cursor: pointer;
	float: left;
	margin-bottom: 15px;
	position: relative;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1 ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	width: 100%;
}
.iconcol p {
	margin-bottom: 13px !important;
}
.iconcol img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.wpb_alert-info.vc_alert_3d.wpestate_message {
	box-shadow: 0 3px 0 #afd9ee;
}
.wpb_alert-success.vc_alert_3d.wpestate_message {
	box-shadow: 0 3px 0 #c1e2b3;
}
.wpb_alert-danger.vc_alert_3d.wpestate_message,
.wpb_alert-error.vc_alert_3d.wpestate_message {
	box-shadow: 0 3px 0 #e4b9b9;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar {
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: none;
	margin-bottom: 11.6666666667px;
	position: relative;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
	text-shadow: none;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_label {
	text-shadow: none;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
	background-color: #16a085;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
	text-shadow: none;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
	background-color: #fb6a5c;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_label {
	text-shadow: none;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
	background-color: #ed5565;
}
.wpestate_progress_bar.vc_progress_bar .vc_single_bar.bar_black .vc_label {
	text-shadow: none;
}
.wpb_toggle.wpestate_toggle {
	background: none;
	background-color: #f0f0f0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	clear: both;
	color: #222;
	font-size: 15px;
	margin-top: 0;
	padding: 10px 13px;
	position: relative;
}
.wpb_toggle.wpestate_toggle.h4:after,
h4.wpb_toggle.wpestate_toggle:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
	content: '\f107';
	float: right;
	font-family: Font Awesome\5 Free;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
}
.wpb_toggle.wpestate_toggle.wpb_toggle_title_active,
.wpb_toggle.wpestate_toggle.wpb_toggle_title_active.h4:after,
h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpb_toggle.wpestate_toggle.wpb_toggle_title_active.h4:after,
h4.wpb_toggle.wpestate_toggle.wpb_toggle_title_active:after {
	content: '\f106';
}
.wpestate_cta_button {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.wpb_call_to_action.wpestate_cta_button {
	background-color: #fdfdfd;
	border: 1px solid #f0f0f0;
}
.wpestate_cta_button2 {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	) !important;
}
.vc_call_to_action.wpestate_cta_button2 {
	background-color: #fdfdfd !important;
	border: 1px solid #f0f0f0 !important;
}
.vc_call_to_action.wpestate_cta_button2 hgroup .h2,
.vc_call_to_action.wpestate_cta_button2 hgroup h2 {
	margin-bottom: 5px;
}
.items_shortcode_wrapper_grid .wpresidence_button {
	margin-top: 30px;
}
.comment-form #submit,
.wpresidence_button {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	background-image: linear-gradient(
		to right,
		transparent 50%,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%
	);
	background-position: 100% 100%;
	background-size: 200% 100%;
	border: 1px solid;
	border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 5px 34px;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
}
.wpresidence_button.wpresidence_button_elementor.elementor-button {
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	margin-right: 0;
	width: 100%;
}
.wpresidence_button_inverse {
	background-color: transparent;
	background-image: linear-gradient(
		to right,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 50%,
		hsla(0, 0%, 100%, 0.012) 50%
	);
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpresidence_button.wpresidence_button_inverse:hover {
	color: #fff;
}
#edit_review.wpresidence_button {
	min-width: 25%;
	width: auto;
}
.wpestate_item_list_sh {
	cursor: pointer;
	float: none;
}
.wpestate_item_list_sh i {
	margin-right: 10px;
}
.comment-form #submit {
	margin-bottom: 0;
}
.comment-form #submit:hover,
.wpresidence_button:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	background-color: transparent;
	background-position: 0 100%;
	border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	text-decoration: none;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.wpresidence_success {
	background-color: #1abc9c;
}
.dashboard-margin .wpresidence_success {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
}
button.wpb_btn-large,
span.wpb_btn-large {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	) !important;
	color: #fff;
	font-size: 13px !important;
	line-height: normal !important;
	padding: 9px 26px !important;
	text-transform: uppercase;
}
.wpb_btn-primary {
	background-color: #185271 !important;
	border-bottom: 3px solid #133f57 !important;
}
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary:active,
.wpb_btn-primary:hover,
.wpb_btn-primary[disabled] {
	background-color: #133f57 !important;
	border-bottom: 3px solid #133f57;
}
.wpb_btn-info {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
	border-bottom: 3px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info:active,
.wpb_btn-info:hover,
.wpb_btn-info[disabled] {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
	border-bottom: 3px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpb_wpb_button {
	background-color: #7f8c8d;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 0;
	padding: 0 10px;
}
.wpb_btn-success {
	background-color: #1abc9c !important;
	border-bottom: 3px solid #16a085 !important;
}
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success:active,
.wpb_btn-success:hover,
.wpb_btn-success[disabled] {
	background-color: #16a085 !important;
	border-bottom: 3px solid #16a085;
}
.wpb_btn-warning {
	background-color: #fb6a5c !important;
	border-bottom: 3px solid #ee6557 !important;
}
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning:active,
.wpb_btn-warning:hover,
.wpb_btn-warning[disabled] {
	background-color: #ee6557 !important;
	border-bottom: 3px solid #ee6557;
}
.wpb_btn-danger {
	background-color: #ed5565 !important;
	border-bottom: 3px solid #da4453 !important;
}
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger:active,
.wpb_btn-danger:hover,
.wpb_btn-danger[disabled] {
	background-color: #da4453 !important;
	border-bottom: 3px solid #da4453;
}
.wpb_btn-inverse {
	background-color: #3c434d !important;
	border-bottom: 3px solid #323840 !important;
}
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse:active,
.wpb_btn-inverse:hover,
.wpb_btn-inverse[disabled] {
	background-color: #323840 !important;
	border-bottom: 3px solid #323840;
}
.mdnopad {
	padding: 0;
}
.show-grid {
	margin: 0 0 26px;
}
.firstcol {
	padding-left: 0;
}
.lastcol {
	padding-right: 0;
}
.shortcol {
	margin-bottom: 26px;
}
.wpestate_tabs .ui-widget {
	font-size: 13px;
}
.wpestate_tabs
	.wpb_content_element
	.wpestate_tabs
	.wpb_accordion_wrapper
	.wpestate_tabs
	.wpb_accordion_header,
.wpestate_tabs
	.wpb_content_element.wpb_tabs
	.wpestate_tabs
	.wpb_tour_tabs_wrapper
	.wpb_tab {
	background-color: #fff;
}
.wpestate_tabs .ui-widget-content {
	background: none;
	border: 1px solid #f0f0f0;
	border-top: 0;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-family: Roboto, sans-serif;
}
.wpestate_tabs .ui-widget-header {
	background: #f0f0f0;
	border: none;
	color: #fff;
	font-weight: 400;
}
.wpestate_tabs .ui-tabs .ui-tabs-nav li,
.wpestate_tabs .ui-widget-header {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.wpestate_tabs .ui-tabs .ui-tabs-nav li {
	background-color: #f0f0f0;
	border: none;
	border-right: 1px solid #fff;
	padding: 3px 10px;
}
.wpestate_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-top: 3px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	margin-bottom: -3px;
	padding-bottom: 0;
}
.wpestate_tabs .ui-state-active,
.wpestate_tabs .ui-widget-content .ui-state-active,
.wpestate_tabs .ui-widget-header .ui-state-active {
	background: #000;
	border: none;
	color: #fff;
	font-weight: 500;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs.wpestate_tabs .wpb_tour_tabs_wrapper .wpb_tab,
.wpestate_tabs .wpb_accordion_wrapper .wpb_accordion_header,
.wpestate_tabs.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #fff;
}
.wpestate_tabs .ui-state-default a,
.wpestate_tabs .ui-state-default a:link,
.wpestate_tabs .ui-state-default a:visited {
	color: #222;
	font-size: 15px;
	font-weight: 400;
}
.wpestate_tabs .ui-state-active a,
.wpestate_tabs .ui-state-active a:link,
.wpestate_tabs .ui-state-active a:visited {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 15px;
	font-weight: 400;
}
.wpestate_accordion .ui-widget,
.wpestate_accordion_tab .ui-widget {
	font-size: 13px;
}
.wpestate_accordion_tab .ui-state-active,
.wpestate_accordion_tab .ui-widget-content .ui-state-active,
.wpestate_accordion_tab .ui-widget-header .ui-state-active {
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
	color: #434953;
	font-weight: 400;
}
.wpestate_accordion_tab .ui-state-active a,
.wpestate_accordion_tab .ui-state-active a:link,
.wpestate_accordion_tab .ui-state-active a:visited,
.wpestate_accordion_tab .ui-state-default a,
.wpestate_accordion_tab .ui-state-default a:link,
.wpestate_accordion_tab .ui-state-default a:visited {
	color: #222;
	font-size: 15px;
	font-weight: 400;
	padding: 10px;
}
.wpestate_accordion_tab .ui-state-active a,
.wpestate_accordion_tab .ui-state-active a:link,
.wpestate_accordion_tab .ui-state-active a:visited {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.ui-accordion .wpestate_accordion_tab .ui-accordion-header {
	padding: 0;
}
.wpestate_accordion.wpb_content_element
	.wpb_accordion_wrapper
	.wpb_accordion_header,
.wpestate_accordion.wpb_content_element.wpb_tabs
	.wpb_tour_tabs_wrapper
	.wpb_tab {
	background: #f0f0f0;
}
.wpestate_accordion_tab .ui-widget-content {
	background: #fff;
	border: 1px solid #fdfdfd;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-family: Roboto, sans-serif;
	line-height: 22px;
}
.wpestate_accordion_tab .ui-state-default,
.wpestate_accordion_tab .ui-widget-content .ui-state-default,
.wpestate_accordion_tab .ui-widget-header .ui-state-default {
	border: none;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.wpb_accordion.wpestate_accordion
	.wpb_accordion_wrapper
	.ui-state-active
	.ui-icon,
.wpb_accordion.wpestate_accordion
	.wpb_accordion_wrapper
	.ui-state-default
	.ui-icon {
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: auto;
	color: #222;
	display: block;
	height: 16px;
	left: auto;
	margin-top: 0;
	position: absolute;
	right: 10px;
	text-indent: 0;
	top: 9px;
	width: 16px;
}
.wpb_accordion.wpestate_accordion
	.wpb_accordion_wrapper
	.ui-state-active
	.ui-icon:after,
.wpb_accordion.wpestate_accordion
	.wpb_accordion_wrapper
	.ui-state-default
	.ui-icon:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f107';
	font-family: Font Awesome\5 Free;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding-right: 5px;
}
.wpb_accordion.wpestate_accordion
	.wpb_accordion_wrapper
	.ui-accordion-header-active
	.ui-icon:after,
.wpb_accordion.wpestate_accordion
	.wpb_accordion_wrapper
	.ui-state-active
	.ui-icon:after {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	content: '\f106';
}
.wpestate_tour .ui-widget {
	font-size: 13px;
}
.wpestate_tour .ui-widget-content {
	background: #fff;
	border: none;
	border-left: 0;
}
.wpestate_tour .ui-widget-content,
.wpestate_tour .ui-widget-header {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
}
.wpestate_tour .ui-widget-header {
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
	font-weight: 400;
	height: 100%;
}
.wpestate_tour .ui-state-default,
.wpestate_tour .ui-widget-content .ui-state-default,
.wpestate_tour .ui-widget-header .ui-state-default {
	background: #f0f0f0;
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #434953;
	font-weight: 400;
	padding: 4px 0;
	width: 100%;
}
.wpestate_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	background-color: #fff;
}
.wpestate_tour .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-left: 3px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	margin-bottom: 0;
	padding-bottom: 3px;
}
.wpestate_tour .ui-state-default a,
.wpestate_tour .ui-state-default a:link,
.wpestate_tour .ui-state-default a:visited {
	color: #222;
	font-size: 15px;
	font-weight: 400;
}
.wpestate_tour .ui-state-active a,
.wpestate_tour .ui-state-active a:link,
.wpestate_tour .ui-state-active a:visited {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpb_tour.wpestate_tour .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 0 0 0 1em;
}
.wpestate_tour .wpb_tour_next_prev_nav {
	padding-left: 13px;
}
.wpestate_tour .wpb_tour_next_prev_nav span {
	padding: 0 0 1em;
}
.wpestate_tour .wpb_tour_next_prev_nav a {
	border-bottom: none;
}
.wpestate_tour .wpb_prev_slide:before {
	content: '\f104';
	padding-right: 5px;
}
.wpestate_tour .wpb_next_slide:after,
.wpestate_tour .wpb_prev_slide:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Font Awesome\5 Free;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.wpestate_tour .wpb_next_slide:after {
	content: '\f105';
	padding-left: 5px;
}
.wpestate_sliding_box_wrapper {
	align-content: center;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	min-height: 1px;
}
.wpestate_sliding_box {
	align-content: stretch;
	align-items: stretch;
	background: #fff;
	border: 1px solid #f1f8ff;
	border-radius: 7px;
	box-shadow: 0 10px 35px rgba(38, 41, 77, 0.1);
	display: flex;
	float: left;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 265px;
	z-index: 1;
}
.wpestate_sliding_box:last-child {
	margin-bottom: 0;
	margin-right: 0 !important;
}
.wpestate_sliding_box.active-element {
	width: 560px;
}
.wpestate_sliding_box .sliding-image {
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 265px;
	justify-content: center;
	position: relative;
	width: 280px;
	z-index: 1;
}
.wpestate_sliding_box .sliding-content-wrapper {
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 280px;
	padding: 50px;
	position: absolute;
	top: 0;
	width: 280px;
}
.wpestate_sliding_box .sliding-content-wrapper .h4,
.wpestate_sliding_box .sliding-content-wrapper h4 {
	font-size: 22px;
}
.wpestate_sliding_box .sliding-content-action {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-weight: 500;
}
.wpestate_sliding_box.slider_box_size_3 {
	width: 358px;
}
.wpestate_sliding_box.slider_box_size_3.active-element {
	width: 747px;
}
.wpestate_sliding_box.slider_box_size_3 .sliding-image {
	width: 373px;
}
.wpestate_sliding_box.slider_box_size_3 .sliding-content-wrapper {
	left: 373px;
	width: 373px;
}
.wpestate_sliding_box.slider_box_size_3:last-child {
	margin-right: 0 !important;
}
.wpestate_sliding_box.slider_box_size_5 {
	width: 209px;
}
.wpestate_sliding_box.slider_box_size_5.active-element {
	width: 448px;
}
.wpestate_sliding_box.slider_box_size_5 .sliding-image {
	width: 224px;
}
.wpestate_sliding_box.slider_box_size_5 .sliding-content-wrapper {
	left: 224px;
	width: 224px;
}
.wpestate_sliding_box.slider_box_size_5:last-child {
	margin-right: 0 !important;
}
.places_wrapper_type_1 {
	display: flex;
	flex-shrink: 0;
	margin-bottom: 25px;
	min-width: 240px;
}
.places_wrapper_type_1 .places_cover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
	z-index: 1;
}
.places_wrapper_type_1 .h4,
.places_wrapper_type_1 h4 {
	padding-left: 20px;
	padding-top: 20px;
	position: relative;
	z-index: 10;
}
.places_wrapper_type_1 .h4 a,
.places_wrapper_type_1 h4 a {
	color: #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.places_wrapper_type_1 .h4 a:hover,
.places_wrapper_type_1 h4 a:hover {
	color: #fff;
	opacity: 0.9;
}
.places_wrapper_type_1 .property_location {
	z-index: 10;
}
.elementor_residence_grid .places_wrapper_type_1 {
	min-width: 100px;
}
.col-md-12.listing_wrapper.places_wrapper_type_1 .property_listing {
	flex-direction: column;
}
.col-md-12.listing_wrapper.places_wrapper_type_1
	.property_listing
	.property_location {
	color: #fff;
	margin-left: 0;
}
.places_wrapper_type_1.col-md-12,
.places_wrapper_type_2.col-md-12,
.places_wrapper_type_4.col-md-12 {
	margin-bottom: 0;
	padding: 0;
}
.places_wrapper_type_2,
.places_wrapper_type_4 {
	height: 400px;
	margin-bottom: 25px;
}
.places_wrapper_type_2 .places_cover,
.places_wrapper_type_4 .places_cover {
	background-color: #1d293e;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0.3;
	top: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.places_wrapper_type_2:hover .places_cover,
.places_wrapper_type_4:hover .places_cover {
	opacity: 0.15;
}
.places_wrapper_type_2 .h4,
.places_wrapper_type_2 h4,
.places_wrapper_type_4 .h4,
.places_wrapper_type_4 h4 {
	margin-bottom: 5px;
}
.places_wrapper_type_2 .h4 a,
.places_wrapper_type_2 h4 a,
.places_wrapper_type_4 .h4 a,
.places_wrapper_type_4 h4 a {
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	text-align: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.places_wrapper_type_2 .h4 a:hover,
.places_wrapper_type_2 h4 a:hover,
.places_wrapper_type_4 .h4 a:hover,
.places_wrapper_type_4 h4 a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.places_wrapper_type_2 {
	position: relative;
}
.places_wrapper_type_2 .places_type_2_content {
	bottom: 13%;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.places_wrapper_type_2 .places_type_2_content .h4:hover,
.places_wrapper_type_2 .places_type_2_content h4:hover {
	color: #fff;
	opacity: 0.9;
}
.places_wrapper_type_2 .places_type_2_listings_no {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-top: 7px;
	padding: 1px 9px;
	text-align: center;
	text-transform: capitalize;
}
.places_wrapper_type_2 .places_type_2_tagline {
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.places_wrapper_type_2 .h4:hover,
.places_wrapper_type_2 h4:hover {
	color: #fff;
	opacity: 0.9;
}
.places_wrapper_type_3 {
	display: flex;
	gap: 15px;
}
.places_wrapper_type_3 .places_cover {
	height: 100%;
	position: absolute;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
	z-index: 1;
}
.places_wrapper_type_3 .property_listing_square_details {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.places_wrapper_type_3 .places_square_backgorund_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: inline-block;
	flex-shrink: 0;
	height: 75px;
	overflow: hidden;
	position: relative;
	width: 75px;
}
.places_wrapper_type_3 .h4,
.places_wrapper_type_3 h4 {
	display: inline-block;
	margin-bottom: 10px;
}
.places_wrapper_type_3 .property_location_type_3 {
	color: #8593a9;
	line-height: 16px;
}
.places_wrapper_type_4 {
	display: flex;
	flex-direction: column;
	height: 300px;
}
.places_wrapper_type_4 .places_cover {
	border-radius: 10px;
	opacity: 0.1;
}
.places_wrapper_type_4 .places_type_4_content {
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.places_wrapper_type_4 .places_type_4_content .h4,
.places_wrapper_type_4 .places_type_4_content h4 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.places_wrapper_type_4 .places_type_4_content .h4 a,
.places_wrapper_type_4 .places_type_4_content h4 a {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.places_wrapper_type_4 .places_type_4_content .h4 a:hover,
.places_wrapper_type_4 .places_type_4_content h4 a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.places_wrapper_type_4 .places_type_4_listings_no {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 14px;
	font-weight: 400;
}
.featured_property_type2:hover .places_cover {
	opacity: 0.15;
}
.places_cover.agent_grid_elementor {
	background-color: transparent;
	background-image: linear-gradient(
		194deg,
		hsla(0, 0%, 100%, 0),
		rgba(2, 2, 2, 0.2)
	);
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.places_background_image,
.places_cover.agent_grid_elementor {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 100%;
}
.places_background_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.places_background_image:hover {
	opacity: 0.9;
}
.places_wrapper_type_1_grid .h4,
.places_wrapper_type_1_grid h4 {
	text-align: left;
}
.wpestate_categories_as_tabs_wrapper {
	display: inline-block;
	width: 100%;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_ul {
	border: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	svg {
	height: 18px;
	max-width: 20px;
	z-index: 10;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	i {
	margin-right: 5px;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a {
	align-items: center;
	border: none;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-weight: 500;
	gap: 5px;
	justify-content: center;
	margin: 0;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a:hover {
	background-color: transparent;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	text-decoration: none;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a:hover
	i,
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a:hover
	svg {
	fill: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a.active {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	width: 100%;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a.active
	i,
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a.active
	svg {
	fill: #fff;
	color: #fff;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a.active:hover {
	color: #fff;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a.active:hover
	i,
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_ul
	.wpestate_categories_as_tabs_item
	> a.active:hover
	svg {
	fill: #fff;
	color: #fff;
}
.wpestate_categories_as_tabs_wrapper .wpestate_categories_as_tabs_panel {
	box-shadow: none;
	float: left;
	padding: 30px 0;
	width: 100%;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_panel
	.wpestate_categories_as_tabs_term {
	color: #222;
	font-weight: 500;
	width: 100%;
}
.wpestate_categories_as_tabs_wrapper
	.wpestate_categories_as_tabs_panel
	.places_list_tab_term-count {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.elementor_wpresidece_grid {
	margin-left: 0;
	margin-right: 0;
}
.elementor_wpresidece_grid .listing_wrapper {
	width: 100%;
}
.elementor_wpresidece_grid .listing_wrapper .places_background_image {
	max-width: 100%;
}
.shortcode_slider_list {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	width: 100%;
}
.shortcode_slider_list .listing_wrapper {
	display: none;
}
.shortcode_slider_list.slick-initialized .listing_wrapper {
	display: block;
	margin-bottom: 0;
}
.wpestate_carousel .post-thumb {
	float: left;
	margin-right: 13px;
}
.wpestate_carousel .vc-carousel-control .icon-next:before {
	content: '\f105';
}
.wpestate_carousel .vc-carousel-control .icon-next:before,
.wpestate_carousel .vc-carousel-control .icon-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
	font-family: Font Awesome\5 Free;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 0;
}
.wpestate_carousel .vc-carousel-control .icon-prev:before {
	content: '\f104';
}
.slider_container {
	flex: 0 0 100%;
	width: 100%;
}
.slider_container .shortcode_slider_wrapper {
	margin: 0 -15px;
}
.slider_container .shortcode_slider_wrapper .slick-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	min-width: 100%;
}
.slider_container .shortcode_slider_wrapper .slick-slide {
	height: auto;
	margin: 0 10px;
	padding-bottom: 10px;
}
.slider_container .slick-dots {
	list-style: none;
	margin: 20px 0;
	text-align: center;
}
.slider_container .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}
.slider_container .slick-dots li.slick-active button:before {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	opacity: 0.75;
}
.slider_container .slick-dots li button {
	background: 0 0;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 20px;
}
.slider_container .slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	content: '\f111';
	font-family: font awesome\5 free;
	font-size: 10px;
	font-weight: 700;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0.25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}
.slider_container .slick-dots li button:focus,
.slider_container .slick-dots li button:hover {
	outline: none;
}
.slider_container .agent_unit,
.slider_container .listing_wrapper .property_listing,
.slider_container .property_listing_blog {
	box-shadow: 0 -1px 19px 0 rgba(7, 152, 255, 0.09);
}
.slider_container .agent_unit:hover,
.slider_container .listing_wrapper .property_listing:hover,
.slider_container .property_listing_blog:hover {
	box-shadow: 0 -1px 19px 0 rgba(7, 152, 255, 0.14);
}
.slider_container .agent_unit.agent_unit_type_4,
.slider_container .blog4v .property_listing_blog,
.slider_container .listing_wrapper .property_listing.property_unit_type8 {
	box-shadow: none;
}
.slider_container .agent_unit {
	margin-bottom: 20px !important;
}
.items_shortcode_wrapper_grid .agent_card_2 {
	padding: 0;
}
.slick-list .blog_unit:hover {
	transform: translate(0);
}
.property_slider2_wrapper.owl-carousel .owl-item .item {
	background-color: transparent;
	height: auto;
	padding: 0;
	width: 100%;
}
.property_slider2_wrapper.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	height: 370px;
	margin-top: -22px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 70px;
	width: 6%;
}
.property_slider2_wrapper.owl-theme .owl-nav div {
	background: #d8d8d8;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	filter: Alpha(Opacity=95);
	font-size: 37px;
	height: 100%;
	line-height: 185px;
	margin: 0;
	opacity: 0.95;
	padding: 0;
	text-align: center;
	width: 100%;
}
.property_slider2_wrapper.owl-theme .owl-nav div:hover {
	background: #ccc;
}
.property_slider2_wrapper.owl-theme .owl-nav div i {
	font-size: 33px;
	width: 100%;
}
.property_slider2_wrapper.owl-carousel .owl-nav button.owl-next,
.property_slider2_wrapper.owl-carousel .owl-nav button.owl-prev {
	background: #d8d8d8;
	border-radius: 0;
	height: 50%;
	margin: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
.property_slider2_wrapper .image_div {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	height: 370px;
	margin-top: 35px;
	position: relative;
	width: 59%;
	z-index: 1;
}
.property_slider2_wrapper .featured_gradient {
	background-color: #1d293e;
	background-image: none;
	opacity: 0.15;
}
.property_slider2_wrapper .featured_div {
	left: 20px;
	position: relative;
	top: 20px;
	z-index: 10;
}
.property_slider2_wrapper .status-wrapper {
	margin: 0;
	position: relative;
	right: 20px;
	top: 5px;
	z-index: 10;
}
.property_slider2_wrapper .agent_face {
	background-size: cover;
	border: 1px solid #a6b3bb;
	border-radius: 50%;
	height: 50px;
	width: 50px;
}
.property_slider2_wrapper .featured_secondline {
	align-items: center;
	background: transparent;
	bottom: 20px;
	display: flex;
	gap: 10px;
	left: 20px;
	position: absolute;
}
.property_slider2_wrapper .featured_secondline a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.property_slider2_wrapper .property_slider2_info_wrapper {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	height: 440px;
	padding: 80px 40px;
	position: relative;
	width: 35%;
	z-index: 10;
}
.property_slider2_wrapper .property_slider2_info_wrapper .h2,
.property_slider2_wrapper .property_slider2_info_wrapper h2 {
	text-transform: capitalize;
}
.property_slider2_wrapper
	.property_slider2_info_wrapper
	.property_slider2_info_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
	z-index: 1;
}
.property_slider2_wrapper
	.property_slider2_info_wrapper
	.property_slider_sec_row {
	display: flex;
	font-weight: 500;
	gap: 10px;
}
.property_slider2_wrapper
	.property_slider2_info_wrapper
	.property_slider2_content {
	line-height: 1.65em;
	margin-top: 30px;
}
.property_slider2_wrapper a:hover .h2,
.property_slider2_wrapper a:hover h2 {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-item {
	opacity: 1;
	width: 290px !important;
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-item .item {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height: 100%;
	padding: 10px;
	position: relative;
	width: 100%;
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav {
	display: flex;
	flex-direction: column;
	left: -60px;
	position: absolute;
	top: 40%;
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-next,
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-prev {
	background-color: rgba(119, 122, 242, 0.071);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	height: 40px;
	width: 40px;
}
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-next:hover,
.property_slider_carousel_elementor_v2.owl-carousel .owl-nav .owl-prev:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.property_slider_carousel_elementor_v2_image_wrapper {
	border: 0 solid #000;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	overflow: hidden;
	position: relative;
}
.property_slider_carousel_elementor_v2_image_wrapper:hover
	.property_slider_carousel_elementor_v2_image_container {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.property_slider_carousel_elementor_v2_image_wrapper:hover .places_cover {
	opacity: 0;
}
.property_slider_carousel_elementor_v2_image_container {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	height: 370px;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
}
.property_slider_carousel_elementor_v2_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}
.property_slider_carousel_elementor_v2_price {
	background-color: color-mix(
		in srgb,
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%,
		transparent
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: 10px;
	color: #fff;
	font-size: 13px;
	left: 9px;
	line-height: 1.5em;
	padding: 4px 7px;
	position: absolute;
	z-index: 9;
}
.property_slider_carousel_elementor_v2_price .price_label {
	font-size: 13px;
	line-height: 1.5em;
}
.property_slider_carousel_elementor_v2 .places_cover {
	background-color: #1d293e;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0.15;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
	z-index: 7;
}
.property_slider_carousel_elementor_v2 .h2,
.property_slider_carousel_elementor_v2 h2 {
	font-size: 15px;
}
.slider_orientation_yes {
	float: right;
}
.slider_orientation_yes.property_slider_carousel_elementor_v2 .owl-nav {
	left: auto;
	right: -60px;
}
.property_slider_carousel_elementor_v3 {
	border-radius: 10px;
	display: block;
	height: 530px;
	margin: 0 auto;
	max-width: 840px;
	overflow: hidden;
	padding: 0 !important;
	width: 100%;
}
.property_slider_carousel_elementor_v3.owl-carousel.owl-loaded {
	display: block;
	overflow: initial;
}
.property_slider_carousel_elementor_v3 .owl-carousel .owl-stage-outer {
	padding: 30px 0;
}
.property_slider_carousel_elementor_v3 .owl-item {
	width: 100%;
}
.property_slider_carousel_elementor_v3 .item {
	background: #fff;
	border-radius: 10px;
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	display: inline-block;
	height: 530px;
	margin: auto;
	max-width: 840px;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100%;
}
.property_slider_carousel_elementor_v3_image_wrapper {
	float: left;
	height: 100%;
	position: relative;
	width: 50%;
}
.property_slider_carousel_elementor_v3_content_wrapper {
	background-color: #fff;
	float: left;
	height: 100%;
	padding: 45px;
	position: relative;
	width: 50%;
}
.property_slider_carousel_elementor_v3_content_wrapper
	.property_listing_details {
	display: flex;
	gap: 30px;
	padding: 0;
}
.property_slider_carousel_elementor_v3 .places_cover {
	background-color: #1d293e;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0.15;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
	z-index: 7;
}
.property_slider_carousel_elementor_v3 .tag-wrapper {
	z-index: 8;
}
.property_slider_carousel_elementor_v3_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}
.property_slider_carousel_elementor_v3_title {
	color: #222;
	float: left;
	font-family: Roboto, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 10px;
	min-height: auto !important;
}
.property_slider_carousel_elementor_v3_address {
	border-bottom: 1px solid hsla(0, 0%, 79%, 0.23);
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.property_slider_carousel_elementor_v3_excerpt {
	display: inline-block;
	margin-bottom: 30px;
}
.property_slider_carousel_elementor_v3_image_container {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	height: 100%;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	width: 100%;
}
.property_slider_carousel_elementor_v3 .infobath,
.property_slider_carousel_elementor_v3 .inforoom,
.property_slider_carousel_elementor_v3 .infosize {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: flex;
	font-size: 15px;
	gap: 10px;
}
.property_slider_carousel_elementor_v3 svg {
	display: block;
	height: 20px;
	width: 20px;
}
.property_slider_carousel_elementor_v3 .property_agent_wrapper {
	bottom: 30px;
	position: absolute;
}
.property_slider_carousel_elementor_v3 .property_agent_wrapper a {
	font-size: 15px;
	font-weight: 500;
	line-height: 47px;
}
.property_slider_carousel_elementor_v3
	.property_agent_wrapper
	.property_agent_image {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}
.property_slider_carousel_elementor_v3 .owl-nav {
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next,
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev {
	background-color: rgba(119, 122, 242, 0.07);
	border-radius: 5px;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	height: 40px;
	width: 40px;
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next:hover,
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev {
	left: -65px;
	position: absolute;
}
.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -65px;
}
.property_slider_carousel_elementor_v3 .owl-dots {
	margin-top: 15px;
}
.property_slider_carousel_elementor_v3 .owl-dots .owl-dot.active span,
.property_slider_carousel_elementor_v3 .owl-dots .owl-dot:hover span {
	background: #1f80e4;
	opacity: 1;
}
.search_wr_elementor {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}
.search_wr_elementor .adv_search_slider p {
	line-height: 1em;
	margin-bottom: 5px;
}
.search_wr_elementor .search_wrapper_color {
	background-color: transparent;
}
.search_wr_elementor .nav-tabs {
	margin-bottom: 0;
	position: static;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item {
	align-content: center;
	align-items: center;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: none;
	justify-content: space-around;
	margin-right: 0;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item:last-of-type {
	border-right: solid;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item.active:before {
	display: none;
}
.search_wr_elementor .nav-tabs .adv_search_tab_item a {
	-webkit-backface-visibility: hidden;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin: 13px 23px;
	padding: 0;
	text-transform: capitalize;
	-webkit-transform-style: preserve-3d;
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.search_wr_elementor .tab-content .elementor-column.elementor-col-100 {
	width: 100%;
}
.search_wr_elementor .adv-search-header {
	color: #222;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
}
.search_wr_elementor form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
}
.search_wr_elementor form .elementor-field-label {
	color: #222;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
}
.search_wr_elementor form .elemenentor_submit_wrapper {
	flex-direction: column;
	justify-content: flex-end;
}
.search_wr_elementor form .elemenentor_submit_wrapper .wpresidence_button {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0;
	width: 100%;
}
.search_wr_elementor form .elemenentor_submit_wrapper .wpresidence_button svg {
	height: 15px;
	width: auto;
}
.item_underline_active_yes a {
	position: relative;
}
.item_underline_active_yes a.active:after {
	background-color: #222;
	bottom: -7px;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
.search_button_use_hover_effect_no {
	background-image: none !important;
	border: none;
}
.wpestate_hotspot_wrapper {
	position: relative;
}
.wpestate_hotspot_wrapper .wpestate_hotspot_main_image_overlay {
	background-color: rgba(0, 0, 0, 0.07);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.wpestate_hotspot_wrapper .wpestate_hotspot {
	align-items: center;
	background-color: #fff;
	color: #222;
	display: flex;
	justify-content: center;
	position: absolute;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	z-index: 99;
}
.wpestate_hotspot_wrapper .wpestate_hotspot:before {
	background-color: inherit;
	border-radius: inherit;
	content: '';
	display: inline-block;
	height: 135%;
	left: 50%;
	opacity: 0.6;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, -1px) scale(0.65);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	width: 135%;
	z-index: -1;
}
.wpestate_hotspot_wrapper .wpestate_hotspot:hover:before {
	transform: translate(-50%, -50%) scale(1);
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_icon_wrapper {
	align-content: space-around;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: var(
		--wp-estate-cssbox-shadow-elementor-option,
		var(--wp_estate_cssbox_shadow)
	);
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	padding: 5px;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_icon_wrapper svg {
	width: 15px;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_icon,
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_label {
	align-items: center;
	display: flex;
	justify-content: center;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_label {
	padding: 0 5px;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_tooltip {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: auto;
	color: #222;
	display: none;
	left: auto;
	min-width: 10%;
	padding: 5px;
	pointer-events: none;
	position: absolute;
	right: auto;
	text-align: left;
	top: calc(100% + 5px);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 200px;
}
.wpestate_hotspot_wrapper .wpestate_hotspot .wpestate_hotspot_tooltip p {
	margin-bottom: 0;
}
.property_categs_elementor {
	float: none;
	margin-top: 0;
	min-height: 1px;
}
.elementor-widget-property_add_to_favorites .share_list {
	margin-left: 0;
}
.elementor-widget-container > .status-wrapper {
	float: none;
}
.elementor-widget-container > .status-wrapper,
.elementor-widget-container > .status-wrapper .ribbon-wrapper-default {
	left: unset;
	position: relative;
	right: unset;
	top: unset;
}
.elementor-widget .property-panel {
	background: #fff;
	margin-bottom: 0;
}
.elementor-widget-Details_as_Accordion .property-panel {
	margin-bottom: 20px;
}
.elementor-widget-property_show_agent_form_section
	.wpestate_agent_details_wrapper {
	background-color: #fff;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-bottom: 30px;
	padding: 30px 20px 20px;
}
.elementor-widget-property_show_agent_form2_section
	.agent_contanct_form_sidebar {
	padding: 30px;
}
.elementor-widget-Details_as_Accordion .property-panel {
	background-color: transparent;
	margin-bottom: 0;
}
.elementor-widget-Details_as_Accordion .property-panel .accordion-item {
	background-color: #fff;
	margin-bottom: 30px;
}
.elementor-widget-Agent_Card
	.property_desing_agent_two_col
	.wpestate_agent_details_wrapper {
	display: flex;
}
.wpestate_estate_property_design_intext_details #add_favorites {
	background-color: #a6b3bb;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	right: auto;
	top: auto;
}
.wpestate_estate_property_design_intext_details #add_favorites.isfavorite {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_estate_property_design_intext_details #add_favorites.isfavorite i {
	display: none;
}
.wpestate_estate_property_design_intext_details .no_views {
	display: inline-block;
	float: none;
}
.wpestate_estate_property_design_intext_details #print_page,
.wpestate_estate_property_design_intext_details .share_facebook,
.wpestate_estate_property_design_intext_details .share_google,
.wpestate_estate_property_design_intext_details .share_pinterest,
.wpestate_estate_property_design_intext_details .share_tweet {
	float: none;
	font-size: 17px;
	margin-left: 13px;
}
.wpestate_estate_property_details_section .google_map_shortcode_wrapper {
	float: left;
	min-height: 400px;
	position: relative;
	width: 100%;
}
.wpestate_estate_property_slider_section_wrapper .carouselvertical,
.wpestate_estate_property_slider_section_wrapper .wpestate_property_carousel,
.wpestate_estate_property_slider_section_wrapper
	.wpestate_property_carousel
	.carousel-inner,
.wpestate_estate_property_slider_section_wrapper
	.wpestate_property_carousel.carouselvertical,
.wpestate_estate_property_slider_section_wrapper
	.wpestate_property_carousel.post-carusel
	.item {
	height: 100% !important;
	min-height: 150px !important;
}
.wpestate_estate_property_slider_section_wrapper
	.carouselvertical
	.carousel-inner {
	max-width: 100%;
}
.wpestate_estate_property_design_gallery {
	display: inline-block;
	list-style: none;
	margin: 0;
	min-height: 1px;
}
.wpestate_estate_property_design_gallery li {
	display: inline;
	float: left;
}
.elementor-widget-container
	.wpestate_property_carousel
	.owl-carousel.owl-loaded {
	height: auto;
	min-height: 385px;
}
.elementor-widget-container #accordion_prop_floor_plans .row,
.elementor-widget-container .wpestate_estate_property_details_section .row {
	margin: 0;
}
.wpestate_content_grid_wrapper {
	display: flex;
	gap: 15px;
	margin: 0;
}
.wpestate_content_grid_wrapper_first_col {
	min-height: 400px;
	overflow: hidden;
	padding: 0;
}
.wpestate_content_grid_wrapper_first_col .property_listing {
	color: #fff;
	max-width: 100%;
}
.wpestate_content_grid_wrapper_first_col .property_unit_type5_content {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.wpestate_content_grid_wrapper_second_col {
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-height: 400px;
	overflow: hidden;
	padding: 0;
}
.wpestate_content_grid_wrapper_second_col_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	flex-shrink: 0;
	height: 130px;
	width: 195px;
}
.wpestate_content_grid_wrapper_second_col_image.property_listing:hover {
	box-shadow: none;
}
.wpestate_content_grid_wrapper_second_col_item_wrapper {
	display: flex;
	gap: 20px;
}
.wpestate_content_grid_wrapper_second_col_item_wrapper
	.listing_unit_price_wrapper {
	padding: 0;
}
.wpestate_content_grid_wrapper_second_col_item_wrapper .h4,
.wpestate_content_grid_wrapper_second_col_item_wrapper h4 {
	margin-bottom: 5px;
}
.property_unit_content_grid_big_details {
	bottom: 0;
	color: #fff;
	padding: 0 30px;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.property_unit_content_grid_big_details .h4,
.property_unit_content_grid_big_details .listing_unit_price_wrapper,
.property_unit_content_grid_big_details h4,
.property_unit_content_grid_big_details_location {
	color: #fff;
	padding: 0;
}
.property_unit_content_grid_big_details_location {
	display: inline-block;
	margin-bottom: 20px;
}
.property_unit_content_grid_big_details_location a {
	color: #fff;
	max-width: 100%;
}
.property_unit_content_grid_big_details .h4,
.property_unit_content_grid_big_details h4 {
	margin-bottom: 0;
}
.property_unit_content_grid_big_details .h4 a,
.property_unit_content_grid_big_details h4 a,
.property_unit_content_grid_big_details h4 a:hover {
	color: #fff;
	max-width: 100%;
}
.property_unit_content_grid_small_details {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.featured_gradient {
	opacity: 1;
}
.wpestate_separator_dot {
	margin: 0 5px;
}
.estate_places_slider .slick-track {
	display: flex;
	gap: 0;
	margin-top: 0;
	padding-top: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.estate_places_slider button.slick-next.slick-arrow,
.estate_places_slider button.slick-prev.slick-arrow {
	align-items: center;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: 0 10px 31px 0 rgba(7, 152, 255, 0.25);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0;
	height: 50px;
	justify-content: center;
	margin-top: -35px;
	padding-left: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 10;
}
.estate_places_slider button.slick-next.slick-arrow:hover,
.estate_places_slider button.slick-prev.slick-arrow:hover {
	box-shadow: 0 3px 23px 9px rgba(7, 152, 255, 0.25);
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.estate_places_slider button.slick-next.slick-arrow:before,
.estate_places_slider button.slick-prev.slick-arrow:before {
	color: #434953;
	font-family: fontello;
	font-size: 20px;
	line-height: 30px;
	opacity: 1;
}
.estate_places_slider button.slick-prev.slick-arrow {
	left: -25px;
}
.estate_places_slider button.slick-prev.slick-arrow:before {
	content: '\e800';
	margin-right: 10px;
}
.estate_places_slider button.slick-next.slick-arrow {
	right: -25px;
}
.estate_places_slider button.slick-next.slick-arrow:before {
	content: '\e801';
	margin-right: 5px;
}
.estate_places_slider .places_wrapper_type_2 {
	border-radius: 0;
	display: none;
	min-width: 190px;
	position: relative;
}
.estate_places_slider .places_wrapper_type_2 .places_cover {
	border-radius: 0;
}
.estate_places_slider button.slick-next.slick-arrow,
.estate_places_slider button.slick-prev.slick-arrow {
	color: #99a2ae;
}
.slick-initialized .slick-slide .places_wrapper_type_2 {
	display: block;
}
.estate_places_slider button.slick-next.slick-arrow,
.estate_places_slider button.slick-prev.slick-arrow {
	background-color: #fff !important;
}
.membership_package_product .h4,
.membership_package_product h4 {
	font-size: 20px;
	line-height: 23px;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}
.pack-price_sh {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 29px;
	font-weight: 500;
	line-height: 35px;
	padding: 30px 0;
	position: relative;
	text-align: center;
}
.pack-price_title {
	background-color: #f6f6f6;
	padding: 20px 0;
}
.pack-bill_freg_sh,
.pack-listing-period_sh,
.pack-listing_feat_sh,
.pack-listing_sh {
	border-bottom: 1px solid #f7f7f7;
	padding: 15px 0;
	text-align: center;
}
.pack-listing_feat_sh {
	border-bottom: 0 solid #e2e2e2;
}
.membership_package_product {
	background-color: #fff;
	margin: 15px;
	overflow: hidden;
	padding: 0 0 45px;
}
.wp-block-column .membership_package_product {
	margin: 7px;
}
.membership_package_product.featured_pack_sh {
	border: 1px solid #f1f8ff;
	box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
	margin-top: -15px;
	padding: 0 0 45px;
}
.featured_pack_sh .pack-price_title {
	background-color: #222;
	color: #fff;
}
.featured_pack_sh .wpresidence_button:hover {
	background-color: #fff;
}
.buy_package_sh {
	margin: 0 auto;
	text-align: center;
}
.featured_pack_sh .buy_package_sh {
	margin-top: 30px;
}
.membership_package_product.featured_pack_sh .h4,
.membership_package_product.featured_pack_sh h4 {
	color: #fff;
}
.buy_package_sh .wpresidence_button {
	display: inline-block;
	float: none;
	margin-bottom: 0;
	margin-top: 10px;
	width: 200px;
}
.pack_content {
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px 10px;
	text-align: center;
}
.arrow_class_sideways button.slick-next.slick-arrow,
.arrow_class_sideways button.slick-prev.slick-arrow,
.slider_container button.slick-next.slick-arrow,
.slider_container button.slick-prev.slick-arrow {
	background-color: rgba(119, 122, 242, 0.071);
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	cursor: pointer;
	font-size: 0;
	height: 40px;
	padding-left: 0;
	position: absolute;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 40px;
}
.arrow_class_sideways button.slick-next.slick-arrow:hover,
.arrow_class_sideways button.slick-prev.slick-arrow:hover,
.slider_container button.slick-next.slick-arrow:hover,
.slider_container button.slick-prev.slick-arrow:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	color: #fff;
}
.arrow_class_sideways button.slick-next.slick-arrow:before,
.arrow_class_sideways button.slick-prev.slick-arrow:before,
.slider_container button.slick-next.slick-arrow:before,
.slider_container button.slick-prev.slick-arrow:before {
	font-family: Font Awesome\5 Free;
	font-size: 14px;
	font-weight: 900;
	line-height: 40px;
	opacity: 1;
}
.arrow_class_sideways button.slick-prev.slick-arrow:before,
.slider_container button.slick-prev.slick-arrow:before {
	content: '\f060';
}
.arrow_class_sideways button.slick-next.slick-arrow:before,
.slider_container button.slick-next.slick-arrow:before {
	content: '\f061';
}
.slider_container button.slick-prev.slick-arrow {
	right: 60px;
}
.slider_container button.slick-next.slick-arrow {
	right: 15px;
}
.slider_container button.slick-next.slick-arrow,
.slider_container button.slick-prev.slick-arrow {
	top: -42px;
}
.arrow_class_sideways button.slick-next.slick-arrow,
.arrow_class_sideways button.slick-prev.slick-arrow {
	margin-top: -35px;
	top: 50%;
}
.arrow_class_sideways button.slick-prev.slick-arrow {
	left: -80px;
}
.arrow_class_sideways button.slick-next.slick-arrow {
	right: -80px;
}
.slick-next,
.slick-prev {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 20px;
	margin-top: -10px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 20px;
}
.elementor-widget-WpResidence_Property_Slider_v2 i,
.elementor-widget-WpResidence_Property_Slider_v3 i,
.elementor-widget-Wpresidence_Testimonial_Slider i {
	font-size: 14px;
}
.wpresidence-carousel-control {
	background: #222;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	height: 40px;
	margin: -20px 0 0;
	opacity: 0.66;
	top: 50%;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 40px;
	z-index: 10;
}
.wpresidence-carousel-control:hover {
	opacity: 1;
}
.wpresidence-carousel-control.carousel-control-prev,
.wpresidence-carousel-control.left {
	left: 10px;
}
.wpresidence-carousel-control.carousel-control-next,
.wpresidence-carousel-control.right {
	right: 10px;
}
.wpresidence-carousel-control i {
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	text-shadow: none;
}
.post-carusel .carousel-indicators {
	display: flex;
	gap: 3px;
}
.post-carusel .carousel-indicators button {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	opacity: 1;
	text-indent: -999px;
	width: 10px;
}
.post-carusel .carousel-indicators button.active {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border-color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	height: 11px;
	width: 11px;
}
.icon-fav {
	align-items: center;
	border: 1px solid #eef3f6;
	border-radius: 2px;
	color: #c2cbd9;
	display: flex;
	font-size: 12px;
	height: 30px;
	justify-content: center;
	line-height: 30px;
	width: 30px;
}
.icon-fav.icon-fav-on {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.icon-fav:before {
	content: '\f004';
	font-family: Font Awesome\5 Free !important;
	font-size: 12px;
	font-weight: 500 !important;
}
.icon-fav.icon-fav-on:before {
	font-weight: 600 !important;
}
.compare-action {
	align-items: center;
	border: 1px solid #eef3f6;
	border-radius: 2px;
	color: #c2cbd9;
	cursor: pointer;
	display: flex;
	float: left;
	height: 30px;
	justify-content: center;
	line-height: 30px;
	width: 30px;
}
.compare-action:before {
	content: '\f067';
	font-family: Font Awesome\5 Free;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.compare-action:hover {
	background-image: none !important;
	border: 1px solid #d8e0e5;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.pagination {
	margin: 0 0 30px;
}
.pagination > li:empty {
	display: none;
}
.pagination,
.pagination_ajax {
	float: left;
	width: 100%;
}
.pagination > li > a,
.pagination > li > span {
	background-color: #fff;
	border: 1px solid #f1f8ff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
	color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428571429;
	margin-left: -1px;
	padding: 9px 17px;
	position: relative;
	text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
	border: 1px solid #f1f8ff;
	border-radius: 3px;
	color: #fff;
	cursor: default;
	z-index: 2;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	background-color: #fff;
	border: 1px solid #f1f8ff;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.pagination .roundleft a,
.pagination .roundleft span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
.pagination .roundright a,
.pagination .roundright span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	margin-left: -1px;
}
#google_map_prop_list_sidebar .pagination {
	float: left;
	width: 100%;
}
.pagination_ajax,
.pagination_ajax_search {
	padding-left: 15px;
}
.half-pagination .pagination {
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.no_results {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	font-weight: 400;
	text-align: left;
}
#gmap_wrapper {
	position: relative;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
#gmap_wrapper.with_open_street {
	z-index: 1;
}
#gmap_wrapper #googleMap {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
#google_map_prop_list_wrapper {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: relative;
	top: 0;
}
#google_map_prop_list_wrapper.fullscreen {
	height: 100%;
	top: 0;
	width: 100%;
	z-index: 999;
}
#google_map_prop_list_wrapper.fullhalf {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.google_map_shortcode_wrapper {
	height: 400px;
	position: relative;
	width: 100%;
}
#googleMap_shortcode,
.googleMap_shortcode_class {
	background: #f0f0f0;
	height: 100%;
	height: 400px;
	min-height: 400px;
	width: 100%;
}
.scrollon {
	border: 1px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.fullmap {
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 98;
}
.header_full_map {
	z-index: 0;
}
#openmap {
	background-color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	bottom: 0;
	color: var(--wp_estate_link_color-option, var(--wp_estate_link_color));
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 10px;
	pointer-events: auto;
	position: absolute;
	right: 15px;
	text-align: center;
	z-index: 99;
}
.page-template-advanced_search_results .with_search_2 #openmap {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	bottom: 0;
}
#google_map_prop_list_wrapper #openmap {
	display: none;
}
#openmap i {
	margin-right: 5px;
}
.with_search_5 #openmap {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	bottom: 0;
}
#gmap-loading {
	font-size: 27px;
	height: 150px;
	padding-top: 16px;
	width: 300px;
}
#gmap-loading,
#gmap-noresult {
	background-color: #fff;
	color: #333;
	font-weight: 300;
	left: 50%;
	margin: 0 auto 0 -150px;
	opacity: 0.95;
	position: absolute;
	text-align: center;
	top: 20%;
}
#gmap-noresult {
	display: none;
	font-size: 20px;
	height: 78px;
	padding-top: 30px;
	width: 280px;
	z-index: 99;
}
.gmap-controls {
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 50%;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(
		var(
			--wp-estate-main-grid-content-width-option,
			var(--wp-estate-main-grid-content-width)
		)
	);
}
.gmap-controls.with_open_street {
	z-index: 1000;
}
.gmap-controls.with_open_street #map-view,
.gmap-controls.with_open_street #street-view {
	display: none;
}
.fullmap .gmap-controls {
	left: 0;
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}
#street-view {
	align-items: center;
	background-color: var(
		--wp_estate_map_controls_back-option,
		var(--wp_estate_map_controls_back)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: var(
		--wp_estate_map_controls_font_color-option,
		var(--wp_estate_map_controls_font_color)
	);
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	float: left;
	font-size: 13px;
	gap: 5px;
	height: 40px;
	justify-content: center;
	pointer-events: auto;
	position: absolute;
	right: 15px;
	top: 60px;
	width: 119px;
	z-index: 99;
}
#street-view .with_open_street {
	display: none;
}
#street-view:hover {
	background-color: #222;
	color: #fff;
}
#street-view i {
	font-size: 14px;
}
#gmap-control {
	background-color: var(
		--wp_estate_map_controls_back-option,
		var(--wp_estate_map_controls_back)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	height: 40px;
	justify-content: space-evenly;
	opacity: 0.95;
	pointer-events: auto;
	position: absolute;
	right: 15px;
	top: 15px;
}
#gmap-control,
#gmap-control span {
	align-content: center;
	display: flex;
}
#gmap-control span {
	align-items: center;
	color: var(
		--wp_estate_map_controls_font_color-option,
		var(--wp_estate_map_controls_font_color)
	);
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	gap: 5px;
	line-height: 40px;
	padding: 0 15px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#gmap-control .wpresidence_map_styles_wrapper {
	display: none;
	left: 0;
	position: absolute;
	top: 40px;
}
#gmap-control .map-type {
	background-color: var(
		--wp_estate_map_controls_back-option,
		var(--wp_estate_map_controls_back)
	);
	color: var(
		--wp_estate_map_controls_font_color-option,
		var(--wp_estate_map_controls_font_color)
	);
}
.wpestate_full_map_shortcode.contact_map #gmap-next,
.wpestate_full_map_shortcode.contact_map #gmap-prev {
	display: none;
}
.wpestate_full_map_shortcode .gmap-controls {
	left: 0;
	max-width: 100%;
	transform: none;
	width: 100%;
}
.wpestate_full_map_shortcode #gmap-full,
.wpestate_full_map_shortcode #openmap {
	display: none;
}
.wpestate_full_map_shortcode #gmapzoomminus,
.wpestate_full_map_shortcode #gmapzoomplus {
	left: 15px;
}
.wpestate_full_map_shortcode #gmap-control {
	right: 15px;
}
.fullmap #gmap-control {
	z-index: 111;
}
#gmap-next i {
	margin-left: 7px;
	margin-right: 0;
}
#gmap-control span.spanselected,
#gmap-control span:hover,
#google_map_prop_list_wrapper #gmap-control i:hover {
	background-color: #222;
	color: #fff;
}
.gmnoprint img {
	max-width: none !important;
}
#googleMapSlider img,
#googleMap_shortcode img,
.googleMap_shortcode_class img {
	border: none !important;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	max-width: none !important;
}
.mapcontrolon {
	background-color: #333 !important;
	width: 150px !important;
	z-index: 99;
}
#gmap-next {
	border-right: none !important;
}
#gmapzoomplus,
#gmapzoomplus_sh,
.gmapzoomplus_sh {
	font-size: 16px;
	top: 15px;
}
#gmapzoomminus,
#gmapzoomminus_sh,
#gmapzoomplus,
#gmapzoomplus_sh,
.gmapzoomminus_sh,
.gmapzoomplus_sh {
	align-items: center;
	background-color: var(
		--wp_estate_map_controls_back-option,
		var(--wp_estate_map_controls_back)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	color: var(
		--wp_estate_map_controls_font_color-option,
		var(--wp_estate_map_controls_font_color)
	);
	cursor: pointer;
	display: flex;
	font-weight: 300;
	height: 30px;
	justify-content: center;
	left: 15px;
	opacity: 0.95;
	pointer-events: auto;
	position: absolute;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 30px;
	z-index: 99;
}
#gmapzoomminus,
#gmapzoomminus_sh,
.gmapzoomminus_sh {
	font-size: 14px;
	line-height: 13px;
	top: 46px;
}
#google_map_prop_list_wrapper #gmapzoomminus,
#google_map_prop_list_wrapper #gmapzoomplus {
	left: 15px;
}
#gmapzoomminus:hover,
#gmapzoomminus_sh:hover,
#gmapzoomplus:hover,
#gmapzoomplus_sh:hover,
#slider_enable_street_sh:hover,
.gmapzoomminus_sh:hover,
.gmapzoomplus_sh:hover,
.slider_enable_street_sh:hover {
	background-color: #222;
	color: #fff;
}
#gmapzoomminus.smallslidecontrol {
	display: none;
	left: 15px;
	top: 96px;
}
#gmapzoomplus.smallslidecontrol {
	display: none;
	left: 15px;
	padding-top: 5px;
	top: 63px;
}
#gmapzoomplus_sh.shortcode_control i,
.gmapzoomplus_sh.shortcode_control i {
	margin-right: 0;
}
#gmapzoomminus_sh.shortcode_control,
.gmapzoomminus_sh.shortcode_control {
	left: 15px;
	top: 47px;
}
#gmapzoomminus_sh.shortcode_control i,
.gmapzoomminus_sh.shortcode_control i {
	margin-right: 0;
}
.with_open_street #gmapzoomminus_sh.shortcode_control,
.with_open_street #gmapzoomplus_sh.shortcode_control,
.with_open_street .gmapzoomminus_sh.shortcode_control,
.with_open_street .gmapzoomplus_sh.shortcode_control {
	z-index: 999;
}
.with_open_street #slider_enable_street_sh,
.with_open_street .slider_enable_street_sh {
	display: none;
}
i.fas.fa-location-arrow {
	line-height: 30px;
	margin-right: 0;
}
#slider_enable_street_sh,
.slider_enable_street_sh {
	background-color: var(
		--wp_estate_map_controls_back-option,
		var(--wp_estate_map_controls_back)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-sizing: border-box;
	color: var(
		--wp_estate_map_controls_font_color-option,
		var(--wp_estate_map_controls_font_color)
	);
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 300;
	height: 30px;
	left: 15px;
	line-height: 30px;
	pointer-events: auto;
	position: absolute;
	text-align: center;
	top: 46px;
	top: 79px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 30px;
	z-index: 99;
}
#google-default-search {
	box-shadow: 3px 1px 20px 0 rgba(0, 110, 225, 0.08);
	left: 90px;
	pointer-events: auto;
	position: absolute;
	top: 15px;
	width: 300px;
}
#google_map_prop_list_wrapper #google-default-search {
	left: 46px;
	left: 52px;
	position: absolute;
	right: auto;
	top: 15px;
	width: 185px;
}
#gmap-control span.map-type {
	color: var(
		--wp_estate_map_controls_font_color-option,
		var(--wp_estate_map_controls_font_color)
	);
}
#gmap-control span.map-type:hover {
	color: #fff;
}
#map-view-satellite {
	top: 80px;
}
#map-view-hybrid {
	top: 120px;
}
#map-view-terrain {
	top: 160px;
}
#map img {
	max-width: none;
}
.tooltip-inner {
	background: #333;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	font-size: 12px;
}
.tooltip[data-popper-placement^='top'] .tooltip-arrow:before {
	border-top-color: #333 !important;
}
.tooltip[data-popper-placement^='bottom'] .tooltip-arrow:before {
	border-bottom-color: #333 !important;
}
.tooltip[data-popper-placement^='left'] .tooltip-arrow:before {
	border-left-color: #333 !important;
}
.tooltip[data-popper-placement^='right'] .tooltip-arrow:before {
	border-right-color: #333 !important;
}
img.aligncenter {
	margin: 5px auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.gallery-caption,
.wp-caption-text {
	box-sizing: border-box;
	color: #434953;
	margin-top: 3px;
	width: 98%;
}
.alignleft {
	float: left;
}
ul.wp-block-gallery {
	margin-left: 0;
}
.wp-block-cover-image.alignright {
	margin-left: 10px;
}
.wp-block-button.alignleft,
.wp-block-cover-image.alignleft,
.wp-block-image.alignleft {
	margin-right: 10px;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
.dsidx-standalone-disclaimer,
.hidden-idx {
	display: none;
}
div.dsidx-results-widget .dsidx-controls {
	border-top: 0 dotted #ededed !important;
}
.dsidx-results-widget .dsidx-slideshow-control {
	background-color: #fdfdfd;
	height: 27px !important;
	padding: 2px 25px 7px !important;
	position: absolute;
}
.dsidx-results-widget .dsidx-slideshow,
.dsidx-results-widget .dsidx-slideshow li,
.dsidx-results-widget .dsidx-slideshow ul {
	height: 224px !important;
	overflow: hidden;
}
.dsidx-results-widget,
.dsidx-slideshow {
	padding: 35px 0 !important;
}
.dsidx-details #dsidx-description {
	background-image: none;
	clear: both;
	font-size: 14px;
	margin: 5px 0 15px;
	padding: 10px;
	position: relative;
}
#dsidx .h3,
#dsidx h3 {
	border-bottom: none;
	margin-bottom: 26px;
}
.dsidx-prop-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
}
.dsidx-shortcode-item table,
.dsidx-shortcode-map {
	margin-left: 0 !important;
}
.dsidx-resp-area input[type='text'],
.dsidx-resp-area select,
select.dsidx-resp-select {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #747c83 !important;
	height: 36px !important;
}
.dsidx-resp-area input[type='text'],
.dsidx-resp-area select {
	border: 1px solid #f0f0f0;
	line-height: 36px;
	padding-left: 5px;
}
.dsidx-resp-vertical .dsidx-resp-area-submit input[type='submit'],
.sidebar .dsidx-resp-area-submit input[type='submit'] {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
	border-bottom: 3px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
	border-left: 0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	) !important;
	border-right: 0;
	border-top: 0;
	color: #fff;
	font-size: 14px !important;
	line-height: normal !important;
	margin-bottom: 0 !important;
	padding: 9px 26px !important;
	text-transform: uppercase;
	width: 100%;
}
.iosfixed {
	display: block !important;
	left: auto;
	position: absolute !important;
	right: 45px;
}
#property_area_submit_hidden,
#property_city_submit_hidden {
	display: none;
}
#lang_sel {
	z-index: 999;
}
#lang_sel a,
#lang_sel a:visited {
	padding: 5px 10px !important;
}
#lang_sel a.lang_sel_sel {
	padding: 0 10px !important;
}
#lang_sel img.iclflag {
	top: -1px !important;
}
.new_prelader {
	-webkit-animation: PreloaderSpin 2s linear infinite;
	animation: PreloaderSpin 2s linear infinite;
	border: 2px solid transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-top: 2px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	height: 80px;
	left: 50%;
	margin: -40px 0 0 -40px;
	position: absolute;
	top: 63%;
	width: 80px;
	z-index: 1001;
}
.new_prelader:before {
	-webkit-animation: PreloaderSpin 3s linear infinite;
	animation: PreloaderSpin 3s linear infinite;
	border: 2px solid transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-top-color: #b07d8c;
	bottom: 4px;
	content: '';
	left: 4px;
	position: absolute;
	right: 4px;
	top: 4px;
}
.new_prelader:after {
	-webkit-animation: PreloaderSpin 1.5s linear infinite;
	animation: PreloaderSpin 1.5s linear infinite;
	border: 2px solid transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-top-color: #0dc3f8;
	bottom: 10px;
	content: '';
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}
@-webkit-keyframes PreloaderSpin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes PreloaderSpin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
#listing_loader,
#listing_loader2,
#listing_loader_maps {
	display: none;
	float: left;
	height: 81px;
	padding-top: 35px;
	position: relative;
	text-align: center;
	width: 100%;
}
#listing_loader .new_prelader {
	top: 25%;
}
#listing_loader.map_loader,
#listing_loader_maps.map_loader {
	display: block;
	margin-top: -27px !important;
}
.listing_loader_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	display: none;
	float: left;
	font-family: Roboto, sans-serif;
	font-size: 36px;
	line-height: 1.3em;
	width: 100%;
}
.wpestate_marker {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 3px 9px 15px -1px rgba(0, 0, 0, 0.1);
	color: #222;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2em;
	min-width: 50px;
	padding: 3px 10px;
	position: absolute;
	text-align: center;
	transform: translate(-50%, -100%);
	white-space: nowrap;
	width: auto;
}
.wpestate_marker:before {
	border-left: 7px solid hsla(0, 0%, 80%, 0);
	border-right: 7px solid hsla(0, 0%, 80%, 0);
	border-top: 6px solid #fff;
	bottom: -5px;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	width: 0;
}
.wpestate_marker span {
	color: #0d0d0d;
	font-size: 13px;
}
.hover_z_pin.wpestate_marker span,
.wpestate_marker.sales span {
	color: #fff;
}
.hover_z_pin {
	z-index: 9999;
}
.hover_z_pin,
.openstreet_price_marker_on_click_parent .wpestate_marker,
.wpestate_marker.openstreet_price_marker_on_click {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
	color: #fff;
}
.openstreet_price_marker_on_click_parent .wpestate_marker:before,
.wpestate_marker.openstreet_price_marker_on_click:before {
	border-left: 7px solid hsla(0, 0%, 80%, 0);
	border-right: 7px solid hsla(0, 0%, 80%, 0);
	border-top: 6px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
	bottom: -5px;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	width: 0;
}
.wpestate_marker.openstreet_price_marker:hover:before {
	border-top: 6px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}
.wpestate_marker.openstreet_price_marker:hover {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	) !important;
	color: #fff;
}
.wpestate_marker.openstreet_price_marker:hover span {
	color: #fff;
}
.hover_z_pin:before {
	border-top: 6px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color)) !important;
}
.wpestate_marker.sales {
	background-color: var(
		--wp-estate-second-color-option,
		var(--wp-estate-second-color)
	);
	color: #fff;
}
.wpestate_marker.sales:before {
	border-top: 6px solid
		var(--wp-estate-second-color-option, var(--wp-estate-second-color));
}
.wpestate_marker.sales:after {
	border-top: 4px solid
		var(--wp-estate-second-color-option, var(--wp-estate-second-color));
}
.admin-bar {
	margin-top: 32px;
}
#all_wrapper {
	min-height: 100vh;
	touch-action: pan-y;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	width: 100%;
}
#all_wrapper.wpresidence_is_boxed {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	max-width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
#all_wrapper.wpresidence_is_boxed
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul {
	padding: 25px;
	width: 100%;
}
#all_wrapper .content_wrapper {
	padding: 0;
	position: relative;
}
#all_wrapper .wpresidence_page_content_wrapper {
	background-color: var(
		--wp_estate_content_back_color-option,
		var(--wp_estate_content_back_color)
	);
	margin: 0 auto !important;
	max-width: 100%;
	padding: 0 15px;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
#elementor-preview .page-template-default #all_wrapper {
	background: red;
}
#elementor-preview .page-template-default #all_wrapper .content_wrapper,
.wpresidence-content-container-wrapper {
	max-width: 100%;
	padding: 0 15px;
	width: var(
		--wp-estate-main-grid-content-width-option,
		var(--wp-estate-main-grid-content-width)
	);
}
.wpresidence-content-container-wrapper {
	background-color: var(
		--wp_estate_content_back_color-option,
		var(--wp_estate_content_back_color)
	);
	margin: 0 auto;
}
.snapjs-left .website-wrapper {
	position: fixed;
}
.elementor-template-full-width .container.content_wrapper {
	max-width: 100%;
}
.pre_search_wrapper {
	display: inline;
	padding: 0;
}
.elementor-template-full-width .content_wrapper {
	padding: 0;
}
.page-template-splash_page .container.c {
	display: none;
}
.fixed_header .content_wrapper {
	background-color: transparent;
}
.fixed_header {
	position: fixed;
	z-index: 999;
}
.search_wrapper .tab-pane.container {
	max-width: 100%;
	padding: 0;
}
.page-template .single-content {
	margin-bottom: 15px;
}
.rev_slider_wrapper {
	z-index: 0 !important;
}
.single-estate_agent .widget-area-sidebar {
	margin-top: 0;
}
#primary,
.wpestate_column_content {
	width: 100%;
}
@media (min-width: 992px) {
	.wpestate_column_content.col-lg-8 {
		width: var(--wp-estate-main-content-width-option, 66.66667%);
	}
	#primary {
		width: calc(100% - var(--wp-estate-main-content-width-option, 66.66667%));
	}
}
.single-content {
	font-size: 14px;
	line-height: 1.65em;
	margin-bottom: 15px;
	padding: 0;
	width: 100%;
}
.single-content:empty {
	height: 0;
	margin-bottom: 0;
}
.single-content .single-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin: 0 0 10px;
	word-break: normal;
}
.single-content .meta-info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 5px;
	margin-bottom: 30px;
	padding: 0;
	width: 100%;
}
.single-content .meta-info a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.single-content .meta-info a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.single-content .meta-info a .fa {
	margin-right: 2px;
}
.single-content .meta-info .meta-element .meta_icon {
	background: #f7f8f8;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	text-align: center;
	width: 25px;
}
.single-content .meta-info .meta-element .meta_icon.firsof {
	margin-left: 0;
}
.single-content .prop_social_single {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	width: 100%;
}
.single-content .prop_social_single a {
	align-content: center;
	background: #f7f8f8;
	border-radius: 50%;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 13px;
	height: 30px;
	justify-content: center;
	width: 30px;
}
.single-content .prop_social_single a:hover {
	color: #0073e6;
}
.single-content p {
	margin-bottom: 15px;
	word-break: break-word;
}
.single-content p a {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.single-content p a:hover {
	color: #0761b7;
}
.woocommerce-checkout .single-content {
	float: left;
}
.wpestate_after_content {
	padding: 0 30px;
}
.list404 {
	margin-bottom: 60px;
}
.entry-title {
	margin: 0 0 25px;
	width: 100%;
	word-break: break-word;
}
.home .entry-title {
	margin-top: 30px;
}
.listing_main_image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 515px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.entry-title.entry-tax {
	margin-top: -45px;
}
.entry-tax {
	font-size: 46px;
	margin-top: -54px;
}
.entry-tax,
.tax_tagline {
	color: #fff;
	left: auto;
	position: absolute;
	right: auto;
	text-align: center;
	text-decoration: none;
	top: 50%;
	width: 100%;
	z-index: 11;
}
.tax_tagline {
	font-size: 20px;
	margin-top: 25px;
}
.img-overlay {
	background-color: #3e4453;
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}
.wpestate_term_list {
	font-weight: 500;
	list-style-type: none;
	margin: 0;
	width: 100%;
}
.wpestate_term_list li {
	padding: 2px 0;
	width: 100%;
}
.wpestate_term_list span {
	background: #0073e0;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	padding: 2px 5px;
}
.elementor-location-archive {
	float: left;
}
.blog_list_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	margin: 0 -15px;
	min-height: 400px;
	width: 100%;
}
.contact-wrapper {
	background: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	line-height: 1.65em;
	margin: 0 0 15px;
	padding: 15px 15px 30px;
	padding: calc(
			var(--wp-estate-contentarea-internal-padding-top-option, 30px) - 15px
		)
		calc(
			var(--wp-estate-contentarea-internal-padding-right-option, 30px) - 15px
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		calc(var(--wp-estate-contentarea-internal-padding-left-option, 30px) - 15px);
	width: 100%;
}
.contact-wrapper .contact_page_company_details .company_headline {
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
.contact-wrapper .contact_page_company_details .company_headline .h3,
.contact-wrapper .contact_page_company_details .company_headline h3 {
	font-size: 35px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.contact-wrapper
	.contact_page_company_details
	.company_headline
	.company_headlin_addr {
	color: var(--wp-estate-font-color-option, #222);
	font-size: 18px;
	width: 100%;
}
.contact-wrapper
	.contact_page_company_details
	.company_headline
	.header_social {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 15px 0;
	width: 100%;
}
.contact-wrapper
	.contact_page_company_details
	.company_headline
	.header_social
	a
	i {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--wp-estate-font-color-option, #222);
	display: inline-block;
	font-size: 17px;
	font-size: 15px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.contact-wrapper
	.contact_page_company_details
	.company_headline
	.header_social
	a
	i:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.contact-wrapper .contact_page_company_details .contact_detail {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0 !important;
}
.contact-wrapper .contact_page_company_details .contact_detail span {
	float: left;
	font-weight: 500;
	min-width: 65px;
}
.contact-wrapper .company_headline_content {
	display: inline-block;
	margin: 30px 0;
}
.contact-wrapper .contact_page_company_picture img {
	max-width: 100%;
	width: auto;
}
.contact-content {
	float: left;
	width: 100%;
}
.contact-content .agent_contanct_form {
	background: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 30px;
	padding: var(
			--wp-estate-contentarea-internal-padding-top-option,
			var(--wp_estate_contentarea_internal_padding_top)
		)
		var(
			--wp-estate-contentarea-internal-padding-right-option,
			var(--wp_estate_contentarea_internal_padding_right)
		)
		var(
			--wp-estate-contentarea-internal-padding-bottom-option,
			var(--wp_estate_contentarea_internal_padding_bottom)
		)
		var(
			--wp-estate-contentarea-internal-padding-left-option,
			var(--wp_estate_contentarea_internal_padding_left)
		);
	width: 100%;
}
.contact-content .agent_contanct_form .schedule_meeting {
	display: none;
}
.contact_map_container {
	background: var(
		--wp_estate_content_area_back_color-option,
		var(--wp_estate_content_area_back_color)
	);
	border: none;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
	left: 50%;
	margin-left: -550px;
	margin-top: -210px;
	min-width: 20%;
	overflow: hidden;
	padding: 45px 45px 35px;
	position: absolute;
	top: 50%;
	width: 350px;
	z-index: 10;
}
.contact_map_container .h4,
.contact_map_container h4 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	vertical-align: middle;
}
.contact_map_container .h4:last-of-type,
.contact_map_container h4:last-of-type {
	margin-top: 20px;
}
.contact_map_container .contact_detail {
	align-items: flex-start;
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	gap: 10px;
	line-height: 1.6em;
	margin-bottom: 5px;
}
.contact_map_container .contact_detail i {
	font-size: 13px;
	line-height: 1.7em;
}
.contact_map_container .contact_detail a {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
}
.contact_map_container .contact_detail a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.with_open_street .contact_map_container {
	z-index: 999;
}
.wpestate_full_map_shortcode .contact_map_container {
	left: 50%;
	margin-left: -555px;
}
.contact-comapany-logo {
	float: left;
	margin-right: 13px;
}
#contactinfobox {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-weight: 900;
	margin-bottom: 0;
	margin-top: 35px;
}
.contactaddr {
	color: #444;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 25px !important;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}
.page-template-contact_page #gmap-next,
.page-template-contact_page #gmap-prev {
	display: none;
}
.page-template-contact_page .agent_detail {
	display: flex;
	width: 100%;
}
.web {
	display: inline;
}
#new_post .alert-warning {
	line-height: 18px;
}
#new_post select,
.page-template-front_property_submit select,
.page-template-user_dashboard_add_agent select,
.page-template-user_dashboard_profile select {
	border: 1px solid #eee;
	font-size: 13px;
	width: 100%;
}
.featurescol {
	float: left;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 33%;
}
.submit_container {
	border: 0 solid #dde4e9;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin: 0 15px;
}
.submit_container label {
	width: auto;
}
.submit_container input[type='checkbox'] {
	float: left;
	margin: 4px 10px 0 0;
}
.featurescol label {
	cursor: pointer;
	font-size: 14px;
}
.submit_container_header {
	background-color: #263238;
	border-bottom: 1px solid #f0f0f0;
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 14px 0 14px 13px;
	text-transform: uppercase;
}
#google_capture {
	margin-bottom: 10px;
	margin-top: 10px;
}
#form_submit_1 {
	margin-right: 10px;
}
#front_submit_form .wp-editor-wrap,
.full_form,
.submit_container .wp-editor-wrap {
	float: left;
	width: 100%;
}
.full_form {
	padding-left: 2%;
	padding-right: 2%;
}
.full_form_image {
	margin-left: 5px;
	margin-top: 10px;
}
.half_form {
	float: left;
	margin-bottom: 0;
	margin-right: 0;
	min-height: 78px;
	padding-left: 2%;
	padding-right: 2%;
	width: 50%;
}
.half_form_last {
	margin-left: 4%;
}
.submit_container input[type='email'],
.submit_container input[type='number'],
.submit_container input[type='password'],
.submit_container input[type='text'],
.submit_container input[type='url'],
.submit_container textarea {
	width: 100%;
}
.submit_container .col-md-8 {
	padding-left: 0;
	padding-right: 0;
}
#add-new-image {
	margin-top: 13px;
}
#googleMapsubmit {
	border: 1px solid #dde4e9;
	float: left;
	height: 300px;
	margin: 9px 0 30px;
	width: 100%;
}
.page-template-user_dashboard_profile #googleMapsubmit {
	border: 1px solid #dde4e9;
	float: left;
	height: 300px;
	margin: 0 0 20px;
	width: 100%;
}
#new_post {
	margin-bottom: 26px;
}
.showmod {
	z-index: 999999;
}
.edit-images {
	float: left;
	margin: 0 13px 13px 0;
	position: relative;
}
.delete_image {
	background: #d9534f;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	left: 0;
	padding: 4px;
	position: absolute;
	text-align: center;
	width: 143px;
}
#add-new-image {
	background-color: #f7f7f7;
	color: #222;
	cursor: pointer;
	float: left;
	margin-bottom: 20px;
	padding: 9px 11px;
}
#imagelist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.image_max_warn {
	background-color: #ed5565;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 13px;
	margin-left: 13px;
	padding: 1px 5px;
	width: auto !important;
}
#imagelist .uploaded_images {
	float: left;
	margin: 0 0 5px 5px;
	max-width: 200px;
	overflow: hidden;
	position: relative;
	width: 32.3%;
}
#imagelist .uploaded_images i {
	background-color: #ff754c;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	left: 0;
	margin: 5px;
	padding: 8px;
	position: absolute;
	top: 0;
}
#imagelist .image_caption.form_control {
	margin: 5px 0 !important;
	padding: 5px 0 5px 5px;
}
#imagelist .uploaded_images i.image_caption_button {
	left: 33px;
}
#imagelist .uploaded_images i.image_caption_button.active_caption {
	background-color: var(
		--wp-estate-main-color-option,
		var(--wp-estate-main-color)
	);
}
#imagelist .uploaded_images .thumber {
	cursor: none;
	left: auto;
	right: 0;
}
#imagelist .uploaded_images img {
	cursor: pointer;
	height: auto;
	width: 100%;
}
.image_caption_wrapper {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	display: none;
	left: 0;
	padding: 3px;
	position: absolute;
	top: 34px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
input.image_caption {
	font-size: 12px;
	height: auto !important;
	margin: 0 !important;
	padding: 3px 0 3px 3px;
}
.submit_container #aaiu-upload-imagelist {
	float: left;
	height: auto;
	width: 100%;
}
.submit_container #aaiu-upload-imagelist div {
	font-weight: 500;
	margin-left: 15px;
}
#aaiu-upload-imagelist:empty {
	height: 0;
}
.aaiu-upload-list:empty {
	margin: 0;
}
#imagelist .moxie-shim.moxie-shim-html5 {
	left: 0;
	position: relative;
	top: 0;
}
.submit_container #aaiu-uploader {
	display: block;
	float: none;
	margin: 72px auto 0 !important;
	min-width: 160px;
}
#drag-and-drop {
	background-color: #efefef;
	border: 1px dashed #dfdfdf;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	float: left;
	margin: 10px 0;
	min-height: 140px;
	position: relative;
	width: 100%;
}
.drag-drop-msg {
	position: absolute;
	text-align: center;
	top: 10px;
	width: 100%;
}
.drag-drop-msg .fas {
	color: #a5c2de;
	display: inherit;
	font-size: 35px;
}
.aaiu_button {
	background-color: #f7f7f7;
	color: #fff;
	cursor: pointer;
	float: left;
}
#aaiu-upload-imagelist {
	font-size: 12px;
	margin-bottom: 5px;
	width: 100%;
}
#embed_video_type,
#prop_category_submit {
	margin-bottom: 13px;
}
.compare_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.compare_wrapper .compare_legend_head_wrapper {
	display: flex;
	gap: 10px;
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head {
	flex: 1;
	margin-bottom: 30px;
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head a:hover {
	text-decoration: none;
}
.compare_wrapper .compare_legend_head_wrapper .compare_item_head .h4,
.compare_wrapper .compare_legend_head_wrapper .compare_item_head h4 {
	margin-bottom: 8px;
	margin-top: 13px;
}
.compare_wrapper
	.compare_legend_head_wrapper
	.compare_item_head
	.property_price {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 12px;
}
.compare_wrapper .compare_item {
	display: flex;
	gap: 10px;
}
.compare_wrapper .compare_item:nth-child(odd) {
	background-color: #fff;
}
.compare_wrapper .compare_item:nth-child(2n) {
	background-color: #f5f5f5;
}
.compare_wrapper .compare_yes {
	color: #1abc9c;
	font-size: 18px;
	margin-top: -2px;
}
.compare_wrapper .compare_no {
	color: #ed5565;
	font-size: 18px;
	margin-top: -2px;
}
.compare_wrapper .compare_legend_head {
	margin-bottom: 9px;
	margin-top: 9px;
	width: 120px;
}
.compare_wrapper .prop_value {
	flex: 1;
	font-size: 12px;
	margin-bottom: 9px;
	margin-top: 9px;
	padding-right: 10px;
}
.prop-compare {
	background: #fff;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
	color: #222;
	font-size: 14px;
	min-height: 133px;
	padding: 13px 0 13px 13px;
	position: fixed;
	right: -240px;
	top: 167px;
	width: 239px;
	z-index: 99;
}
.prop-compare #compare_close {
	align-items: center;
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	border-bottom-left-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 30px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.prop-compare .title_compare {
	margin-bottom: 10px;
}
.prop-compare .items_compare {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	float: left;
	margin-right: 10px;
	width: 100px;
}
.prop-compare .items_compare img {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	margin-bottom: 10px;
}
.prop-compare #submit_compare {
	cursor: pointer;
	height: 58px;
	margin-bottom: 0;
	min-width: 1px;
	padding: 0 21px;
}
.nocomapare {
	display: inline-block;
	margin: 20px auto;
	text-align: center;
	width: 400px;
}
.compare_ajax_wrapper {
	margin: 0 15px;
}
.half_map_body .prop-compare {
	z-index: 9999;
}
#compare_close_modal {
	background: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	color: #fff;
	cursor: pointer;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
#google_map_prop_list_sidebar .prop-compare {
	border-bottom: none;
	margin: 15px 20px 0 31px;
	padding-left: 0;
}
.compare_agent {
	margin: 0 15px 30px;
	max-width: 805px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.navigation_container {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
	width: 100%;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.navigation_container
	a {
	background: #f2f2f2;
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 30px;
	text-align: center;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.navigation_container
	a.active {
	background: #fff;
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper {
	background-color: #fff;
	float: left;
	margin-bottom: 45px;
	padding: 30px;
	width: 100%;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step {
	display: none;
	overflow: hidden;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step.step_1 {
	display: block;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.wpestate_dashboard_section_title {
	color: var(
		--wp_estate_headings_color-option,
		var(--wp_estate_headings_color)
	);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	.col-md-12,
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	.col-md-6 {
	float: left;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	label {
	float: left;
	width: 100%;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	label.features_amm_label,
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	label.wpestate_check_label {
	float: none;
	width: auto;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	input[type='number'],
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	input[type='text'],
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	select,
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	textarea {
	background: #e4e4e4;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: none;
	float: left;
	font-size: 14px;
	height: 56px;
	margin-bottom: 15px;
	opacity: 0.5;
	padding: 15px 0 15px 9px;
	width: 100%;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	input[type='number']:focus,
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	input[type='text']:focus,
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	select:focus,
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	textarea:focus {
	background: #fff;
	border: 2px solid
		var(--wp-estate-main-color-option, var(--wp-estate-main-color));
	opacity: 1;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	select {
	background: #e4e4e4;
	color: #11142d;
	opacity: 0.5;
	padding: 0 6px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.profile-onprofile
	textarea {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	height: auto;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.single_step
	.features_submit
	p {
	margin-bottom: 10px;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.navigation_container_footer
	button {
	margin: 30px 20px 0 0;
}
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.navigation_container_footer
	#front_submit_prev_step,
.col-md-12.page-template-front_property_submit.wpestate_inside_container
	#front_submit_form
	.submit_property_front_wrapper
	.navigation_container_footer
	#submit_property {
	display: none;
}
.page-template-front_property_submit .navigation_buttons_wrapper_top {
	display: inline-block;
	height: 1px;
	opacity: 0;
}
.page-template-front_property_submit
	.add-estate.profile-page.profile-onprofile.row:first-child {
	border: none;
}
.page-template-front_property_submit #facebookloginsidebar_mobile,
.page-template-front_property_submit #googleloginsidebar_mobile,
.page-template-front_property_submit #twitterloginsidebar_mobile,
.page-template-front_property_submit .login_row {
	display: none;
}
.page-template-front_property_submit .login_header_text {
	color: #263238;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.page-template-front_property_submit .submit_mandatory {
	background: #ff754c;
	border-radius: 8px;
	color: #fff;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding: 15px;
}
.page-template-front_property_submit #embed_video_id,
.page-template-front_property_submit #embed_video_type {
	max-width: 50%;
}
.page-template-front_property_submit
	.page-template-front_property_submit.wpestate_inside_container {
	margin-top: 30px;
}
.page-template-front_property_submit .quicktags-toolbar {
	border: 0;
	padding: 10px;
}
.page-template-front_property_submit .wp-editor-container {
	border: 0;
}
.page-template-front_property_submit .feature_chapter_name {
	margin-bottom: 15px;
	margin-left: 15px;
	width: 100%;
}
.page-template-splash_page .ui-autocomplete.ui-widget-content {
	max-height: 200px !important;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
}
.page-template-splash_page {
	height: 100%;
}
.page-template-splash_page #all_wrapper {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.page-template-splash_page .wpestate_header_image,
.page-template-splash_page .wpestate_header_video {
	height: 100% !important;
	position: absolute;
	top: 0;
}
.page-template-splash_page .with_search_on_end,
.page-template-splash_page .with_search_on_start {
	display: none;
}
.page-template-splash_page .heading_over_image_wrapper,
.page-template-splash_page .heading_over_video_wrapper {
	top: 45%;
}
.page-template-splash_page .carousel-control.left,
.page-template-splash_page .carousel-control.right {
	z-index: 90;
}
#splash_slider_wrapper,
.splash_slider_item {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.splash_slider_item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
}
#splash_slider_wrapper .item.splash_slider_item.active {
	opacity: 1;
}
#footer_alert-agent-contact_sh {
	max-width: 100%;
	width: 100%;
}
.elementor-widget-wpresidence_navigation_menu {
	position: static !important;
}
.elementor-widget-wpresidence_navigation_menu
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li {
	line-height: normal;
}
.elementor-widget-wpresidence_navigation_menu
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	ul
	li.with-megamenu
	> ul,
.elementor-widget-wpresidence_navigation_menu
	.wpresidence-navigation-menu
	.menu-mega-menu-updated-container
	> ul
	> li:hover
	> ul {
	top: unset;
}
.wpestate_elementor_header_custom {
	position: relative;
	z-index: 999;
}
[data-elementor-device-mode='desktop'] .wpestate-show-menu-desktop,
[data-elementor-device-mode='mobile'] .wpestate-show-menu-desktop,
[data-elementor-device-mode='mobile'] .wpestate-show-menu-mobile,
[data-elementor-device-mode='mobile'] .wpestate-show-menu-tablet,
[data-elementor-device-mode='tablet'] .wpestate-show-menu-desktop,
[data-elementor-device-mode='tablet'] .wpestate-show-menu-tablet {
	display: block;
}
[data-elementor-device-mode='mobile'] .wpestate-hide-menu-mobile,
[data-elementor-device-mode='mobile'] .wpestate-hide-menu-tablet,
[data-elementor-device-mode='tablet'] .wpestate-hide-menu-mobile,
[data-elementor-device-mode='tablet'] .wpestate-hide-menu-tablet {
	display: none;
}
.elementor-widget-wpresidence_navigation_menu
	.menu-mega-menu-updated-container
	> ul
	> li:after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}
.elementor-widget-wpresidence_navigation_menu
	.wpresidence-navigation-menu
	ul.menu
	> li:not(:last-child):after {
	align-items: center;
	border-left: 0 solid;
	border-color: #000;
	content: ' ';
	display: flex;
	height: 30%;
}
.wpestate_submenu_icon_angle .menu-item-has-children > a:after,
.wpestate_submenu_icon_angle .sub-menu .menu-item-has-children > a:after {
	content: '\f105';
	float: right;
	font-family: Font Awesome\5 Free;
	font-weight: 700;
}
.wpestate_submenu_icon_angle > .menu-item-has-children > a:after {
	margin-left: 15px;
	transform: rotate(90deg);
}
.wpestate_submenu_icon_carret .menu-item-has-children > a:after,
.wpestate_submenu_icon_carret .sub-menu .menu-item-has-children > a:after {
	content: '\f0d7';
	float: right;
	font-family: Font Awesome\5 Free;
	font-weight: 700;
}
.wpestate_submenu_icon_carret > .menu-item-has-children > a:after {
	margin-left: 15px;
}
.wpestate_submenu_icon_carret .sub-menu .menu-item-has-children > a:after {
	transform: rotate(-90deg);
}
.wpestate_submenu_icon_circle-carret .menu-item-has-children > a:after,
.wpestate_submenu_icon_circle-carret
	.sub-menu
	.menu-item-has-children
	> a:after {
	content: '\f13a';
	float: right;
	font-family: Font Awesome\5 Free;
	font-weight: 700;
}
.wpestate_submenu_icon_circle-carret > .menu-item-has-children > a:after {
	margin-left: 15px;
}
.wpestate_submenu_icon_circle-carret
	.sub-menu
	.menu-item-has-children
	> a:after {
	transform: rotate(-90deg);
}
.wpestate_submenu_icon_arrow .menu-item-has-children > a:after,
.wpestate_submenu_icon_arrow .sub-menu .menu-item-has-children > a:after {
	content: '\f063';
	float: right;
	font-family: Font Awesome\5 Free;
	font-weight: 700;
}
.wpestate_submenu_icon_arrow > .menu-item-has-children > a:after {
	margin-left: 15px;
}
.wpestate_submenu_icon_arrow .sub-menu .menu-item-has-children > a:after {
	transform: rotate(-90deg);
}
.wpestate_submenu_icon_plus .menu-item-has-children > a:after,
.wpestate_submenu_icon_plus .sub-menu .menu-item-has-children > a:after {
	content: '+';
	float: right;
	font-family: Font Awesome\5 Free;
	font-weight: 700;
}
.wpestate_submenu_icon_plus > .menu-item-has-children > a:after {
	margin-left: 15px;
}
.wpestate-elementor-menu-mobile-container {
	display: none;
}
.wpestate-elementor-menu-mobile-container .wpestate_mobile_menu_trigger,
.wpestate-elementor-menu-mobile-container .wpestate_mobile_menu_trigger_close {
	background-color: #fff;
	cursor: pointer;
	display: flex;
	float: left;
	font-size: 15px;
	justify-content: start;
	padding: 15px;
}
.wpestate-elementor-menu-mobile-container .wpestate_mobile_menu_trigger_close {
	display: none;
}
.wpestate-elementor-menu-mobile-container svg {
	height: 25px;
	max-width: 100px;
	width: 25px;
}
.wpestate-elementor-menu-mobile-container .mobilex-menu {
	background-color: #fff;
	display: none;
	left: 0;
	margin: 0;
	min-width: 250px;
	position: absolute;
	right: 0;
	top: 60px;
	width: 100vw;
	z-index: 99;
}
.wpestate-elementor-menu-mobile-container .mobilex-menu li a {
	color: #5c727d;
	padding: 15px;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.wpresidence_elementor_social_sidebar_internal {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	min-width: 10px;
}
.wpresidence_elementor_social_sidebar_internal a {
	background-color: transparent;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 41px;
}
.wpresidence_elementor_social_sidebar_internal a:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.wpestate_language_drop_wrapper .dropdown-menu {
	background: transparent;
	border: none;
	min-width: 110px;
}
.wpestate_language_drop_wrapper .dropdown-menu a {
	display: block;
	padding: 5px 10px;
	width: 100%;
}
.wpresidence_submit_button_wrapper {
	display: flex;
	min-height: 1px;
	min-width: 1px;
}
.wpresidence_header_elementor_user_wrap {
	position: relative;
}
.elementor-element-edit-mode .wpresidence-studio-show-menu #user_menu_open {
	display: block;
}
.wpresidence_header_elementor_user_wrap #user_menu_open {
	left: -175px;
	right: auto;
}
.row.row_user_dashboard {
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-left: 0;
	margin-right: 0;
	min-height: 800px;
	overflow: hidden;
}
.change_pass,
.user_details_row,
.wpestate_dashboard_section_title {
	color: var(
		--wp-estate-user-dashboard-content-color-option,
		var(--wp_estate_user_dashboard_content_color)
	);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.col-md-9.dashboard-margin {
	align-content: flex-start;
	background-color: var(
		--wp-estate-user-dashboard-content-background-option,
		var(--wp_estate_user_dashboard_content_back)
	);
	flex: auto;
}
.wpestate_dashboard_section_title.inbox_title {
	margin-bottom: 45px;
	margin-left: 0;
}
.row.property_wrapper_dash.inbox_row {
	padding: 0;
}
.message_listing {
	position: relative;
	width: 100%;
}
.message_listing .message_header {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	float: left;
	gap: 5px;
	justify-content: space-between;
	margin: 0;
	padding: 30px 0;
	width: 100%;
}
.message_listing .mess_date,
.message_listing .mess_from,
.message_listing .mess_subject {
	line-height: 26px;
	margin-top: 5px;
}
.message_listing .mess_from {
	cursor: pointer;
}
.message_listing .message-action i {
	color: #fff;
}
.message_listing .mess_content {
	background: #fafafa;
	border-radius: 8px;
	display: none;
	padding: 20px 15px 15px;
	word-break: break-word;
}
.message_listing .mess_content .message_content {
	line-height: 1.3em;
}
.message_listing .mess_content .mess_content-list-replies {
	padding-top: 20px;
}
.message_listing .mess_content .mess_content-list-replies .h4,
.message_listing .mess_content .mess_content-list-replies h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.message_listing .mess_content .mess_content-list-replies_unit {
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 30px 15px;
}
.message_listing .mess_content .mess_content-list-replies_unit:nth-child(odd) {
	background-color: #fff;
}
.message_listing .mess_reply_form {
	background: #fafafa;
	border-radius: 8px;
	display: none;
	margin: -7px 0 -1px;
	padding: 0 15px 15px;
}
.message_listing .mess_reply_form .message_reply_content {
	min-height: 200px;
}
.message_listing .mess_delete,
.message_listing .mess_read_mess,
.message_listing .mess_reply,
.message_listing .mess_send_reply {
	border-left: 1px solid #e8ebf0;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	padding: 3px 0 0 3px;
	width: 35px;
}
.message_listing .mess_delete:hover,
.message_listing .mess_read_mess:hover,
.message_listing .mess_reply:hover,
.message_listing .mess_send_reply:hover {
	background-color: #222;
}
.message_listing .mess_delete:hover i,
.message_listing .mess_read_mess:hover i,
.message_listing .mess_reply:hover i,
.message_listing .mess_send_reply:hover i {
	color: #fff;
}
.message_listing .mess_delete {
	margin-right: 7px;
	padding: 6px 0 0;
}
.message_listing .mess_delete,
.message_listing .mess_reply {
	background-color: var(
		--wp-estate-user-dashboard-content-button-background-option,
		var(--wp_estate_user_dashboard_content_button_back)
	);
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	text-align: center;
}
.message_listing .mess_reply {
	line-height: 35px;
	padding: 0;
}
.message_listing .mess_read_mess {
	padding: 3px 9px 0 0;
}
.mess_send_reply_button,
.mess_send_reply_button2 {
	cursor: pointer;
}
.mess_send_reply_button2 {
	margin: 15px 0 30px;
}
.mess_unread {
	color: #fd2d4f;
	margin: 8px 10px 0 0;
}
.mess_unread i {
	font-size: 20px;
}
.delete_wrapper {
	display: inline;
}
.delete_wrapper .tooltip {
	bottom: -45px !important;
	top: auto !important;
}
.unread_mess_wrap {
	font-weight: 600;
	padding-left: 60px;
}
.all_mess_wrapper,
.unread_mess_wrap {
	float: left;
	width: 100%;
}
.col-md-12.message_explaining {
	color: var(
		--wp_estate_breadcrumbs_font_color-option,
		var(--wp_estate_breadcrumbs_font_color)
	);
	float: left;
	font-size: 12px;
	padding-left: 0;
}
.delete_inaction {
	font-size: 13px;
	padding: 4px 10px;
}
.mess_read {
	float: left;
}
.mess_title {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
#subject_reply {
	width: 50%;
}
#message_reply_content {
	height: 100px;
	width: 99%;
}
.paymentmodal {
	display: none;
	height: 300px;
	left: 50%;
	margin-left: -225px;
	position: fixed;
	top: 30%;
	width: 450px;
	z-index: 999;
}
.paymentmodal_close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.payment_backgorund {
	background-color: #222;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
.pack_description_unit {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
}
.pack_description_details {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #e3e6ec;
	box-shadow: 0 1px 9px rgba(227, 230, 236, 0.5);
	color: var(
		--wp-estate-user-dashboard-package-color-option,
		var(--wp_estate_user_dashboard_package_color)
	);
	display: inline-block;
	font-size: 20px;
	height: 74px;
	margin-bottom: 9px;
	margin-right: 9px;
	padding: 19px 15px 18px;
	position: relative;
	text-align: left;
	width: 190px;
}
.pack-unit {
	align-content: center;
	align-items: center;
	border-radius: 2px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 0 7px;
	width: 100%;
}
.pack-name {
	color: var(
		--wp-estate-user-dashboard-package-color-option,
		var(--wp_estate_user_dashboard_package_color)
	);
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 16px;
	padding: 14px 0 0 10px;
	width: auto;
}
.pack-unit .h4,
.pack-unit h4 {
	background-color: transparent;
	border-bottom: 1px solid transparent;
	color: var(--wp-estate-user-dashboard-package-select-option, #222);
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 0;
}
.pack_description label {
	padding: 5px 0 0 7px;
}
.pack_description input[type='checkbox'] {
	float: left;
	margin-top: 5px;
}
#package_pick {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.pack-listing {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 9px rgba(227, 230, 236, 0.5);
	display: inline-block;
	height: 265px;
	margin-bottom: 9px;
	margin-right: 9px;
	padding: 15px 10px 10px;
	position: relative;
	text-align: center;
	width: 190px;
}
.pack-listing-title {
	color: #222;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 0;
}
.pack-listing-period {
	font-size: 14px;
	line-height: 1.4em;
	margin: 7px 0;
}
#stripe_cancel {
	align-items: center;
	background-color: var(
		--wp-estate-user-dashboard-content-button-background-option,
		var(--wp_estate_user_dashboard_content_button_back)
	);
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	display: flex;
	display: inline-flex;
	font-weight: 400;
	justify-content: center;
	margin: 0 0 15px;
	padding: 12px 20px;
	width: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}
.pack_description {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 2px;
	color: var(--wp-estate-font-color-option, var(--wp-estate-font-color));
	float: left;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 7px;
	width: 1000px;
	width: 100%;
}
#pack_recuring {
	float: left;
	margin-top: -2px;
}
#direct_pay,
#pick_pack,
#wpestate_stripe_booking,
#wpestate_stripe_booking_recurring,
.listing_submit_normal,
.listing_upgrade,
.payment-container .perpack,
.perpack,
.wpestate_stripe_booking_prop {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 9px rgba(227, 230, 236, 0.5);
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 15px;
	font-size: 17px;
	font-weight: 600;
	height: 69px;
	line-height: 68px;
	min-width: 170px;
	padding: 0 25px;
	text-align: center;
}
#direct_pay,
#pick_pack,
#wpestate_stripe_booking,
#wpestate_stripe_booking_recurring,
.payment-container .perpack,
.wpestate_stripe_booking_prop {
	margin: 10px 5px;
}
#pick_pack {
	margin: 10px 5px 10px 0;
}
.recuring_wrapper {
	display: inline-block;
	float: left;
	width: 100%;
}
.payment-container .perpack {
	background-color: #0d73e1;
}
#direct_pay,
.perpack {
	border: 1px solid hsla(0, 0%, 100%, 0.18);
	color: #6c5dd3;
}
#wpestate_stripe_booking,
#wpestate_stripe_booking_recurring,
.wpestate_stripe_booking_prop {
	background-image: url(images/stripe-button.png);
	background-position: 50%;
	background-repeat: no-repeat;
	width: 169px;
}
.wpestate_stripe_booking_prop {
	margin-top: 0;
}
#direct_pay:hover,
#pick_pack:hover,
#wpestate_stripe_booking:hover,
#wpestate_stripe_booking_recurring:hover,
.listing_submit_normal:hover,
.listing_upgrade:hover,
.perpack:hover,
.wpestate_stripe_booking_prop:hover {
	border: 1px solid rgba(0, 115, 225, 0.18);
}
.wpestate_stripe_form_wrapper {
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#instant_booking_modal .wpestate_stripe_form_wrapper {
	height: 100vh;
	position: fixed;
}
.wpestate_stripe_form_wrapper_back {
	background-color: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.wpestate_stripe_form_1 {
	left: 0;
	margin: 0 auto;
	max-width: 400px;
	position: absolute;
	right: 0;
	top: 30%;
	z-index: 1;
}
#card-errors {
	color: #fff;
	padding: 0 15px;
}
#wpestate-stripe-paymentform-1 {
	padding-bottom: 0;
	padding-top: 25px;
}
.close_stripe_form {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}
.wpestate_stripe.wpestate_stripe_form_1 {
	background-color: #fff;
	border-radius: 0;
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	display: none;
	padding: 20px;
}
.wpestate_stripe.wpestate_stripe_form_1 fieldset {
	background-color: #6a85de;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	border-style: none;
	box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 #829fff;
	margin: 0 15px 20px;
	padding: 0;
}
.wpestate_stripe.wpestate_stripe_form_1 .row {
	align-items: center;
	display: flex;
	margin-left: 15px;
	width: 305px;
}
.wpestate_stripe.wpestate_stripe_form_1 .row + .row {
	border-top: 1px solid #819efc;
}
.wpestate_stripe.wpestate_stripe_form_1 label {
	color: #fff;
	min-width: 70px;
	overflow: hidden;
	padding: 11px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 15%;
}
.wpestate_stripe.wpestate_stripe_form_1 button,
.wpestate_stripe.wpestate_stripe_form_1 input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
	outline: none;
}
.wpestate_stripe.wpestate_stripe_form_1 input:-webkit-autofill {
	-webkit-text-fill-color: #fce883;
	-webkit-animation: void-animation-out 1ms;
	-webkit-transition: background-color 100000000s;
	transition: background-color 100000000s;
}
.wpestate_stripe.wpestate_stripe_form_1 .StripeElement--webkit-autofill {
	background: transparent !important;
}
.wpestate_stripe.wpestate_stripe_form_1 .StripeElement {
	padding: 11px 15px 11px 0;
	width: 100%;
}
.wpestate_stripe.wpestate_stripe_form_1 input {
	-webkit-animation: void-animation-out 1ms;
	background-color: transparent;
	background-color: #728ee9 !important;
	border-radius: 2px;
	color: #fff;
	height: auto;
	margin: 0;
	opacity: 1;
	padding: 5px 15px 7px;
	width: 235px;
}
.wpestate_stripe.wpestate_stripe_form_1 input:focus {
	border: 0 solid #6c5dd3;
}
.close_stripe_form .base {
	fill: #fff;
}
.close_stripe_form .glyph {
	fill: #6772e5;
}
.wpestate_stripe.wpestate_stripe_form_1 input::-webkit-input-placeholder {
	color: #87bbfd !important;
}
.wpestate_stripe.wpestate_stripe_form_1 input::-moz-placeholder {
	color: #87bbfd !important;
}
.wpestate_stripe.wpestate_stripe_form_1 input:-ms-input-placeholder {
	color: #87bbfd !important;
}
.wpestate_stripe.wpestate_stripe_form_1 button {
	background-color: #666ee7;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 #9ea0ce;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	margin: 15px 15px 0;
	width: calc(100% - 30px);
}
#wpestate_stripe_form_button_sumit:hover {
	background-color: #434582;
}
.wpestate_stripe.wpestate_stripe_form_1 button:active {
	background-color: #434582;
	box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 #9ea0ce;
}
.wpestate_stripe.wpestate_stripe_form_1 .error svg .base {
	fill: #fff;
}
.wpestate_stripe.wpestate_stripe_form_1 .error svg .glyph {
	fill: #6772e5;
}
.wpestate_stripe.wpestate_stripe_form_1 .success .icon .border,
.wpestate_stripe.wpestate_stripe_form_1 .success .icon .checkmark {
	stroke: #87bbfd;
}
.wpestate_stripe.wpestate_stripe_form_1 .success .title {
	color: #fff;
}
.wpestate_stripe.wpestate_stripe_form_1 .success .message {
	color: #9cdbff;
}
.wpestate_stripe.wpestate_stripe_form_1 .success .reset path {
	fill: #fff;
}
#wpestate_stripe_alert,
#wpestate_stripe_alert_succes {
	display: none;
	text-align: center;
}
.wpestate_stripe_form_1 .error {
	margin-top: 10px;
	text-align: center;
}
.wpestate_stripe_form_1 img {
	display: block;
	margin: 0 auto;
}
.wpestate_stripe_pay_desc {
	color: #222;
	font-weight: 600;
	text-align: center;
}
#direct_pay_modal .modal-title {
	padding-top: 20px;
}
.stripe_form_featured {
	display: none;
}
.package_selected {
	border: 1px solid
		color-mix(
			in srgb,
			var(
					--wp-estate-user-dashboard-buy-package-background-option,
					var(--wp_estate_user_dashboard_buy_package)
				)
				18%,
			transparent
		);
}
.package_selected .buypackage {
	background-color: var(
		--wp-estate-user-dashboard-buy-package-background-option,
		var(--wp_estate_user_dashboard_buy_package)
	);
	color: #fff;
}
.stripe_upgrade {
	display: inline-block;
	float: left;
}
#package_pick .stripe-button-el {
	margin-bottom: 10px;
}
.wpestate_crm_contact_added_on,
.wpestate_crm_contact_email,
.wpestate_crm_contact_name,
.wpestate_crm_contact_phone,
.wpestate_crm_contact_status,
.wpestate_crm_lead_agent_in_charge,
.wpestate_crm_lead_date,
.wpestate_crm_lead_from,
.wpestate_crm_lead_id,
.wpestate_crm_lead_status {
	align-content: space-evenly;
	align-items: center;
	color: #222;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	height: 50px;
	line-height: 1.3em;
	word-break: break-word;
}
#westate_crm_create_contact,
#westate_crm_create_lead {
	font-size: 13px;
	font-weight: 700;
	padding: 6px 30px;
	position: absolute;
	right: 30px;
	top: 25px;
}
.wpestate_crm_add_coment_contact_wrapper .h2,
.wpestate_crm_add_coment_contact_wrapper h2,
.wpestate_crm_display_contact_info_wrapper .h2,
.wpestate_crm_display_contact_info_wrapper h2,
.wpestate_crm_list_leads .h2,
.wpestate_crm_list_leads h2 {
	color: #222;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6em;
}
.comment_item {
	margin-bottom: 15px;
}
.comment_date,
.comment_name {
	margin-bottom: 5px;
}
.contact_crm_detail {
	float: left;
	margin: 5px 0;
	width: 100%;
}
#crm_new_commnet,
#crm_private {
	height: 100px;
}
.contact_crm_detail label {
	font-weight: 600;
}
.page-template-user_dashboard
	.ui-menu.ui-autocomplete
	li.ui-menu-item
	.ui-menu-item-wrapper {
	padding: 10px 15px !important;
}
.page-template-user_dashboard_invoices
	.wpestate_dashboard_content_wrapper
	.wpestate_dashboard_list_header {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.page-template-user_dashboard_invoices
	.wpestate_dashboard_content_wrapper
	.wpestate_dashboard_list_header
	#invoice_status {
	margin-right: 0;
}
.page-template-user_dashboard_invoices
	.wpestate_dashboard_content_wrapper
	.invoice_totals {
	color: #263238;
	padding: 0;
}
.page-template-user_dashboard_invoices
	.wpestate_dashboard_content_wrapper
	.invoice_unit {
	align-content: center;
	align-items: center;
	border-top: 1px solid #f6f4f4;
	color: var(--wp-estate-user-dashboard-content-color-option, #5c727d);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	float: left;
	justify-content: flex-start;
	padding: 30px 0;
	width: 100%;
}
.page-template-user_dashboard_invoices
	.wpestate_dashboard_content_wrapper
	.invoice_unit:nth-of-type(odd) {
	background: #fff;
}
.no_invoices {
	float: left;
}
.invoice_filters {
	margin: 0 -15px;
	padding: 0;
}
.invoice_print_title {
	border-top: 1px solid #f0f0f0;
	font-size: 25px;
	margin-bottom: 5px;
	padding-top: 20px;
}
.wpestate_print_invoice_from_whom_section,
.wpestate_print_invoice_to_section {
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 45px;
	margin-top: 45px;
	width: 50%;
}
.wpestate_print_invoice_details_wrapper {
	text-align: right;
	width: 100%;
}
.wpestate_print_invoice_details_wrapper .wpestate_print_invoice_details_detail {
	border-bottom: 1px solid #f1f1f1;
	float: left;
	font-size: 13px;
	margin-bottom: 0;
	padding: 15px 0;
	width: 100%;
}
.wpestate_print_invoice_details_wrapper
	.wpestate_print_invoice_details_detail
	label {
	float: left;
	font-weight: 500;
}
.wpestate_print_invoice_details_wrapperex_details,
.wpestate_print_invoice_end {
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 30px;
	text-align: left;
	width: 100%;
}
.wpestate_invoice_date {
	font-size: 13px;
}
#add_new_floor_plan {
	margin-left: 15px;
}
.wpestate_dashboard_content_wrapper .use_floor_plans_label {
	float: left;
	margin-right: 10px;
	width: auto;
}
.floor_plan_image_thumb {
	margin-bottom: 15px;
	width: 100%;
}
.wpestate_dash_delete_plan {
	color: #222;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	right: 20px;
	top: 0;
}
.wpestate_dash_delete_plan:hover {
	color: var(--wp-estate-main-color-option, var(--wp-estate-main-color));
}
.aaiu-upload-imagelist-floor-plan {
	padding: 5px;
	word-break: break-word;
}
.wpestate_dashboard_table_list_header.row {
	margin-bottom: 30px;
}
.property_wrapper_dash.row {
	align-content: center;
	align-items: center;
	border-top: 1px solid #f6f4f4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}
.property_wrapper_dash.row:hover {
	background-color: #f3f3f3;
}
.property_wrapper_dash.row.inbox_row_open:hover {
	background-color: transparent;
}
.property_wrapper_dash .blog_listing_image img {
	border-radius: 6px;
	max-width: 105px;
}
.blog_listing_image {
	align-items: center;
	display: flex;
	float: left;
	position: relative;
}
.wpestate_dashboard_content_wrapper .featured_div {
	background-color: color-mix(
		in srgb,
		var(
				--wp-estate-user-dashboard-content-button-background-option,
				var(--wp_estate_user_dashboard_content_button_back)
			)
			85%,
		transparent
	);
	border-bottom-left-radius: 8px;
	bottom: -4px;
	font-size: 10px;
	left: 15px;
	padding: 0 7px;
	position: absolute;
	top: auto;
	z-index: 10;
}
.dashbard_unit_image {
	float: left;
	position: relative;
}
.dashbard_unit_image img {
	position: relative;
	z-index: 1;
}
.dashbard_unit_image:after,
.dashboard_agent_listing_image:after {
	background-color: color-mix(
		in srgb,
		var(
				--wp-estate-user-dashboard-content-button-background-option,
				var(--wp_estate_user_dashboard_content_button_back)
			)
			50%,
		transparent
	);
}
.dashbard_unit_image:after {
	border-radius: 9px;
	bottom: -7px;
	content: ' ';
	height: 10px;
	left: 5%;
	position: absolute;
	width: 90%;
	z-index: 0;
}
.property_dashboard_location_wrapper {
	float: left;
	padding-left: 20px;
}
.dashbard_unit_title,
.invoice_unit_title {
	color: var(
		--wp-estate-user-dashboard-content-color-option,
		var(--wp_estate_user_dashboard_content_color)
	);
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 5px;
	word-break: break-all;
}
.property_dashboard_location {
	display: block;
	line-height: 1.3em;
}
.property_dashboard_location a,
.property_dashboard_status_unit {
	color: var(--wp-estate-user-dashboard-content-color-option, #808191);
}
.property_dashboard_status_unit {
	margin: 5px 0 0;
}
.property_dashboard_price,
.property_dashboard_price .price_label,
.property_dashboard_status,
.property_dashboard_types {
	align-content: center;
	color: #222;
	color: var(--wp-estate-user-dashboard-content-color-option, #222);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	height: 70px;
	justify-content: flex-start;
}
.property_dashboard_price .price_label a,
.property_dashboard_price a,
.property_dashboard_status a,
.property_dashboard_types a {
	color: var(--wp-estate-user-dashboard-content-color-option, #222);
}
.property_list_status_label {
	background-color: transparent;
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	display: block;
	font-size: 14px;
	height: auto;
	line-height: 1em;
	overflow: unset;
	padding-left: 30px;
	position: relative;
}
.property_dashboard_status .property_list_status_label.disabled:before,
.property_dashboard_status .property_list_status_label.draft:before,
.property_dashboard_status .property_list_status_label.expired:before,
.property_dashboard_status .property_list_status_label.pending:before,
.property_dashboard_status .property_list_status_label.publish:before,
.property_dashboard_status .property_list_status_label.published:before,
.property_dashboard_status
	.property_list_status_label.waitingforapproval:before,
.property_list_status_label.notpaid:before,
.property_list_status_label.paid:before,
.wpestate_crm_contact_status .property_list_status_label.anycrm.new:before,
.wpestate_crm_contact_status .property_list_status_label.anycrm:before {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	bottom: -4px;
	content: '';
	height: 20px;
	left: 0;
	position: absolute;
	top: -3px;
	width: 20px;
}
.property_dashboard_status .property_list_status_label.pending:before,
.property_dashboard_status
	.property_list_status_label.waitingforapproval:before {
	background-color: #6c5dd3;
}
.property_list_status_label.anycrm.new:before,
.property_list_status_label.notpaid:before,
.wpestate_crm_contact_status .property_list_status_label.anycrm.new:before {
	background-color: #ff754c;
}
.property_dashboard_status .property_list_status_label.publish:before,
.property_dashboard_status .property_list_status_label.published:before,
.property_list_status_label.paid:before,
.wpestate_crm_contact_status .property_list_status_label.anycrm:before {
	background-color: #7fba7a;
}
.property_dashboard_status .property_list_status_label.disabled:before {
	background-color: #ffa2c0;
}
.property_dashboard_status .property_list_status_label.draft:before {
	background-color: #ff754c;
}
.property_dashboard_status .property_list_status_label.expired:before {
	background-color: #ffce73;
}
.property_dashboard_price {
	color: var(
		--wp-estate-user-dashboard-package-color-option,
		var(--wp_estate_user_dashboard_package_color)
	);
	word-break: break-word;
}
.property_dashboard_action {
	display: flex;
	justify-content: flex-end;
}
.property_dashboard_action.col-md-2 {
	padding-right: 10px;
}
.print_invoice,
.property_dashboard_action .btn-default:focus,
.property_dashboard_actions_button {
	background-color: var(
		--wp-estate-user-dashboard-content-button-background-option,
		var(--wp_estate_user_dashboard_content_button_back)
	);
	background-image: none;
	border: 2px solid transparent;
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 9px 15px;
	text-shadow: none;
	text-transform: none;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1 ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
.wpestate_crm_lead_actions {
	display: flex;
	justify-content: flex-end;
}
.print_invoice {
	border-radius: var(
		--wp-estate-border-radius-corner-option,
		var(--wp_estate_border_radius_corner)
	);
	cursor: pointer;
	padding: 9px;
	text-align: center;
}
.print_invoice:hover {
	background-color: #222;
	color: #fff;
}
.wpestate_print_invoice_details_detail label {
	font-size: 13px;
	margin-bottom: 0;
}
.wpestate_print_invoice_details_detail {
	font-size: 13px;
}
.dashboard_agent_listing_image {
	max-width: 105px;
	position: relative;
}
.dashboard_agent_listing_image:after {
	background-color: rgba(207, 200, 255, 0.502);
	border-radius: 9px;
	bottom: -7px;
	content: ' ';
	height: 10px;
	left: 5%;
	position: absolute;
	width: 90%;
	z-index: 0;
}
#search_form_submit_1 {
	background-color: var(
		--wp-estate-user-dashboard-content-button-background-option,
		var(--wp_estate_user_dashboard_content_button_back)
	);
	background-image: none;
	border-color: var(
		--wp-estate-user-dashboard-content-button-background-option,
		var(--wp_estate_user_dashboard_content_button_back)
	);
	color: #fff;
	float: left;
	margin-left: 15px;
	margin-top: 0;
	min-height: 56px;
	padding: 12px 25px;
}
#prop_name,
.wpestate_dashboard_content_wrapper
	input[type='text'].wpestate_dashboard_input_type {
	background: hsla(0, 0%, 89%, 0.3);
	border: none;
	color: #1b1d21;
	float: left;
	opacity: 1;
	padding: 15px;
	width: 300px;
}
#prop_name:focus {
	background: #fff !important;
	border: 2px solid #6c5dd3 !important;
	opacity: 1;
}
.wpestate_dashboard_input_type {
	margin-right: 15px;
}
.wpestate-dashboard-select {
	background-color: #f7f7f7;
	background-image: none;
	border: none;
	border-radius: 8px;
	box-shadow: none;
	color: #8593a9;
	line-height: 56px;
	margin-right: 15px;
	min-width: 220px;
	padding: 15px;
	position: unset;
	text-align: left;
	text-shadow: none;
	text-transform: none;
}
.wpestate-dashboard-select select {
	margin-right: 10px;
}
.page-template-user_dashboard_add .ui-widget-content.ui-autocomplete {
	max-width: 600px;
}
.ui-menu .ui-menu-item {
	color: #222;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.6em;
	word-break: break-word;
}
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-menu .ui-state-focus {
	background-color: #fff !important;
	background-image: none !important;
	border: none !important;
	border-radius: 0 !important;
	color: var(--wp-estate-user-dashboard-menu-color-option, #5f75ee) !important;
}
.pp_social .facebook {
	width: 102px !important;
}
.page-template-user_dashboard_searches .search_param {
	padding: 0 0 0 15px;
}
.delete_search {
	margin-right: 10px;
}
.property_wrapper_dash.search_unit_wrapper {
	align-content: center;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	padding: 30px 0;
}
@media screen and (max-width: 768px) {
	.wpresidence_dropdown.wpestate_dashhboard_filter {
		max-width: 100%;
		width: 100%;
	}
	.wpestate_dashboard_list_header form {
		margin-left: 0;
		width: 100%;
	}
	#prop_name,
	.wpestate-dashboard-select,
	.wpestate_dashboard_content_wrapper
		input[type='text'].wpestate_dashboard_input_type {
		width: 100%;
	}
	.property_dashboard_price,
	.property_dashboard_price .price_label,
	.property_dashboard_status,
	.property_dashboard_types {
		height: 30px;
	}
	.property_dashboard_action,
	.wpestate_crm_lead_actions {
		justify-content: flex-start;
	}
	.delete_search {
		margin-left: 10px;
		margin-right: 0;
	}
}
@media screen and (max-width: 1200px) {
	.dashboard-wrapper-form {
		justify-content: space-between;
		margin: 0;
		padding: 0 !important;
	}
	.col-md-12.top_dahsboard_wrapper.dashboard_package_row {
		padding: 0 15px;
	}
	.col-md-12.dashboard_hello_section {
		padding: 15px;
	}
	.col-md-9.dashboard-margin {
		margin: 0;
		padding: 0;
	}
}
@media screen and (max-width: 576px) {
	.wpestate_content_grid_wrapper_second_col_image {
		height: 189px;
		width: 100%;
	}
	#google_map_prop_list_sidebar
		.search_wrapper
		.extended_search_check_wrapper
		.extended_search_checker,
	.extended_search_check_wrapper .extended_search_checker {
		width: 100%;
	}
	.property_slider_carousel_elementor_v3 {
		height: auto;
		margin-bottom: 30px;
	}
	.property_slider_carousel_elementor_v3 .item {
		height: auto;
	}
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_image_wrapper {
		height: 265px;
		width: 100%;
	}
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_content_wrapper {
		height: auto;
		padding: 30px;
		width: 100%;
	}
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_content_wrapper
		.property_agent_wrapper,
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_content_wrapper
		.property_listing_details,
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_content_wrapper
		.property_slider_carousel_elementor_v3_excerpt {
		position: relative;
	}
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_content_wrapper
		.property_listing_details {
		margin-bottom: 15px;
	}
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_content_wrapper
		.property_agent_wrapper {
		bottom: unset;
	}
	.property_slider_carousel_elementor_v3
		.property_slider_carousel_elementor_v3_image_container {
		width: 100%;
	}
	.pack-name {
		display: block;
		padding: 0;
		width: 100%;
	}
	.sliding-image,
	.wpestate_sliding_box {
		width: 100% !important;
	}
	.wpestate_sliding_box_wrapper {
		flex-direction: column;
		gap: 10px;
	}
	.featured_agent_listings.wpresidence_button {
		left: 20px;
		right: 20px;
		width: auto;
	}
	.theme_slider_1 .theme_slider_contact_form_wrapper_visible {
		left: 10px !important;
		right: 10px;
		width: auto;
	}
	.yelp_bussines_wrapper .yelp_unit {
		align-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	.yelp_bussines_wrapper .yelp_unit .yelp_stars {
		margin-bottom: 10px;
		margin-left: 0;
	}
	[dir='rtl'] .yelp_bussines_wrapper .yelp_unit .yelp_stars {
		margin-right: unset;
	}
	.multi_units_wrapper_v2
		.subunit_wrapper
		.subunit_details
		.subunit_extra_details_wrapper {
		gap: 5px;
	}
	.single-estate_agent .wpestate_agent_details_wrapper .agent_details {
		padding: 0 15px;
	}
	.copyright,
	.subfooter_menu .menu > li {
		line-height: 30px;
	}
	.backtop,
	.contact-box {
		bottom: 70px;
	}
	.morgage_chart_wrapper.onfirst .morgage_legend {
		position: relative;
		text-align: center;
		width: 100%;
	}
	#wpestate_schedule_tour_time,
	.realtor-contact-buttons,
	.wpestate_display_schedule_tour_option,
	.wpestate_display_schedule_tour_options_wrapper {
		width: 100%;
	}
	.contact_form_flex_wrapper .contact_form_flex_input_wrapper {
		flex-direction: column;
	}
	#gmap-control span {
		padding: 0 7px;
	}
	.agency_unit .agency_unit_wrapper {
		position: relative;
	}
	.wpresidence_dropdown.wpresidence_filters_dropdown,
	.wpresidence_dropdown.wpresidence_filters_dropdown .dropdown-toggle {
		width: 100%;
	}
	.add_review_wrapper #edit_review,
	.add_review_wrapper #submit_review,
	.header_agency_wrapper .header_agency_container .agency_contact_but,
	.header_agency_wrapper .header_agency_container .developer_contact_button,
	.wpresidence_button {
		text-align: center;
		width: 100%;
	}
	.agent_card_my_listings,
	.wpestate_list_grid_filter_wiew_wrapper {
		display: none;
	}
	.theme_slider_1 .slider-content-wrapper .slider-content {
		bottom: 50px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
	}
	.listing_wrapper.col-md-12 .property_listing {
		flex-direction: column;
	}
	.listing_wrapper.col-md-12 .property_listing .carousel-inner,
	.listing_wrapper.col-md-12 .property_listing .listing-unit-img-wrapper {
		max-width: 100%;
	}
	.property_header_gallery_wrapper .col-md-6.gallery-left-column {
		border-left: none;
		height: 350px;
		width: 50%;
	}
	.property_header_gallery_wrapper
		.col-md-6.gallery-left-column
		.image_gallery {
		height: 175px;
		min-height: 150px;
	}
	.property_header_gallery_wrapper .col-md-6.image_gallery {
		border-left: none;
		height: 350px;
		width: 50%;
	}
	.property_header_gallery_wrapper .col-md-6.gallery-left-column {
		height: auto;
	}
	.featured_article_type2.featured_prop_type5
		.featured_article_type5_title_wrapper {
		height: 250px;
		left: 5%;
		width: 300px;
	}
	.featured_article_type2.featured_prop_type5
		.property_header_gallery_wrapper
		.col-md-6.gallery-left-column {
		display: none;
	}
	.featured_property.featured_property_type2 .featured_secondline .h2,
	.featured_property.featured_property_type2 .featured_secondline h2 {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	#modal_login_wrapper .modal_login_container {
		max-width: 400px;
		width: 100%;
	}
	#modal_login_wrapper
		.modal_login_container
		.login-register-modal-form-wrapper {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#modal_login_wrapper .modal_login_container .login-register-modal-image {
		display: none;
	}
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-url {
		width: 100%;
	}
	.user_role_unit .featured_user_role_unit_details {
		height: auto;
	}
	.user_role_unit .featured_user_role_unit_details .button_user_role {
		bottom: unset;
		left: unset;
		margin-top: 15px;
		position: relative;
	}
	#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical .tab-content,
	#tab_prpg.wpestate_elementor_tabs.wpestate_tab_class_vertical
		.wpestate-elementor-nav-tabs,
	.wpestate_location {
		width: 100%;
	}
	.listing_wrapper.col-md-12 .listing-unit-img-wrapper {
		min-height: auto;
	}
	#colophon .xoxo {
		padding-top: 0;
	}
	.section {
		flex-direction: column;
		height: 100% !important;
	}
	.property_slider2_wrapper.owl-theme .image_div {
		height: 250px;
		margin-top: 0;
		padding: 0;
		width: 100%;
	}
	.property_slider2_wrapper.owl-theme .property_slider2_info_wrapper {
		height: auto;
		padding: 30px;
		width: 100%;
	}
	.property_slider2_wrapper.owl-theme .owl-nav {
		height: 250px;
		margin-top: 0;
		top: 0;
		width: 10%;
	}
	.property_slider2_wrapper.owl-theme .owl-nav .nextleft,
	.property_slider2_wrapper.owl-theme .owl-nav .nextright {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.property_slider2_wrapper.owl-theme .owl-nav .nextleft i:before,
	.property_slider2_wrapper.owl-theme .owl-nav .nextright i:before {
		margin: 0;
	}
	.wpestate_testimonial_slider.owl-theme {
		width: 100% !important;
	}
	.wpestate_testimonial_slider.owl-theme .item_testimonal_image {
		display: none;
	}
	.wpestate_testimonial_slider.owl-theme .item_testimonial_content {
		width: 100%;
	}
	.wpestate_testimonial_slider.owl-theme .owl-nav {
		margin-top: -25px;
		top: 0;
		width: 100%;
	}
	.wpestate_testimonial_slider.owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.wpestate_testimonial_slider.owl-theme .owl-nav .owl-next {
		left: 50px;
		right: unset;
	}
	.adv_listing_filters_head,
	.listing_filters,
	.listing_filters_head,
	.listing_filters_head_directory {
		gap: 5px;
	}
	.agency_title {
		margin-top: 15px;
	}
	.half_mobile_hide {
		display: none;
	}
	.wpestate_agent_header2_content
		.wpestate_single_agent_details_wrapper_type2
		.agentpict {
		width: 100%;
	}
	.listing_wrapper.col-md-12 .listing-unit-img-wrapper {
		max-width: 50%;
	}
	#google_map_prop_list_wrapper,
	#google_map_prop_list_wrapper.half_type1 {
		height: 550px;
	}
	#google_map_prop_list_sidebar,
	body.wpresidence_half_map_body_class {
		overflow: auto;
	}
	body.wpresidence_half_map_body_class {
		height: auto;
	}
	.agency_unit .agency_unit_img {
		max-width: 100%;
	}
	.listing-review .review-list-content .review-content {
		padding-left: 0;
	}
	.listing-review .review-list-content .property_ratings {
		width: 100%;
	}
	.listing-review .review-list-content .review-date {
		margin-top: 10px;
		position: relative;
		width: 100%;
	}
	.developer_map {
		margin: 0;
		padding: 0 !important;
	}
	.developer_content .col-md-4,
	.developer_content .col-md-8,
	.developer_content .col-md-9 {
		padding: 0;
	}
	.agency_contact_padding {
		padding-top: 0;
	}
	.wpresidence_property_page_title_area {
		gap: 10px;
		margin-top: 15px;
	}
	.wpresidence_property_page_title_area .single_property_labels {
		left: unset;
		position: relative;
		top: unset;
	}
	.wpresidence_property_page_title_area .entry-prop {
		max-width: 100%;
	}
	.wpresidence_property_page_title_area .property_categs {
		flex-basis: unset;
		width: 100%;
	}
	.wpresidence_property_page_title_area .price_area {
		float: unset;
		margin-top: 0;
		max-width: 100%;
		min-width: 130px;
		position: relative;
		text-align: unset;
		width: 100%;
	}
	.wpresidence_property_page_title_area .price_area .second_price_area {
		position: relative;
		top: unset;
	}
	.gallery_wrapper .image_gallery {
		width: 50% !important;
	}
	.gallery_wrapper .col-md-8.image_gallery {
		width: 100% !important;
	}
	.gallery_wrapper .col-md-4,
	.gallery_wrapper .col-md-8 {
		width: 50% !important;
	}
	.gallery_wrapper .col-md-4:first-of-type,
	.gallery_wrapper .col-md-8:first-of-type,
	.gallery_wrapper .gallery-right-column.image_gallery,
	.gallery_wrapper .wpresidence_gallery_first_col {
		width: 100% !important;
	}
	.gallery_wrapper .wpresidence_gallery_first_col .image_gallery {
		float: left;
		width: 50% !important;
	}
	.gallery_wrapper .special_border_top {
		border-left: 6px solid #fff;
		border-top: none;
	}
	.property_header_gallery_wrapper .special_border_top {
		border-left: 0 solid #fff;
		border-top: none;
	}
	.property_header_gallery_wrapper .col-md-6.gallery-left-column {
		width: 100%;
	}
	.listing-content
		.wpestate_single_agent_details_wrapper
		.col-md-6.agent_details,
	.wpestate_shedule_tour_wrapper_type2
		.wpestate_shedule_tour_wrapper_type2_content {
		padding: 0;
	}
	.morgage_chart_wrapper,
	.morgage_data_wrapper {
		width: 100%;
	}
	.morgage_legend {
		position: relative;
	}
	.lightbox_property_wrapper_floorplans
		.owl-carousel
		.owl-item
		.item
		.itemimage,
	.lightbox_property_wrapper_floorplans .owl-nav,
	.lightbox_property_wrapper_floorplans .owl-theme .owl-nav {
		width: 100%;
	}
	#carousel-indicators-vertical,
	.lightbox_floor_details {
		display: none;
	}
	.wpestate_property_carousel.carouselvertical .carousel-inner {
		margin-right: 0;
	}
	#tab_prpg > ul li {
		width: 33.33%;
	}
	.wpestate_property_header_extended .single-overview-section {
		bottom: 30px !important;
		position: relative;
	}
	.wpestate_property_header_extended.wpestate_lay6_full-width-header,
	.wpestate_property_header_extended.wpestate_lay6_gallery,
	.wpestate_property_header_extended.wpestate_lay6_header-masonry-gallery,
	.wpestate_property_header_extended.wpestate_lay6_multi-image-slider {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 992px) {
	.wpestate_content_grid_wrapper_first_col .property_listing {
		height: 400px;
	}
	#heading_accordion_property_multi_units_collapse .accordion-button {
		align-items: flex-start;
		flex-direction: column;
	}
	.theme_slider_1 .theme_slider_contact_form_wrapper_visible {
		left: 21px;
		opacity: 1;
		top: -312px;
		z-index: 99;
	}
	.theme_slider_1 .slider-content-wrapper .slider-content {
		bottom: 50px;
	}
	.featured_article_type2 {
		height: 350px;
	}
	.featured_article_type2 .featured_article_type2_title_wrapper {
		width: auto;
	}
	.featured_prop_type5 .gallery_wrapper {
		height: 100%;
	}
	.featured_prop_type5
		.property_header_gallery_wrapper
		.col-md-6.image_gallery {
		height: 350px;
	}
	.featured_property.featured_property_type3
		.featured_secondline
		.property_listing_details {
		position: relative;
	}
	.featured_property.featured_property_type3
		.featured_secondline
		.property_listing_details:before {
		border-top: 0;
	}
}
@media screen and (max-width: 1024px) {
	#google_map_prop_list_sidebar
		.extended_search_check_wrapper
		.extended_search_checker {
		float: left;
		width: 33%;
	}
	.property_slider_carousel_elementor_v3.owl-theme {
		margin-top: 35px;
	}
	.property_slider_carousel_elementor_v3.owl-theme .owl-nav {
		max-width: 840px;
		top: -35px;
	}
	.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-next {
		left: unset;
		right: 0;
		top: 0;
	}
	.property_slider_carousel_elementor_v3.owl-theme .owl-nav .owl-prev {
		left: unset;
		right: 45px;
		top: 0;
	}
	.wpestate_sliding_box {
		flex-direction: column;
	}
	.wpestate_sliding_box .sliding-image {
		width: 100%;
	}
	.wpestate_sliding_box,
	.wpestate_sliding_box.active-element {
		margin-right: 2%;
		width: 49%;
	}
	.wpestate_sliding_box .sliding-content-wrapper,
	.wpestate_sliding_box.slider_box_size_3 .sliding-content-wrapper,
	.wpestate_sliding_box.slider_box_size_5 .sliding-content-wrapper {
		justify-content: flex-start;
		left: auto;
		padding: 25px;
		position: relative;
		width: 100%;
	}
	.property_slider_carousel_elementor_v2.owl-carousel .owl-nav {
		display: flex;
		flex-direction: row;
		left: auto;
		margin-left: 5px;
		position: absolute;
		right: auto;
		top: -50px;
	}
	.wpestate-hide-menu-mobile,
	.wpestate-hide-menu-tablet {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.compar-1 .compare_legend_head,
	.compar-1 .compare_legend_head_in,
	.compar-2 .compare_legend_head,
	.compar-2 .compare_legend_head_in,
	.compar-3 .compare_legend_head,
	.compar-3 .compare_legend_head_in {
		width: 0;
	}
	.wpestate_latest_listings_sh,
	.wpresidence_shortcode_listings_wrapper {
		margin: 0;
		overflow: hidden;
	}
	.topbar_show_mobile_yes.d-none.top_bar_wrapper {
		background-color: var(
			--wp-estate-mobile-header-background-color-option,
			var(--wp-estate-mobile-header-background-color)
		);
		display: block !important;
		height: auto;
		position: relative;
	}
	.topbar_show_mobile_yes.d-none.top_bar_wrapper .top_bar {
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.topbar_show_mobile_yes.d-none.top_bar_wrapper .top_bar .xoxo {
		display: flex;
		flex-direction: column;
	}
	.topbar_show_mobile_yes.d-none.top_bar_wrapper
		.top_bar
		.xoxo
		.social_sidebar_internal
		a,
	.topbar_show_mobile_yes.d-none.top_bar_wrapper
		.top_bar
		.xoxo
		.widget-container {
		border: none;
	}
	.topbar_show_mobile_yes.d-none.top_bar_wrapper
		.top_bar
		.xoxo
		.wpresidence_dropdown {
		text-align: center;
	}
	.contact_map_container {
		left: 0;
		margin-left: 30px;
	}
	.wpestate_agent_header2 {
		height: auto;
	}
	.wpestate_agent_header2_content.wpresidence-content-container-wrapper {
		margin-top: unset;
	}
	.wpresidence_wrapper_for_header_type4
		.wpresidence_wrapper_for_header_4_colum {
		margin-left: 0;
		margin-right: 0;
	}
	.lightbox_property_wrapper .lightbox_property_slider {
		max-width: 100% !important;
		width: 100%;
	}
	.lightbox_property_wrapper .lightbox_property_sidebar {
		display: none !important;
	}
	.wpestate_top_property_navigation {
		display: none;
	}
}
@media screen and (max-width: 1300px) {
	.slider_container .shortcode_slider_wrapper {
		margin: 50px 0 0;
	}
	.arrow_class_sideways button.slick-next.slick-arrow,
	.arrow_class_sideways button.slick-prev.slick-arrow {
		margin-top: -50px;
		right: 10px;
		top: 0;
	}
	.arrow_class_sideways button.slick-prev.slick-arrow {
		left: auto;
		right: 60px;
	}
	[dir='rtl'] body.rtl .arrow_class_sideways button.slick-next.slick-arrow,
	[dir='rtl'] body.rtl .arrow_class_sideways button.slick-prev.slick-arrow {
		left: 10px;
		right: auto;
	}
	[dir='rtl'] body.rtl .arrow_class_sideways button.slick-prev.slick-arrow {
		left: 60px;
		right: auto;
	}
}
@media (min-width: 750px) and (max-width: 1250px) {
	#google_map_prop_list_sidebar .col-md-12.listing_wrapper .property_listing {
		flex-direction: column;
	}
	#google_map_prop_list_sidebar
		.col-md-12.listing_wrapper
		.property_listing
		.listing-unit-img-wrapper {
		max-width: 100%;
	}
	.listing_wrapper.col-md-12 .listing-unit-img-wrapper {
		min-height: auto;
	}
}
@media (max-width: 1199.98px) {
	#all_wrapper .wpresidence-content-container-wrapper {
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		padding-right: calc(var(--bs-gutter-x) * 0.5);
	}
}
@media (max-width: 991.98px) {
	#all_wrapper .wpresidence-content-container-wrapper {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1100px) {
	#google_map_prop_list_sidebar [class*='col-md-'] {
		width: 100%;
	}
}

:root {
	--wp-estate-main-color: #0073e1;
	--wp-estate-second-color: #69c17d;
	--wp-estate-background-color: #f8f8f8;
	--wp_estate_content_back_color: #f8f8f8;
	--wp_estate_content_area_back_color: #fff;
	--wp_estate_breadcrumbs_font_color: #8593a9;
	--wp-estate-font-color: #5c727d;
	--wp_estate_link_color: #222;
	--wp_estate_headings_color: #222;
	--wp_estate_map_controls_back: #fff;
	--wp_estate_map_controls_font_color: #222;
	--wp_estate_property_unit_color: #fff;
	--wp_estate_unit_border_color-option: #222;
	--wp-estate-main-grid-content-width: 1200px;
	--wp-estate-main-content-width: 66.66666667%;
	--wp_estate_border_bottom_header: 0px;
	--wp_estate_sticky_border_bottom_header: 0px;
	--wp_estate_border_bottom_header_color: #ccc;
	--wp_estate_border_bottom_header_sticky_color: #ccc;
	--wp-estate-top-bar-back: #f3f3f3;
	--wp-estate-top-bar-font: #b6b6b6;
	--wp-estate-header-color: #fff;
	--wp-estate-menu-font-color: #222;
	--wp-estate-sticky-menu-font-color: #222;
	--wp-estate-top-menu-hover-font-color: #0073e1;
	--wp-estate-active-menu-font-color: #0073e1;
	--wp-estate-top-menu-hover-back-font-color: #0073e1;
	--wp-estate-transparent-menu-font-color: #fff;
	--wp-estate-transparent-menu-hover-font-color: #0073e1;
	--wp-estate-menu-item-back-color: #fff;
	--wp-estate-menu-items-color: #222;
	--wp-estate-menu-hover-font-color: #fff;
	--wp-estate-menu-hover-font-color-megamenu: #222;
	--wp-estate-menu-hover-back-color: #0073e1;
	--wp-estate-menu-border-color: transparent;
	--wp-estate-logo-max-height: 90px;
	--wp-estate-logo-max-width: 160px;
	--wp-estate-logo-margin: '0px';
	--wp-estate-mobile-header-background-color: #222;
	--wp_estate_mobile_header_icon_color: #fff;
	--wp_estate_mobile_menu_font_color: #fff;
	--wp-estate-mobile-menu-hover-font-color: #fff;
	--wp-estate-mobile-item-hover-back-color: #0073e1;
	--wp-estate-mobile-menu-background-color: #001a33;
	--wp-estate-mobile-menu-border-color: #f7f8f91c;
	--wpestate-border-size-for-menu-border-color: 0px;
	--wp_estate_unit_border_size: 1px;
	--wp-estate-unit-border-color: #f1f8ff;
	--wp_estate_widget_sidebar_border_size: 1px;
	--wp_estate_widget_sidebar_border_color: #fff;
	--wp_estate_sidebar_widget_color: #fff;
	--wp_estate_user_dashboard_menu_color: #222;
	--wp_estate_user_dashboard_menu_hover_color: #6c5dd3;
	--wp_estate_user_dashboard_menu_color_hover: #6c5dd3;
	--wp_estate_user_dashboard_menu_back: #fff;
	--wp_estate_user_dashboard_package_back: #fff;
	--wp_estate_user_dashboard_package_color: #5f75ee;
	--wp_estate_user_dashboard_buy_package: #6c5dd3;
	--wp_estate_user_dashboard_package_select: #fff;
	--wp_estate_user_dashboard_content_back: #fff;
	--wp_estate_user_dashboard_content_button_back: #6c5dd3;
	--wp_estate_hover_button_color: #222;
	--wp_estate_user_dashboard_content_color: #222;
	--wp_estate_header4_back_color: #004274;
	--wp_estate_header4_font_color: #fff;
	--wp_estate_footer_back_color: #001a33;
	--wp_estate_footer_copy_back_color: #001a33;
	--wp_estate_footer_font_color: #bbb;
	--wp_estate_footer_copy_color: #bbb;
	--wp_estate_footer_heading_color: #fff;
	--wp_estate_footer_social_widget_back_color: #002547;
	--wp_estate_adv_back_color: #fff;
	--wp_estate_adv_back_color_opacity: 1;
	--wp_estate_adv_font_color: #5c727d;
	--wp_estate_adv_search_back_color: #0073e1;
	--wp_estate_adv_search_tab_font_color: #0073e1;
	--wp_estate_adv_search_tab_back_font_color: #0073e1;
	--wp_estate_adv_search_font_color: #5c727d;
	--wp_estate_adv_search_background_color: #efefef;
	--wp-estate-header-height: 90px;
	--wp-estate-sticky-header-height: 70px;
	--wp-estate-h1-font-family: 'Roboto', sans-serif;
	--wp-estate-h1-font-size: 34px;
	--wp-estate-h1-line-height: 1.3em;
	--wp-estate-h1-font-weight: 500;
	--wp-estate-h2-font-family: 'Roboto', sans-serif;
	--wp-estate-h2-font-size: 28px;
	--wp-estate-h2-line-height: 1.3em;
	--wp-estate-h2-font-weight: 500;
	--wp-estate-h3-font-family: 'Roboto', sans-serif;
	--wp-estate-h3-font-size: 24px;
	--wp-estate-h3-line-height: 1.3em;
	--wp-estate-h3-font-weight: 500;
	--wp-estate-h4-font-family: 'Roboto', sans-serif;
	--wp-estate-h4-font-size: 18px;
	--wp-estate-h4-line-height: 1.3em;
	--wp-estate-h4-font-weight: 500;
	--wp-estate-h5-font-family: 'Roboto', sans-serif;
	--wp-estate-h5-font-size: 14px;
	--wp-estate-h5-line-height: 1em;
	--wp-estate-h5-font-weight: 500;
	--wp-estate-h6-font-family: 'Roboto', sans-serif;
	--wp-estate-h6-font-size: 12px;
	--wp-estate-h6-line-height: 1em;
	--wp-estate-h6-font-weight: 500;
	--wp-estate-paragraph-font-family: 'Roboto', sans-serif;
	--wp-estate-paragraph-font-size: 14px;
	--wp-estate-paragraph-line-height: 1.65em;
	--wp-estate-paragraph-font-weight: 400;
	--wp-estate-top-menu-font-size: 15px;
	--wp-estate-menu-item-font-size: 14px;
	--wp-estate-menu-font-family: 'Roboto', sans-serif;
	--wp-estate-menu-font-weight: 500;
	--wp-estate-menu-line-heigh: 1.3em;
	--wp_estate_main_content_width: 66.66666667%;
	--wp_estate_contentarea_internal_padding_top: 30px;
	--wp_estate_contentarea_internal_padding_left: 30px;
	--wp_estate_contentarea_internal_padding_bottom: 30px;
	--wp_estate_contentarea_internal_padding_right: 30px;
	--wp_estate_propertyunit_internal_padding_top: 0px;
	--wp_estate_propertyunit_internal_padding_left: 0px;
	--wp_estate_propertyunit_internal_padding_bottom: 0px;
	--wp_estate_propertyunit_internal_padding_right: 0px;
	--wp_estate_sidebarwidget_internal_padding_top: 30px;
	--wp_estate_sidebarwidget_internal_padding_left: 30px;
	--wp_estate_sidebarwidget_internal_padding_bottom: 30px;
	--wp_estate_sidebarwidget_internal_padding_right: 30px;
	--wp_estate_border_radius_corner: 4px;
	--wp_estate_border_radius_dashboard_corner: 4px;
	--wp_estate_cssbox_shadow: none;
	--wp-estate-cssbox-shadow-elementor-option: 0 10px 31px 0
		rgba(7, 152, 255, 0.09);
	--wp_estate_float_form_top: 0px;
	--wp_estate_float_form_top_tax: 0px;
	--wp_estate_card_details_font_awsome_size: 13px;
	--wp_estate_card_details_image_icon_size: 15px;
	--wp-estate-card-unit-font-family: 'Roboto', sans-serif;
	--wp-estate-card-unit-font-size: 13px;
	--wp-estate-card-unit-line-height: 14px;
	--wp-estate-card-unit-font-weight: 400;
	--wp-estate-card-unit-font-color: #5c727d;
	--wp_estate_card_details_image_color: #5c727d;
	--wp_estate_card_details_image_position: row;
	--wp_estate_card_details_gap: 5px;
	--wp_estate_card_details_alignment: space-between;
}
