body .succ_loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999 !important;
	background: rgba(0, 0, 0, 0.6);
}



body .alert_update_wrap .succ_loader img {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	object-fit: none;
}

body .succ_loader img {
	display: table-cell;
	left: 0;
	margin: 25px auto 0;
	position: absolute;
	right: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

body .register-gdpr label {
	line-height: 20px !important;
	padding-left: 30px !important;
}

body .surveillance-main label,
.gdpr-url {
	text-align: left;
	display: block;
	font-size: 14px !important;
	padding-left: 10px;
	margin-bottom: 6px;
	line-height: 18px;
	font-family: "Montserrat";
	font-weight: normal;
}

body .surveillance-main label>span {
	display: inline;
	font-size: 18px !important;
	position: relative;
}

body header nav ul > li.user-login-links.profile {
	margin-left: 15px;
    margin-right: 0;
	display: block;
}

body #header.fixed header nav ul > li > a.user-login-profile {
	height: 44px;
	line-height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body header nav ul > li > a.user-login-profile:hover,
body header nav ul > li.current-menu-item>a.user-login-profile {
	opacity: 1;
}

body header nav ul > li > a.user-login-profile {
	border: solid 1px rgba(255, 255, 255, 90%);
	padding: 2px !important;
	border-radius: 50%;
}

body body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-login-links.profile a.user-login-profile img {
	height: 44px;
	width: 44px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body header nav ul > li .user-logout img {
	max-height: 32px;
}

body header nav ul > li .user-notification img {
	max-height: 28px;
}

body header nav ul > li.user-notification {
	margin-right: 0;
	display: block;
}

body header nav ul > li.user-logout-links.profile-logout {
	display: block;
}

body header nav ul > li.user-login-links > a.user-login-profile {
	width: 55px;
	height: 55px;
	overflow: hidden;
	margin: 0 !important;
}

body header nav ul > li.user-login-links>a.user-login-profile img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 100%;
	object-position: top;
}

body .user-logout-links.profile-logout {
	margin-right: 0 !important;
}
body .user-logout-links.profile-logout a{
	padding-inline: 0 !important;
	margin: 0 !important;
}

body .user-logout-links {
	margin-left: 10px !important;
}

body header nav ul > li.user-login-links {
	margin-right: 0;
	
	display: block;
}

body header nav ul > li.user-login-links a {
	font-size: 0 !important;
}

body header nav ul > li#menu-item-search {
	margin-left: 0;
	margin-right: 30px;
}

body header nav ul > li > a.user-login {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	display: flex;
	padding: 0 !important;
}
body header nav ul > li > a:hover img {
    opacity: 0.3;
}

body header nav ul > li > a.user-login img {
	max-height: 32px;
}

body .gdpr-url {
	padding-left: 6px;
	display: inline-block;
	margin-bottom: 0;
	text-decoration:underline;
}
body .gdpr-url:hover{
	text-decoration: none;
}

body .alert_update_wrap {
	display: none;
}

body .alert_update_wrap.show {
	position: fixed;
	z-index: 999999;
	align-items: center;
	height: 100%;
	left: 0px;
	overflow-x: auto;
	top: 0px;
	display: flex !important;
	justify-content: center;
	width: 100%;
}

html.overflowhiddenupdate {
	overflow-y: hidden;
}

html.overflowhiddenupdate body::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

body .residential_surveillance_wrap {
	display: none;
}

body .residential_surveillance_wrap.show {
	position: fixed;
	z-index: 999999;
	align-items: center;
	height: 100%;
	left: 0px;
	overflow-x: auto;
	top: 0px;
	display: flex !important;
	justify-content: center;
	width: 100%;
}

body .residential_surveillance_wrap .form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body .residential_surveillance_wrap .login-form-main {
	max-width: 915px !important;
	margin: 0 auto;
}

body .residential_surveillance_section .avia-button.login,
body .residential_surveillance_section .register.avia-button,
body .residential_surveillance_section .avia-button.btn-forgot-psw {
	text-transform: uppercase;
}

body .registration-form-fields input#user_password {
	border-radius: 0;
}

bodybody {
	position: relative;
}

body .login-form-wrap {
	margin-top: 25px;
}

body .surveillance_registerform_section .register-title h4 {
	text-transform: uppercase;
	margin-bottom: 30px !important;
	text-align: center;
	font-size: 21px;
}

body .register-form-wrap {
	text-align: center;
}

body .btn_surveillance_registerform,
body a.btn_forgot_form {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: normal;
}

body .residential_surveillance_section .surveillancetitle {
	max-width: 784px;
	margin: 0 auto 25px;
}

body .residential_surveillance_section .surveillance-main {
	max-height: calc(95vh - 15px);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	max-width: 1250px;
	margin: 0 auto;
}

body.popupexpand .residential_surveillance_section.show .surveillance-main {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	border: 1px solid #fff;
}

body .residential_surveillance_section .avia-button.searchBtn::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../image/Iconfeather-search.svg");
}

body .registration-form-fields .form-row:nth-child(1),
.registration-form-fields .form-row:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px 10px;
	margin-bottom: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body .registration-form-fields .form-row div {
	width: calc(100% / 3 - 7px);
}

body .registration-form-fields .form-row:nth-child(2) div {
	width: calc(100% / 2 - 6px);
	display:flex;
	flex-direction:column;
}

body .registration-form-fields {
	max-width: 915px;
	margin: 0 auto;
}

body .user-logout {
	font-size: 0 !important;
}

body .registration-form-fields .form-row:nth-child(2) div textarea {
	min-height: 48px !important;
	border-radius: 0 !important;
	resize: none;
	padding-top: 15px !important;
	padding-left: 20px !important;
	margin-bottom:0;
}

body .residential_surveillance_section .content_block {
	padding: 0;
	background-color: #fff;
	width: 100%;
	text-align: right;
	position: relative;
	overflow: hidden !important;
	display: flex;
	flex-direction: column;
}

body .register-user-psw [type="checkbox"] {
	opacity: 0;
	cursor: pointer;
	width: 26px;
	height: 16px;
}

body .register-user-psw>span,
body .forgot-form-wrap span.new_psw {
	position: relative;
	width: calc(100% - 87px);
}

body .register-user-psw>span.user_password_generate,
body .user-password-wrap form span.user_password_generate,
body .forgot-form-wrap span.user_password_generate {
	width: 87px;
	display: flex;
	justify-content: center;
	border-radius: 0;
	color: #fff;
	font-family: "Montserrat";
	font-size: 14px;
	align-items: center;
	line-height: 11px;
	transition: all 0.3s ease-in-out;
	font-weight: 500;
	padding: 10px 15px 10px 10px;
	cursor: pointer;
	margin-right: 0;
}

body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	border-radius: 70px 0 0 70px !important;
}

body input[type="number"] {
	-moz-appearance: textfield !important;
}

