/**
 * Loads neccessary Mixins and Variables Shared in both.
 * 
 * @since 1.0 
 * 
 */
/**
 * Color Variables
 * 
 * @since 1.0
 * 
 */
/* Colors */
/**
 * Structure Variables
 * 
 * @since 1.0
 * 
 */
/* Fonts */
/* Device widths */
/**
 * Custom mixins
 * 
 * @since 1.0
 * 
 */
/**
 * Base font size for usage
 */
/**
  * Add google fonts - Poppins font
  * and also apply font for body
  * 
  * @since 1.0
  */
body,
html {
	font-size: 16px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body div,
body li,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html div,
html li {
	font-family: 'Poppins';
}

@media (min-width: 991px) and (max-width: 1600px) {
	body,
	html {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	body,
	html {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	body,
	html {
		font-size: 12px;
	}
}

body .rtpf,
html .rtpf {
	font-family: "rtp-fontastic";
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
}

body .rtpf:before,
html .rtpf:before {
	display: inline-block;
	width: 1em;
}

/**
 * Custom elements like buttons
 * 
 * @since 1.0
 * 
 */
.rtp-main-button-blue {
	font-weight: 300;
	background: linear-gradient(272deg, #2B7FFC, #6A11CB);
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 56px;
	margin-left: 30px;
	-webkit-box-shadow: 0px 3px 35px rgba(43, 127, 252, 0.5);
	        box-shadow: 0px 3px 35px rgba(43, 127, 252, 0.5);
	position: relative;
	z-index: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtp-main-button-blue:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(271deg, #6A11CB, #6A11CB);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
}

.rtp-main-button-blue:hover {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-box-shadow: 0px 10px 35px rgba(104, 21, 205, 0.5);
	        box-shadow: 0px 10px 35px rgba(104, 21, 205, 0.5);
}

.rtp-main-button-blue:hover::before {
	opacity: 1;
}

.rtp-main-button-blue a {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	padding: 0 29px 0 47px;
	text-decoration: none;
	color: #ffffff;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	outline: none;
}

@media (max-width: 480px) {
	.rtp-main-button-blue a {
		padding: 0 19px 0 37px;
	}
}

.rtp-main-button-blue:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	-webkit-transform: translatex(-50%);
	        transform: translatex(-50%);
	width: 46px;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6A11CB), color-stop(50%, white));
	background: linear-gradient(90deg, #6A11CB 50%, white 50%);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.rtp-main-button-blue.rtp-btn-sm {
	height: 48px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-main-button-blue.rtp-btn-sm {
		height: 44px;
	}
}

@media (max-width: 480px) {
	.rtp-main-button-blue.rtp-btn-sm {
		height: 38px;
	}
}

.rtp-main-button-blue.rtp-btn-sm a {
	padding: 0 24px 0 41px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-main-button-blue.rtp-btn-sm a {
		padding: 0px 19px 0px 34px;
		font-size: 14px;
		font-size: 0.875em;
		font-size: 0.875rem;
	}
}

@media (max-width: 480px) {
	.rtp-main-button-blue.rtp-btn-sm a {
		padding: 0 19px 0 36px;
	}
}

.rtp-main-button-blue.rtp-btn-sm:after {
	width: 48px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-main-button-blue.rtp-btn-sm:after {
		width: 44px;
	}
}

@media (max-width: 480px) {
	.rtp-main-button-blue.rtp-btn-sm:after {
		width: 38px;
	}
}

.rtp-main-button-blue.rtp-btn-blue-black::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(271deg, #434343, #111111);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
}

.rtp-main-button-blue.rtp-btn-blue-black:hover {
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.3) !important;
	        box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.3) !important;
}

.rtp-main-button-blue.rtp-btn-blue-black:hover::before {
	opacity: 1;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.rtp-main-button-blue.rtp-btn-blue-black:hover:after {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1A1A1A), color-stop(50%, white));
	background: linear-gradient(90deg, #1A1A1A 50%, white 50%);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.rtp-main-button-blue.rtp-btn-purple-blue {
	font-weight: 300;
	font-family: 'Poppins';
	margin-left: 30px;
	background: linear-gradient(271deg, #6A11CB, #6A11CB);
	height: 56px;
	text-align: center;
	font-size: 16px !important;
	font-size: 1em !important;
	font-size: 1rem !important;
	-webkit-box-shadow: 0px 10px 35px #6815CD;
	        box-shadow: 0px 10px 35px #6815CD;
}

.rtp-main-button-blue.rtp-btn-purple-blue:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2B7FFC;
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
}

.rtp-main-button-blue.rtp-btn-purple-blue::after {
	content: "";
	position: absolute;
	display: block;
	width: 46px;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6A11CB), color-stop(50%, white));
	background: linear-gradient(90deg, #6A11CB 50%, white 50%);
	top: 28px;
}

.rtp-main-button-blue.rtp-btn-purple-blue:hover {
	-webkit-box-shadow: 0px 10px 35px #2B7FFC;
	        box-shadow: 0px 10px 35px #2B7FFC;
}

.rtp-main-button-blue.rtp-btn-purple-blue:hover::before {
	opacity: 1;
}

.rtp-main-button-blue.rtp-btn-purple-blue:hover::after {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2B7FFC), color-stop(50%, white));
	background: linear-gradient(90deg, #2B7FFC 50%, white 50%);
}

.rtp-main-button-blue.rtp-btn-disabled {
	cursor: not-allowed !important;
	background: linear-gradient(272deg, #b1afaf, #b1afaf) !important;
}

.rtp-main-button-blue.rtp-btn-disabled a {
	cursor: not-allowed !important;
}

.rtp-main-button-blue.rtp-btn-disabled:before {
	background: linear-gradient(271deg, #b1afaf, #b1afaf) !important;
}

/**
 * Custom elements like icons
 *  
 * @since 1.0
 * 
 */
.rtp-default-blue-icon {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	margin: 0 10px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15) !important;
	        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15) !important;
	z-index: 1;
	width: 50px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.rtp-default-blue-icon i {
	color: #6A11CB;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtp-default-blue-icon::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	border-radius: 50%;
}

.rtp-default-blue-icon:hover {
	-webkit-box-shadow: 0 5px 20px #3271F6;
	        box-shadow: 0 5px 20px #3271F6;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtp-default-blue-icon:hover i {
	color: #ffffff;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtp-default-blue-icon:hover::before {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtp-default-blue-icon.small {
	width: 43px;
	height: 43px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	margin: 0 5px;
}

/**
 * Custom elements like icons
 * 
 * @since 1.0
 * 
 */
.rtp-agency-sendmessage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 48px;
}

.rtp-contactform-label {
	margin-top: 0px;
}

.rtp-contactform-label input,
.rtp-contactform-label textarea {
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	padding: 14px 20px;
	width: 100%;
	margin-top: 10px;
}

.rtp-contactform-label input {
	max-width: 340px;
}

.rtp-contactform-acceptance {
	font-size: 23px;
	font-size: 1.4375em;
	font-size: 1.4375rem;
	font-weight: 500;
}

.rtp-contactform-acceptance span {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #6A6A6A;
}

.rtp-contactform-button {
	position: relative;
	margin-top: 60px;
}

.rtp-contactform-button input {
	background: linear-gradient(272deg, #2B7FFC, #6A11CB);
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 52px;
	margin-left: 30px;
	-webkit-box-shadow: 0px 3px 35px #2B7FFC;
	        box-shadow: 0px 3px 35px #2B7FFC;
	border: 0px;
	color: #ffffff;
	padding: 15px 34px 18px 46px;
	letter-spacing: 1px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 300;
	-webkit-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}

.rtp-contactform-button input:hover {
	-webkit-box-shadow: 0px 10px 35px #6815CD;
	        box-shadow: 0px 10px 35px #6815CD;
	-webkit-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}

.rtp-contactform-button input:hover::before {
	opacity: 1;
	-webkit-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
}

.rtp-contactform-button input:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(271deg, #434343, #111111);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
}

@media (max-width: 768px) {
	.rtp-contactform-button input {
		height: 44px;
		padding: 13px 28px 13px 40px;
	}
}

@media (max-width: 480px) {
	.rtp-contactform-button input {
		padding: 10px 20px 10px 30px;
		height: 35px;
	}
}

.rtp-contactform-button:after {
	content: "";
	position: absolute;
	display: block;
	margin-left: 7px;
	top: 50%;
	width: 46px;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6A11CB), color-stop(50%, white));
	background: linear-gradient(90deg, #6A11CB 50%, white 50%);
}

@media (max-width: 768px) {
	.rtp-contactform-button:after {
		width: 40px;
		margin-left: 10px;
	}
}

@media (max-width: 480px) {
	.rtp-contactform-button:after {
		width: 30px;
		margin-left: 15px;
	}
}

.rtpc-hide {
	display: none !important;
}

.elementor-element .realtypack-flag::after {
	content: "RealtyPack";
}

.elementor-element .realtypack-flag:after,
.elementor-element .auxin-badge-pro:after,
.auxin .elementor-element .icon .bdt-widget-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 3px 4px 2px;
	border-style: solid;
	font-weight: 600;
	font-size: 9px;
	font-size: 0.5625em;
	font-size: 0.5625rem;
	text-align: right;
	border-width: 0 0 1px 1px;
	border-color: #eee;
	border-bottom-left-radius: 2px;
	text-transform: uppercase;
	font-family: "Open Sans", Roboto, Helvetica, Arial, sans-serif;
}

.rtp-button .elementor-button {
	position: relative;
	text-align: left;
	border-radius: 0px !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 56px;
}

.rtp-button .elementor-button:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
	background: linear-gradient(271deg, #434343, #111111);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.rtp-button .elementor-button::after {
	content: "";
	position: absolute;
	margin-left: -25px;
	top: 50%;
	width: 50px;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6A11CB), color-stop(50%, white));
	background: linear-gradient(90deg, #6A11CB 50%, white 50%);
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.rtp-button .elementor-button .elementor-button-text {
	padding: 0% 51px 0% 50px;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	height: 100%;
}

.rtp-button .elementor-button:hover:before {
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.rtp-button .elementor-button:hover::after {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1A1A1A), color-stop(50%, white));
	background: linear-gradient(90deg, #1A1A1A 50%, white 50%);
}

.rtp-button .elementor-button.small {
	height: 48px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-button .elementor-button.small {
		height: 44px;
	}
}

.rtp-button .elementor-button.small .elementor-button-text {
	padding: 0% 24px 0% 41px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-button .elementor-button.small .elementor-button-text {
		padding: 100% 19px 100% 34px;
		font-size: 14px;
		font-size: 0.875em;
		font-size: 0.875rem;
	}
}

.rtp-button .elementor-button.small:after {
	width: 48px;
	margin-left: -24px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-button .elementor-button.small:after {
		width: 44px;
		margin-left: -22px;
	}
}

.elementor-widget-rtp-icon-box .elementor-widget-container {
	position: relative;
	z-index: 1;
}

.elementor-widget-rtp-icon-box .elementor-widget-container:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
}

.elementor-widget-rtp-icon-box .elementor-widget-container .elementor-icon {
	-webkit-transition: 0s;
	transition: 0s;
}