body .register-psw-checkbox,
.register-psw-checkbox label[for="register-psw-checkbox"],
body .forgot-form-wrap .user-psw-checkbox {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	margin-bottom: 0;
	right: 21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

body .surveillance-info {
	border-bottom: solid 1px #c3c3c3;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

body .login-redirect {
	margin-top: 6px;
}

body .register-psw-checkbox .login-chk-psw.psw-show:after {
	display: none;
}

body .surveillance_registerform_section.surveillance_register .register-psw-checkbox:after {
	left: 1px;
}


body input.register-gdpr {
	display: inline-block !important;
	width: 18px;
	height: 18px;
	position: relative;
	top: 5px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body input.register-gdpr:checked+label[for="register-gdpr"]:after {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body .register-gdpr label::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background-color: #e8e8e8;
	left: 3px;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

body .login-error,
body .reg-error,
body .user-password-wrap span.error,
body span.error.forgot_email,
body .forgot-form-wrap .error {
	font-size: 14px;
	font-family: "Montserrat";
	margin: auto;
	text-align: center;
	display: block;
}

body .registration-form-fields span.error,
body .login-error,
body .reg-error,
.error-msg,
.success-msg,
.success_register,
.success,
body .emailconfiger_section .success_activation,
body .profileEditform span.error,
.search-criteria-del span,
body .user-password-wrap span.error,
body span.error.forgot_email,
body .forgot-form-wrap .error {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	font-family: "Montserrat";
}

body .user-password-wrap span.error.psw_error {
	text-align: left;
	margin-left: 0;
}

body .reg-error {
	padding-left: 0;
	font-family: "Montserrat";
}

body span.email-error.login-error {
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
}

body .register-gdpr label::after {
	position: absolute;
	content: "\f00c";
	width: 15px;
	height: 15px;
	left: 4px;
	top: 0;
	outline: solid 3px #e8e8e8;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	line-height: 14px;
	font-family: "FontAwesome";
}

body .residential_surveillance_wrap input:not(.avia-button) {
	padding-right: 50px !important;
	margin-bottom: 0;
}

body .residential_surveillance_wrap input.avia-button {
	margin-top: 35px;
}

body .profile-action {
	display: flex;
	gap: 10px;
	justify-content: end;
	margin-top: 20px;
}

body .register-gdpr input,
body .register-gdpr label {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 30px !important;
}

body .surveillance-main .register-gdpr input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

body .residential_surveillance_section .filterInput a.avia-button.searchBtn:hover:before,
body .residential_surveillance_section .filterInput a.avia-button.searchBtn:before {
	background: none !important;
}

body .residential_surveillance_main .login-title h4,
body .forgotform-title h4 {
	font-size: 21px;
	text-transform: uppercase;
	font-family: "Montserrat";
}

body .register-user-psw {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

body .register-user-psw>label {
	width: 100%;
}

body .register-gdpr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	margin-top: 33px;
	position: relative;
}

body .residential_surveillance_section {
	display: flex;
	padding: 40px;
}

body .surveillance_form #main {
	position: relative;
	z-index: 99999;
}

bodybody.surveillance_form {
	overflow: hidden;
	width: 100% !important;
}

bodybody.surveillance_form .residential_surveillance_wrap::after {
	position: absolute;
	left: 0;
	top: -120px;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
}

body .residential_surveillance_section button.form-close-btn {
	position: fixed;
	top: auto;
	left: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

body .residential_surveillance_main.surveillance_login {
	text-align: center;
	display: block !important;
	/* padding: 35px 36px 35px; */
	max-height: 100%;
	overflow: hidden auto;
}

body .surveillance_registerform_section {
	display: none !important;
	/* padding: 35px 36px 35px; */
}

body .residential_surveillance_section .content_block {
	padding: 35px 36px 35px;
}

body .surveillance_registerform_section.surveillance_register {
	display: block !important;
}

body .login-info,
body .login-info a {
	font-size: 15px;
	font-family: "Montserrat";
	font-weight: normal;
}

body .login-info a {
	text-transform: uppercase;
}
body .login-info a:hover{
	text-decoration: underline;
}
body .register-psw-checkbox label[for="register-psw-checkbox"] {
	display: none;
}

body label[for="register-gdpr"] a:hover {
	opacity: 0.8;
}

body .menu-item.user-notification {
	margin-left: 0 !important;
	margin-right: 8px !important;
}

body .user-logout-links.profile-logout {
	margin-left: 0 !important;
}


.menu-item.user-notification a,
.menu-item.user-notification a {
	margin: 0;
}

.residential_surveillance_section button.form-close-btn:hover {
	-webkit-filter: invert(1);
	filter: invert(1);
}

body .residential_surveillance_section .surveillancetitle h4,
body .surveillance_search h4 {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;

	margin-bottom: 18px;
}

body .residential_surveillance_section .surveillancetitle p {
	letter-spacing: 0px;
	font-family: "Montserrat";
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
}

body .residential_surveillance_section .surveillancetitle {
	margin-bottom: 0;
}

body .residential_surveillance_section button.form-close-btn,
body button.form-close-btn.update-form-colse {
	font-size: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 100%;
	position: fixed;
	top: auto;
	left: auto;
	background-image: url(../images/close-n.svg);
	background-repeat: no-repeat;
	background-position: top 54% center;
	background-size: 40px;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	margin-left: -30px;
	margin-top: -15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border: none;
	z-index: 13;
	padding: 0 !important;
}

body .residential_surveillance_section button.form-close-btn {
	top: 20px;
	margin-left: 0px;
	margin-top: 0px;
}

body .residential_surveillance_section button.form-close-btn {
	position: absolute;
	right: 20px;
}

body .residential_surveillance_section .avia-button {}

body .surveillance-main .avia-button:hover {
	background-color: #181818;
	color: #fff;
}

body .surveillance-main .main.mspecs_object_type,
body .surveillance-main .main.mspecs_salestatus {
	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;
	margin-bottom: 25px;
}

body .surveillance-main .filterInput {
	margin-top: 15px;
	max-width: 644px;
	background: #f3f3f3;
	
	width: 100%;
	overflow: hidden;
}

/* body .monitor_final_pris button {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: solid 1px;
	min-width: 201px;
	font-size: 16px;
	padding: 15px 15px;
	letter-spacing: 0px;
	font-family: "Montserrat";
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	font-weight: normal;
} */

body.profile-page .profile-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 500px;
}

body.profile-page #av_section_1 .container {
	padding: 0;
	max-width: 100%;
}

body.profile-page .user-profile-tab {
	width: 400px;
	background-color: #fdfdfd;
	position: relative;
	padding-top: 23px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

body.profile-page .profile-content {
	width: calc(100% - 400px);
	padding: 50px 60px 50px;
}

body.profile-page .mobile-tab+.profile-content {
	z-index: -1;
}

html:has(.mobile-tab) {
	overflow: hidden;
}

body.profile-page .profile-tab-menu.profile-page-text a {
	font-size: 14px;
	line-height: 14px;
}

body.profile-page .profile-tab-menu.profile-page-text a:hover {
	background: transparent !important;
	border-color: transparent !important;
}

body.profile-page main {
	padding: 0;
}

body.profile-page .user-profile-tab a {
	padding: 16px 55px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	border-left: solid 5px transparent;
	font-family: "Montserrat";
	font-weight: 500;
	position: relative;
	line-height: 23px;
}

body.profile-page .user-profile-tab a:hover,
body.profile-page .user-profile-tab a.active {
	background-color: #F2F5F7;
}

body.profile-page .profile-content .tab-name h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 22px;
}

body.profile-page .profile-content>.user-profile-tab {
	background-color: transparent !important;
	width: 100%;
}

body.profile-page .profile-content .profile-header {
	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;
	padding-bottom: 23px;
	border-bottom: solid 1px #efeeee;
	flex-wrap: wrap;
}

body.profile-page .profile-action button.profilecancle,
.propertyfilter_btn button {
	background: #f3f3f3 !important;
}

body.profile-page .profile-action button,
.propertyfilter_btn button {
	min-width: 120px;
	font-size: 15px !important;
	line-height: normal !important;
	padding: 15px 20px;
	border-radius: 0;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body.profile-page .profile-action button:hover {
	background: #f3f3f3;
}

body.profile-page .profile-detail-main {
	margin: 35px 0;
	padding-bottom: 35px;
	border-bottom: solid 1px #efeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.profile-page .profile-img img {
	width: 158px;
	height: 158px;
	min-width: 158px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	object-position: top;
}

body.profile-page .user-main-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	padding-right: 30px;
}

body.profile-page .profile-detail-main>div {
	width: calc(100% / 3);
}

body.profile-page .user-main-detail .user-contact-info ul {
	list-style-type: none;
}

body.profile-page .profile-detail-main .user-contact-info {
	border-left: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
	padding: 0 70px;
}

body.profile-page .profile-detail-main .user-contact-address {
	padding-left: 70px;
}

body.profile-page .profile-detail-main .user-contact-info ul,
body.profile-page .profile-detail-main .user-contact-address ul {
	list-style-type: none;
	max-width: 280px;
}

body.profile-page .profile-detail-main .user-contact-info ul li a,
body.profile-page .profile-detail-main .user-contact-address ul li,
body.profile-page .profile-detail-main .user-contact-info ul li {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-family: "Montserrat";
	font-weight: normal;
}

body.profile-page .profile-detail-main .user-contact-info ul li a:hover {
	color: #7c7c7c;
}

body.profile-page .profile-detail-main .user-contact-info ul li {
	margin-bottom: 10px;
}

body.profile-page .profile-detail-main .user-contact-info ul li:last-child {
	margin-bottom: 0;
}

body.profile-page .user-main-detail .user-name h3 {
	font-size: 26px;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: 30px;
	text-transform: unset;
	font-family: "Montserrat";
}

body.profile-page .cam-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	font-size: 15px;
	/* outline: solid; */
	cursor: pointer;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	border: 3px solid #fff;
}

body.profile-page .cam-icon i {
	cursor: pointer;
}

::-webkit-file-upload-button {
	cursor: pointer;
}

body.profile-page .cam-icon input {
	position: absolute;
	opacity: 0;
	width: 37px;
	cursor: pointer;
	height: 37px;
	border-radius: 100%;
}

body.profile-page .user-img-name {
	position: relative;
}

body.profile-page .user-profile-form form label,
body .user-password-wrap label {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 8px;
	display: block;
	font-family: "Montserrat";
	font-weight: normal;
}

body.profile-page .user-profile-form form input:focus {
	background-image: none;
}

body.profile-page .user-profile-form form input:read-only {
	cursor: not-allowed;
	background-image: none;
}

body.profile-page .user-profile-form form input:autofill,
body.profile-page .user-profile-form form input:-webkit-autofill,
body.profile-page .user-profile-form form input:-webkit-autofill:hover,
body.profile-page .user-profile-form form input:-webkit-autofill:focus,
body.profile-page .user-profile-form form input:-webkit-autofill:active {
	background-color: rgb(195 195 195 / 80%);
	background: rgb(195 195 195 / 80%);
}

body.profile-page .user-profile-form form input {
	border-radius: 0 !important;
	background-image: url(../images/pen.svg);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: center right 20px;
	cursor: pointer;
	padding: 10px 50px 10px 20px;
	color: #393939 !important;
	font-weight: normal;

}

body.profile-page .user-profile-form form input::placeholder {
	font-weight: normal !important;
}

body.profile-page .user-profile-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 22px;
}

body.profile-page .user-profile-form form .form-fields {
	width: calc(100% / 3 - 15px);
}

body.profile-page .propertylist_section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding-right: 0px;
}

body .user-profile-main-section .searched_property_criteria {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	width: calc(100% - 26px);
}

body .searched_property_criteria li label::after {
	position: relative;
	content: ":";
	margin-left: 0px;
	display: none;
}

body .user-profile-main-section .searched_property_criteria li,
body .user-profile-main-section .searched_property_criteria li label {
	margin: 0;
	line-height: 20px;
	align-items: center;
	font-family: "Montserrat";
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}

body.profile-page .propertylist_section_wrap {
	padding: 20px 0 12px;
	border-bottom: solid 1px #c3c3c3;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px 30px;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
body.profile-page .deal_listings {
    padding-bottom: 30px;
}
body.profile-page .form-close-btn {
	width: 28px;
	height: 28px;
	min-width: 28px;
	color: #f3f3f3;
	border-radius: 50%;
	font-size: 20px;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: inherit;
	padding-bottom: 3px;
	top: -2px;
	position: relative;
	border: 1px solid;
	transition: 0.4s ease;
	padding: 0;
	-webkit-transition: 0.4s ease;
}

body.profile-page .propertylist_section_main .form-close-btn,
body .update_surveillance button.search-delete,
body .menu-item.user-notification .deal_detail_wrap .deal_del_notify span,
body .alert_surveillance_update .alert_update_form_close {
	background-image: url(../images/close-new.svg) !important;
	background-size: contain !important;
	font-size: 0 !important;
	padding-bottom: 0 !important;
}

body.profile-page .propertylist_section_main .form-close-btn:hover,
body .update_surveillance button.search-delete:hover,
body .menu-item.user-notification .deal_detail_wrap .deal_del_notify span:hover,
body .alert_surveillance_update .alert_update_form_close:hover {
	background-image: url(../images/close-new-hover.svg) !important;
	background-size: contain !important;
}

body.profile-page .propertylist_section h4 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 0;
	color: #181818;
	font-weight: 700;
}

body.profile-page .user-profile-tabcontent,
body.profile-page .housingsurveillance_section,
body.profile-page .finalmonitorpris_section {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body.profile-page .user-profile-tabcontent.active,
body.profile-page .housingsurveillance_section.active,
body.profile-page .finalmonitorpris_section.active {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body.profile-page .propertyfilter_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body.profile-page .profile-tab-responsive {
	display: none;
}

.profilemenu {
	overflow: hidden;
}

body .surveillance-main .main.mspecs_salestatus ul,
body .surveillance-main .main.mspecs_object_type ul,
body .surveillance-main .main.mspecs_premisetype ul {
	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;
	gap: 10px;
	margin-bottom: 10px;
}

body .surveillance-main .main.mspecs_salestatus ul li,
body .surveillance-main .main.mspecs_object_type ul li,
body .surveillance-main .main.mspecs_premisetype ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: relative;
	padding: 11px 28px 11px;
	border: solid 1px;
	border-radius: 0;
	overflow: hidden;
	z-index: 9;
	font-size: 15px;
	font-weight: bold;
	font-family: "Montserrat";
	line-height: 18px;
	margin-left: 0;
	word-break: break-word;
}

body .surveillance-main .user-search-criteria:has(h4) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #c3c3c3;
	margin-bottom: 30px;
}

body .surveillance-main .user-search-criteria button.view-all-search {
	outline: solid 1px #fff !important;
	outline-offset: -6px;
}
body .surveillance-main .user-search-criteria button.view-all-search:hover{
	background-color: #fff !important;
	color: var(--btn_background);
	outline-color: var(--btn_background) !important;
}

body.object_detail .surveillance-info {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

body .surveillance_blank {
	margin-top: 20px;
	text-align: center;
	font-weight: 800;
	font-family: "Montserrat";
	text-transform: uppercase;
	background: #e9e8e8;
	padding: 30px;
	color: #000;
}

body .surveillance-main .user-search-criteria:empty {
	display: none;
}

body .surveillance-main .survaillance-allsearch {
	border-top: solid 1px #c3c3c3;
	padding-top: 15px;
	/* transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out; */
}

body .surveillance-main .survaillance-allsearch:first-child {
	border-top: none;
}

body .surveillance-main .survaillance-allsearch .main.mspecs_salestatus,
body .surveillance-main .survaillance-allsearch .main.mspecs_object_type {
	padding-top: 30px;
}

body .surveillance-main .main.mspecs_object_type ul li.obj_type::after,
body .surveillance-main .main.mspecs_object_type ul li.obj_type::before,
body .surveillance-main .main.mspecs_salestatus ul li.sale_status::after,
body .surveillance-main .main.mspecs_salestatus ul li.sale_status::before {
	display: none;
}

body .surveillance-main .main.mspecs_object_type ul li.obj_type:hover,
body .surveillance-main .main.mspecs_salestatus ul li.sale_status:hover {
	border-color: rgba(112, 112, 112, 1) !important;
}

body .surveillance-main .main.mspecs_salestatus ul li label,
body .surveillance-main .main.mspecs_object_type ul li label,
body .surveillance-main .main.mspecs_premisetype ul li label {
	margin-bottom: 0;
	padding-left: 0px !important;
	padding-right: 0;
	font-family: "Montserrat";
	font-size: 15px !important;
	font-weight: normal;
}

body .surveillance-main input[type="checkbox"] {
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
}

body .surveillance-main .main.mspecs_salestatus ul li input:checked+label,
body .surveillance-main .main.mspecs_object_type ul li input:checked+label,
body .surveillance-main .main.mspecs_premisetype ul li input:checked+label {
	color: #fff !important;
}

body .surveillance-main .main.mspecs_salestatus ul li:after,
body .surveillance-main .main.mspecs_object_type ul li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #181818;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border: 0;
	border-radius: 50px;
	z-index: -1;
}

body .surveillance-main .main.mspecs_salestatus ul li:hover,
body .surveillance-main .main.mspecs_object_type ul li:hover {
	border: solid 1px transparent !important;
}

body header nav ul > li > a.user-logout {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	font-size: 0 !important;
	display: flex;
}

body .residential_surveillance_wrap .login-form-main .form-fields div {
	width: calc(100% / 2 - 8px);
	max-width: 100%;
}

body header nav ul > li.menu-item.login-mobile-wrap {
	display: none;
}

body header nav ul > li.login-mobile-wrap .login-mobile {
	display: none !important;
}

body header nav ul > li.login-mobile-wrap .login-mobile.activemenu {
	display: flex !important;
	justify-content: flex-end;
	padding: 8px 10px 8px 0;
	background-color: rgba(11, 27, 43, 0.5);
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	width: 100%;
}
body header nav ul > li.login-mobile-wrap .login-mobile.activemenu li {
  display: flex !important;
}
body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-notification,
body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-logout-links.profile-logout,
body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-login-links.profile {
	display: flex;
	align-items: center;
	justify-content: center;
}

body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-notification a,
body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-logout-links.profile-logout a,
body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-login-links.profile a {
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-login-links.profile a.user-login-profile {
	width: 46px;
	height: 46px;
	border: solid 1px rgba(255, 255, 255, 90%);
	border-radius: 50%;
}

body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-login-links.profile a.user-login-profile img {
	object-position: top;
}

body header nav ul > li.login-mobile-wrap>.mobile-menu i {
	font-size: 0;
	color: #fff;
	line-height: 2;
	margin-top: 5px;
}

body .residential_surveillance_section .surveillancemultiple-main ul.searched_keyword li label {
	margin-bottom: 0;
	padding-left: 0;
	line-height: 22px;
	font-weight: 600;
	font-size: 16px !important;
}

body .residential_surveillance_section .surveillancemultiple-main .searched_salestatus_objtype {
	margin: 20px auto !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}

body .residential_surveillance_section .surveillancemultiple-main .searched_salestatus_objtype li {
	display: flex;
	gap: 4px;
	font-size: 16px;
	line-height: 22px;
	align-items: baseline;
	font-family: "Montserrat";
	text-align: left;
	font-weight: normal;
}

body .residential_surveillance_section .surveillancemultiple-main .searched_salestatus_objtype li label {
	margin-bottom: 0;
	padding-left: 0;
	font-weight: 600 !important;
	font-size: 16px !important;
}

body .residential_surveillance_section .surveillancemultiple-main .searched_salestatus_objtype li label:after {
	position: relative;
	content: ":";
	margin-left: 3px;
	display: none;
}

body .residential_surveillance_section .surveillancemultiple-main .custom_line,
.custom_line {
	margin: 0px 7px;
	width: 1px;
	background-color: #6c6c6c;
	display: inline-block;
	vertical-align: middle;
}

body .residential_surveillance_section .user-search-criteria h4 {
	margin-top: 0px;
	font-size: 21px !important;
	font-weight: 600 !important;
	line-height: 26px;
	font-family: "Montserrat";
}

body .residential_surveillance_section .surveillancemultiple-main ul.searched_keyword {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

body .residential_surveillance_section .surveillancemultiple-main ul.searched_keyword li {
	display: flex;
	gap: 4px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Montserrat";
	text-align: initial;
	font-weight: normal;
}

body .residential_surveillance_section .surveillancemultiple-main ul.searched_keyword li label:after {
	position: relative;
	content: ":";
	margin-left: 3px;
	display: none;
}

body #wrap_all #av-burger-menu-ul> li.user-login-links.av-active-burger-items,
body #wrap_all #av-burger-menu-ul> li.user-logout-links.profile-logout.av-active-burger-items,
body #wrap_all #av-burger-menu-ul> li.user-notification.av-active-burger-items {
	display: none !important;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	opacity: 0 !important;
}

body .propertylist_section_main {
	background-color: #F2F5F7;
	padding: 0 30px;
}

body .surveillance_alert_name input {
	background-color: #F2F5F7;
}

body header nav ul > li a.user-notification span {
	display: inline-block;
	background: #fff;
	border-radius: 50px;
	width: 17px;
	height: 17px;
	font-size: 9px;
	line-height: 9px;
	color: #000;
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	top: -5px;
}

.error-msg {
	font-family: "Montserrat";
}

.success-msg,
.success_register,
.success {
	font-family: "Montserrat";
	display: block;
	margin-top: 5px;
}

body.profile-page .objects_repeat h2 {
	letter-spacing: 0;
	font-size: 20px;
}

body.profile-page .object_img .bidding_wrap span {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}

body .residential_surveillance_wrap .register-psw-checkbox {
	width: 22px !important;
	cursor: pointer;
	min-width: 22px;
	top: 50%;
	height: auto;
}

body .propertylist_section_main .deal_listings {
	gap: 30px;
	/*UPDATED BY DEVELOPER FROM 0 30px*/
}

body.profile-page .profile-detail-main div.user-contact-info-wrap {
	width: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

body .finalmonitorpris_section .propertylist_section_main .deal_listings {
	padding-top: 30px;
	padding-bottom: 0;
}

body.profile-page .user-profile-tabcontent {
	padding-bottom: 150px;
}

body .emailsetting_profile .email-configer-main {
	padding-top: 20px;
}

body .emailsetting_profile .profile_email_wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px 0px;
	max-width: 400px;
}

body .emailsetting_profile .profile_email_wrap .emailconfigure {
	margin-top: 20px;
}
body .emailsetting_profile .profile_email_wrap .emailconfigure .email_activation:hover{
	background:#fff;
	outline:solid 1px var( --e-global-color-primary );
	outline-offset:-1px;
	color:var( --e-global-color-primary );
}

body .emailsetting_profile .profile_email_wrap .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

body .emailsetting_profile .slider.round {
	border-radius: 34px;
}

/* body .emailsetting_profile .profile_email_wrap input:checked + .slider {
    background-color: #181818;
} */
body .emailsetting_profile .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

body .emailsetting_profile .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 7px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

body .emailsetting_profile .profile_email_wrap input:checked+.slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
}

body .emailsetting_profile .profile_email_wrap .slider.round:before {
	border-radius: 50%;
}

body .emailsetting_profile .profile_email_wrap .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
}

body .emailsetting_profile .profile_email_wrap>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 0px;
	justify-content: space-between;
}

body .emailsetting_profile .profile_email_wrap>div label {
	width: calc(100% - 80px);
	font-size: 17px;
	line-height: 23px;
	font-family: "Montserrat";
	font-weight: normal;
	margin-bottom: 0px;
}

body .emailconfiger_section .success_activation {
	font-family: "Montserrat";
	display: block;
	margin-top: 10px;
}

body .registration-form-fields span.error {
	font-size: 14px;
	text-align: left;
	display: block;
	line-height: 17px;
	padding-left: 10px;
	margin-top: -3px;
	font-family: "Montserrat";
	margin-bottom: 3px;
	margin-top: 5px;
}

/* body .register-user-psw span.error {
	margin-top: 10px;
} */

body .monitorfinal_pris_profile .dealslistempty {
	margin: 30px 0px;
	text-align: center;
	font-weight: 600;
	font-family: "Montserrat";
	text-transform: uppercase;
	background: #e9e8e8;
	padding: 30px;
	width: 100%;
}

body .housingsurveillance_section .dealslistempty {
	margin-top: 30px;
	text-align: center;
	font-weight: 600;
	font-family: "Montserrat";
	text-transform: uppercase;
	background: #e9e8e8;
	padding: 30px;
	width: 100%;
	grid-column: -1 / 1;
}

body .housingsurveillance_section .dealslistempty {
	background: unset;
	padding: 15px 0px;
	font-weight: 600;
	text-align: left;
	margin-top: 0;
}

body.profile-page .deal_listings .deal-list-monitored {
	width: 100%;
	padding: 0 0 30px;
	position: relative;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: ease transform 1.5s;
	-o-transition: ease transform 1.5s;
	transition: ease transform 1.5s;
}

body.profile-page .deal_listings .deal-list-monitored:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

body.profile-page .deal_listings .deal-list-monitored .objects_repeat {
	width: 100%;
	padding: 0;
	transform: unset;
	transition: unset;
}

body.profile-page .deal_listings .deal-list-monitored .objects_repeat a {
	transform: unset;
	transition: unset;
}

body.profile-page .deal_listings .deal-list-monitored .deal-del-monitor.form-close-btn {
	margin-bottom: 12px;
	cursor: pointer;
	position: absolute;
	right: -25px;
	transform: translateX(-50%);
	z-index: 9;
	top: -8px;
	font-size: 18px;
	border: 1px solid;
}