.rtpc-testimonial-swiper-container {
	overflow: hidden;
	text-align: center;
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-qout {
	font-size: 160px;
	font-size: 10em;
	font-size: 10rem;
	color: #ffffff;
	text-shadow: 0 3px 23px #00000020;
	font-weight: 400;
	font-family: Rufina;
	margin-top: 150px;
	line-height: 95px;
	display: block;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	letter-spacing: -12px;
}

@media (max-width: 480px) {
	.rtpc-testimonial-swiper-container .rtpc-testimonial-qout {
		line-height: 90px;
		margin-top: 100px;
	}
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-comment {
	font-style: italic;
	font-weight: 300;
	font-size: 33px;
	font-size: 2.0625em;
	font-size: 2.0625rem;
	color: #FFFFFF;
	margin: 0px 22%;
	line-height: 58px;
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-comment-author-pic {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0 10px 17px #00000025;
	        box-shadow: 0 10px 17px #00000025;
	margin-top: 70px;
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-comment-author-name {
	font-size: 25px;
	font-size: 1.5625em;
	font-size: 1.5625rem;
	font-weight: 500;
	color: #ffffff;
	margin-top: 18px;
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-comment-author-job {
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 100px;
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-next {
	top: 42%;
	right: 9%;
	background: none !important;
	position: absolute;
	z-index: 99;
}

@media (max-width: 480px) {
	.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-next {
		right: 14%;
		top: 65%;
	}
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-next::before {
	content: "\e1fa";
	font-family: "rtp-fontastic";
	position: absolute;
	color: #ffffff;
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	z-index: 2;
}

@media (max-width: 480px) {
	.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-next::before {
		font-size: 24px;
		font-size: 1.5em;
		font-size: 1.5rem;
	}
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-prev {
	top: 42%;
	left: 7%;
	background: none !important;
	position: absolute;
}

@media (max-width: 480px) {
	.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-prev {
		left: 5%;
		top: 65%;
	}
}

.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-prev::before {
	content: "\e1f9";
	position: absolute;
	font-family: "rtp-fontastic";
	color: #ffffff;
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	z-index: 2;
}

@media (max-width: 480px) {
	.rtpc-testimonial-swiper-container .rtpc-testimonial-arrowbutton-prev::before {
		font-size: 24px;
		font-size: 1.5em;
		font-size: 1.5rem;
	}
}

.rtpc-rpgs-container.rtpc-property-archive-page {
	margin-top: 50px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters {
	padding: 0px 25px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-filter-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-filter-tabs label {
	border: 1px solid #e3e3e3;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-filter-tabs label:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-filter-tabs label:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters input[type=radio] {
	display: none;
}

.rtpc-rpgs-container .rtpc-rpgs-filters label {
	background: #ffffff;
	z-index: 10;
	padding: 14px 20px;
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 500;
	color: #181818;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	position: relative;
}

.rtpc-rpgs-container .rtpc-rpgs-filters label::before {
	background: linear-gradient(129deg, #2B7FFC, #6A11CB);
	opacity: 0;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.rtpc-rpgs-container .rtpc-rpgs-filters label:hover {
	color: #ffffff;
}

.rtpc-rpgs-container .rtpc-rpgs-filters label:hover::before {
	opacity: 1;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .checked {
	background: linear-gradient(129deg, #2B7FFC, #6A11CB);
	color: #ffffff;
	border: 0px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	margin-right: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters .rtpc-agent-sort {
	padding: 10px 6px;
	margin-left: 15px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters label {
	padding: 0px;
	border-radius: 10px;
	font-size: 23px;
	font-size: 1.4375em;
	font-size: 1.4375rem;
	margin-left: 10px;
	width: 43px;
	height: 43px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters label::before {
	background: linear-gradient(129deg, #2B7FFC, #6A11CB);
	opacity: 0;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	border-radius: 10px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters label:hover {
	border: 5px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters label:hover::before {
	opacity: 1;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters label i {
	font-size: 21px;
	font-size: 1.3125em;
	font-size: 1.3125rem;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters .rtpc-rpgs-sort {
	-webkit-box-shadow: 0 3px 25px #00000010;
	        box-shadow: 0 3px 25px #00000010;
	padding: 7px 11px 2px 17px;
	margin-left: 40px;
	border-radius: 10px;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters .rtpc-rpgs-sort label {
	font-weight: bold;
}

.rtpc-rpgs-container .rtpc-rpgs-filters .rtpc-rpgs-view-sort-filters .rtpc-rpgs-sort span {
	color: #6A11CB;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box {
	background: #ffffff;
	max-width: 100%;
	padding: 0px 25px;
	border-radius: 5px;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box {
		padding: 0px 10px;
	}
}

@media (max-width: 768px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box {
		width: 100%;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property {
	margin: 27.5px 0px;
	-webkit-box-shadow: 0 3px 25px #00000011;
	        box-shadow: 0 3px 25px #00000011;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property:hover {
	-webkit-box-shadow: 0 3px 25px #00000029;
	        box-shadow: 0 3px 25px #00000029;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property:hover .rtpc-rpgs-property-tags span {
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	white-space: nowrap;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property:hover .rtpc-rpgs-property-slider .swiper-button-next,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property:hover .rtpc-rpgs-property-slider .swiper-button-prev,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property:hover .rtpc-rpgs-property-image-footer {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property:hover .swiper-button-next.swiper-button-disabled,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property:hover .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image {
	padding: 23px 23px 0px 23px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags {
	position: absolute;
	margin-top: 15px;
	z-index: 2;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span {
	position: absolute;
	display: block;
	color: #ffffff;
	padding: 2px 23px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	white-space: nowrap;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(1) {
	background: #FC2B6B;
	margin-top: 0px;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(2) {
	background: #6A11CB;
	margin-top: 30px;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(3) {
	background: #084195;
	margin-top: 60px;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(4) {
	background: #6A11CB;
	margin-top: 90px;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(5) {
	background: #084195;
	margin-top: 120px;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(6) {
	background: #084195;
	margin-top: 150px;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(7) {
	background: #084195;
	margin-top: 180px;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-wrapper .swiper-slide {
	min-width: auto !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider img {
	width: 100%;
	-o-object-fit: fill;
	   object-fit: fill;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next {
	background-color: #ffffff;
	border-radius: 50%;
	border: 15px solid #ffffff;
	top: 39%;
	width: 51px;
	height: 51px;
	opacity: 0;
	-webkit-box-shadow: 0 3px 20px #00000016;
	        box-shadow: 0 3px 20px #00000016;
	color: #6A11CB;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev,
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev::before,
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next::before {
		top: -4px;
		right: -3px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev:hover::before,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next:hover::before {
	color: #ffffff;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next {
	background-image: none;
	right: 30px;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next {
		right: 10px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next:hover {
	background-color: #6A11CB;
	border: 15px solid #6A11CB;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next:before {
	content: "\e1fa";
	position: absolute;
	font-family: 'rtp-fontastic';
	font-size: 20px;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-next:before {
		top: -4px;
		right: -3px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev {
	background-image: none;
	left: 30px;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev {
		left: 10px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev:hover {
	background-color: #6A11CB;
	border: 15px solid #6A11CB;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev:before {
	content: "\e1f9";
	position: absolute;
	font-family: 'rtp-fontastic';
	font-size: 20px;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-slider .swiper-button-prev:before {
		top: -4px;
		left: -4px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-image-footer {
	height: 70px;
	background-image: linear-gradient(93deg, #2B7FFC, #6022D3, #6A11CB);
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
	opacity: 0;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-image-footer {
		height: 45px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-image-footer .rtpc-rpgs-property-image-footer-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-image-footer .rtpc-rpgs-property-image-footer-icons i {
	width: 33.33%;
	text-align: center;
	font-size: 29px;
	font-size: 1.8125em;
	font-size: 1.8125rem;
	border-left: 1px solid #FFFFFF30;
	height: 32px;
	cursor: pointer;
	opacity: 0.70;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-image-footer .rtpc-rpgs-property-image-footer-icons i:hover {
	opacity: 1;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content {
	padding: 5px 48px 30px 48px;
	font-family: poppins;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content {
		padding: 5px 30px 30px 30px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-title {
	font-size: 25px;
	font-size: 1.5625em;
	font-size: 1.5625rem;
	font-weight: 500;
	color: #181818;
	margin-top: 18px;
	margin-bottom: 0px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-title a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-price-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 10px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-price {
	font-weight: 600;
	color: #6A11CB;
	font-size: 32px;
	font-size: 2em;
	font-size: 2rem;
	margin: 0px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-price-type {
	font-weight: 500;
	color: #181818;
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
	margin: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-address {
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #828282;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-address i {
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-address span {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	padding-top: 2px;
	font-weight: 400;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #70707040;
	padding: 20px 0px;
	margin: 18px 0px 10px 0px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtp-main-button-blue {
	height: 40px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtp-main-button-blue a {
	padding: 0 14px 0 31px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtp-main-button-blue::after {
	width: 35px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-features div {
	padding-right: 10px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-content-details-label {
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 500;
	color: #181818;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-content-details-value {
	color: #2B7FFC;
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #828282;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author span {
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 300;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-content-author-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-content-author-details img {
	width: 55px;
	height: 55px;
	-webkit-box-shadow: 0 3px 12px #00000016;
	        box-shadow: 0 3px 12px #00000016;
	border-radius: 50%;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-content-author-details a {
	padding-left: 10px;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
	color: #8e8e8e;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-content-author-details a:hover {
	text-decoration: underline;
	color: #181818;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-post-date {
	margin: auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-post-date i {
	padding-right: 6px;
	font-size: 18px;
	font-family: "rtp-fontastic";
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-post-date span {
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-grid .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author .rtpc-rpgs-property-post-date-single {
	text-align: right;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-box {
	width: 100%;
	margin: 30px 0;
}

@media (max-width: 768px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-box {
		-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
		        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-box .rtpc-rpgs-property {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (max-width: 768px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-box .rtpc-rpgs-property {
		display: block;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-content {
	width: 100%;
	padding-left: 20%;
	margin-top: auto;
}

@media (max-width: 768px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-box .rtpc-rpgs-property .rtpc-rpgs-property-content {
		padding-left: 35px;
		margin-left: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image {
	padding: 0px 15px 0px 0px;
	width: 40%;
	height: 100%;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-image-footer {
	height: 70px;
	background-image: linear-gradient(93deg, #2B7FFC, #6022D3, #6A11CB);
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
	opacity: 0;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-image-footer .rtpc-rpgs-property-image-footer-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 18px 0;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-image-footer .rtpc-rpgs-property-image-footer-icons i {
	width: 33.33%;
	text-align: center;
	font-size: 29px;
	font-size: 1.8125em;
	font-size: 1.8125rem;
	border-left: 1px solid #FFFFFF30;
	height: 32px;
	cursor: pointer;
	opacity: 0.70;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-image-footer .rtpc-rpgs-property-image-footer-icons i:hover {
	opacity: 1;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image:hover .rtpc-rpgs-property-tags span {
	opacity: 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	white-space: nowrap;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image:hover .rtpc-rpgs-property-slider .swiper-button-next,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image:hover .rtpc-rpgs-property-slider .swiper-button-prev,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image:hover .rtpc-rpgs-property-image-footer {
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image:hover .swiper-button-next.swiper-button-disabled,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image:hover .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags {
	position: absolute;
	margin-top: 20px;
	z-index: 2;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span {
	position: absolute;
	display: block;
	color: #ffffff;
	padding: 4px 23px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	white-space: nowrap;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(1) {
	background: #FC2B6B;
	margin-top: 0px;
	width: auto;
	-webkit-transition: 0.15s 0.1s;
	transition: 0.15s 0.1s;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(2) {
	background: #6A11CB;
	margin-top: 45px;
	width: auto;
	-webkit-transition: 0.15s 0.15s;
	transition: 0.15s 0.15s;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(3) {
	background: #084195;
	margin-top: 90px;
	width: auto;
	-webkit-transition: 0.15s 0.2s;
	transition: 0.15s 0.2s;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(4) {
	background: #6A11CB;
	margin-top: 135px;
	width: auto;
	-webkit-transition: 0.55s 0.25s;
	transition: 0.55s 0.25s;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(5) {
	background: #084195;
	margin-top: 180px;
	-webkit-transition: 0.15s 0.3s;
	transition: 0.15s 0.3s;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(6) {
	background: #084195;
	margin-top: 225px;
	-webkit-transition: 0.15s 0.35s;
	transition: 0.15s 0.35s;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-image .rtpc-rpgs-property-tags span:nth-child(7) {
	background: #084195;
	margin-top: 270px;
	-webkit-transition: 0.15s 0.4s;
	transition: 0.15s 0.4s;
	width: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider {
	overflow: hidden;
	position: relative;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider img {
	-o-object-fit: fill;
	   object-fit: fill;
	max-width: unset;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-prev,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-next {
	background-color: #ffffff;
	border-radius: 50%;
	border: 15px solid #ffffff;
	top: 39%;
	width: 51px;
	height: 51px;
	opacity: 0;
	-webkit-box-shadow: 0 3px 20px #00000016;
	        box-shadow: 0 3px 20px #00000016;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-prev:hover::before,
.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-next:hover::before {
	color: #ffffff;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='#6A11CB'/%3E%3C/svg%3E");
	right: 30px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='#ffffff'/%3E%3C/svg%3E");
	background-color: #6A11CB;
	border: 15px solid #6A11CB;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-next:before {
	content: "\e1fa";
	position: absolute;
	font-family: 'rtp-fontastic';
	font-size: 20px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='#6A11CB'/%3E%3C/svg%3E");
	left: 30px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='#ffffff'/%3E%3C/svg%3E");
	background-color: #6A11CB;
	border: 15px solid #6A11CB;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-slider .swiper-button-prev:before {
	content: "\e1f9";
	position: absolute;
	font-family: 'rtp-fontastic';
	font-size: 20px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content {
	padding: 40px 50px 50px 45px;
	font-family: poppins;
	margin-left: -18%;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	margin-top: 60px;
}

@media (max-width: 480px) {
	.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content {
		padding: 30px 30px 40px 30px;
	}
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-title {
	font-size: 25px;
	font-size: 1.5625em;
	font-size: 1.5625rem;
	font-weight: 500;
	color: #181818;
	margin: 0px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-title a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-price-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 10px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-price {
	font-weight: 600;
	color: #6A11CB;
	font-size: 32px;
	font-size: 2em;
	font-size: 2rem;
	margin: 0px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-price-type {
	font-weight: 600;
	color: #181818;
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
	margin: auto;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-address {
	padding-top: 10px;
	color: #828282;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-address i {
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-address span {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	padding-top: 2px;
	font-weight: 400;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #70707040;
	padding: 20px 0px;
	margin: 18px 0px 10px 0px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-features div {
	padding: 0 5px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details div {
	margin: auto 0;
	padding: 0 5px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-content-details-label {
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 500;
	color: #181818;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtpc-rpgs-property-content-details-value {
	color: #2B7FFC;
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtp-main-button-blue {
	height: 40px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtp-main-button-blue a {
	padding: 0 14px 0 31px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-details .rtp-main-button-blue::after {
	width: 35px;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #828282;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author span {
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 300;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author-details img {
	width: 55px !important;
	height: 55px !important;
	-webkit-box-shadow: 0 3px 12px #00000016;
	        box-shadow: 0 3px 12px #00000016;
	border-radius: 50%;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author-details a {
	padding-left: 10px;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

.rtpc-rpgs-container .rtpc-rpgs-properties-container.rtpc-rpgs-properties-column .rtpc-rpgs-property-content .rtpc-rpgs-property-content-author-details a:hover {
	color: #181818;
}

.our-agents-container {
	overflow: hidden;
	position: relative;
}

.our-agents-container .swiper-slide {
	padding: 0 10px;
	text-align: center;
	position: relative;
}

.our-agents-container .swiper-slide img {
	border-radius: 15px;
}

.our-agents-container .swiper-slide .our-agents-details {
	background: linear-gradient(140deg, #2B7FFC, #6A11CB);
	border-radius: 15px;
	padding: 10px 42px 10px 42px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 10px;
	opacity: 0;
	color: #ffffff;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.our-agents-container .swiper-slide .our-agents-details:hover {
	opacity: 0.95;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container {
	width: 100%;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container div {
	width: 100%;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-name {
	font-size: 28px;
	font-size: 1.75em;
	font-size: 1.75rem;
	font-weight: 500;
	display: block;
	padding-bottom: 5px;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-title {
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 300;
	opacity: 0.8;
	opacity: .7;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-phone,
.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-email,
.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-social {
	line-height: 38px;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-phone-label,
.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-email-label,
.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-social-label {
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 300;
	opacity: 0.8;
	opacity: .7;
	padding-right: 10px;
	font-family: "Poppins";
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-phone-number,
.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-email-address,
.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-social-icons {
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 300;
	opacity: 1;
	font-family: "Poppins";
	color: #ffffff;
	margin-right: 7px;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-divider {
	display: block;
	margin-top: 18px;
	margin-bottom: 28px;
	border: 1px solid #FFFFFF30;
	width: 100%;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-divider:nth-of-type(2) {
	margin-top: 28px;
	margin-bottom: 25px;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .rtpc-agent-property-more-detail {
	float: right;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	text-decoration: underline;
}

.our-agents-container .swiper-slide .our-agents-details .our-agents-details-container .our-agents-property-listed {
	font-weight: 400;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	text-decoration: underline;
	color: #ffffff;
}

.our-agents-container .our-agents-pagination {
	text-align: center;
	padding-top: 85px;
}

.our-agents-container .our-agents-pagination .our-agents-swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	border-radius: 45px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 5px;
}

.our-agents-container .our-agents-pagination .our-agents-swiper-pagination-bullet-active {
	width: 13px;
	height: 24px;
}

.rtpc-our-blog-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-our-blog-container .rtpc-our-blog-post {
	width: 33.33%;
	padding: 0 15px;
	padding-bottom: 30px;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-image img {
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details {
	position: relative;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 8px 35px #00000014;
	        box-shadow: 0 8px 35px #00000014;
	padding: 33px 40px;
	margin: -75px 41px 0 41px;
	z-index: 1;
}

@media (max-width: 480px) {
	.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details {
		margin: -75px 10px 0 10px;
		padding: 25px 30px;
	}
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	background: linear-gradient(116deg, #2B7FFC, #6A11CB);
	-webkit-box-shadow: 0 8px 35px #00000014;
	        box-shadow: 0 8px 35px #00000014;
	z-index: -1;
	-webkit-transition: opacity 0.6s linear;
	transition: opacity 0.6s linear;
	opacity: 0;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-details-header {
	font-size: 14px;
	font-size: 0.875em;
	font-size: 0.875rem;
	color: #7E7E7E;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	font-weight: 400;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-details-header span {
	width: 100%;
	border-right: 1px solid;
	border-color: #7E7E7E;
	padding-left: 5px;
	padding-right: 5px;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-details-header span:last-child {
	border: 0px;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-details-header span:nth-child(2) {
	text-align: center;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-details-header span:nth-child(3) {
	text-align: center;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-divider {
	width: 70px;
	height: 2px;
	background: #6A11CB;
	-webkit-box-shadow: 0px 3px 8px #6A11CB;
	        box-shadow: 0px 3px 8px #6A11CB;
	display: block;
	margin-top: 20px;
	margin-bottom: 19px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-title {
	color: #181818;
	font-size: 26px;
	font-size: 1.625em;
	font-size: 1.625rem;
	color: #181818;
	font-family: 'Poppins';
	font-weight: 500;
	line-height: 36px;
}

.rtpc-our-blog-container .rtpc-our-blog-post .rtpc-our-blog-post-details .rtpc-our-blog-post-title a {
	color: inherit;
}

.rtpc-our-blog-container .rtpc-our-blog-post:hover {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-our-blog-container .rtpc-our-blog-post:hover .rtpc-our-blog-post-details {
	-webkit-transform: translateY(-40px);
	        transform: translateY(-40px);
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position: relative;
}

.rtpc-our-blog-container .rtpc-our-blog-post:hover .rtpc-our-blog-post-details::before {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-our-blog-container .rtpc-our-blog-post:hover .rtpc-our-blog-post-details .rtpc-our-blog-post-details-header {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	color: #FFFFFF;
	opacity: .75;
}

.rtpc-our-blog-container .rtpc-our-blog-post:hover .rtpc-our-blog-post-details .rtpc-our-blog-post-details-header span {
	border-color: #BFBFBF;
}

.rtpc-our-blog-container .rtpc-our-blog-post:hover .rtpc-our-blog-post-details .rtpc-our-blog-post-title {
	color: #FFFFFF;
}

.rtpc-our-blog-container .rtpc-our-blog-post:hover .rtpc-our-blog-post-details .rtpc-our-blog-post-divider {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background: #FFFFFF;
	-webkit-box-shadow: 0 3px 8px #6A11CB;
	        box-shadow: 0 3px 8px #6A11CB;
	opacity: 0.40;
}

.rtp-carousel-container {
	overflow: hidden;
}

.rtp-carousel-container .rtp-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 59%;
	padding-bottom: 150px;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel {
		padding-bottom: 0px;
	}
}

.rtp-carousel-container .rtp-carousel .swiper-slide {
	z-index: 1;
}

.rtp-carousel-container .rtp-carousel .swiper-slide img {
	-webkit-transform: scale(0.6);
	        transform: scale(0.6);
	opacity: 0.5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 10px;
	margin-top: 60px;
}

.rtp-carousel-container .rtp-carousel .swiper-slide-active img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	transition: -webkit-transform 0.6s 0.3s ease;
	margin-top: 0px;
}

.rtp-carousel-container .rtp-carousel a.slider-control-left:after {
	content: "\73";
	width: 0;
	height: 0;
	position: absolute;
	top: 33%;
	font-family: "rtp-fontastic";
	z-index: 10;
	font-size: 45px;
	font-size: 2.8125em;
	font-size: 2.8125rem;
	right: 18%;
	color: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 0 20px black;
	        box-shadow: 0 0 20px black;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel a.slider-control-left:after {
		top: 80%;
		right: 7%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel a.slider-control-left:after {
		top: 95%;
		right: 10%;
	}
}

.rtp-carousel-container .rtp-carousel a.slider-control-right:after {
	content: "\72";
	width: 0;
	height: 0;
	/* background: blue; */
	position: absolute;
	top: 33%;
	font-family: "rtp-fontastic";
	z-index: 10;
	font-size: 45px;
	font-size: 2.8125em;
	font-size: 2.8125rem;
	left: 15%;
	color: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 0 20px black;
	        box-shadow: 0 0 20px black;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel a.slider-control-right:after {
		top: 80%;
		left: 1%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel a.slider-control-right:after {
		top: 95%;
	}
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-footer .rtp-carousel-agent {
	display: none;
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details {
	opacity: 0;
	position: absolute;
	z-index: 10;
	background: white;
	border-radius: 10px;
	padding: 35px 49px 27px 49px;
	bottom: -140px;
	right: -30px;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details {
		position: initial;
		margin: 10px 21px 60px 21px;
		padding: 40px 50px 60px 50px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details {
		position: initial;
		margin: 10px 6px 10px 10px;
		padding: 15px 15px 40px 15px;
	}
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-category {
	padding-bottom: 10px;
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-category a {
	color: #6A11CB;
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: underline;
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-category a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-category a {
		font-size: 14px;
	}
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-title {
	font-size: 32px;
	font-size: 2em;
	font-size: 2rem;
	font-weight: 600;
	color: #181818;
	margin: 5px 0;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-title {
		font-size: 26px;
		margin: 5px 0 15px;
	}
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-price {
	color: #6A11CB;
	font-size: 30px;
	font-size: 1.875em;
	font-size: 1.875rem;
	font-weight: 600;
	margin: 10px 0;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-price {
		font-size: 24px;
	}
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-address {
	color: #828282;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 300;
	margin-top: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-address:hover {
	white-space: normal;
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px 0;
	margin: 24px 0 0 0;
	border-top: 1px solid rgba(112, 112, 112, 0.3);
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-features span {
	color: #2B7FFC;
	padding-left: 8px;
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-more-details {
	color: #6A11CB;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-property-details .rtp-carousel-property-more-details i {
	font-size: 23px;
	font-size: 1.4375em;
	font-size: 1.4375rem;
	padding-top: 5px;
}

.rtp-carousel-container .rtp-carousel .slide-counter {
	height: 2px;
	top: initial;
	width: 23%;
	background: white;
	position: absolute;
	bottom: 145px;
	left: 22.5%;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-carousel-container .rtp-carousel .slide-counter {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		left: 21.5%;
	}
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel .slide-counter {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		top: 82%;
		width: 50%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel .slide-counter {
		width: 50%;
		bottom: 0px;
		left: 50%;
		top: 98%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.rtp-carousel-container .rtp-carousel .slide-counter .swiper-pagination-progressbar-fill {
	background: #2B7FFC;
}

.rtp-carousel-container .rtp-carousel .swiper-slide-active .rtp-carousel-property-details {
	opacity: 1;
	-webkit-transition: .6s .8s;
	transition: .6s .8s;
	right: -30px;
	width: 525px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtp-carousel-container .rtp-carousel .swiper-slide-active .rtp-carousel-property-details {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		right: -50px;
	}
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel .swiper-slide-active .rtp-carousel-property-details {
		width: auto;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel .swiper-slide-active .rtp-carousel-property-details {
		width: auto;
	}
}

.rtp-carousel-container .rtp-carousel .rtp-carousel-details-bg {
	display: none;
}

.rtp-carousel-container .rtp-carousel-type2 {
	position: relative;
}

.rtp-carousel-container .rtp-carousel-type2 a:hover.slider-control-left:after, .rtp-carousel-container .rtp-carousel-type2 a:hover.slider-control-right:after {
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	-webkit-box-shadow: 0 0 20px #2D7BFA;
	        box-shadow: 0 0 20px #2D7BFA;
	color: #FFFFFF;
}

.rtp-carousel-container .rtp-carousel-type2 a.slider-control-left:after {
	content: "\e1fa";
	width: 65px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-family: "rtp-fontastic";
	z-index: 10;
	font-size: 30px;
	font-size: 1.875em;
	font-size: 1.875rem;
	line-height: 65px;
	right: 70px;
	color: #6A11CB;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	background: #ffffff;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel-type2 a.slider-control-left:after {
		right: 40px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel-type2 a.slider-control-left:after {
		right: 20px;
	}
}

.rtp-carousel-container .rtp-carousel-type2 a.slider-control-right:after {
	content: "\e1f9";
	width: 65px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-family: "rtp-fontastic";
	z-index: 10;
	color: #6A11CB;
	font-size: 30px;
	font-size: 1.875em;
	font-size: 1.875rem;
	line-height: 65px;
	left: 70px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	background: #ffffff;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel-type2 a.slider-control-right:after {
		left: 40px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel-type2 a.slider-control-right:after {
		left: 20px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel-type2 a.slider-control-left:after, .rtp-carousel-container .rtp-carousel-type2 a.slider-control-right:after {
		font-size: 26px;
		font-size: 1.625em;
		font-size: 1.625rem;
		top: 13%;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide {
	z-index: 1;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details {
	position: absolute;
	top: 10px;
	background: #fff;
	padding: 50px 55px 30px 45px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 270px;
	z-index: 2;
	min-width: 500px;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details {
		left: 180px;
		padding: 30px 45px 20px 40px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details {
		padding: 20px 20px 20px 25px;
		margin-top: 170px;
		position: initial;
		margin-left: 4px;
		min-width: unset;
	}
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-category a {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 400;
	background: #6A11CB;
	border-radius: 20px;
	padding: 3px 20px;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-category a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-category a {
		font-size: 14px;
	}
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-category a:nth-child(2) {
	background: #2C7DFB;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-title {
	font-size: 32px;
	font-size: 2em;
	font-size: 2rem;
	font-weight: 600;
	margin: 14px 0 5px 0;
	line-height: 90px;
	color: #000000;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-title {
		line-height: 60px;
	}
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-price {
	font-size: 30px;
	font-size: 1.875em;
	font-size: 1.875rem;
	color: #6A11CB;
	font-weight: 500;
	margin: -19px 0 10px 0;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-price {
		margin: -10px 0 10px 0;
	}
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-address {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	color: #828282;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-features {
	border-top: 1px solid rgba(112, 112, 112, 0.3);
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
	padding: 12px 0 18px 0px;
	margin: 22px 0 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-features span {
	color: #2B7FFC;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-agent img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-property-more-details {
	float: right;
	color: #828282;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg {
	z-index: 1;
	position: absolute;
	top: 10px;
	background: linear-gradient(239deg, #2B7FFC, #6A11CB);
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 320px;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg {
		left: 200px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg {
		display: none;
	}
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg .rtp-carousel-property-category,
.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg .rtp-carousel-property-title,
.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg .rtp-carousel-property-price,
.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg .rtp-carousel-property-address,
.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg .rtp-carousel-property-features,
.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide .rtp-carousel-details-bg .rtp-carousel-property-more-details {
	opacity: 0;
}

.rtp-carousel-container .rtp-carousel-type2 .swiper-wrapper .swiper-slide-active {
	z-index: 2;
}

.rtp-carousel-container .rtp-carousel-type2 .slide-counter {
	display: none;
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 {
		padding-bottom: 0px;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .swiper-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .swiper-slide {
	text-align: center;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .swiper-slide img {
	-webkit-transform: none;
	        transform: none;
	margin: 0;
	border-radius: 0px;
	width: 60%;
	height: 700px;
	padding: 11% 5%;
	opacity: 1;
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .swiper-slide img {
		height: auto;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .swiper-slide-active {
	text-align: left;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .swiper-slide-active img {
	padding: 0;
	width: 80%;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .swiper-slide-active img {
		width: 100%;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 a.slider-control-left:after {
	content: "\e206";
	width: 0;
	height: 0;
	position: absolute;
	top: 33%;
	font-family: "rtp-fontastic";
	z-index: 10;
	font-size: 40px;
	font-size: 2.5em;
	font-size: 2.5rem;
	right: 17%;
	color: black;
	-webkit-box-shadow: 0 0 20px black;
	        box-shadow: 0 0 20px black;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 a.slider-control-left:after {
		top: 58%;
		right: 7%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 a.slider-control-left:after {
		top: 98%;
		right: 10%;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 a.slider-control-right:after {
	content: "\e205";
	width: 0;
	height: 0;
	/* background: blue; */
	position: absolute;
	top: 33%;
	font-family: "rtp-fontastic";
	z-index: 10;
	font-size: 40px;
	font-size: 2.5em;
	font-size: 2.5rem;
	left: 15%;
	color: black;
	-webkit-box-shadow: 0 0 20px black;
	        box-shadow: 0 0 20px black;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 a.slider-control-right:after {
		top: 58%;
		left: 1%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 a.slider-control-right:after {
		top: 98%;
		left: 1%;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 0px;
	text-align: left;
	right: 20px;
	padding: 60px 50px 45px 50px;
	bottom: unset;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
	        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details {
		left: 180px;
		padding: 30px 45px 20px 40px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details {
		top: 0;
		-webkit-transform: initial;
		        transform: initial;
		padding: 20px 20px 20px 25px;
		margin-top: 30px;
		position: initial;
		margin-left: 4px;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-category a {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 400;
	background: #6A11CB;
	border-radius: 20px;
	padding: 3px 20px;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-category a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-category a {
		font-size: 14px;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-category a:nth-child(2) {
	background: #2C7DFB;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-title {
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	font-weight: 600;
	display: block;
	padding: 17px 0 15px 0;
	color: #000000;
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-title {
		padding: 10px 0 5px 0;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-price {
	font-size: 30px;
	font-size: 1.875em;
	font-size: 1.875rem;
	color: #6A11CB;
	font-weight: 500;
	margin: -19px 0 10px 0;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-price {
		margin: -10px 0 10px 0;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-address {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	color: #828282;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-features {
	border-top: 1px solid rgba(112, 112, 112, 0.3);
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
	padding: 24px 0 25px 0px;
	margin: 16px 0 25px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-features span {
	color: #2B7FFC;
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-features {
		padding: 15px 0 18px 0px;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-agent {
	display: block;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-agent img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-property-more-details {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #828282;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-property-more-details i {
	position: initial;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .slide-counter {
	top: initial;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type3 .slide-counter {
		bottom: -10px;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 {
	max-width: 80%;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 {
		max-width: 100%;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide {
	text-align: center;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide img {
	-webkit-transform: none;
	        transform: none;
	margin: 0;
	border-radius: 0px;
	height: 700px;
	opacity: 1;
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide img {
		height: auto;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide-active {
	text-align: left;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide-active img {
	padding: 0;
	width: 95%;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide-active img {
		width: 100%;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 a.slider-control-left:after {
	width: 0;
	height: 0;
	position: absolute;
	top: 33%;
	font-family: "rtp-fontastic";
	z-index: 10;
	font-size: 60px;
	font-size: 3.75em;
	font-size: 3.75rem;
	right: 6%;
	color: #6A11CB;
	-webkit-box-shadow: 0 0 20px black;
	        box-shadow: 0 0 20px black;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 a.slider-control-left:after {
		top: 67%;
		right: 9%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 a.slider-control-left:after {
		top: 99%;
		right: 14%;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 a.slider-control-right:after {
	width: 0;
	height: 0;
	/* background: blue; */
	position: absolute;
	top: 33%;
	font-family: "rtp-fontastic";
	z-index: 10;
	font-size: 60px;
	font-size: 3.75em;
	font-size: 3.75rem;
	left: 4%;
	color: #6A11CB;
	-webkit-box-shadow: 0 0 20px black;
	        box-shadow: 0 0 20px black;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 a.slider-control-right:after {
		top: 67%;
		left: 2%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 a.slider-control-right:after {
		top: 99%;
		left: 0%;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details {
	border-radius: 0px;
	text-align: left;
	right: 20px;
	padding: 43px 41px;
	bottom: -10%;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details {
		left: 180px;
		padding: 30px 45px 20px 40px;
		margin-top: 50px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details {
		padding: 20px 20px 20px 25px;
		margin-top: 30px;
		position: initial;
		margin-left: 4px;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-category a {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 400;
	background: #6A11CB;
	border-radius: 20px;
	padding: 3px 20px;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-category a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-category a {
		font-size: 14px;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-category a:nth-child(2) {
	background: #2C7DFB;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-title {
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	font-weight: 600;
	display: block;
	padding: 17px 0 0px 0;
	color: #000000;
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-title {
		padding: 5px 0 0px 0;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-price {
	font-size: 30px;
	font-size: 1.875em;
	font-size: 1.875rem;
	color: #6A11CB;
	font-weight: 500;
	margin: -10px 0 0 0;
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-price {
		margin: -10px 0 0px 0;
	}
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-address {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	margin-top: 15px;
	color: #828282;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-features {
	border-top: 1px solid rgba(112, 112, 112, 0.3);
	border-bottom: 1px solid rgba(112, 112, 112, 0.3);
	padding: 12px 0 18px 0px;
	margin: 20px 0 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-features span {
	color: #2B7FFC;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-agent {
	display: block;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-agent img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-property-more-details {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #828282;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .rtp-carousel-property-details .rtp-carousel-property-footer .rtp-carousel-property-more-details i {
	position: initial;
}

.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .slide-counter {
	top: initial;
	bottom: 100px;
	left: 40%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .slide-counter {
		left: 50%;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .slide-counter {
		bottom: -25px;
	}
}

@media (max-width: 480px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide-next {
		margin-left: 10px;
	}
}

@media (max-width: 768px) {
	.rtp-carousel-container .rtp-carousel.rtp-carousel-type4 .swiper-slide-active {
		margin: 0px !important;
	}
}

.rtpc-newsletter-container {
	text-align: center;
}

.rtpc-newsletter-container form {
	display: inline-grid;
	position: relative;
	width: 450px;
	max-width: 96%;
}

.rtpc-newsletter-container form input {
	width: 100%;
	border: 0px solid;
	border-radius: 30px;
	-webkit-box-shadow: 0 3px 35px #00000040;
	        box-shadow: 0 3px 35px #00000040;
	padding: 0 32px;
	height: 52px;
	background: rgba(255, 255, 255, 0.3);
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
}

@media (max-width: 480px) {
	.rtpc-newsletter-container form input {
		padding: 0 25px;
		height: 44px;
	}
}

.rtpc-newsletter-container form button {
	position: absolute;
	right: 0;
	z-index: 2;
	margin: 4px 4px;
	border-radius: 30px;
	border: 0px;
	padding: 0px 23px;
	height: 44px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	outline: none;
}

@media (max-width: 480px) {
	.rtpc-newsletter-container form button {
		height: 36px;
	}
}

.rtpc-newsletter-container form .rtpc-message {
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}

.rtpc-newsletter-container form .rtpc-message.rtpc-success-msg {
	color: #39e62c;
}

.rtpc-newsletter-container form .rtpc-message.rtpc-failure-msg {
	color: #f76e6e;
}

.rtpc-agency-list-container {
	margin: 0px;
	-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 3px 25px rgba(0, 0, 0, 0.14);
	padding: 50px;
	margin-bottom: 60px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container {
		padding: 35px;
	}
}

@media (max-width: 480px) {
	.rtpc-agency-list-container {
		padding: 20px 10px;
	}
}

.rtpc-agency-list-container .rtp-row {
	margin: 0px;
}

.rtpc-agency-list-container .rtpc-agency-image {
	padding: 0px;
}

@media (max-width: 768px) {
	.rtpc-agency-list-container .rtpc-agency-image {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.rtpc-agency-list-container .rtpc-agency-image {
		width: 100%;
	}
}

.rtpc-agency-list-container .rtpc-agency-image img {
	height: 100%;
	max-width: 305px;
	max-height: 320px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-image img {
		width: 100%;
	}
}

.rtpc-agency-list-container .rtpc-agency-content {
	padding: 0px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-content {
		padding-left: 20px;
	}
}

@media (max-width: 480px) {
	.rtpc-agency-list-container .rtpc-agency-content {
		padding: 0 10px;
	}
}

.rtpc-agency-list-container .rtpc-agency-header {
	padding-bottom: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-header {
		padding-bottom: 23px;
	}
}

@media (max-width: 480px) {
	.rtpc-agency-list-container .rtpc-agency-header {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-title {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-title {
		text-align: left;
	}
}

@media (max-width: 480px) {
	.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-title {
		float: left;
	}
}

.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-title a {
	font-size: 29px;
	font-size: 1.8125em;
	font-size: 1.8125rem;
	font-weight: 500;
	color: #6A11CB;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-title a {
		font-size: 25px;
		font-size: 1.5625em;
		font-size: 1.5625rem;
	}
}

.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-address {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #828282;
	float: left;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-address {
		font-size: 14px;
		font-size: 0.875em;
		font-size: 0.875rem;
	}
}

.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-listed-properties {
	margin-left: auto;
	padding-top: 8px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-listed-properties {
		padding-top: 5px;
	}
}

.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-listed-properties a {
	color: #6A11CB;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-header .rtpc-agency-listed-properties a {
		font-size: 15px;
		font-size: 0.9375em;
		font-size: 0.9375rem;
	}
}

.rtpc-agency-list-container .rtpc-agency-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid rgba(112, 112, 112, 0.25);
	border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-contacts {
		padding: 16px 0;
	}
}

.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details {
	padding: 10px 52px 10px 0;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details {
		padding: 8px 45px 8px 0;
	}
}

@media (max-width: 768px) {
	.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details {
		padding: 10px 30px 10px 0 !important;
	}
	.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details span {
		display: block;
	}
}

@media (max-width: 480px) {
	.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details {
		padding: 10px 0px !important;
	}
}

.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details i {
	padding: 0 8px;
	color: #000000;
}

.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details i:hover {
	color: #6A11CB !important;
}

.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details .rtpc-agency-contact-title {
	padding-right: 10px;
	color: rgba(70, 70, 70, 0.7);
	font-weight: 400;
}

.rtpc-agency-list-container .rtpc-agency-contacts .rtpc-agency-details .rtpc-agency-contact-content {
	font-weight: 400;
	color: #000000;
}

.rtpc-agency-list-container .rtpc-agency-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media (max-width: 480px) {
	.rtpc-agency-list-container .rtpc-agency-footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-agent-list {
	padding-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-agent-list {
		padding-top: 18px;
	}
}

@media (max-width: 480px) {
	.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-agent-list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-agent-list a {
	margin: 0 7px;
	padding-top: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-agent-list a img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-agent-list a img {
		width: 50px;
		height: 50px;
	}
}

.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-readmore {
	text-align: center;
	padding-top: 25px;
	margin-left: auto;
}

@media (max-width: 480px) {
	.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-readmore {
		padding: 20px 0;
	}
}

.rtpc-agency-list-container .rtpc-agency-footer .rtpc-agency-readmore a {
	white-space: nowrap;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	.rtpc-agency-list-container * {
		text-align: center;
	}
}

.rtpc-agent-list-container {
	overflow: hidden;
	position: relative;
}

.rtpc-agent-list-container .rtpc-agent-list {
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (max-width: 480px) {
	.rtpc-agent-list-container .rtpc-agent-list {
		padding-left: 0px;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid {
	padding: 0 15px;
	text-align: center;
	margin: 13px 0px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid img {
	border-radius: 15px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container {
	position: relative;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-image {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container:hover .rtpc-agent-details {
	opacity: 0.95;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details {
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	left: 0;
	right: 0;
	background: linear-gradient(140deg, #2B7FFC, #6A11CB);
	border-radius: 15px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtp-main-button-blue {
	display: none;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container {
	color: #ffffff;
	padding: 10px 35px;
	text-align: left;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	right: 0;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container {
		padding: 5% 10%;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-description {
	display: none;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container:hover {
	opacity: 0.95;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-name {
	font-size: 26px;
	font-size: 1.625em;
	font-size: 1.625rem;
	font-weight: 500;
	display: block;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-phone,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-email,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social {
	margin-top: 10px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-title,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-phone-label,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-email-label,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social-label {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 300;
	opacity: 0.8;
	padding-right: 10px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-phone-number,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-email-address,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social-icons {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 300;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social-icons {
	margin-right: 10px;
	color: #ffffff;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social-icons:hover {
	opacity: 1;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-divider {
	display: block;
	margin-top: 6%;
	margin-bottom: 9%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-footer .rtpc-agent-property-listed {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #ffffff;
	text-decoration: underline;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-footer .rtpc-agent-property-listed:hover {
	text-decoration: underline;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-footer .rtpc-agent-property-more-detail {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 400;
	text-decoration: underline;
	float: right;
	color: #ffffff;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-grid .rtpc-agent-image-container .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-footer .rtpc-agent-property-more-detail:hover {
	text-decoration: none;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column {
	margin: 0px 10px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.14);
	padding: 50px;
	margin-bottom: 40px;
	width: 96%;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (max-width: 480px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column {
		padding: 30px;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-image-container {
		width: 100%;
		text-align: center;
		display: block;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-image-container .rtpc-agent-image {
	width: 100%;
	height: 100%;
	max-width: 360px;
	max-height: 376px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-image-container .rtpc-agent-image {
		width: auto;
	}
}

@media (max-width: 480px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-image-container .rtpc-agent-image {
		width: 100%;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 30px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	width: 100%;
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details {
		margin: 20px 0 0 0;
	}
}

@media (max-width: 480px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details {
		margin-top: 10px;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container {
	width: 100%;
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container {
		text-align: left;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container div:first-child {
	display: inline-block;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtp-main-button-blue {
	float: right;
}

@media (max-width: 480px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtp-main-button-blue {
		-webkit-transform: translateX(47%);
		        transform: translateX(47%);
		float: none;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-name {
	font-size: 29px;
	font-size: 1.8125em;
	font-size: 1.8125rem;
	font-weight: 500;
	color: #6A11CB;
	display: block;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-title {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #828282;
	margin-bottom: 20px;
	display: block;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-description {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #6A6A6A;
	padding-top: 5px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-divider {
	display: block;
	margin-top: 35px;
	margin-bottom: 34px;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-divider {
		margin-top: 20px;
		margin-bottom: 21px;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-divider-column {
	display: none;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-phone,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-email {
	padding-bottom: 20px;
}

@media (max-width: 480px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-phone,
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-email {
		padding-bottom: 10px;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-phone-label,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-email-label,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social-label {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	opacity: .7;
	padding-right: 10px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-phone-number,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-email-address,
.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social-icons {
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	float: left;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social .rtpc-agent-social-label {
	display: none;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social .rtpc-agent-social-icons {
	width: 50px;
	height: 50px;
	margin: 20px 10px;
	font-family: "rtp-fontastic";
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
	z-index: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social .rtpc-agent-social-icons i {
	color: #6A11CB;
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social .rtpc-agent-social-icons:hover {
	-webkit-box-shadow: 0 5px 20px rgba(50, 113, 246, 0.5);
	        box-shadow: 0 5px 20px rgba(50, 113, 246, 0.5);
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social .rtpc-agent-social-icons:hover i {
	color: #ffffff;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social .rtpc-agent-social-icons:hover::before {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-social .rtpc-agent-social-icons::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	border-radius: 50%;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-property-listed {
	float: right;
	margin-top: 15px;
	color: #6A11CB;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-property-listed {
		margin-top: 0px;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-property-more-detail {
	display: none;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-details .rtpc-agent-details-container .rtpc-agent-contact-content {
	font-weight: 500;
	color: rgba(70, 70, 70, 0.7);
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-header {
	padding-bottom: 20px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-header .rtpc-agent-description {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #6A6A6A;
	margin-bottom: 20px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-header .rtpc-agent-readmore {
	text-align: center;
	white-space: nowrap;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px 0;
	margin: 0 15px;
	border-top: 1px solid rgba(112, 112, 112, 0.25);
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 14px 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-footer {
		padding: 0px;
	}
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-agent-list {
	padding-top: 20px;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-agent-list a {
	margin: 0 7px;
	padding-top: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-agent-list a img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.rtpc-agent-list-container .rtpc-agent-list .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-listed-properties a {
	color: #6A11CB;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

.rtpc-agent-list-container .rtpc-agent-pagination {
	text-align: center;
}

.rtpc-agent-list-container .rtpc-agent-pagination .rtpc-agent-swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	border-radius: 45px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 5px;
}

.rtpc-agent-list-container .rtpc-agent-pagination .rtpc-agent-swiper-pagination-bullet-active {
	width: 13px;
	height: 24px;
}

.rtpc-agent-list-container .rtpc-agent-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 25px;
	min-height: 50px;
}

.rtpc-agent-list-container .rtpc-agent-filters .checked {
	background: linear-gradient(272deg, #2B7FFC, #6A11CB);
	-webkit-box-shadow: 0 3px 20px #2B7FFC;
	        box-shadow: 0 3px 20px #2B7FFC;
	color: #ffffff;
	z-index: 2;
}

.rtpc-agent-list-container .rtpc-agent-filters label {
	background: #FFFFFF;
	z-index: 10;
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #777;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	-webkit-box-shadow: 0 3px 25px #00000010;
	        box-shadow: 0 3px 25px #00000010;
	position: relative;
}

.rtpc-agent-list-container .rtpc-agent-filters label:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.rtpc-agent-list-container .rtpc-agent-filters label:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.rtpc-agent-list-container .rtpc-agent-filters label:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(129deg, #2B7FFC, #6A11CB);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
	border-radius: 10px;
}

.rtpc-agent-list-container .rtpc-agent-filters label:hover {
	color: #ffffff;
}

.rtpc-agent-list-container .rtpc-agent-filters label:hover::before {
	opacity: 1;
}

.rtpc-agent-list-container .rtpc-agent-filters .rtpc-agent-view-sort-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 25px;
}

.rtpc-agent-list-container .rtpc-agent-filters .rtpc-agent-view-sort-filters label {
	border-radius: 10px;
	font-size: 23px;
	font-size: 1.4375em;
	font-size: 1.4375rem;
	margin-left: 10px;
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-agent-list-container .rtpc-agent-filters .rtpc-agent-view-sort-filters label:hover {
	border: 5px;
}

.rtpc-agent-list-container .rtpc-agent-filters .rtpc-agent-view-sort-filters label i {
	font-size: 21px;
	font-size: 1.3125em;
	font-size: 1.3125rem;
}

.rtpc-agent-list-container .rtpc-agent-filters .rtpc-agent-view-sort-filters .rtpc-agent-sort {
	-webkit-box-shadow: 0 3px 25px #00000010;
	        box-shadow: 0 3px 25px #00000010;
	padding: 7px 11px 2px 17px;
	margin-left: 40px;
	border-radius: 10px;
}

.rtpc-agent-list-container .rtpc-agent-filters .rtpc-agent-view-sort-filters .rtpc-agent-sort label {
	font-weight: bold;
}

.rtpc-agent-list-container .rtpc-agent-filters .rtpc-agent-view-sort-filters .rtpc-agent-sort span {
	color: #6A11CB;
}

.rtpc-agent-list-container .rtpc-agent-list-columns {
	padding: 0 15px;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column {
	margin: 0px;
	-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.14);
	        box-shadow: 0 3px 25px rgba(0, 0, 0, 0.14);
	padding: 50px;
	margin-bottom: 60px;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px 0;
	margin: 0 15px;
	border-top: 1px solid rgba(112, 112, 112, 0.25);
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts .rtpc-agent-details {
	padding: 10px 52px 10px 0;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts .rtpc-agent-details i {
	padding: 0 8px;
	color: #000000;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts .rtpc-agent-details i:hover {
	color: #6A11CB !important;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts .rtpc-agent-details .rtpc-agent-contact-title {
	padding-right: 10px;
	color: #000000;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts .rtpc-agent-details .rtpc-agent-contact-content {
	font-weight: 500;
	color: rgba(70, 70, 70, 0.7);
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 14px 0;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-agent-list {
	padding-top: 20px;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-agent-list a {
	margin: 0 7px;
	padding-top: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-agent-list a img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-footer .rtpc-agent-listed-properties a {
	color: #6A11CB;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column * {
		text-align: center;
	}
	.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts .rtpc-agent-details {
		padding: 10px 20px !important;
	}
	.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-contacts .rtpc-agent-details span {
		display: block;
	}
}

@media screen and (max-width: 440px) {
	.rtpc-agent-list-container .rtpc-agent-list-columns .rtpc-agent-list-column .rtpc-agent-details {
		padding: 10px 0px !important;
	}
}

.rtpc-search-widget,
.rtpc-default-form-styles {
	border: 0px;
}

.rtpc-search-widget .rtpc-search-box,
.rtpc-default-form-styles .rtpc-search-box {
	background: #ffffff;
}

.rtpc-search-widget .rtpc-search-tabs-container,
.rtpc-default-form-styles .rtpc-search-tabs-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-search-widget .rtpc-search-tabs-container .rtpc-search-tab,
.rtpc-default-form-styles .rtpc-search-tabs-container .rtpc-search-tab {
	padding: 13px 48px;
	color: #000000;
	-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
}

.rtpc-search-widget .rtpc-search-tabs-container .rtpc-search-tab:first-child,
.rtpc-default-form-styles .rtpc-search-tabs-container .rtpc-search-tab:first-child {
	border-top-left-radius: 15px;
}

.rtpc-search-widget .rtpc-search-tabs-container .rtpc-search-tab:last-child,
.rtpc-default-form-styles .rtpc-search-tabs-container .rtpc-search-tab:last-child {
	border-top-right-radius: 15px;
}

.rtpc-search-widget .rtpc-search-tabs-container .rtpc-search-tab.rtpc-search-tab-active, .rtpc-search-widget .rtpc-search-tabs-container .rtpc-search-tab:hover,
.rtpc-default-form-styles .rtpc-search-tabs-container .rtpc-search-tab.rtpc-search-tab-active,
.rtpc-default-form-styles .rtpc-search-tabs-container .rtpc-search-tab:hover {
	-webkit-box-shadow: 0 3px 35px rgba(43, 127, 252, 0.5);
	        box-shadow: 0 3px 35px rgba(43, 127, 252, 0.5);
	background: linear-gradient(272deg, #2B7FFC, #6A11CB);
	color: #ffffff;
}

.rtpc-search-widget .wpl_search_from_box_top,
.rtpc-search-widget .wpl_search_from_box_bot,
.rtpc-default-form-styles .wpl_search_from_box_top,
.rtpc-default-form-styles .wpl_search_from_box_bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

.rtpc-search-widget .wpl_search_field_container,
.rtpc-default-form-styles .wpl_search_field_container {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	opacity: 1 !important;
	margin: 0 14px 30px 14px !important;
	min-width: 290px;
	width: auto !important;
	max-width: 23%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	/* default value */
}

.rtpc-search-widget .wpl_search_field_container.minmax_slider_type,
.rtpc-default-form-styles .wpl_search_field_container.minmax_slider_type {
	max-width: 50%;
}

.rtpc-search-widget .wpl_search_field_container.minmax_slider_type .wpl_listing_price_sale,
.rtpc-default-form-styles .wpl_search_field_container.minmax_slider_type .wpl_listing_price_sale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 46px;
}

.rtpc-search-widget .wpl_search_field_container.select_type .chosen-container-single:after,
.rtpc-search-widget .wpl_search_field_container.minmax_selectbox_minus_type .chosen-container-single:after,
.rtpc-search-widget .wpl_search_field_container.minmax_selectbox_plus_type .chosen-container-single:after,
.rtpc-search-widget .wpl_search_field_container .chosen-container:after,
.rtpc-default-form-styles .wpl_search_field_container.select_type .chosen-container-single:after,
.rtpc-default-form-styles .wpl_search_field_container.minmax_selectbox_minus_type .chosen-container-single:after,
.rtpc-default-form-styles .wpl_search_field_container.minmax_selectbox_plus_type .chosen-container-single:after,
.rtpc-default-form-styles .wpl_search_field_container .chosen-container:after {
	content: "\e1f8" !important;
	font-family: "rtp-fontastic";
	position: absolute;
	right: 5px;
	background: #ffffff;
	pointer-events: none;
	width: 40px;
	height: 80%;
	font-size: 13px;
	bottom: 5px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price .chosen-container-single:after,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price .chosen-container-single:after {
	content: "\e1f8" !important;
	font-family: "rtp-fontastic";
	position: absolute;
	right: 5px;
	background: #ffffff;
	pointer-events: none;
	width: 40px;
	height: 60%;
	font-size: 13px;
	bottom: 23px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_text:after,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_text:after {
	content: "\e2fa" !important;
	font-family: "rtp-fontastic";
	position: absolute;
	right: 16px;
	background: #ffffff;
	pointer-events: none;
	width: 30px;
	font-size: 16px;
	bottom: 8px;
}

.rtpc-search-widget .wpl_search_field_container label,
.rtpc-default-form-styles .wpl_search_field_container label {
	padding: 5px 0px;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
}

.rtpc-search-widget .wpl_search_field_container select,
.rtpc-default-form-styles .wpl_search_field_container select {
	cursor: pointer;
}

.rtpc-search-widget .wpl_search_field_container select,
.rtpc-search-widget .wpl_search_field_container input,
.rtpc-search-widget .wpl_search_field_container textarea,
.rtpc-search-widget .wpl_search_field_container .chosen-single,
.rtpc-default-form-styles .wpl_search_field_container select,
.rtpc-default-form-styles .wpl_search_field_container input,
.rtpc-default-form-styles .wpl_search_field_container textarea,
.rtpc-default-form-styles .wpl_search_field_container .chosen-single {
	border: 1px solid #C2C2C2 !important;
	border-radius: 5px !important;
	height: 50px;
	font-size: 15px !important;
	font-size: 0.9375em !important;
	font-size: 0.9375rem !important;
	font-weight: 300;
	width: 100%;
	padding-left: 15px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #707070;
}

.rtpc-search-widget .wpl_search_field_container select div,
.rtpc-search-widget .wpl_search_field_container input div,
.rtpc-search-widget .wpl_search_field_container textarea div,
.rtpc-search-widget .wpl_search_field_container .chosen-single div,
.rtpc-default-form-styles .wpl_search_field_container select div,
.rtpc-default-form-styles .wpl_search_field_container input div,
.rtpc-default-form-styles .wpl_search_field_container textarea div,
.rtpc-default-form-styles .wpl_search_field_container .chosen-single div {
	display: none;
}

.rtpc-search-widget .wpl_search_field_container .chosen-container-multi .chosen-choices,
.rtpc-default-form-styles .wpl_search_field_container .chosen-container-multi .chosen-choices {
	min-height: 50px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #c2c2c2;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-search-widget .wpl_search_field_container .chosen-container-multi .chosen-choices input,
.rtpc-default-form-styles .wpl_search_field_container .chosen-container-multi .chosen-choices input {
	color: #707070 !important;
	font-family: "Poppins";
}

.rtpc-search-widget .wpl_search_field_container input,
.rtpc-default-form-styles .wpl_search_field_container input {
	padding: 12.5px 20px !important;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input, .rtpc-search-widget .wpl_search_field_container.yesno_type input, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input, .rtpc-search-widget .wpl_search_field_container.radios_any_type input, .rtpc-search-widget .wpl_search_field_container.radios_type input,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input {
	color: #707070 !important;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=checkbox],
.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio], .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=checkbox],
.rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio], .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox],
.rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio], .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=checkbox],
.rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio], .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=checkbox],
.rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio], .rtpc-search-widget .wpl_search_field_container.radios_type input[type=checkbox],
.rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio],
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=checkbox],
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio],
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=checkbox],
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio],
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox],
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio],
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=checkbox],
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio],
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=checkbox],
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio],
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=checkbox],
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio] {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=checkbox] + label,
.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio] + label, .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=checkbox] + label,
.rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio] + label, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox] + label,
.rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio] + label, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=checkbox] + label,
.rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio] + label, .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=checkbox] + label,
.rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio] + label, .rtpc-search-widget .wpl_search_field_container.radios_type input[type=checkbox] + label,
.rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio] + label,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=checkbox] + label,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio] + label,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=checkbox] + label,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio] + label,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox] + label,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio] + label,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=checkbox] + label,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio] + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=checkbox] + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio] + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=checkbox] + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio] + label {
	padding-left: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=checkbox] + label::before,
.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=checkbox] + label::before,
.rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox] + label::before,
.rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=checkbox] + label::before,
.rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=checkbox] + label::before,
.rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.radios_type input[type=checkbox] + label::before,
.rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=checkbox] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=checkbox] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=checkbox] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=checkbox] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=checkbox] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio] + label::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	top: 50%;
	-webkit-transform: translatey(-50%);
	        transform: translatey(-50%);
	left: 10px;
	border-radius: 5px;
	border: 1px solid #A1A1A1;
	padding: 0px 10px;
	position: absolute;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio] + label::before, .rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio] + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio] + label::before {
	border-radius: 50%;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=checkbox]:checked + label,
.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=checkbox]:checked + label,
.rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox]:checked + label,
.rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=checkbox]:checked + label,
.rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=checkbox]:checked + label,
.rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.radios_type input[type=checkbox]:checked + label,
.rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=checkbox]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=checkbox]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=checkbox]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=checkbox]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=checkbox]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio]:checked + label {
	background-position: 0 -25px;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=checkbox]:checked + label::before,
.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=checkbox]:checked + label::before,
.rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox]:checked + label::before,
.rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=checkbox]:checked + label::before,
.rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=checkbox]:checked + label::before,
.rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.radios_type input[type=checkbox]:checked + label::before,
.rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=checkbox]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=checkbox]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=checkbox]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=checkbox]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=checkbox]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=checkbox]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio]:checked + label::before {
	background: #6A11CB;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio]:checked + label, .rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio]:checked + label,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio]:checked + label {
	background-position: 0 -25px;
}

.rtpc-search-widget .wpl_search_field_container.checkbox_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.yesno_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.radios_any_type input[type=radio]:checked + label::before, .rtpc-search-widget .wpl_search_field_container.radios_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkbox_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_gallery input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.checkboxes_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type input[type=radio]:checked + label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_type input[type=radio]:checked + label::before {
	-webkit-box-shadow: inset 0px 0px 0px 2px white;
	        box-shadow: inset 0px 0px 0px 2px white;
}

.rtpc-search-widget .wpl_search_field_container.radios_any_type label, .rtpc-search-widget .wpl_search_field_container.radios_type label,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type label,
.rtpc-default-form-styles .wpl_search_field_container.radios_type label {
	position: relative;
	padding-left: 35px;
}

.rtpc-search-widget .wpl_search_field_container.radios_any_type label:first-child, .rtpc-search-widget .wpl_search_field_container.radios_type label:first-child,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type label:first-child,
.rtpc-default-form-styles .wpl_search_field_container.radios_type label:first-child {
	padding-left: 0px;
}

.rtpc-search-widget .wpl_search_field_container.radios_any_type label::before, .rtpc-search-widget .wpl_search_field_container.radios_type label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_any_type label::before,
.rtpc-default-form-styles .wpl_search_field_container.radios_type label::before {
	left: 0px !important;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price label,
.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price select,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price label,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price select {
	display: none !important;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price .chosen-container,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price .chosen-container {
	width: 10%;
	min-width: 80px !important;
	height: 65px;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price .chosen-container a,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price .chosen-container a {
	height: 45px;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price .wpl_search_slider_container,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price .wpl_search_slider_container {
	width: 100%;
	margin-left: 30px;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_price .wpl_search_slider_container .wpl_span_block,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_price .wpl_search_slider_container .wpl_span_block {
	width: 98% !important;
	height: 6px !important;
}

.rtpc-search-widget .wpl_search_field_container .wpl_search_slider_container,
.rtpc-default-form-styles .wpl_search_field_container .wpl_search_slider_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-search-widget .wpl_search_field_container .wpl_search_slider_container.wpl-util-hidden,
.rtpc-default-form-styles .wpl_search_field_container .wpl_search_slider_container.wpl-util-hidden {
	display: none;
}

.rtpc-search-widget .wpl_search_field_container.wpl_search_field_locations, .rtpc-search-widget .wpl_search_field_container.wpl_search_field_listings,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_locations,
.rtpc-default-form-styles .wpl_search_field_container.wpl_search_field_listings {
	max-width: unset;
}

.rtpc-search-widget .wpl_search_field_container.yesno_type,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-search-widget .wpl_search_field_container.yesno_type::after,
.rtpc-default-form-styles .wpl_search_field_container.yesno_type::after {
	content: unset;
}

.rtpc-search-widget .wpl_search_from_box_bot,
.rtpc-default-form-styles .wpl_search_from_box_bot {
	margin-top: 30px;
}

.rtpc-search-widget .wpl_search_from_box_bot .wpl_search_field_container label:first-child,
.rtpc-default-form-styles .wpl_search_from_box_bot .wpl_search_field_container label:first-child {
	display: none !important;
}

.rtpc-search-widget .wpl_search_from_box_bot .wpl_search_field_container.select_type:after, .rtpc-search-widget .wpl_search_from_box_bot .wpl_search_field_container.minmax_selectbox_minus_type:after, .rtpc-search-widget .wpl_search_from_box_bot .wpl_search_field_container.minmax_selectbox_plus_type:after,
.rtpc-default-form-styles .wpl_search_from_box_bot .wpl_search_field_container.select_type:after,
.rtpc-default-form-styles .wpl_search_from_box_bot .wpl_search_field_container.minmax_selectbox_minus_type:after,
.rtpc-default-form-styles .wpl_search_from_box_bot .wpl_search_field_container.minmax_selectbox_plus_type:after {
	right: 12px;
	top: 47px;
}

.rtpc-search-widget .rtpc-search-options-container,
.rtpc-default-form-styles .rtpc-search-options-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-search-widget .rtpc-search-options-container .rtpc-search-options,
.rtpc-default-form-styles .rtpc-search-options-container .rtpc-search-options {
	margin-left: auto;
}

.rtpc-search-widget .rtpc-search-options-container .more_search_option,
.rtpc-default-form-styles .rtpc-search-options-container .more_search_option {
	border: 0px;
	font-style: initial;
	font-weight: 500;
	position: initial;
	font-family: inherit;
	font-size: 16px;
	width: auto;
}

.rtpc-search-widget .rtpc-search-options-container .more_search_option:after,
.rtpc-default-form-styles .rtpc-search-options-container .more_search_option:after {
	content: "";
	margin: 0px;
}

.rtpc-search-widget .rtpc-search-options-container .rtpc-search-more-option:after,
.rtpc-search-widget .rtpc-search-options-container .rtpc-search-less-option:after,
.rtpc-default-form-styles .rtpc-search-options-container .rtpc-search-more-option:after,
.rtpc-default-form-styles .rtpc-search-options-container .rtpc-search-less-option:after {
	font-family: "rtp-fontastic";
	display: block;
	content: "\e133";
	font-style: normal;
	font-size: 12px;
	font-size: 0.75em;
	font-size: 0.75rem;
	margin-right: 4px;
	float: left;
	margin-top: 2px;
}

.rtpc-search-widget .rtpc-search-options-container .rtpc-search-less-option:after,
.rtpc-default-form-styles .rtpc-search-options-container .rtpc-search-less-option:after {
	content: "\e104";
}

.rtpc-search-widget .chosen-container-single,
.rtpc-default-form-styles .chosen-container-single {
	min-width: 295px !important;
}

.rtpc-search-widget .chosen-container-single .chosen-single,
.rtpc-default-form-styles .chosen-container-single .chosen-single {
	color: #707070 !important;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	font-family: "poppins";
}

.rtpc-search-widget .search_submit_box,
.rtpc-search-widget .wpl_search_reset,
.rtpc-default-form-styles .search_submit_box,
.rtpc-default-form-styles .wpl_search_reset {
	font-family: 'Poppins';
	margin-left: 45px;
	background: linear-gradient(271deg, #6A11CB, #6A11CB);
	height: 56px;
	text-align: center;
	font-size: 16px !important;
	-webkit-box-shadow: 0px 10px 35px rgba(104, 21, 205, 0.3);
	        box-shadow: 0px 10px 35px rgba(104, 21, 205, 0.3);
	padding-top: 16px;
	padding-left: 40px;
	padding-right: 25px !important;
	letter-spacing: 1px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	z-index: 1;
}

@media (max-width: 480px) {
	.rtpc-search-widget .search_submit_box,
	.rtpc-search-widget .wpl_search_reset,
	.rtpc-default-form-styles .search_submit_box,
	.rtpc-default-form-styles .wpl_search_reset {
		margin: 15px auto;
	}
}

.rtpc-search-widget .search_submit_box::after,
.rtpc-search-widget .wpl_search_reset::after,
.rtpc-default-form-styles .search_submit_box::after,
.rtpc-default-form-styles .wpl_search_reset::after {
	content: "";
	position: absolute;
	display: block;
	-webkit-transform: translatex(-50%);
	        transform: translatex(-50%);
	width: 48px;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6A11CB), color-stop(50%, white));
	background: linear-gradient(90deg, #6A11CB 50%, white 50%);
	top: 50%;
	left: 0px;
}

.rtpc-search-widget .search_submit_box:before,
.rtpc-search-widget .wpl_search_reset:before,
.rtpc-default-form-styles .search_submit_box:before,
.rtpc-default-form-styles .wpl_search_reset:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(271deg, #434343, #111111);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
}

.rtpc-search-widget .search_submit_box:hover,
.rtpc-search-widget .wpl_search_reset:hover,
.rtpc-default-form-styles .search_submit_box:hover,
.rtpc-default-form-styles .wpl_search_reset:hover {
	-webkit-box-shadow: 0px 10px 35px rgba(67, 67, 67, 0.16);
	        box-shadow: 0px 10px 35px rgba(67, 67, 67, 0.16);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-search-widget .search_submit_box:hover::after,
.rtpc-search-widget .wpl_search_reset:hover::after,
.rtpc-default-form-styles .search_submit_box:hover::after,
.rtpc-default-form-styles .wpl_search_reset:hover::after {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #434343), color-stop(50%, #fff));
	background: linear-gradient(90deg, #434343 50%, #fff 50%);
}

.rtpc-search-widget .search_submit_box:hover:before,
.rtpc-search-widget .wpl_search_reset:hover:before,
.rtpc-default-form-styles .search_submit_box:hover:before,
.rtpc-default-form-styles .wpl_search_reset:hover:before {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-search-widget .search_submit_box .wpl_search_widget_submit,
.rtpc-search-widget .wpl_search_reset .wpl_search_widget_submit,
.rtpc-default-form-styles .search_submit_box .wpl_search_widget_submit,
.rtpc-default-form-styles .wpl_search_reset .wpl_search_widget_submit {
	height: 56px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 300;
	padding-left: 50px;
	margin-left: -40px;
	padding-right: 22px;
	margin-right: -25px;
	margin-top: -16px;
}

.rtpc-search-widget .wpl_search_slider_container .wpl_span_block .ui-slider .ui-slider-range,
.rtpc-default-form-styles .wpl_search_slider_container .wpl_span_block .ui-slider .ui-slider-range {
	background: linear-gradient(91deg, #2B7FFC, #6A11CB);
}

.rtpc-search-widget .wpl_search_slider_container .wpl_span_block .ui-slider .ui-slider-handle,
.rtpc-default-form-styles .wpl_search_slider_container .wpl_span_block .ui-slider .ui-slider-handle {
	background-image: none;
	background: #ffffff;
	border: 4px solid #6122d3;
	border-radius: 45%;
	-webkit-box-shadow: 0px 3px 7px #2F76F8;
	        box-shadow: 0px 3px 7px #2F76F8;
}

.rtpc-search-widget .rtp-search-container,
.rtpc-default-form-styles .rtp-search-container {
	margin: 0px 265px;
	border: 1px solid #ffffff;
	border-radius: 0 15px 15px 15px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	padding: 55px;
}

.rtpc-search-widget .rtp-search-container input,
.rtpc-default-form-styles .rtp-search-container input {
	border-radius: 5px !important;
}

.rtpc-search-widget .rtp-search-container .chosen-container-single .chosen-single div b,
.rtpc-default-form-styles .rtp-search-container .chosen-container-single .chosen-single div b {
	background: none;
}

.rtpc-search-widget .rtp-search-container .chosen-container-single .chosen-single div b:after,
.rtpc-default-form-styles .rtp-search-container .chosen-container-single .chosen-single div b:after {
	content: "";
	font-family: rtp-fontastic;
	font-weight: 900;
	content: "\e1f8";
	position: absolute;
	left: -10px;
}

.rtpc-search-widget .rtp-search-container .chosen-container:after,
.rtpc-default-form-styles .rtp-search-container .chosen-container:after {
	content: none !important;
}

.rtpc-search-widget .rtp-search-tabs,
.rtpc-default-form-styles .rtp-search-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 265px;
}

.rtpc-search-widget .rtp-search-tabs input[type=radio],
.rtpc-default-form-styles .rtp-search-tabs input[type=radio] {
	display: none;
}

.rtpc-search-widget .rtp-search-tabs input[type=radio]:checked + label,
.rtpc-default-form-styles .rtp-search-tabs input[type=radio]:checked + label {
	background: linear-gradient(272deg, #2B7FFC, #6A11CB);
	-webkit-box-shadow: 0 3px 35px #2B7FFC;
	        box-shadow: 0 3px 35px #2B7FFC;
	color: #ffffff;
	z-index: 2;
}

.rtpc-search-widget .rtp-search-tabs label,
.rtpc-default-form-styles .rtp-search-tabs label {
	background: #ffffff;
	z-index: 10;
	padding: 16px 42px;
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #777;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}

.rtpc-search-widget .rtp-search-tabs label:first-of-type,
.rtpc-default-form-styles .rtp-search-tabs label:first-of-type {
	border-top-left-radius: 15px;
}

.rtpc-search-widget .rtp-search-tabs label:last-of-type,
.rtpc-default-form-styles .rtp-search-tabs label:last-of-type {
	border-top-right-radius: 15px;
}

.rtpc-search-widget .rtp-search-tabs label:hover,
.rtpc-default-form-styles .rtp-search-tabs label:hover {
	background: #d9d9d9;
	color: #707070;
}

.rtpc-search-widget-sidebar .rtfc-search-options-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.rtpc-search-widget-sidebar .rtfc-search-widget .search_submit_box::after,
.rtpc-search-widget-sidebar .rtfc-search-widget .wpl_search_reset::after {
	width: 0px;
}

.rtpc-search-widget-sidebar .more_search_option {
	margin: 20px auto 20px 25px;
	margin-right: auto;
}

.rtpc-search-widget-sidebar .rtfc-search-options {
	margin: 15px auto 50px auto;
}

.rtpc-search-widget-sidebar .wpl_search_reset {
	margin-left: 0px;
	padding-left: 30px;
}

.rtpc-search-widget-sidebar .search_submit_box {
	margin-left: 25px;
	padding-left: 30px;
}

.rtpc-search-widget-sidebar label {
	display: block !important;
	padding: 0px;
	font-weight: 500;
}

.rtpc-search-widget-sidebar .wpl_search_field_container {
	margin-bottom: 10px !important;
	max-width: 295px;
	margin-right: auto !important;
	margin-left: auto !important;
	min-width: 250px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-search-widget-sidebar .wpl_search_field_container {
		max-width: 250px;
	}
}

.rtpc-search-widget-sidebar .wpl_search_field_container.minmax_slider_type {
	max-width: 290px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-search-widget-sidebar .wpl_search_field_container.minmax_slider_type {
		max-width: 250px;
	}
}

.rtpc-search-widget-sidebar .wpl_search_field_container.minmax_slider_type .chosen-container-single {
	width: initial !important;
}

.rtpc-search-widget-sidebar .wpl_search_field_container.checkbox_type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-search-widget-sidebar .wpl_search_field_container.checkbox_type label {
	margin-left: 10px;
}

.rtpc-search-widget-sidebar .wpl_search_field_container.wpl_search_field_text:after {
	right: 16px;
}

.rtpc-search-widget-sidebar .wpl_search_field_container .chosen-container-single {
	min-width: 250px !important;
	width: 100% !important;
}

.rtpc-search-widget-sidebar .wpl_search_field_container.wpl_search_field_locations {
	max-width: 295px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-search-widget-sidebar .wpl_search_field_container.wpl_search_field_locations {
		max-width: 250px;
	}
}

.rtpc-search-widget-sidebar .search_submit_box,
.rtpc-search-widget-sidebar .wpl_search_reset {
	height: 50px;
	padding-top: 13px;
	font-size: 14px !important;
	margin-left: 0px;
}

.rtpc-search-widget-sidebar .search_submit_box:after,
.rtpc-search-widget-sidebar .wpl_search_reset:after {
	width: 0px !important;
}

.rtpc-search-widget-sidebar .search_submit_box .wpl_search_widget_submit {
	padding-left: 35px;
	padding-right: 25px;
	font-size: 14px !important;
	font-size: 0.875em !important;
	font-size: 0.875rem !important;
	letter-spacing: 1px;
}

.rtpc-search-widget-sidebar .rtfc-search-widget .wpl_search_field_container.select_type:after,
.rtpc-search-widget-sidebar .rtfc-search-widget .wpl_search_field_container.minmax_selectbox_minus_type:after,
.rtpc-search-widget-sidebar .rtfc-search-widget .wpl_search_field_container.minmax_selectbox_plus_type:after {
	top: 38px;
}

.rtpc-search-widget-sidebar .rtpc-search-options-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.rtpc-search-widget-sidebar .rtpc-search-options {
	margin-right: 10%;
	margin-top: 15px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-search-widget-sidebar .rtpc-search-options {
		max-width: 250px;
	}
}

.rtpc-elementor-counter-shape {
	position: relative;
}

.rtpc-elementor-counter-shape::after {
	content: " ";
	background-color: #6a11cb;
	width: 50px;
	position: absolute;
	height: 3px;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(106, 17, 203, 0.7);
	        box-shadow: 0px 3px 12px 0px rgba(106, 17, 203, 0.7);
}

.rtpc-iconbox-carousel .swiper-wrapper {
	padding-top: 55px;
	padding-bottom: 30px;
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide {
	width: 26.5% !important;
}

@media (max-width: 768px) {
	.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide {
		width: 50% !important;
	}
}

@media (max-width: 480px) {
	.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide {
		width: 100% !important;
	}
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper {
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.16);
	padding: 75px 65px 55px 65px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	margin: 0 17px;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper {
		padding: 60px 50px 40px 50px;
	}
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper:hover {
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
	margin-top: -8px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	-webkit-box-shadow: 0 3px 35px rgba(43, 125, 251, 0.65);
	        box-shadow: 0 3px 35px rgba(43, 125, 251, 0.65);
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper:hover .rtpc-carousel-icon {
	background: none;
	color: #fff;
	-webkit-text-fill-color: unset;
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper:hover .rtpc-carousel-icon-box-title {
	color: #ffffff;
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper:hover .rtpc-carousel-icon-box-description {
	color: rgba(255, 255, 255, 0.7);
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper .rtpc-carousel-icon {
	font-size: 75px;
	background: -webkit-linear-gradient(180deg, #2b7ffc, #6a11cb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 102px;
	width: 100%;
	height: 100%;
}

@media (min-width: 991px) and (max-width: 1600px) {
	.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper .rtpc-carousel-icon {
		font-size: 65px;
		line-height: 80px;
	}
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper .rtpc-carousel-icon-box-title {
	color: #181818;
	font-size: 27px;
	font-size: 1.6875em;
	font-size: 1.6875rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.rtpc-iconbox-carousel .swiper-wrapper .swiper-slide .rtpc-carousel-icon-box-wrapper .rtpc-carousel-icon-box-description {
	color: #6a6a6a;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	line-height: 27px;
	margin-top: 18px;
}

.rtpc-package .rtpc-package-container {
	text-align: center;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
}

.rtpc-package .rtpc-package-container .rtpc-package-head {
	padding: 35px 20px 30px 20px;
	background: #F1F1F1;
	border-radius: 10px 10px 0 0;
}

.rtpc-package .rtpc-package-container .rtpc-package-head .rtpc-package-head-title {
	font-size: 37px;
	font-size: 2.3125em;
	font-size: 2.3125rem;
	font-weight: 600;
	margin: 0px;
	color: #191919;
}

.rtpc-package .rtpc-package-container .rtpc-package-head .rtpc-package-head-description {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	color: rgba(106, 106, 106, 0.8);
	margin: 0px;
}

.rtpc-package .rtpc-package-container .rtpc-package-content {
	padding: 30px 20px 50px 20px;
}

.rtpc-package .rtpc-package-container .rtpc-package-content .rtpc-package-price {
	color: #191919;
}

.rtpc-package .rtpc-package-container .rtpc-package-content .rtpc-package-price .rtpc-package-price-currency {
	font-size: 39px;
	font-size: 2.4375em;
	font-size: 2.4375rem;
	font-weight: 300;
	vertical-align: top;
	line-height: 1.3em;
	padding-right: 2px;
}

.rtpc-package .rtpc-package-container .rtpc-package-content .rtpc-package-price .rtpc-package-price-amount {
	font-size: 59px;
	font-size: 3.6875em;
	font-size: 3.6875rem;
	font-weight: 300;
}

.rtpc-package .rtpc-package-container .rtpc-package-content .rtpc-package-price .rtpc-package-price-date {
	font-size: 31px;
	font-size: 1.9375em;
	font-size: 1.9375rem;
	font-weight: 400;
}

.rtpc-package .rtpc-package-container .rtpc-package-content .rtp-main-button-blue {
	margin-top: 26px;
	margin-bottom: 31px;
}

.rtpc-package .rtpc-package-container .rtpc-package-content .rtpc-package-items {
	line-height: 2.5em;
}

.rtpc-package .rtpc-package-container .rtpc-package-content .rtpc-package-items p {
	margin: 0;
}

.rtpc-place .rtpc-place-title {
	color: transparent;
	font-weight: 500;
	font-size: 33px;
	font-size: 2.0625em;
	font-size: 2.0625rem;
	display: block;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-place .rtpc-place-properties {
	color: transparent;
	font-weight: 300;
	font-size: 23px;
	font-size: 1.4375em;
	font-size: 1.4375rem;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-place .elementor-background-overlay {
	opacity: 0;
}

.rtp-property-list-container .rtp-property-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 34px;
}

.rtp-property-list-container .rtp-property-list:first-child {
	margin-top: 45px;
}

.rtp-property-list-container .rtp-property-list img {
	border-radius: 5px;
	max-width: 150px;
	max-height: 150px;
	width: 100%;
	height: 100%;
	margin-right: 25px;
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}

.rtp-property-list-container .rtp-property-list .rtp-property-list-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtp-property-list-container .rtp-property-list .rtp-property-list-section .rtp-property-list-cat {
	color: #818181;
	font-weight: 300;
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-style: italic;
	width: 100%;
}

.rtp-property-list-container .rtp-property-list .rtp-property-list-section .rtp-property-list-title {
	font-size: 21px;
	font-size: 1.3125em;
	font-size: 1.3125rem;
	color: #181818;
	font-weight: 400;
	display: block;
	width: 100%;
}

.rtp-property-list-container .rtp-property-list .rtp-property-list-section .rtp-property-list-title:hover {
	color: #6A11CB;
}

.rtp-property-list-container .rtp-property-list .rtp-property-list-section .rtp-property-list-price {
	font-size: 24px;
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #6A11CB;
	font-weight: 600;
	display: block;
	width: 100%;
}

.rtp-property-list-container .rtp-property-list .rtp-property-list-section .rtp-property-list-price:hover {
	color: #6A11CB;
}

.rtp-recent-viewed-container {
	overflow: hidden;
}

.rtp-recent-viewed-container .swiper-slide {
	width: 100%;
}

.rtp-recent-viewed-container .swiper-slide img {
	width: 100%;
	height: 266px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.rtp-recent-viewed-container .swiper-slide img {
		height: 240px;
	}
}

@media (max-width: 480px) {
	.rtp-recent-viewed-container .swiper-slide img {
		height: 200px;
	}
}

.rtp-recent-viewed-container .swiper-slide .rtp-recent-viewed-content {
	margin-top: 20px;
}

.rtp-recent-viewed-container .swiper-slide .rtp-recent-viewed-content .rtp-recent-viewed-title {
	font-size: 25px;
	font-size: 1.5625em;
	font-size: 1.5625rem;
	font-weight: 400;
	color: #000000;
	text-align: left;
}

.rtp-recent-viewed-container .swiper-slide .rtp-recent-viewed-content .rtp-recent-viewed-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 5px;
	padding-right: 15px;
}

.rtp-recent-viewed-container .swiper-slide .rtp-recent-viewed-content .rtp-recent-viewed-options .rtp-recent-viewed-price {
	font-size: 32px;
	font-size: 2em;
	font-size: 2rem;
	font-weight: 600;
	color: #6A11CB;
}

.rtp-recent-viewed-container .swiper-slide .rtp-recent-viewed-content .rtp-recent-viewed-options .rtp-recent-viewed-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtp-recent-viewed-container .swiper-slide .rtp-recent-viewed-content .rtp-recent-viewed-options .rtp-recent-viewed-icons .rtp-recent-viewed-icon {
	margin: 7px 5px;
}

.rtp-recent-viewed-container .rtp-recent-viewed-swiper-pagination {
	text-align: center;
	padding: 35px 0 0 0;
}

@media (max-width: 768px) {
	.rtp-recent-viewed-container .rtp-recent-viewed-swiper-pagination {
		padding: 30px 0 0 0;
	}
}

.rtp-recent-viewed-container .rtp-recent-viewed-swiper-pagination .swiper-pagination-bullet {
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	width: 12px;
	height: 12px;
	border-radius: 50px;
	opacity: 1;
}

.rtp-recent-viewed-container .rtp-recent-viewed-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 24px;
}

.rtpc-single-property-gallery {
	position: unset;
	margin: 0 8%;
}

@media (max-width: 768px) {
	.rtpc-single-property-gallery {
		margin: 0 5%;
	}
}

@media (max-width: 480px) {
	.rtpc-single-property-gallery {
		margin: 0;
		position: relative;
	}
}

.rtpc-single-property-gallery .swiper-slide img {
	border-radius: 5px;
	height: 620px;
	width: 100%;
}

@media (max-width: 768px) {
	.rtpc-single-property-gallery .swiper-slide img {
		height: 400px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media (max-width: 480px) {
	.rtpc-single-property-gallery .swiper-slide img {
		height: 300px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.rtpc-single-property-gallery .swiper-button-next {
	right: 0 !important;
	top: 45%;
	width: 60px !important;
	height: 60px !important;
}

.rtpc-single-property-gallery .swiper-button-prev {
	left: 0 !important;
	top: 45%;
	width: 60px !important;
	height: 60px !important;
}

.rtpc-single-property-gallery-thumbs {
	padding-top: 20px;
	margin: 0 8%;
	position: unset;
}

.rtpc-single-property-gallery-thumbs .swiper-slide {
	opacity: .4;
}

.rtpc-single-property-gallery-thumbs .swiper-slide img {
	height: 170px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.rtpc-single-property-gallery-thumbs .swiper-slide img {
		height: 130px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media (max-width: 480px) {
	.rtpc-single-property-gallery-thumbs .swiper-slide img {
		height: 100px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.rtpc-single-property-gallery-thumbs .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.rtpc-single-property-title-box .rtpc-single-property-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.rtpc-single-property-title-box .rtpc-single-property-title .rtpc-single-property-title-text {
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	font-weight: 400;
}

.rtpc-single-property-title-box .rtpc-single-property-title .rtpc-single-property-cat {
	color: #ffffff;
	background: #6A11CB;
	padding: 0 15px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 25px;
}

.rtpc-single-property-title-box .rtpc-single-property-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-single-property-title-box .rtpc-single-property-price .rtpc-single-property-price-text {
	font-size: 40px;
	font-size: 2.5em;
	font-size: 2.5rem;
	color: #6A11CB;
	font-weight: 600;
}

.rtpc-single-property-title-box .rtpc-single-property-price .rtpc-single-property-unit {
	font-size: 21px;
	font-size: 1.3125em;
	font-size: 1.3125rem;
	font-weight: 600;
	margin: 12px 25px;
}

.rtpc-single-property-title-box .rtpc-single-property-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 7px;
}

.rtpc-single-property-title-box .rtpc-single-property-address .rtpc-single-property-address-text {
	color: #828282;
}

@media (max-width: 480px) {
	.rtpc-single-property-title-box .rtpc-single-property-address .rtpc-single-property-address-text {
		line-height: 24px;
	}
}

.rtpc-single-property-title-box .rtpc-single-property-address .rtpc-single-property-address-text i {
	font-size: 26px;
	position: absolute;
	margin-top: -4px;
}

.rtpc-single-property-title-box .rtpc-single-property-address .rtpc-single-property-address-text span {
	margin-left: 30px;
}

.rtpc-single-property-title-box .rtpc-single-property-address .rtpc-single-property-visit {
	margin: 5px 10px;
	color: #B8B8B8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-single-property-title-box .rtpc-single-property-address .rtpc-single-property-visit i {
	padding-right: 5px;
}

.rtpc-sp-socials {
	position: relative;
}

.rtpc-sp-socials .rtpc-sp-social-container ul {
	z-index: 2;
	background: #ffffff;
	width: 80px;
	opacity: 0;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
	border-radius: 0 0 5px 5px;
	text-align: center;
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-sp-socials .rtpc-sp-social-container ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 45px;
}

.rtpc-sp-socials .rtpc-sp-social-container ul li .wpl-tooltip-top {
	padding: 0px 20px;
	color: #6A11CB;
	font-size: 25px;
	font-size: 1.5625em;
	font-size: 1.5625rem;
	font-family: "rtp-fontastic";
}

.rtpc-sp-socials .rtpc-sp-social-container ul li .wpl-tooltip-top:hover {
	color: #000000;
}

.rtpc-sp-socials .rtpc-sp-social-container ul li a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-sp-socials .rtpc-sp-social-container ul li a i {
	font-size: 24px;
	font-size: 1.5em;
	font-size: 1.5rem;
	color: #6A11CB;
}

.rtpc-sp-socials .rtpc-sp-social-container ul li:hover i {
	color: #000000;
}

.rtpc-sp-socials .rtpc-sp-social-container:hover ul {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-sp-socials .rtpc-sp-social-container:hover .rtpc-sp-social-share {
	color: #ffffff;
}

.rtpc-sp-socials .rtpc-sp-social-container:hover .rtpc-sp-social-share:before {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-sp-socials .rtpc-sp-social-container .rtpc-sp-social-share {
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	width: 82px;
	height: 95px;
	font-size: 38px;
	font-size: 2.375em;
	font-size: 2.375rem;
	font-family: "rtp-fontastic";
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
	position: relative;
}

.rtpc-sp-socials .rtpc-sp-social-container .rtpc-sp-social-share:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	border-radius: 5px;
}

.rtpc-sp-socials .rtpc-sp-social-container .rtpc-sp-social-share i {
	font-size: 38px;
	font-size: 2.375em;
	font-size: 2.375rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-sp-print,
.rtpc-sp-favorite {
	cursor: pointer;
	display: block;
	text-align: center;
	border-radius: 5px;
	width: 82px;
	height: 95px;
	font-size: 38px;
	font-size: 2.375em;
	font-size: 2.375rem;
	color: #464646;
	font-family: "rtp-fontastic";
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13) !important;
	        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13) !important;
	z-index: 1;
	position: relative;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-sp-print:before,
.rtpc-sp-favorite:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	z-index: -1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	border-radius: 5px;
}

.rtpc-sp-print i,
.rtpc-sp-favorite i {
	font-size: 38px;
	font-size: 2.375em;
	font-size: 2.375rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-sp-print:hover,
.rtpc-sp-favorite:hover {
	color: #ffffff;
}

.rtpc-sp-print:hover:before,
.rtpc-sp-favorite:hover:before {
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.rtpc-qrcode-widget img {
	width: 100%;
}

.rtpc-unit-switcher .wpl_unit_switcher_activity .chosen-container {
	width: 100% !important;
}

.rtpc-unit-switcher .wpl_unit_switcher_activity .chosen-container:after {
	content: "\e1f8" !important;
	font-family: "rtp-fontastic";
	position: absolute;
	right: 5px;
	top: 12px;
	background: #ffffff;
	width: 23px;
	font-size: 13px;
	line-height: 23px;
}

.rtpc-unit-switcher .wpl_unit_switcher_activity .chosen-container .chosen-single {
	height: 50px;
	padding: 0 0 0 20px;
	line-height: 50px;
}

.rtpc-details-container .rtpc-sp-details {
	margin-bottom: 155px;
}

@media (max-width: 480px) {
	.rtpc-details-container .rtpc-sp-details {
		margin-bottom: 70px;
	}
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-box-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 18px;
	margin-bottom: 40px;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-box-title:before {
	content: "";
	background-color: #6a11cb;
	width: 60px;
	height: 3px;
	-webkit-box-shadow: 0px 3px 20px 0px #6a11cb;
	        box-shadow: 0px 3px 20px 0px #6a11cb;
	position: absolute;
	margin: 24px 0px 0px 0px;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-box-title:after {
	width: 0px !important;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-box-title span {
	color: black;
	font-family: "Poppins", poppins;
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	font-weight: 500;
	font-style: normal;
	margin: 0px 0px 0px 80px;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-content {
	width: 100%;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-content .rtpc-single-content {
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-content .rtpc-single-content span {
	font-weight: 300;
	padding-left: 5px;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-content .rtpc-single-content.feature {
	position: relative;
	padding-left: 63px;
	margin-bottom: 30px;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-content .rtpc-single-content.feature:before {
	content: "\e221";
	font-family: "rtp-fontastic";
	padding-right: 14px;
	font-size: 30px;
	position: absolute;
	left: 15px;
	color: #2B7FFC;
}

.rtpc-details-container .rtpc-sp-details .rtpc-sp-details-content p {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
}

.rtpc-sp-agency-contact-container {
	border-radius: 5px;
	background: #F6F6F6;
	padding: 50px 30px;
	overflow: auto;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-info-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 27px;
	border-bottom: 1px solid #C2C2C2;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-info-container img {
	width: 105px;
	height: 105px;
	border-radius: 50%;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-info-container .rtpc-sp-agency-info {
	margin-left: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-info-container .rtpc-sp-agency-info .rtpc-sp-agency-info-title {
	font-weight: 500;
	font-size: 22px;
	font-size: 1.375em;
	font-size: 1.375rem;
	color: #181818;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-info-container .rtpc-sp-agency-info .rtpc-sp-agency-info-phone {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 300;
	color: #373737;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-info-container .rtpc-sp-agency-info .rtpc-sp-agency-info-phone i {
	color: #181818;
	font-family: "rtp-fontastic";
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-info-container .rtpc-sp-agency-info .rtpc-sp-agency-info-link {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 400;
	text-decoration: underline;
	color: #6A11CB;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 400;
	padding-bottom: 10px;
	border-bottom: 1px solid #C2C2C2;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details p {
	color: #6A6A6A;
	margin-bottom: 25px;
	line-height: 26px;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details .rtpc-sp-agency-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 12px 0px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details .rtpc-sp-agency-contact label {
	color: rgba(24, 24, 24, 0.7);
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details .rtpc-sp-agency-contact span {
	color: #181818;
	margin-left: 10px;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details .rtpc-sp-agency-contact .rtpc-sp-agency-contact-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #181818;
	font-family: "rtp-fontastic";
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details .rtpc-sp-agency-contact .rtpc-sp-agency-contact-socials a {
	margin-right: 12px;
	margin-top: 5px;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-details .rtpc-sp-agency-contact .rtpc-sp-agency-contact-socials a:hover {
	color: #6A11CB;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-contact-form {
	margin-top: 10px;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-contact-form input,
.rtpc-sp-agency-contact-container .rtpc-sp-agency-contact-form textarea {
	padding: 10px 20px;
	margin-top: 17px;
	border-color: #DEDEDE;
}

.rtpc-sp-agency-contact-container .rtpc-sp-agency-contact-form .rtp-main-button-blue {
	margin-top: 26px;
}

.rtpc-sp-mortgage-container {
	border-radius: 5px;
	background: #F6F6F6;
	padding: 30px 30px;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form {
	margin-top: 10px;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input {
	margin-top: 19px;
	position: relative;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input label {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 500;
	color: #181818;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input input,
.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input textarea {
	padding: 10px 20px;
	margin-top: 8px;
	border-color: #DEDEDE;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input:before {
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
	position: absolute;
	right: 15px;
	top: 45px;
	color: #858585;
	font-family: "rtp-fontastic";
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input:nth-child(1)::before {
	content: "\e20f";
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input:nth-child(2)::before {
	content: "\e2ce";
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input:nth-child(3)::before {
	font-family: "FontAwesome";
	content: "\f295";
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtpc-sp-mortgage-input:nth-child(4)::before {
	content: "\e21d";
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-form .rtp-main-button-blue {
	margin-top: 36px;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-calculated-values {
	margin-top: 40px;
	font-weight: 500;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-calculated-values div {
	margin-bottom: 25px;
}

.rtpc-sp-mortgage-container .rtpc-sp-mortgage-calculated-values div label {
	display: block;
}

.rtpc-sp-attachments .wpl_attachments_list_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room {
	width: 33.33%;
	border-radius: 5px;
	padding: 25px 40px 0px 40px;
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room:hover {
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
	.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room {
		width: 100%;
	}
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room a,
.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room span {
	display: block;
	padding-left: 60px;
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room a {
	color: #181818;
	font-weight: 500;
	font-size: 23px;
	font-size: 1.4375em;
	font-size: 1.4375rem;
	line-height: 28px;
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room span {
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
	color: #464646;
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room:before {
	content: "\e06d";
	font-family: "rtp-fontastic";
	font-size: 50px;
	font-size: 3.125em;
	font-size: 3.125rem;
	position: absolute;
	color: #2B7FFC;
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room.type_zip:before {
	content: "\e348";
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room.type_pdf:before {
	content: "\e074";
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room.type_doc:before {
	content: "\e079";
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room.type_excel:before {
	content: "\e071";
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room.type_mp3:before {
	content: "\e06f";
}

.rtpc-sp-attachments .wpl_attachments_list_container .wpl_attachments_room.type_powerpoint:before {
	content: "\e075";
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info {
	margin: 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtp-row {
	margin: 0px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-image {
	width: 100%;
	max-width: 330px;
	height: 320px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 30px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	width: 100%;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container {
	width: 100%;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container div:first-child {
	display: inline-block;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtp-main-button-blue {
	float: right;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-name {
	font-size: 28px;
	font-size: 1.75em;
	font-size: 1.75rem;
	font-weight: 500;
	color: #6A11CB;
	display: block;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-title {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #828282;
	margin-bottom: 20px;
	display: block;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-description {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #6A6A6A;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-divider {
	display: block;
	margin-bottom: 25px;
	border: 1px solid rgba(0, 0, 0, 0.16);
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-divider-column {
	display: none;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-email {
	margin-top: 25px;
	margin-bottom: 20px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-phone-label,
.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-email-label,
.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social-label {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	opacity: .7;
	padding-right: 10px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-phone-number,
.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-email-address,
.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social-icons {
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-label {
	display: none;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-icons {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 20px 10px;
	font-family: "rtp-fontastic";
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
	.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-icons {
		width: 42.5px;
		height: 42.5px;
		line-height: 42.5px;
	}
}

@media (max-width: 480px) {
	.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-icons {
		width: 37.5px;
		height: 37.5px;
		line-height: 37.5px;
	}
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-icons:first-child {
	margin-left: 0px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-icons i {
	color: #6A11CB;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-icons:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	-webkit-box-shadow: 0 5px 20px rgba(50, 113, 246, 0.5);
	        box-shadow: 0 5px 20px rgba(50, 113, 246, 0.5);
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-social .rtpc-sp-agent-social-icons:hover i {
	color: #ffffff;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-property-listed {
	float: right;
	margin-top: 30px;
	color: #000000;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-property-more-detail {
	display: none;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details .rtpc-sp-agent-details-container .rtpc-sp-agent-contact-content {
	font-weight: 500;
	color: rgba(70, 70, 70, 0.7);
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-header {
	padding-bottom: 20px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-header .rtpc-sp-agent-description {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #6A6A6A;
	margin-bottom: 20px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-header .rtpc-sp-agent-readmore {
	text-align: center;
	white-space: nowrap;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px 0;
	margin: 0 15px;
	border-top: 1px solid rgba(112, 112, 112, 0.25);
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 14px 0;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-footer .rtpc-sp-agent-agent-list {
	padding-top: 20px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-footer .rtpc-sp-agent-agent-list a {
	margin: 0 7px;
	padding-top: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-footer .rtpc-sp-agent-agent-list a img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-footer .rtpc-sp-agent-listed-properties a {
	color: #6A11CB;
	font-size: 17px;
	font-size: 1.0625em;
	font-size: 1.0625rem;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.rtpc-sp-agent-info-container .rtpc-sp-agent-info * {
		text-align: center;
	}
	.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-contacts {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-contacts .rtpc-sp-agent-details {
		padding: 10px 20px !important;
	}
	.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-contacts .rtpc-sp-agent-details span {
		display: block;
	}
}

@media screen and (max-width: 440px) {
	.rtpc-sp-agent-info-container .rtpc-sp-agent-info .rtpc-sp-agent-details {
		padding: 10px 0px !important;
	}
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-contact-form {
	margin-top: 72px;
	margin-left: 11px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-contact-form .rtpc-sp-agent-contact-form-title {
	font-size: 26px;
	font-size: 1.625em;
	font-size: 1.625rem;
	font-weight: 500;
	margin-bottom: 16px;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-contact-form input {
	padding: 12px 20px;
	max-width: 33%;
	min-width: 340px;
	margin-right: 25px;
	width: auto;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-contact-form textarea {
	margin-top: 30px;
	width: 100%;
}

.rtpc-sp-agent-info-container .rtpc-sp-agent-contact-form .rtp-main-button-blue {
	margin-top: 40px;
}

.rtpc-single-agency-featured-image img {
	width: 100%;
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
	height: 550px;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (max-width: 768px) {
	.rtpc-single-agency-featured-image img {
		height: 480px;
	}
}

@media (max-width: 480px) {
	.rtpc-single-agency-featured-image img {
		height: 400px;
	}
}

.rtpc-single-agency-logo img {
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.16);
	-o-object-fit: cover;
	   object-fit: cover;
}

.rtpc-single-agency-featured-noimage {
	height: 315px;
	background: #a2a2a2;
}

.rtpc-single-agency-title-container .rtpc-single-agency-title {
	font-size: 42px;
	font-size: 2.625em;
	font-size: 2.625rem;
	font-weight: 500;
	color: #ffffff;
	padding-bottom: 15px;
}

.rtpc-single-agency-title-container .rtpc-single-agency-address {
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.65);
	padding-bottom: 15px;
}

.rtpc-single-agency-title-container .rtpc-single-agency-address i {
	font-family: "rtp-fontastic";
	font-size: 20px;
}

.rtpc-single-agency-title-container .rtpc-single-agency-phone {
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.65);
}

.rtpc-single-agency-title-container .rtpc-single-agency-phone i {
	font-family: "rtp-fontastic";
	font-size: 20px;
}

.rtpc-single-agency-details-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-single-agency-details-container .rtpc-single-agency-detail {
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
	font-weight: 400;
	margin-bottom: 10px;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	padding-right: 80px;
}

.rtpc-single-agency-details-container .rtpc-single-agency-detail label {
	font-weight: 500;
}

.rtpc-single-agency-details-container .rtpc-single-agency-detail span {
	color: #747474;
}

.rtpc-single-agency-details-container .rtpc-single-agency-detail a:hover span {
	color: #6A11CB;
}

.rtpc-single-agency-description {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #464646;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form input {
	padding: 12px 20px;
	margin-right: 25px;
	width: 100%;
	color: #7D7D7D;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form textarea {
	margin-top: 12px;
	width: 100%;
	color: #7D7D7D;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form label {
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
	font-weight: 500;
	color: #464646;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form .rtpc-single-agency-contact-form-message {
	margin-top: 30px;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form .rtpc-single-agency-contact-form-agreement {
	margin-top: 50px;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form .rtpc-single-agency-contact-form-agreement label {
	font-size: 23px;
	font-size: 1.4375em;
	font-size: 1.4375rem;
	display: block;
	margin-bottom: 20px;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form .rtpc-single-agency-contact-form-agreement input {
	width: 25px;
	height: 25px;
	margin: 0px 10px 0 5px;
	position: absolute;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form .rtpc-single-agency-contact-form-agreement span {
	position: relative;
	color: #6A6A6A;
	margin-left: 40px;
	line-height: 25px;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form .rtp-main-button-blue {
	margin-top: 60px;
	height: 50px;
}

.rtpc-single-agency-contact-container .rtpc-single-agency-contact-form .rtp-main-button-blue a {
	padding: 8px 29px 8px 47px;
}

.rtpc-single-agency-statistics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-single-agency-statistics div {
	margin-right: 60px;
	font-size: 22px;
	font-size: 1.375em;
	font-size: 1.375rem;
	color: #181818;
}

.rtpc-single-agency-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-single-agency-socials .rtpc-single-agency-social-icon {
	margin-right: 15px;
	cursor: pointer;
	border-radius: 50%;
}

.rtpc-single-agency-socials .rtpc-single-agency-social-icon i {
	font-size: 19px;
	font-size: 1.1875em;
	font-size: 1.1875rem;
}

.rtpc-single-agent-title-container .rtpc-single-agent-title {
	font-size: 37px;
	font-size: 2.3125em;
	font-size: 2.3125rem;
	font-weight: 500;
	padding-bottom: 5px;
	color: #6A11CB;
}

.rtpc-single-agent-title-container .rtpc-single-agent-address {
	font-size: 21px;
	font-size: 1.3125em;
	font-size: 1.3125rem;
	font-weight: 300;
	color: rgba(70, 70, 70, 0.8);
	letter-spacing: 1px;
}

.rtpc-single-agent-profile-picture img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.rtpc-single-agent-cover-image img {
	width: 100%;
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
	max-height: 465px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.rtpc-single-agent-details-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.rtpc-single-agent-details-container .rtpc-single-agent-detail {
	font-size: 18px;
	font-size: 1.125em;
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 12px;
	padding-right: 60px;
}

.rtpc-single-agent-details-container .rtpc-single-agent-detail label {
	color: rgba(70, 70, 70, 0.7);
}

.rtpc-single-agent-details-container .rtpc-single-agent-detail span {
	color: #000000;
}

.rtpc-single-agent-details-container .rtpc-single-agent-detail a:hover span {
	color: #6A11CB;
}

.rtpc-single-agent-details-container .rtpc-single-agent-listed-properties {
	margin-top: 15px;
	width: 100%;
	font-size: 20px;
	font-size: 1.25em;
	font-size: 1.25rem;
	color: #6A11CB;
	display: block;
}

.rtpc-signin-box {
	position: relative;
	width: 900px;
}

@media (max-width: 768px) {
	.rtpc-signin-box {
		width: 100%;
	}
}

.rtpc-signin-box .rtpc-signin-box-container {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-image-holder {
	width: 43%;
}

@media (max-width: 480px) {
	.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-image-holder {
		width: 0px;
	}
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-image-holder img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder {
	width: 57%;
	padding: 20px 45px;
}

@media (max-width: 480px) {
	.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder {
		width: 100%;
	}
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder h3 {
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	color: #6A11CB;
	font-weight: 600;
	margin-top: 0px;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder input[type='text'],
.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder input[type='password'] {
	display: block;
	border-radius: 25px;
	border: 0;
	background: #F3F3F3;
	width: 100%;
	padding: 11px 23px;
	margin: 23px 0px;
	color: #9A9A9A;
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 300;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-controls .rtpc-remember-me {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #828282;
	font-weight: 300;
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-controls .rtpc-remember-me input {
	width: 20px;
	height: 20px;
}

@media (max-width: 480px) {
	.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-controls .rtpc-remember-me input {
		width: 15px;
		height: 15px;
	}
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-controls .rtpc-remember-me label {
	margin-left: 10px;
}

@media (max-width: 480px) {
	.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-controls .rtpc-remember-me label {
		margin-left: 5px;
	}
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-controls a {
	text-decoration: none;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	color: #6A11CB;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button {
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	border-radius: 5px;
	height: 42px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	margin: 45px 0 30px 0;
	cursor: pointer;
	-webkit-box-shadow: unset !important;
	        box-shadow: unset !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button img {
	margin-right: 15px;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#111111));
	background: linear-gradient(180deg, #434343, #111111);
	border-radius: 5px;
	-webkit-box-shadow: unset !important;
	        box-shadow: unset !important;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button:after {
	width: 0;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button a {
	padding: 0px;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-google, .rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-facebook {
	background: #ffffff;
	color: #000000;
	border: 1px solid #7D7D7D;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-google a, .rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-facebook a {
	color: #000000;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-google::before, .rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-facebook::before {
	background: #2B7FFC;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-google:hover, .rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-facebook:hover {
	border: 0px;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-google:hover a, .rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-facebook:hover a {
	color: #ffffff;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-facebook {
	margin-top: 10px;
	margin-bottom: 0;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-button.rtpc-signin-google {
	margin-top: 35px;
	margin-bottom: 0;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-divider {
	height: 1px;
	background: rgba(112, 112, 112, 0.2);
	display: block;
	position: relative;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-divider span {
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 300;
	color: #707070;
	width: 36px;
	text-align: center;
	background: #ffffff;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-register {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 20px;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .rtpc-signin-register a {
	text-decoration: underline;
	color: #6A11CB;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder.rtpc-resetpass-show {
	display: none;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder.rtpc-resetpass-show h3 {
	margin-bottom: 20px;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder.rtpc-resetpass-show .rtpc-resetpass-desc {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #3E3E3E;
	margin-bottom: 35px;
	display: block;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder.rtpc-resetpass-show .rtpc-back-to-signin {
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 20px;
	text-align: center;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder.rtpc-resetpass-show .rtpc-back-to-signin a {
	text-decoration: underline;
	color: #181818;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .signin-message {
	display: block;
	margin-top: 20px;
	margin-bottom: -20px;
}

.rtpc-signin-box .rtpc-signin-box-container .rtpc-signin-data-holder .signin-message strong {
	color: red;
	font-weight: 400;
}

.featherlight .featherlight-content {
	border-radius: 20px;
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.2);
	padding: 0px !important;
	height: auto !important;
	max-height: 100% !important;
	border-bottom: 0 !important;
}

@media (max-width: 480px) {
	.featherlight .featherlight-content {
		width: 95%;
	}
}

.featherlight .featherlight-content .featherlight-close-icon {
	color: #6A11CB;
	top: 40px;
	right: 45px;
	font-size: 19px;
	outline: none;
}

.rtpc-register-box {
	position: relative;
	width: 900px;
}

@media (max-width: 768px) {
	.rtpc-register-box {
		width: 100%;
	}
}

.rtpc-register-box .rtpc-register-box-container {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-image-holder {
	width: 43%;
}

@media (max-width: 480px) {
	.rtpc-register-box .rtpc-register-box-container .rtpc-register-image-holder {
		width: 0px;
	}
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-image-holder img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder {
	width: 57%;
	padding: 20px 45px;
}

@media (max-width: 480px) {
	.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder {
		width: 100%;
	}
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder h3 {
	font-size: 34px;
	font-size: 2.125em;
	font-size: 2.125rem;
	color: #6A11CB;
	font-weight: 600;
	margin-top: 0px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder input[type='text'],
.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder input[type='password'],
.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder select {
	display: block;
	border-radius: 25px;
	border: 0;
	background: #F3F3F3;
	width: 100%;
	padding: 11px 23px;
	margin: 23px 0px 0 0;
	color: #9A9A9A;
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 300;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	outline: none;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-select {
	position: relative;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-select:after {
	content: "\e1f8" !important;
	font-family: "rtp-fontastic";
	position: absolute;
	right: 25px;
	pointer-events: none;
	font-size: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-select select option {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	outline: none;
	padding: 11px 23px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-controls .rtpc-agree-term {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #828282;
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-controls .rtpc-agree-term input {
	width: 20px;
	height: 20px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-controls .rtpc-agree-term a {
	margin-left: 10px;
	color: #3E3E3E;
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 400;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-controls a {
	text-decoration: none;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-two-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-two-div input:first-child {
	margin-right: 15px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button {
	background: -webkit-gradient(linear, left top, left bottom, from(#2B7FFC), to(#6A11CB));
	background: linear-gradient(180deg, #2B7FFC, #6A11CB);
	border-radius: 5px;
	height: 42px;
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	margin: 35px 0 30px 0;
	cursor: pointer;
	-webkit-box-shadow: unset !important;
	        box-shadow: unset !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button img {
	margin-right: 15px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#111111));
	background: linear-gradient(180deg, #434343, #111111);
	border-radius: 5px;
	-webkit-box-shadow: unset !important;
	        box-shadow: unset !important;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button:after {
	width: 0;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button a {
	padding: 0px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-google, .rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-facebook {
	background: #ffffff;
	color: #000000;
	border: 1px solid #7D7D7D;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-google a, .rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-facebook a {
	color: #000000;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-google::before, .rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-facebook::before {
	background: #2B7FFC;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-google:hover, .rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-facebook:hover {
	border: 0px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-google:hover a, .rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-facebook:hover a {
	color: #ffffff;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-facebook {
	margin-top: 10px;
	margin-bottom: 0;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-button.rtpc-register-google {
	margin-top: 35px;
	margin-bottom: 0;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-divider {
	height: 1px;
	background: rgba(112, 112, 112, 0.2);
	display: block;
	position: relative;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register-divider span {
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 16px;
	font-size: 1em;
	font-size: 1rem;
	font-weight: 300;
	color: #707070;
	width: 36px;
	text-align: center;
	background: #ffffff;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register {
	font-size: 15px;
	font-size: 0.9375em;
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 20px;
}

.rtpc-register-box .rtpc-register-box-container .rtpc-register-data-holder .rtpc-register a {
	text-decoration: underline;
	color: #6A11CB;
}

/*# sourceMappingURL=views/assets/scss/maps/realty-pack-core.css.map */