body .propertylist_section_main .monitored-deal-del {
	padding-top: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

body .propertylist_section_main .monitored-deal-del span {
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

body .profileEditform span.error {
	font-size: 14px;
	text-align: left;
	display: block;
	line-height: 15px;
	padding-left: 10px;
	margin-top: -3px;
	font-family: "Montserrat";
}

.search-criteria-del span {
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.search-criteria-del {
	margin-bottom: 20px;
	margin-top: 20px;
}

body.profile-page .user-profile-form form label span {
	display: inline;
	font-size: 18px !important;
	position: relative;
	top: 0;
}

body header nav ul > li.user-notification a {
	display: flex;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
}

body header nav ul > li.av-burger-menu-main a {
	display: flex;
	align-items: center;
}

body .menu-item.user-notification .notification_wrap {
	position: absolute;
	width: 330px;
	margin-top: 0;
	/* padding: 20px 15px; */
	background: #fff;
	z-index: 99;
	top: 200%;
	/* max-height: 400px; */
	overflow-y: auto;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0;
	overflow: visible;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

body .menu-item.user-notification .notification_wrap ul.notification_list {
	max-height: 400px;
}

body .menu-item.user-notification .notification_list {
	position: relative;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-shadow: 0px 0px 7px -7px #0000008f;
	left: 0;
	border: unset;
	padding: 20px 15px;
	max-height: 500px;
	overflow-y: auto;
	border-radius: 0;
}

body .menu-item.user-notification .deal_detail_wrap {
	display: flex;
	grid-template-columns: 1fr 1fr;
	position: relative;
	align-items: flex-start;
}

body header nav ul > li.menu-item.user-notification .notification_list li,
body header nav ul > li.login-mobile-wrap .login-mobile.activemenu li.user-notification ul li {
	margin-bottom: 10px !important;
	border-bottom: 1px solid #efeeee;
	padding-bottom: 10px;
}

body header nav ul > li.menu-item.user-notification .notification_list li:last-child,
body header nav ul > li.login-mobile-wrap .login-mobile.activemenu li.user-notification ul li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	border-bottom: unset;
}

body .menu-item.user-notification .notification_list .deal_image {
	width: 70px;
	margin-right: 10px;
}

body .menu-item.user-notification .notification_list .deal_info {
	width: calc(100% - 80px);
	margin-right: 25px;
}

body .menu-item.user-notification .notification_list a {
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

body .menu-item.user-notification .notification_list .deal_location span {
	font-size: 12px;
	line-height: 18px;
	display: block;
}

body .menu-item.user-notification .notification_list a:hover {
	color: #7c7c7c;
}

body #header.fixed .menu-item.user-notification .notification_wrap {
	top: 112%;
}

body .menu-item.user-notification .deal_detail_wrap .deal_del_notify {
	position: absolute;
	right: 0;
	top: 3px;
	cursor: pointer;
	width: 20px;
	border-radius: 100%;
	height: 20px;
	min-width: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid;
}

body .menu-item.user-notification .deal_detail_wrap span.form-close-btn.del_notification {
	top: 0 !important;
	font-size: 13px;
	line-height: 12px;
	color: #fff;
	width: auto !important;
	height: auto !important;
	min-width: auto !important;
	background: transparent !important;
	border: unset !important;
	padding-bottom: 0;
}

body .menu-item.user-notification .deal_detail_wrap .deal_location_adreess {
	display: flex;
	flex-wrap: wrap;
}

body .menu-item.user-notification .deal_detail_wrap .deal_address_objtype {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 2px;
}

body .login-user-psw span.login-error {
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
}

body .menu-item.user-notification .notification_list .deal_image a,
body .menu-item.user-notification .notification_list .deal_image a img {
	width: 100%;
	max-height: 100% !important;
}

body .menu-item.user-notification .deal_detail_wrap .deal_del_notify:hover {
	background-color: transparent;
}

body header nav ul > li.login-mobile-wrap .login-mobile.activemenu li.user-notification ul li {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}

.profile-tab-actions {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	width: 100%;
	align-items: center;
}

body.profile-page .user-profile-tab a::before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: visible;
	visibility: visible;
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

body.profile-page .user-profile-tab a.user-profile:before {
	background-image: url("../images/User-1.svg");
}

body.profile-page .user-profile-tab a.residential-surveillance:before {
	background-image: url("../images/Home-1.svg");
	height: 33px;
	background-size: 30px;
	width: 30px;
}

body.profile-page .user-profile-tab a.monitor-finalprise:before {
	background-image: url("../images/Price-1.svg");
}

body.profile-page .user-profile-tab a.email-configure:before {
	background-image: url("../images/Mail-1.svg");
}

body.profile-page .user-profile-tab a.active::before,
body.profile-page .user-profile-tab a:hover::before {
	filter: brightness(0);
}

body.profile-page .profile-tab-menu.profile-page-text a:before {
	display: none;
}

body.profile-page .profile-content .residential_surveillance_profile .profile-header {
	margin-bottom: 20px;
	gap: 0px 4px;
}

body.profile-page .profile-content .residential_surveillance_profile .profile-header .dynamic-button {
	margin-left: auto;
}

body .residential_surveillance_main.surveillance_login .surveillance-section .success {
	margin: 10px 0px;
}

body .menu-item.user-notification .deal_detail_wrap .deal_del_notify span {
	display: flex;
	line-height: unset !important;
	height: 100%;
	width: 100%;
	min-height: auto;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	position: relative;
	padding-bottom: 1px;
	border-radius: 50%;
}

body .menu-item.user-notification .deal_detail_wrap .deal_del_notify span:hover {
	background-color: transparent !important;
}

.notification_loader {
	display: block;
	z-index: 3;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
}

.notification_loader img {
	width: 30px;
}

.notification_wrap.loader-show:before {
	background: rgb(0 0 0 / 20%);
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	z-index: 3;
	left: 0;
	top: 0;
	right: 0;
}

body .menu-item.user-notification .notification_wrap:after {
	content: "";
	position: absolute;
	display: inline-block;
	border: 20px solid #fff;
	top: 0px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	border-top: unset;
	border-right: unset;
	z-index: -1;
	overflow: hidden;
	margin-top: -9px;
}

button.search-edit:before {
	position: absolute;
	content: "\f044";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #f3f3f3;
	top: 50%;
	transform: translateY(-45%);
}

button.search-edit:hover,
button.search-delete:hover {
	background-color: transparent;
}

button.search-edit {
	font-size: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid;
	border-radius: 100%;
	color: #fff;
	top: -2px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}

.surveillance-search-update-popup {
	display: none;
}

.surveillance-search-update-popup.surveillance_update_overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 999999;
	display: flex !important;
	justify-content: center;
	align-items: center;
	overflow-x: auto;
	background: rgba(0, 0, 0, 0.6);
}

body .search_surveillance_update_wrap {
	max-height: calc(95vh - 15px);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	max-width: 1180px;
	margin: 0 auto;
}

body .alert_surveillance_update {
	position: relative;
}
body .alert_surveillance_update .alert_update_form_close button{
	visibility: hidden;
}
body .alert_surveillance_update .alert_update_form_close {
	position: absolute;
	z-index: 99;
	right: 20px;
	top: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	border-radius: 100%;
	background-image: url(../images/close-n.svg) !important;
	background-repeat: no-repeat;
	background-position: top 54% center !important;
	background-size: 40px !important;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body .alert_surveillance_update .alert_update_form_close:hover {
	background-image: url(../images/close-n.svg) !important;
	-webkit-filter: invert(1);
	filter: invert(1);
}

body .alert_surveillance_update .alert_update_form_close:hover {
	background-color: transparent;
}

body .alert_update_wrap.show {
	background: rgba(0, 0, 0, 0.7);
}

body:not(.wp-singular) .alert_update_wrap.show {
    z-index: -1;
}

body .search_update_form_wrap {
	padding: 40px 36px 45px;
	background-color: #fff;
	width: 100%;
	position: relative;
	text-align: center;
}

.surveillance_update_form_main {
	display: flex;
	padding: 40px;
	width: 100%;
}

.main.surveillance_alert_name {
	margin-top: 30px;
	margin-bottom: 15px;
}

body .surveillance_alert_name {
	max-width: 644px;
	background: #f3f3f3;
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}



body .surveillance_alert_name input:focus {
	box-shadow: unset !important;
}

/* body .surveillance_alert_name input {
	padding-left: 26px !important;
	height: 48px !important;
	margin-bottom: 0 !important;
	padding-right: 26px !important;
} */

.update_close_surveillance {
	position: absolute;
	right: 0;
	top: 0;
}

.update_close_surveillance {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	top: 20px;
	align-items: center;
}

body .surveillance_search h4 {
	text-align: center;
	margin-bottom: 0;
	font-size: 18px !important;
}

/* body.surveillance_update #header{
	z-index: initial;
} */
body .all_colors .searched_property_criteria_name h4 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}

body .searched_property_criteria_name {
	padding-right: 70px;
}

body .surveillance_search {
	border-bottom: solid 1px #c3c3c3 !important;
	padding-bottom: 25px;
	margin-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

body button.form-close-btn.update-form-colse {
	position: sticky;
	right: 30px;
	top: 15px;
	padding-bottom: 0;
	float: right;
	bottom: auto;
	/* margin-top: -160px; */
}

body .survaillance-allsearch h5 {
	font-size: 18px;
	font-weight: 300;
}

body button.form-close-btn.update-form-colse:hover {
	background-image: url("../images/close-n-hover.svg");
	background-repeat: no-repeat;
	background-position: top 54% center;
	background-size: 40px;
}

.surveillance_update .template-page {
	position: relative;
	z-index: initial;
}

body .search_update_form_wrap .surveillance_alert_name input {
	padding-left: 18px !important;
}

body .user-profile-main-section .searched_property_criteria li label {
	font-weight: 600;
}

body .notification_list .show-more,
body .notificationlist-main .all-read {
	border: 1px solid;
	color: #ffffff;
	font-size: 13px;
	padding: 9px 15px 8px;
	font-family: "Montserrat";
	font-weight: 500;
	line-height: 18px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	letter-spacing: 0px;
	border-radius: 0;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body .user-account-wrap,
body .user-password-wrap {
	margin-top: 30px;
	border-top: solid 1px #efeeee;
	padding-top: 30px;
}

body button.deactive_profile {
	font-size: 15px;
	line-height: 20px;
	font-family: "Montserrat";
	
	font-weight: 500;
	letter-spacing: 0px;
	padding: 12px 28px;
	text-transform: uppercase;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	border: 1px solid;
}

body .user-account-main label {
	font-size: 18px;
	font-weight: normal;
}

body .user-account-main {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

body .surveillance-main .survaillance-allsearch:first-child {
	padding-top: 0;
}

body #wrap_all .user-account-wrap h3,
body .user-password-wrap h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0px;
}

body .surveillance-search-update-popup .surveillance-search {
	margin-top: 20px;
}

body .monitor_final_pris button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border: 0;
}

body .search_update_form_wrap .surveillance_search h4 {
	text-align: center;
	margin-bottom: 10px;
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 21px !important;
	line-height: 25px;
}

body .search_update_form_wrap .surveillance_search p {
	font-size: 17px;
	line-height: 24px;
}

body button.deactive_profile {
	background-color: #ed6969;
	color: #fff;
	border-color: #ed6969;
}

body button.deactive_profile:hover {
	background-color: transparent;
	color: #ed6969;
	border-color: #ed6969;
}

body .notificationlist-main {
	border-radius: 10px;
}

body .notification_list .show-more:hover,
body .notificationlist-main .all-read:hover {
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}

.notify-open {
	overflow-y: hidden;
}

/*html::-webkit-scrollbar {
    display: none;
}*/
body .user-password-wrap input {
	padding-left: 20px !important;
	padding-right: 50px !important;
}

body .user-password-wrap .user-psw-checkbox {
	width: 25px !important;
	cursor: pointer;
	min-width: 25px;
	top: 50%;
	height: auto;
	position: absolute;
	margin-bottom: 0;
	right: 21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

body .user-password-wrap form span.old_psw,
body .user-password-wrap form span.new_psw,
body .user-password-wrap form span.confirm_psw {
	position: relative;
	width: 100%;
	display: block;
}

body .user-new-password {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

body .user-password-wrap form label {
	width: 100%;
}

body .user-password-wrap form span.new_psw {
	position: relative;
	width: calc(100% - 87px);
}

body .user-password-wrap form span.new_psw input {
	margin-bottom: 0;
}

body .user-password-wrap form span.new_psw input {
	border-radius: 0 !important;
	padding-right: 50px;
}

body .user-password-wrap .change-psw-wrap {
	max-width: 700px;
}



body .user-password-wrap form>div {
	margin-bottom: 16px;
}

body .user-password-wrap form {
	margin-top: 0px;
}

body .user-password-wrap .psw-field-wrap.user-new-password span.error.psw_error {
	margin-top: 10px;
	width: 100%;
}

body .user-password-wrap .user-psw-checkbox span {
	font-size: 22px;
	line-height: 30px;
}

body .user-password-wrap span.error.error-old-psw {
	text-align: left;
	margin-bottom: 8px;
}

body .user-password-wrap span.error,
body .forgot-form-wrap .error {
	text-align: center;
	margin-left: 0;
	margin-top: 8px;
	padding-left: 0;
}

body .user-password-wrap h3 {
	margin-bottom: 20px;
}

body .user-account-wrap {
	margin-top: 38px;
}

body .surveillance_registerform {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}

body .forgotform-title {
	text-align: center;
}

body .forgot-form-wrap {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;
}

body .forgot-form-wrap .login-info {
	margin-top: 10px;
}

span.success_register {
	width: 100%;
}

body span.error.forgot_email {
	margin-top: 10px;
}

body .forgot-form-wrap label {
	width: 100%;
}

body .forgot-form-wrap span.confirm_psw {
	width: 100%;
	position: relative;
	display: inline-block;
}

body .residential_surveillance_section .forgot-form-wrap .new_psw input {
	margin-bottom: 0;
	border-radius: 70px 0 0 70px !important;
}

body .forgot-form-wrap .psw-field-wrap.user-password-confirm {
	margin-top: 14px;
	margin-bottom: 18px;
}

body .forgot-form-wrap .user-psw-checkbox {
	cursor: pointer;
}

body .forgot-form-wrap .user-psw-checkbox span {
	line-height: 25px;
}

body .forgot-form-wrap .forgot-user-email {
	margin-bottom: 14px;
}
body .forgot-form-wrap #forgot_psw_form button[type="submit"]{
	margin-top: 10px;
}
body .forgot-form-wrap span.confirm_psw input {
	margin-bottom: 0;
}

body .forgot-form-wrap .forgot-user-email input {
	margin-bottom: 8px;
}

body .forgot-form-wrap .login-info .error {
	text-align: center;
	padding: 0;
}

body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-ort {
	gap: 8px;
}

body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-ort i {
	width: 16px;
	height: 16px;
	background-image: url(../images/city.svg);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	background-position: left;
}

body.profile-page .profile-detail-main .user-contact-address ul li {
	margin-bottom: 10px;
}

body.profile-page .profile-detail-main .user-contact-address ul li:last-child {
	margin-bottom: 0px;
}

body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-postnumber i {
	width: 15px;
	height: 16px;
	background-image: url(../images/zip.svg);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	top: 2px;
	position: relative;
	background-position: left;
}

body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-postnumber {
	gap: 8px;
}

body .residential_surveillance_section .surveillance-main {
	width: auto;
}

body .forgotform-title h4 {
	padding-right: 35px;
}

body .surveillancemultiple-main .search-action-wrap {
	display: flex;
	justify-content: center;
	max-width: 1025px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

body .update_surveillance {
	display: flex;
	gap: 5px;
	position: absolute;
	right: 36px;
}

body .update_surveillance button.search-edit {
	top: 0;
}

body .update_surveillance button.search-edit,
body .update_surveillance button.search-delete {
	display: inline-block;
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid;
	border-radius: 100%;
	color: #fff;
	font-size: 0 !important;
	padding: 0 !important;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}

body .residential_surveillance_section .filterInput .select2-results>ul {
	padding: 11px 0;
	border: solid 1px #f3f3f3;
	border-radius: 0;
	background: #f3f3f3;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

body .residential_surveillance_wrap .login-form-main .form-fields div {
	width: calc(100% / 2 - 8px);
	max-width: 100%;
}

body .residential_surveillance_main.surveillance_login .select2-container {
	z-index: 1;
	margin-bottom: 0;
}

body .select2-results__option--highlighted[aria-selected],
body .surveillance_update_form_main .select2-results__option--highlighted[aria-selected] {
	background-color: unset;
	color: #000000;
	font-weight: normal;
	margin: 0;
}

body .select2-results__option,
body .surveillance_update_form_main .select2-results__option {
	padding: 3px;
	margin: 0;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: unset;
	color: #000000;
	font-weight: normal;
}

body .sliders-main .pris_rum_main_cls,
body .sliders-main .are_other_cls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body .sliders-main .pris_rum_main_cls .filter-sliders {
	-ms-flex-preferred-size: 49.20%;
	flex-basis: 49.20%;
}

body .sliders-main .filter-sliders {
	background-color: #fff;
	border: 1px solid #D6D6D6;
	border-radius: 0;
	padding: 5px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	flex-basis: calc(50% - 10px);
	margin-bottom: 0;
}

body .sliders-main .are_other_cls .filters-group.filter-sliders {
	-ms-flex-preferred-size: 49.20%;
	flex-basis: 49.20%;
}

body .sliders-main .range-block {
	padding: 0;
}

body .sliders-main .filters-group .filters-header {
	text-align: left;
}

body .sliders-main .pris_rum_main_cls {
	margin-top: 24px;
}

body .sliders-main {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}

body h3.admin-iframe-title {
	padding: 31px 0;
	text-align: center;
	background: #f3f3f3;
	margin: 0;
	text-align: center;
	font-size: 25px !important;
	line-height: 27px !important;
}

.user-profile-tab {
	padding-top: 0;
}

.profile-page .user-profile-form form input {
	width: 100%;
}

.user-password-wrap input {
	width: 100%;
}

.new-alert-create button.new-alert {
	min-width: 120px;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 15px 20px 14px;
	border-radius: 24px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.user-password-wrap .user-psw-checkbox span {
	line-height: normal !important;
}

.user-password-wrap input {
	margin-bottom: 0 !important;
}

.deal_listings .objects_repeat {
	/* padding: 0 0 30px !important; */
}

#save_surveillancecriteria {
	
	cursor: pointer;
}
#save_surveillancecriteria:hover {
    background-color: #fff;
    color: #000;
    border-color: #000 !important;
    outline-color: #000;
}


/* Alert function color css start */


body .residential_surveillance_section .avia-button.login,
body .residential_surveillance_section .register.avia-button,
body .residential_surveillance_section .avia-button.btn-forgot-psw {
	color: var(--btn_fontcolor);
	background-color: var(--btn_background);
}


body .residential_surveillance_section button.form-close-btn,
body button.form-close-btn.update-form-colse {
	border-color: var(--fontprimary_color);
}

body .surveillance-main label,
.gdpr-url {
	color: var(--fontprimary_color);
}

body.profile-page .user-profile-form form input::-webkit-input-placeholder {
	color: var(--labelbtn_background) !important;
}

body.profile-page .user-profile-form form input:-ms-input-placeholder {
	color: var(--labelbtn_background) !important;
}

body.profile-page .user-profile-form form input::placeholder {
	color: var(--labelbtn_background) !important;
}

body.profile-page .user-profile-form form input::placeholder {
	color: var(--labelbtn_background) !important;
}

body.profile-page .profile-tab-menu.profile-page-text a:hover {
	color: var(--fontsecondary_color);
}

body.profile-page .user-profile-tab a {
	color: var(--fontsecondary_color);
}

body .register-psw-checkbox span,
body .user-password-wrap .user-psw-checkbox span {
	color: var(--btn_background) !important;
}

body .register-user-psw>span.user_password_generate,
body .user-password-wrap form span.user_password_generate,
body .forgot-form-wrap span.user_password_generate {
	background: var(--btn_background) !important;
}

body.profile-page .profile-content .tab-name h2 {
	color: var(--fontprimary_color);
}

body.profile-page .user-profile-tab a:hover,
body.profile-page .user-profile-tab a.active {
	border-color: var(--fontprimary_color) !important;
	color: var(--fontprimary_color) !important;
}

body.profile-page .profile-detail-main .user-contact-info ul li a,
body.profile-page .profile-detail-main .user-contact-address ul li,
body.profile-page .profile-detail-main .user-contact-info ul li {
	color: var(--fontprimary_color);
}

body.profile-page .profile-detail-main .user-contact-info ul li a:hover span{
	text-decoration: underline;
}

body.profile-page .cam-icon {
	background: var(--fontprimary_color);
	color: var(--btn_fontcolor);
}

body.profile-page .user-profile-form form label,
body .user-password-wrap label {
	color: var(--fontprimary_color);
}

body.profile-page .profile-action button,
.propertyfilter_btn button {
	background: var(--btn_background);
}

body .new-alert-create button.new-alert {
	background: var(--fontprimary_color);
}



body.profile-page .profile-action button:hover {
	color: var(--fontprimary_color);
}

body.profile-page .profile-action button.profilecancle,
.propertyfilter_btn button {
	color: var(--fontprimary_color);
}

body.profile-page .profile-action button.profilecancle:hover,
.propertyfilter_btn button:hover {
	background: var(--fontprimary_color) !important;
	color: var(--btn_hoverfontcolor);
}

body .emailsetting_profile .profile_email_wrap>div label {
	color: var(--fontsecondary_color);
}

body .emailsetting_profile input:checked+.slider,
body .emailsetting_profile .profile_email_wrap input:checked+.slider {
	background-color: var(--btn_background);
}

body .emailsetting_profile .slider:before {
	background-color: var(--btn_fontcolor);
}



body .user-profile-main-section .searched_property_criteria li {
	color: var(--fontsecondary_color);
}

body .user-profile-main-section .searched_property_criteria li label {
	color: var(--fontprimary_color);
}

body.profile-page .form-close-btn {
	background: var(--fontprimary_color);
	border-color: var(--fontprimary_color);
}

body.profile-page .form-close-btn:hover {
	background-color: var(--btn_hoverfontcolor);
	color: var(--btn_fontcolor);
}

body.profile-page .deal_listings .form-close-btn:hover,
body.profile-page .form-close-btn:hover {
	background-color: var(--btn_hoverfontcolor);
	color: var(--fontprimary_color);
	border-color: var(--fontprimary_color);
}

body.profile-page .deal_listings .deal-list-monitored .deal-del-monitor.form-close-btn {
	border-color: var(--fontprimary_color);
}

body .monitorfinal_pris_profile .dealslistempty,
body .housingsurveillance_section .dealslistempty {
	color: var(--fontprimary_color);
}

body .residential_surveillance_section .avia-button {
	border-color: var(--btn_fontcolor) !important;
}

body .user-account-main label {
	color: var(--fontprimary_color);
}

body .user-account-main .user-account-main {
	color: var(--fontsecondary_color);
}

body .survaillance-allsearch h5 {
	color: var(--fontprimary_color);
}

body .surveillance-main .main.mspecs_object_type ul li.obj_type.active,
body .surveillance-main .main.mspecs_salestatus ul li.sale_status.active {
	background-color: var(--btn_hoverfontcolor);
	color: var(--btn_fontcolor);
	border-color: var(--btn_hoverfontcolor);
}

body .surveillance-main .main.mspecs_object_type ul li.obj_type.active:hover,
body .surveillance-main .main.mspecs_salestatus ul li.sale_status.active:hover {
	border-color: var(--btn_hoverfontcolor);
}


body .surveillance-main .main.mspecs_salestatus ul li:hover>label,
body .surveillance-main .main.mspecs_object_type ul li:hover>label {
	color: var(--btn_fontcolor);
}

button.search-edit,
button.search-delete {
	background-color: var(--fontprimary_color);
	border-color: var(--fontprimary_color) !important;
}

.alert_surveillance_update .alert_update_form_close {
	background-color: var(--fontprimary_color);
	border-color: var(--fontprimary_color) !important;
}

body .alert_surveillance_update .alert_update_form_close:hover {
	color: var(--fontprimary_color);
}

button.search-edit:hover::before,
button.search-delete:hover::before,
button.search-delete:hover {
	color: var(--fontprimary_color) !important;
}

body .menu-item.user-notification .deal_detail_wrap .deal_del_notify {
	background-color: var(--fontprimary_color);
	border-color: var(--fontprimary_color);
}

body button.form-close-btn.update-form-colse:hover {
	background-color: var(--btn_hoverfontcolor);
	color: var(--btn_fontcolor);
	border-color: var(--btn_hoverfontcolor);
}

body .notification_list .show-more,
body .notificationlist-main .all-read {
	background-color: var(--fontprimary_color);
	border-color: var(--fontprimary_color);
}

body .notification_list .show-more:hover,
body .notificationlist-main .all-read:hover {
	color: var(--fontprimary_color);
}

body .menu-item.user-notification .notification_list a {
	color: var(--fontprimary_color);
}

body .menu-item.user-notification .deal_detail_wrap .deal_del_notify:hover span {
	color: var(--fontprimary_color);
}

.success-msg,
.success_register,
.success,
body .emailconfiger_section .success_activation,
body .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok,
body .wpcf7-form.sent .wpcf7-response-output,
.search-criteria-del span {
	color: var(--successmsgcolor);
}

body .login-error,
body .reg-error,
body .user-password-wrap span.error,
body span.error.forgot_email,
body .forgot-form-wrap .error,
body .reg-error,
.error-msg,
body .registration-form-fields span.error,
body .profileEditform span.error,
body .propertylist_section_main .monitored-deal-del span {
	color: var(--errormsgcolor);
}

body .menu-item.user-notification .deal_detail_wrap .deal_del_notify span {
	background-color: var(--fontprimary_color);
}

body .btn_surveillance_registerform:hover,
body a.btn_forgot_form:hover {
	text-decoration: underline;
}


.surveillance_form_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
}

.gm-style-iw button {
	width: auto !important;
	height: auto !important;
	position: absolute !important;
	top: 16px !important;
	right: 18px !important;
	filter: invert(1);
	opacity: 1;
}

.gm-style-iw button span {
	margin: 0 !important;
}

.gm-style-iw-chr .gm-style-iw-ch {
	padding: 6px !important;
}

body .map-box .marker_left_img_sec img .map_left_right_cnt {
	width: 100%;
}

body .marker_left_img_sec img {
	width: 100% !important;
}

.gm-style-iw {
	padding-right: 7px !important;
}

body.object_detail .avia-fullscreen-slider {
	display: none !important;
}

html:has(.mobile-tab) div#main div#av_section_1 {
	z-index: 9;
	position: relative;
}
.profile-page [data-elementor-type="wp-page"] {
    padding-top: 112px;
}
.profile-page header .elementor-sticky--active{
	background-color: var(--e-global-color-primary);
}
.profile-page [data-elementor-type="wp-page"] > .e-con-boxed > .e-con-inner {
    max-width: 100%;
}
.profile-page [data-elementor-type="wp-page"] > .e-con-boxed {
    padding-inline: 0;
}
.header-icon-list .elementor-grid-item, 
.header-icon-list .elementor-social-icons-wrapper {
  margin: 0 !important;
}

/* Responsive css */

@media handheld,
only screen and (max-width: 1750px) {
	body.profile-page .profile-img img {
		width: 140px;
		height: 140px;
		min-width: 140px;
	}

	body.profile-page .user-main-detail {
		gap: 30px;
	}
	#header {
 	 	padding-inline: 40px;
	}
}

@media handheld,
only screen and (max-width: 1610px) {
	body.profile-page .profile-detail-main .user-contact-info {
		padding: 0 50px;
	}

	body.profile-page .profile-detail-main .user-contact-address {
		padding-left: 50px;
	}

	body.profile-page .user-main-detail .user-name h3 {
		font-size: 20px;
		line-height: 26px;
	}
	#header {
 	 	padding-inline: 20px;
	}
}

@media handheld,
only screen and (max-width: 1580px) {
	body.profile-page .profile-img img {
		width: 120px;
		height: 120px;
		min-width: 120px;
	}

	body.profile-page .profile-detail-main {
		margin: 25px 0;
		padding-bottom: 25px;
	}

	body.profile-page .profile-content {
		padding: 50px 50px 50px;
	}

	body .user-account-wrap,
	body .user-password-wrap {
		padding-top: 23px;
		margin-top: 20px;
	}

	body .user-account-wrap {
		margin-top: 30px;
	}
	header .elementor-nav-menu li a {
  		margin-inline: 12px !important;
	}
}

@media only screen and (max-width: 1480px) {
	body header nav ul > li.user-logout-links.profile-logout {
		margin-left: 0 !important;
	}

	body.profile-page .user-main-detail {
		gap: 20px;
	}

	body.profile-page .profile-img img {
		width: 100px;
		height: 100px;
		min-width: 100px;
	}

	body.profile-page .profile-detail-main .user-contact-info {
		padding: 0 40px;
	}

	body.profile-page .profile-detail-main .user-contact-address {
		padding-left: 40px;
	}

	body.profile-page .profile-detail-main .user-contact-info ul li a,
	body.profile-page .profile-detail-main .user-contact-address ul li,
	body.profile-page .profile-detail-main .user-contact-info ul li {
		font-size: 16px;
		line-height: 19px;
	}

	body.profile-page .user-profile-tab a {
		padding: 13px 30px;
		font-size: 15px;
	}
	body.profile-page .user-profile-tab{
		width: 300px;
	}
	 body.profile-page .profile-content {
   		 width: calc(100% - 300px);
  	}
	body.profile-page .user-profile-tab a::before, 
	body.profile-page .user-profile-tab a.residential-surveillance::before{
		width: 23px;
  		height: 23px;
  		background-size: contain;
	}
	.header-inner {
  		gap: 1rem !important;
	}

	body.profile-page .user-main-detail {
		padding-right: 20px;
	}
	  header .elementor-nav-menu li a {
    		margin-inline: 8px !important;
  		}
}

@media handheld,
only screen and (max-width: 1370px) {
	

	body header nav ul > li#menu-item-search {
		margin-right: 14px;
	}

	body header nav ul > li.login-mobile-wrap ul.login-mobile li.menu-item.user-login-links.profile a.user-login-profile img {
		height: 40px;
		width: 40px;
		border-radius: 50%;
		object-fit: cover;
	}

	.main.surveillance_alert_name {
		margin-top: 20px;
	}

	body .residential_surveillance_section .filterInput {
		margin-top: 15px !important;
		margin-bottom: 0;
	}

	body a.btn_forgot_form {
		margin-top: 15px;
	}
}
@media(max-width:1366px) {
	body header nav ul > li.user-login-links > a.user-login-profile{
		width: 45px;
  		height: 45px;
	}
	body header nav ul > li > a.user-logout{
		padding: 8px 0 !important;
	}
}
@media(max-width:1350px) {
	body.profile-page .profile-detail-main .user-contact-info {
		padding: 0 25px;
	}

	body.profile-page .profile-detail-main .user-contact-address {
		padding-left: 25px;
	}

	body.profile-page .user-profile-form form {
		gap: 15px;
	}

	body.profile-page .user-profile-form form .form-fields {
		width: calc(100% / 3 - 10px);
	}

	body.profile-page .cam-icon {
		width: 33px;
		height: 33px;
		font-size: 13px;
	}

	body .residential_surveillance_section .surveillance-main {
		max-width: 1150px;
	}

	body .total_deal_count .sorting_list_grid_cls {
		min-width: 100%;
		justify-content: flex-start;
		gap: 10px 0;
		flex-wrap: wrap;
	}
}

@media handheld,
only screen and (max-width: 1250px) {
	header .elementor-nav-menu li a{
		font-size: 12px !important;
	}
	body.profile-page .user-main-detail .user-name h3 {
		font-size: 17px;
		line-height: 21px;
	}

	body.profile-page .profile-img img {
		width: 80px;
		height: 80px;
		min-width: 80px;
	}

	body.profile-page .profile-detail-main .user-contact-info {
		padding: 0 15px;
	}

	body.profile-page .profile-detail-main .user-contact-info ul li a,
	body.profile-page .profile-detail-main .user-contact-address ul li,
	body.profile-page .profile-detail-main .user-contact-info ul li {
		gap: 6px;
	}

	body.profile-page .profile-detail-main .user-contact-address {
		padding-left: 10px;
	}

	body nav ul > li.profile-logout a.user-logout {
		font-size: 0 !important;
	}

	body header nav ul > li.user-login-links>a {
		font-size: 0 !important;
	}

	
	body.profile-page .deal_listings{
		grid-template-columns: 1fr 1fr;
	}
	body.profile-page .deal_listings .objects_repeat h2 {
		min-height: inherit;
	}

	body.profile-page .object_img .bidding_wrap span {
		font-size: 14px;
	}

	

	body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-ort {
		gap: 3px;
	}

	body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-ort i {
		width: 14px;
		height: 14px;
		background-size: 14px;
	}

	body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-postnumber i {
		width: 13px;
		height: 14px;
		background-size: 13px
	}

	body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-postnumber {
		gap: 4px;
	}
}
@media handheld,
only screen and (max-width: 1200px) {
	.profile-page [data-elementor-type="wp-page"] {
  padding-top: 100px;
}
.alert-menu .menu-item-type-post_type {
  display: none !important;
}
.responsive-menu .user-notification, .responsive-menu .user-logout-links, .responsive-menu .user-login-links, .responsive-menu .login-mobile-wrap{
	display:none !important;
}
}
@media handheld,
only screen and (max-width: 1180px) {
	body.profile-page .propertylist_section {
		gap: 15px;
	}

	/* body .sliders-main .filter-sliders{
        flex-basis: 48%;
    } */
}

@media handheld,
only screen and (max-width: 1150px) {
	body.profile-page .profile-detail-main {
		margin: 20px 0;
		padding-bottom: 20px;
	}

	body.profile-page .profile-content {
		width: calc(100% - 230px);
	}

	body.profile-page .user-profile-tab a {
		padding: 10px 20px;
		
	}

	body.profile-page .profile-content {
		padding: 50px 40px 50px;
	}

	body.profile-page .profile-detail-main .user-contact-info ul li a,
	body.profile-page .profile-detail-main .user-contact-address ul li,
	body.profile-page .profile-detail-main .user-contact-info ul li {
		font-size: 15px;
	}

	body.profile-page .user-profile-tabcontent {
		padding-bottom: 20px;
	}

	body.profile-page .user-profile-tab a::before {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}

	body.profile-page .user-profile-tab a.residential-surveillance:before {
		height: 32px;
		background-size: 25px;
		width: 25px;
	}

	body .user-account-wrap,
	body .user-password-wrap {
		margin-top: 15px;
		padding-top: 18px;
	}

	body .user-account-wrap {
		margin-top: 26px;
	}

	body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-postnumber {
		gap: 3px;
	}
}


@media handheld,
only screen and (max-width: 1140px) {}

@media(max-width: 1024px) {
	body.profile-page .user-profile-form form .form-fields {
		width: calc(100% / 2 - 10px);
	}

	body.profile-page .profile-detail-main>div.user-contact-address {
		width: 100%;
	}

	body.profile-page .profile-detail-main>div {
		width: calc(100% / 2 - 8px);
	}

	body.profile-page .profile-detail-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}

	body.profile-page .profile-detail-main .user-contact-info,
	body.profile-page .profile-detail-main .user-contact-address {
		padding: 0;
		border: none;
		width: 100%;
	}

	body.profile-page .user-contact-info-wrap {
		flex-wrap: wrap;
	}

	body.profile-page .profile-detail-main .user-contact-info ul,
	body.profile-page .profile-detail-main .user-contact-address ul {
		max-width: 100%;
	}

	body.profile-page .user-main-detail {
		padding-right: 0;
		border-right: unset;
	}

	body .property_main_container .total_deal_count h6.showall_filter_deal {
		width: 100%;
		margin-bottom: 15px;
	}

	body.profile-page .profile-detail-main .user-contact-address {
		margin-top: 10px;
	}

	body.profile-page .profile-detail-main div.user-contact-info-wrap {
		grid-template-columns: 1fr;
		border-left: solid 1px #C9C9C9;
		padding-left: 20px;
	}

	body.profile-page .profile-detail-main div.user-contact-info-wrap i {
		width: 18px !important;
	}

	body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-postnumber,
	body.profile-page .profile-detail-main .user-contact-address ul li.user-contact-ort {
		gap: 6px;
	}
}

@media handheld,
only screen and (max-width: 989px) {
	.fixed .user-login-links.profile img {
		padding-right: 0 !important;
	}

	body .user-login-links.profile {
		
		margin-right: 0 !important;
	}

	body .user-logout-links.profile-logout {
		margin-left: 0 !important;
	}

	body .user-logout {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	body .total_deal_count .sorting_list_grid_cls {
		min-width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 0;
	}

	body .total_deal_count #sort_filter,
	body .total_deal_count #citysort_filter {
		width: 140px;
		margin-bottom: 0px;
	}

	

	body.profile-page .profile-content {
		padding: 30px 30px 50px;
	}

	html_header_top body.profile-page #main {
		padding-top: 120px !important;
	}
body .total_deal_count .sorting_list_grid_cls #sort_filter {
    min-width: 300px;
}
	body.profile-page .user-profile-tab {
		position: fixed;
		height: 100%;
		z-index: 9999;
		right: -260px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		top: 0;
		padding-top: 120px;
		overflow-y: auto;
		padding-bottom: 50px;
		width: 260px;
	}
	header{
		z-index: 99999;
		position: relative;
	}

	body.profile-page .user-profile-tab.mobile-tab {
		right: 0;
		box-shadow: rgba(0, 0, 0, 0.30) 1.95px 1.95px 1.95px 4.6px;
	}

	body.profile-page .profile-content {
		width: 100%;
	}

	
	.user-profile-main-section {
		font-size: 18px !important;
		line-height: 27px !important;
	}

	body.profile-page .profile-tab-responsive {
		position: fixed;
		right: 0;
		width: 45px;
		height: 45px;
		padding: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		top: 170px;
		background-color: #181818;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Montserrat';
		font-size: 0 !important;
		border-radius: 5px 0px 0px 5px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 22px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		background-image: url(../images/menu-icon-3.svg);
	}

	body.profile-page .user-profile-tab.mobile-tab .profile-tab-responsive {
		right: 260px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;

	}

	body.profile-page .user-profile-tab.mobile-tab .profile-tab-responsive i {
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	body.header-fixed .user-profile-tab {
		padding-top: 90px;
	}

	body .surveillance_registerform_section .register-title h4 {
		margin-bottom: 20px !important;
	}

	body.profile-page .deal_listings .deal-list-monitored {
		padding: 0;
	}

	body .user-account-main {
		margin-top: 10px;
	}

	body .finalmonitorpris_section .propertylist_section_main .deal_listings {
		padding-bottom: 30px;
	}

	body .user-password-wrap .user-psw-checkbox {
		z-index: initial;
	}

	
}

@media handheld,
only screen and (max-width: 767px) {
	body header nav ul > li.user-login-links {
		margin: 0 !important;
	}
	body header nav ul > li.user-login-links a{
		margin: 0 !important;
	}
	    .header-inner {
        gap: 10px !important;
    }
	body.profile-page .profile-content{
		padding-inline: 20px !important;
	}
	.profile-page [data-elementor-type="wp-page"] {
    padding-top: 70px;
  }
  .alert-menu nav, .alert-menu {
  min-width: 25px !important;
}
.responsive-menu {
  min-width: 35px !important;
}
  body.profile-page .user-profile-tab{
	padding-top: 90px;
  }
	body header nav ul > li a.user-notification span {
		top: 3px;
	}
	body .propertylist_section_main{
		padding: 0 20px;
	}
	body header nav ul > li.login-mobile-wrap .login-mobile.activemenu li {
		width: auto;
		margin: 0px 7px !important;
	}

	body .user-profile-main-section .searched_property_criteria {
		width: calc(100% - 26px);
	}

	body header nav ul > li .user-logout img {
		max-height: 100%;
	}

	.profile-page .profile-content {
		padding: 35px 0px 30px !important;
	}

	body.profile-page .housingsurveillance_section .profile-header .new-alert-create {
		margin-top: 15px;

	}

	body.profile-page .housingsurveillance_section .profile-header .new-alert-create .new-alert {
		padding: 10px 18px;
	}


	body .surveillance-main {
		-webkit-box-align: center;
		-ms-flex-align: start;
		align-items: center;
		background-color: transparent;
		overflow-y: unset;
		box-shadow: unset;
		border: unset;
	}

	body .residential_surveillance_section,
	.surveillance_update_form_main {
		padding: 15px !important;
		height: 100%;
		align-items: center;
	}

	body .surveillance_registerform_section .register-title h4 {
		margin-bottom: 10px !important;
	}

	body .residential_surveillance_section .content_block,
	.search_update_form_wrap {
		padding: 35px 20px 40px;
		height: max-content;
		overflow-y: auto !important;
		background: #fff;
		top: 50%;
		/* transform: translateY(-50%); */
	}

	body .residential_surveillance_section .content_block {
		top: unset;
		transform: unset;
	}

	/* body .residential_surveillance_section button.form-close-btn {
		margin-left: -35px;
		margin-top: -21px;
	} */

	body .register-user-psw>span.user_password_generate {
		width: 86px;
	}

	body .register-user-psw>span {
		width: calc(100% - 86px);
	}

	body .residential_surveillance_section .content_block .form-close-btn {
		width: 40px;
		height: 40px;
	}

	.residential_surveillance_section .user-search-criteria button.view-all-search {
		margin-top: 0px;
	}

	html_header_top body.profile-page #main {
		padding-top: 100px !important;
	}

	body.profile-page .profile-content {
		padding: 35px 0px 30px;
	}

	body.profile-page .profile-content .profile-header {
		display: block;
	}

	body.profile-page .profile-content .profile-header .tab-name {
		margin-bottom: 15px;
	}

	body.profile-page .profile-action button,
	.propertyfilter_btn button {
		padding: 10px 18px;
	}

	body.profile-page .user-profile-form form input {
		background-position: center right 13px;
		background-size: 20px;
	}

	body.profile-page .propertylist_section_wrap {
		padding: 15px 0;
	}

	body.profile-page .form-close-btn {
		width: 28px;
		height: 28px;
		font-size: 22px;
		padding-bottom: 2px;
		min-width: 28px;
	}

	body.profile-page .propertylist_section {
		width: 100%;
	}

	body.profile-page .propertyfilter_btn {
		gap: 5px;
	}

	body.profile-page .user-profile-tab {
		right: -260px;
	}

	body.profile-page .user-profile-tab.mobile-tab {
		right: 0px;
	}

	body.profile-page .profile-tab-responsive {
		top: 115px;
	}

	body.profile-page .profile-tab-responsive {
		width: 40px;
		height: 40px;
		background-size: 20px;
	}

	body .residential_surveillance_wrap .login-form-main .form-fields div {
		width: 100%;
		max-width: 100%;
	}

	body .residential_surveillance_section .avia-button.login,
	body .residential_surveillance_section .register.avia-button {
		margin-top: 16px;
	}

	body .btn_surveillance_registerform,
	body a.btn_forgot_form {
		margin-top: 6px;
	}

	body .registration-form-fields .form-row div,
	body .registration-form-fields .form-row:nth-child(2) div {
		width: 100%;
	}

	

	body header nav ul > li.menu-item.login-mobile-wrap {
		display: block;
		margin-right: 0;
	}

	body header nav ul > li.menu-item.login-mobile-wrap .mobile-menu {
		background-image: url(../images/more-2.svg);
		width: 25px;
		height: 25px;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		display: inline-block;
		position: relative;
	}

	body header nav ul > li.user-logout-links.profile-logout,
	body header nav ul > li.user-notification,
	body header nav ul > li.user-login-links.profile {
		display: none !important;
	}

	body.profile-page .deal_listings .objects_repeat {
		width: 100%;
	}

	body.profile-page .profile-detail-main {
		flex-wrap: nowrap;
	}

	body.profile-page .profile-detail-main div.user-contact-info-wrap {
		width: 50%;
	}

	body .propertylist_section_main .deal_listings {
		gap: 20px;
	}

	body .finalmonitorpris_section .propertylist_section_main .deal_listings {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	body.profile-page .profile-content .finalmonitorpris_section .profile-header {
		padding-bottom: 0px;
	}

	body .user-profile-main-section .searched_property_criteria li,
	body .user-profile-main-section .searched_property_criteria li label {
		font-size: 15px;
	}

	body .propertylist_section_main .dealslistempty {
		font-size: 16px;
		line-height: 22px;
	}

	body.profile-page .housingsurveillance_section .profile-header .tab-name {
		margin-bottom: 0;
	}

	body .user-profile-main-section .searched_property_criteria {
		gap: 3px;
	}

	body .emailsetting_profile .profile_email_wrap>div label {
		font-size: 16px;
		line-height: 22px;
	}

	body.profile-page .emailconfiger_section .profile-header .tab-name {
		margin-bottom: 0;
	}

	body.profile-page .emailconfiger_section .profile-header {
		padding-bottom: 18px;
	}

	body .surveillance_registerform .btn_surveillance_registerform,
	body a.btn_forgot_form {
		margin-top: 10px;
	}

/* 	body .residential_surveillance_section .surveillance-main input {
		margin-bottom: 8px;
	} */

	body .register-gdpr {
		margin-top: 20px;
	}

	body .surveillance-info {
		padding-bottom: 18px;
		margin-bottom: 18px;
	}

	body .residential_surveillance_section .surveillancetitle h4 {
		margin-bottom: 8px;
	}

	body .residential_surveillance_section .surveillancemultiple-main ul.searched_keyword {
		margin: 10px auto 18px;
	}

	body .residential_surveillance_section .user-search-criteria {
		margin-bottom: 20px;
		padding-bottom: 25px;
	}

	body .residential_surveillance_section .register.avia-button {
		margin-top: 15px;
	}

	body .residential_surveillance_section .surveillance-main {
		max-width: 100%;
		background-color: unset;
	}

	body .residential_surveillance_section .surveillancetitle p {
		font-size: 16px;
		line-height: 26px;
	}

	body .emailsetting_profile .profile_email_wrap .switch {
		height: 28px;
	}

	body .emailsetting_profile .slider:before {
		bottom: 6px;
	}

	body .emailsetting_profile .profile_email_wrap {
		gap: 8px 0px;
	}

	body .register-psw-checkbox,
	.register-psw-checkbox label[for="register-psw-checkbox"] {
		width: 20px;
		height: 20px;
		right: 16px;
	}

	body .register-psw-checkbox:after {
		top: 9px;
	}

	body .residential_surveillance_wrap .login-form-main .form-fields .login-user-psw .register-psw-checkbox {
		width: 27px !important;
		min-width: 27px !important;
		height:27px !important;
	}

	body .residential_surveillance_wrap input:not(.avia-button) {
		padding-right: 50px !important;
	}

	body .user-profile-main-section .searched_property_criteria .custom_line {
		display: none;
	}

	body .user-profile-main-section .searched_property_criteria li {
		width: 100%;
	}

	body .residential_surveillance_section .surveillancemultiple-main .searched_salestatus_objtype li {
		gap: 0px;
		text-align: center;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}

	body .surveillance-main .surveillancemultiple-main .searched_salestatus_objtype li label {
		width: 100%;
		text-align: center;
		margin-bottom: 2px;
	}

	body .surveillance-main .surveillancemultiple-main .custom_line,
	.custom_line {
		display: none;
	}

	body .surveillance-main .surveillancemultiple-main ul.searched_keyword li {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}

	body .surveillance-main .surveillancemultiple-main ul.searched_keyword li label {
		width: 100%;
		text-align: center;
	}

	body .surveillance-main .main.mspecs_salestatus ul,
	body .surveillance-main .main.mspecs_object_type ul,
	body .surveillance-main .main.mspecs_premisetype ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	body .surveillance-main .main.mspecs_salestatus ul li,
	body .surveillance-main .main.mspecs_object_type ul li,
	body .surveillance-main .main.mspecs_premisetype ul li {
		justify-content: center;
	}

	body .surveillance-main .main.mspecs_salestatus ul li,
	body .surveillance-main .main.mspecs_object_type ul li,
	body .surveillance-main .main.mspecs_premisetype ul li {
		padding: 10px 20px;
	}

	body .surveillance-main .main.mspecs_salestatus ul li label,
	body .surveillance-main .main.mspecs_object_type ul li label,
	body .surveillance-main .main.mspecs_premisetype ul li label {
		font-size: 14px !important;
		text-align: center;
	}

	body.profile-page .deal_listings .deal-list-monitored {
		width: 100%;
	}

	body .surveillance-main {
		max-height: calc(100vh - 30px);
		margin: 15px 0px;
		align-items: center;
		position: relative;
		z-index: 1;
	}

	body.profile-page .profile-content .profile-header>.success {
		padding-top: 10px;
		margin-top: 10px;
	}

	body .menu-item.user-notification .notification_wrap {
		top: 118%;
		right: auto;
		left: -20px;
	}

	body .menu-item.user-notification .notification_wrap:after {
		display: none;
	}

	body #header.fixed .menu-item.user-notification .notification_wrap {
		top: 118%;
	}

	.profile-tab-actions {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	body.profile-page .user-profile-tab a::before {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}

	.update_close_surveillance {
		top: 16px;
	}

	button.search-edit {
		width: 28px;
		height: 28px;
	}

	body .surveillance_search {
		padding-bottom: 18px;
		margin-bottom: 18px;
		padding-left: 15px;
		padding-right: 15px;
	}

	body .surveillance-main .main.mspecs_object_type,
	body .surveillance-main .main.mspecs_salestatus {
		margin-bottom: 15px;
	}

	body button.form-close-btn.update-form-colse {
		right: 20px;
	}

	body.profile-page .user-profile-tab a.residential-surveillance:before {
		height: 30px;
		background-size: 20px;
		width: 20px;
	}

	body .menu-item.user-notification .notification_wrap ul.notification_list {
		max-height: 330px;
	}

	body button.deactive_profile {
		font-size: 14px;
		line-height: 19px;
		padding: 10px 24px 9px;
	}

	body .forgot-form-wrap {
		margin-top: 0;
	}

	body .residential_surveillance_section .surveillance-main {
		box-shadow: unset;
		border: unset;
		justify-content: center;
	}

	body .update_surveillance {
		right: 20px;
	}

	

	body.profile-page .user-profile-form form input {
		padding-left: 15px;
	}

	body .user-password-wrap input {
		padding-left: 15px !important;
	}

	

	body .search_update_form_wrap input#save_surveillancecriteria {
		background-position: 189px 55% !important;
		padding-right: 57px !important;
	}

	body .search_update_form_wrap input#save_surveillancecriteria:hover {
		background-position: 200px 55% !important;
	}

	body .sliders-main .pris_rum_main_cls,
	body .sliders-main .are_other_cls {
		flex-wrap: wrap;
	}

	body .sliders-main .are_other_cls .filters-group.filter-sliders {
		flex-basis: 49%;
		margin-bottom: 0;
	}

	body .sliders-main .pris_rum_main_cls {
		margin-top: 0;
	}

	body .sliders-main .filter-sliders {
		padding: 5px 20px;
	}

	body .sliders-main .pris_rum_main_cls,
	body .sliders-main .are_other_cls {
		flex-wrap: wrap;
	}

	body .sliders-main .are_other_cls .filters-group.filter-sliders {
		flex-basis: 49%;
		margin-bottom: 0;
	}

	body .sliders-main .pris_rum_main_cls {
		margin-top: 0;
	}

	body .sliders-main .filter-sliders {
		padding: 5px 20px;
	}

	.surveillance_form_wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media handheld,
only screen and (max-width: 650px) {
	

	
}

@media handheld,
only screen and (max-width: 639px) {
	

	body .sliders-main .pris_rum_main_cls,
	body .sliders-main .are_other_cls,
	body .sliders-main .pris_rum_main_cls .filter-sliders,
	body .sliders-main .are_other_cls .filters-group.filter-sliders {
		flex-basis: 100%;
	}

	body .sliders-main .filter-sliders {
		flex-basis: 100%;
	}
}

@media handheld,
only screen and (max-width: 580px) {

	body.profile-page .housingsurveillance_section .profile-header .new-alert-create .new-alert {
		font-size: 14px !important;
		padding: 10px 18px 8px;
	}

	body.profile-page .user-main-detail {
		flex-direction: column;
		padding: 20px 10px;
		background: #efefef;
	}

	body.profile-page .user-main-detail .user-name h3 {
		font-size: 18px;
		font-weight: bold;
	}

	body.profile-page .profile-img img {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	}

	body.profile-page .profile-detail-main .user-contact-address ul li,
	body.profile-page .profile-detail-main .user-contact-info ul li {
		border-bottom: solid 1px #181818;
		padding-bottom: 7px;
	}

	body.profile-page .user-main-detail {
		border-radius: 5px !important;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		margin-bottom: 25px;
	}

	body.profile-page .user-profile-form form .form-fields {
		width: 100%;
		margin-bottom: 6px;
	}

	body.profile-page .user-profile-form form label {
		margin-bottom: 10px;
	}

	body.profile-page .user-profile-form form {
		gap: 0;
	}

	body.profile-page .profile-img img {
		width: 60px;
		height: 60px;
		min-width: 60px;
	}

	body.profile-page .cam-icon {
		width: 25px;
		height: 25px;
		font-size: 9px;
	}

	body.profile-page .user-main-detail {
		gap: 10px;
	}

	body .profile-action {
		justify-content: end;
		margin-top: 10px;
	}

	body.profile-page .profile-action button,
	.propertyfilter_btn button {
		font-size: 14px !important;
		padding: 10px 18px;
	}

	body.profile-page .propertylist_section {
		gap: 10px;
	}

	body.profile-page .profile-detail-main {
		flex-wrap: wrap;
		background: #efefef;
		gap: 0;
		border-radius: 10px;
		padding: 25px 20px;
	}

	body.profile-page .profile-detail-main>div,
	body.profile-page .profile-detail-main div.user-contact-info-wrap {
		width: 100%;
		border-right: unset;
	}

	body.profile-page .profile-detail-main div.user-contact-info-wrap {
		margin-left: 2px;
	}

	body .user-account-wrap {
		margin-top: 30px;
		padding-top: 25px;
	}

	body .user-password-wrap {
		margin-top: 15px;
		padding-top: 25px;
	}

	body.profile-page .profile-detail-main div.user-contact-info-wrap i {
		background-position: center !important;
		text-align: center;
	}

	body.profile-page .profile-detail-main div.user-contact-info-wrap {
		border-left: unset;
		padding-left: 0;
	}
}

@media handheld,
only screen and (max-width: 550px) {
	body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
		left: 0;
	}

	body .sliders-main .pris_rum_main_cls,
	body .sliders-main .are_other_cls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media handheld,
only screen and (max-width: 479px) {
	body header li.user-login-links {
		margin: 0 5px 0 0px !important;
	}

	body .surveillance_registerform {
		flex-direction: column;
	}

	body a.btn_forgot_form {
		margin-top: 0;
	}
}

@media handheld,
only screen and (max-width: 380px) {
	body header nav ul > li > a.user-login img {
		max-height: 29px;
	}

	body.profile-page .user-profile-tab.mobile-tab .profile-tab-responsive {
		right: 260px;
	}

	body .forgotform-title h4 {
		font-size: 19px;
		line-height: 26px;
	}

	body .alert_surveillance_update .alert_update_form_close,
	body .residential_surveillance_section .content_block .form-close-btn {
		width: 33px;
		height: 33px;
		background-size: contain !important;
	}

	/* body .residential_surveillance_section button.form-close-btn {
		margin-left: -25px;
		margin-top: -21px;
	} */
}

@media handheld,
only screen and (max-width: 360px) {
	body .menu-item.user-notification .notification_wrap {
		width: 280px;
		left: 0;
	}

	body .residential_surveillance_section .avia-button.btn-forgot-psw {
		font-size: 14px;
		padding: 10px 20px;
	}

	body .residential_surveillance_section button.form-close-btn {
		margin-left: -25px;
		margin-top: -25px;
	}

	body .residential_surveillance_section .content_block .form-close-btn {
		width: 33px;
		height: 33px;
		background-size: contain;
	}

	body .forgotform-title h4 {
		padding-right: 0px;
	}
}

@media handheld,
only screen and (max-width: 340px) {

	body .surveillance-main .main.mspecs_salestatus ul,
	body .surveillance-main .main.mspecs_object_type ul,
	body .surveillance-main .main.mspecs_premisetype ul {
		grid-template-columns: 1fr;
	}
}