/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
/*Add your own styles here:*/

#top .main_property_cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#top .logo svg {
	width: 120px !important;
}

#top .scrollmagic-pin-spacer {
      vertical-align: top;
    }

#top .single_property_cont {
	color: unset;
    text-decoration: unset;
}

#top .single_prop_tag {
	background-color: #ededed;
    font-size: 14px;
    border-radius: 100px;
    padding: 6px 12px;
    color: #000000;
    font-weight: 600;
    line-height: 1;
}

#top .single_prop_tags_cont {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#top .single_prop_title {
	margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
	margin-top: 10px;
}

#top .single_prop_location {
	font-size: 14px;
    color: #838383;
    line-height: 1;
    margin-top: 6px;
    display: block;
}

#top .single_prop_price_sale {
	color: #005C97;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-decoration: line-through;
}

#top .single_prop_price {
	font-size: 18px;
    font-weight: 800;
    color: #000000;
    line-height: 1;
}

#top .single_prop_price_cont {
	display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 10px;
}

#top .single_prop_detail {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    display: grid;
    grid-template-columns: max-content max-content;
    align-content: center;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

#top .single_prop_details_cont {
	display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #cbcbcb;
    border-radius: 100px;
    width: fit-content;
    padding: 6px 12px;
}

#top .bed_icon {
    background-image: url(/wp-content/uploads/2023/11/bed-solid.svg);
    width: 20px;
    height: 12px;
}

#top .shower_icon {
    background-image: url(/wp-content/uploads/2023/11/bath-solid.svg);
    width: 12px;
    height: 16px;
}

#top .poeple_icon {
	background-image: url(/wp-content/uploads/2023/11/user-group-solid.svg);
	width: 16px;
    height: 16px;
}

#top .bg_contain {
	background-size: contain;
} 

#top .bg_center {
	background-position: center;
}

#top .bg_no_repeat {
	background-repeat: no-repeat;
}

#top .bg_cover {
	background-size: cover;
}

#top .single_prop_footer_cont {
	display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: space-between;
	margin-top: 16px;
}

#top .single_prop_img_cont {
	height: 350px;
    border-radius: 10px;
	position: relative;
	min-width: 0;
}

#top .swiper-container-featured .single_prop_img_cont {
	height: 260px;
}

#top .favorite_icon {
	background-image: url(/wp-content/uploads/2023/11/heart-solid.svg);
}

#top .favorite_icon {
    background-image: url(/wp-content/uploads/2023/11/heart-solid.svg);
    position: absolute;
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    cursor: pointer;
	z-index: 20;
}

#top .percentage_icon {
    background-image: url(/wp-content/uploads/2023/11/check-solid.svg);
    width: 14px;
    height: 14px;
    display: block;
    filter: brightness(0) invert(1);
}

#top .single_prop_perctange_text {
    background-color: #005C97;
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    width: fit-content;
    border-radius: 100px;
    line-height: 1;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 10px;
    gap: 6px;
    position: absolute;
    top: 15px;
    left: 8px;
    z-index: 10;
}

#top .properties_tags_cont {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

#top .single_tag_cont {
	font-size: 14px;
    color: #000000;
    font-weight: 600;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    line-height: 1;
    padding: 6px 14px;
	cursor: pointer;
	transition: all .4s;
}

#top .single_tag_active, #top .single_tag_cont:hover {
    background-color: #ff69610f;
    border-color: #005C97;
    color: #005C97;
}

#top .single_prop_category_cont {
    font-size: 16px;
    font-weight: 600;
    display: grid;
    justify-content: center;
    gap: 4px;
	cursor: pointer;
    justify-items: center;
	color: #ababab;
	transition: all .4s;
}

#top .single_prop_category_cont:hover, #top .prop_category_active {
	color: #005C97;
}

#top .single_prop_category_cont i {
	transition: all .2s;
}

#top .single_prop_category_cont:hover i, #top .prop_category_active i {
    filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .properties_categories_cont {
	display: flex;
    justify-content: center;
    gap: 40px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

#top .villa_icon {
    background-image: url(/wp-content/uploads/2023/11/house-solid.svg);
    width: 30px;
    height: 30px;
}

#top .logo a {
	width: 160px;
    display: flex;
    align-items: center;
}

.html_header_top.html_header_sticky #header {
    position: fixed;
}

#top .single_blog_cont {
	text-decoration: unset;
    color: unset;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: all .4s;
	background: #ffffff;
}

#top .single_blog_bg_cont {
	width: 250px;
    height: 250px;
}

#top .single_blog_inner {
	padding-right: 80px;
}

#top .blog_date {
    display: block;
    width: fit-content;
    color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1; /* 22.4px */
	letter-spacing: -0.32px;
}

#top .blog_excerpt {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
}

#top .blog_title {
    margin: 0px;
    margin-bottom: 10px;
    color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 45.6px */
	letter-spacing: 0px;
}

#top .all_blogs_cont {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#top .single_post_header_cont {
	max-width: 1636px;
    padding: 0px 50px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 40px;
}

#top .single_post_header_img {
    width: 600px;
    height: 450px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: -26px;
}

#top .post_title {
    margin-top: 12px;
    max-width: 100%;
    text-align: left;
    font-family: "Instrument Sans", sans-serif;
    color: var(--Typography-type-invert, #FFF);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 0px !important;
}

#top .category_cont {
	font-weight: 600;
    font-size: 20px;
    color: #005C97;
    line-height: 1;
    display: block;
}

#top .post_excerpt {
	margin-bottom: 14px;
    display: block;
	font-size: 14px;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

#top .single_post_content_inner {
    max-width: 1236px;
    padding: 60px 50px 60px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

#top.single-suppliers .single_post_content_inner {
    max-width: 1636px;
}

#top .single_post_content_cont {
	color: black;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

#top .single_post_content_cont p:first-child {
	margin-top: 0px;
}

#top .single_post_content_cont p:last-child {
	margin-bottom: 0px;
}

#top .single_post_share_cont {
	display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

#top .social_icon {
    width: 40px;
    height: 40px;
    background-color: #005C97;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .facebook_icon {
    background-image: url(/wp-content/uploads/2023/11/facebook-f.svg);
    width: 20px;
    height: 20px;
    display: block;
	filter: brightness(0) invert(1);
}

#top .col_title_section {
	font-weight: 900;
    font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

#top.single-post .single_blog_bg_cont {
    width: 150px;
    height: 140px;
}

#top.single-post .blog_title {
    margin-bottom: 0px;
    max-width: 100%;
    line-height: 1;
    font-size: 16px;
}

#top.single-post .single_blog_inner {
    padding-right: 20px;
}

#top.single-post .single_blog_cont {
    gap: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 13px;
}

#top.single-post .single_post_related_cont .blog_date {
    padding: 0px;
    margin-bottom: 10px;
    font-size: 10px;
}

#top .single_post_related_cont {
	display: grid;
    gap: 20px;
}

#top .single_blog_cont:hover {
    box-shadow: rgb(149 157 165 / 64%) 0px 8px 24px !important;
}

#top .col_title_section {
	margin-top: 10px;
}

#top .author_bio {
	color: black;
    font-weight: 300;
	font-size: 14px;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

#top .small_col_title {
	font-size: 14px;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

#top .single_author_img_cont {
	width: 80px;
    height: 80px;
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2025/02/2-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#top .single_author_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    gap: 40px;
    margin-top: 40px;
    border-top: 1px solid #005C97;
    padding-top: 40px;
	align-items: center;
}

#top .full_width_section .container {
	max-width: 100%;
}

#top .swiper-button-next, #top .swiper-button-prev {
    width: 30px;
    height: 30px;
    color: #005C97;
    background-color: #ffffff;
    border-radius: 100px;
}

#top .swiper_prop_navigation_cont .swiper-button-next, #top .swiper_prop_navigation_cont .swiper-button-prev {
	display: none !important;
}

#top .swiper-button-next:after, #top .swiper-button-prev:after {
    font-size: 13px;
    font-weight: bold;
}

#top .prop_swiper_img {
	height: 350px;
	display: block;
}

#top .swiper-container-featured .prop_swiper_img, #top.page-id-102 .prop_swiper_img, #top.page-id-102 .single_prop_img_cont {
	height: 260px;
}

#top .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.4;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#top .swiper-pagination-bullet-active, #top .swiper-pagination-bullet:hover {
    background: #ffffff;
	opacity: 1;
}

#top .swiper-container-prop {
	overflow: hidden;
	border-radius: 10px;
}

#top .property_title {
    font-size: 22px;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 0px;
}

#top .single_page_property_cont {
    max-width: 1636px;
    padding: 0px 50px;
    margin: 0 auto;
    padding-top: 56px;
}

#top .single_property_header_cont {
	position: relative;
}

#top.single-properties .prop_swiper_img {
    height: 450px;
}

#top .single_property_header_img {
	border-radius: 10px;
	width: 100%;
    height: 272px;
    background-image: url(/wp-content/uploads/2023/10/zoltan-tasi-nMFMlK4XpQU-unsplash-3-scaled.jpg);
	transition: all .4s;
	cursor: pointer;
}

#top .single_property_header_img img {
	opacity: 0;
	max-height: 400px;
}

#top .mfp-bg {
	display: none !important;
}

#top .single_property_header_img:hover {
	filter: brightness(0.8);
}

#top .single_property_header_cont {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#top .single_property_header_cont .single_property_header_img:first-child {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
	height: 100%;
	min-height: 400px;
}

#top .save_button_cont, #top .share_button_cont {
    font-size: 14px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 6px;
    align-items: center;
    color: #838383;
	transition: all .4s;
	cursor: pointer;
}

#top .heart_icon {
	background-image: url(/wp-content/uploads/2023/11/heart-solid.svg);
	width: 20px;
    height: 20px;
	filter: invert(56%) sepia(0%) saturate(1%) hue-rotate(182deg) brightness(92%) contrast(84%);
	transition: all .4s;
}

#top .menu_icon {
	background-image: url(/wp-content/uploads/2023/12/bars-solid.svg);
    width: 20px;
    height: 20px;
    filter: invert(56%) sepia(0%) saturate(1%) hue-rotate(182deg) brightness(92%) contrast(84%);
	transition: all .4s;
}

#top .save_button_cont:hover {
	color: #005C97;
}

#top .save_button_cont:hover i {
	filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .main_property_title_cont {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#top .main_property_share_save_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
}

#top .share_button_cont {
    line-height: 1;
}

#top .property_share_cont {
	border-radius: 14px;
	position: relative;
}

#top .property_share_inner_cont {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #ebebeb;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    top: 26px;
	opacity: 0;
	transition: all .4s;
}

#top .property_share_inner_cont * {
	width: 16px;
    height: 16px;
	cursor: pointer;
}

#top .share_facebook_icon {
    background-image: url(/wp-content/uploads/2023/11/facebook-f.svg);
    filter: invert(33%) sepia(88%) saturate(1476%) hue-rotate(199deg) brightness(95%) contrast(99%);
}

#top .share_insta_icon {
    background-image: url(/wp-content/uploads/2023/12/instagram.svg);
    filter: invert(28%) sepia(82%) saturate(1783%) hue-rotate(315deg) brightness(90%) contrast(96%);
}

#top .share_linkedin_icon {
    background-image: url(/wp-content/uploads/2023/12/linkedin-in.svg);
    filter: invert(25%) sepia(52%) saturate(3423%) hue-rotate(181deg) brightness(100%) contrast(101%);
}

#top .share_whatsapp_icon {
    background-image: url(/wp-content/uploads/2023/12/whatsapp.svg);
    filter: invert(35%) sepia(76%) saturate(3520%) hue-rotate(154deg) brightness(90%) contrast(86%);
}

#top .share_email_icon {
    background-image: url(/wp-content/uploads/2023/12/envelope-solid-1.svg);
	filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .share_copy_icon {
    background-image: url(/wp-content/uploads/2023/12/copy-solid.svg);
	filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .property_share_cont:hover .property_share_inner_cont {
	opacity: 1;
}

#top .property_share_cont:hover .share_button_cont {
	color: #005C97;
}

#top .property_share_cont:hover .share_button_cont i {
	filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .main_property_sep_cont {
	width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    margin: 30px 0px;
}

#top .main_property_section_title {
    color: #000000;
    font-size: 22px;
    margin-bottom: 28px;
}

#top .main_property_description p:first-child {
	margin-top: 0px;
}

#top .main_property_description p:last-child {
	margin-bottom: 0px;
}

#top .single_prop_feature {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 10px;
}

#top .single_prop_feature i {
	width: 26px;
    height: 26px;
}

#top .single_prop_feature_text {
	font-size: 16px;
    font-weight: 700;
    color: #000000;
}

#top .main_property_feature_icon {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    column-gap: 30px;
    row-gap: 8px;
    margin-top: 16px;
}

#top .main_prop_content {
	padding-bottom: 60px;
}

#top .main_property_title_inner {
	margin-top: 18px;
}

#top .property_agent_box {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    margin-top: 18px;
	background-color: #ffffff;
	transition: unset !important;
}

#top .scrollmagic-pin-spacer {
	right: 0px !important;
	top: 0px !important;
}

#top .property_agent_box:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#top .single_page_property_inner {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 160px;
    align-items: start;
	position: relative;
}

#top .property_agent_img {
	border-radius: 10px;
	width: 100%;
    height: 200px;
    background-image: url(/wp-content/uploads/2023/10/zoltan-tasi-nMFMlK4XpQU-unsplash-4-scaled.jpg);
	position: relative;
}

#top .property_agent_box .main_property_section_title {
	text-align: center;
}

#top .property_agent_name {
	font-size: 18px;
    color: #000000;
    font-weight: 700;
	margin-bottom: 4px;
}

#top .property_agent_job {
	font-size: 14px;  
    line-height: 1;
	text-transform: capitalize;
}

#top .property_agent_job, #top .property_agent_name {
	text-align: center;
    display: block;
}

#top .property_agent_about {
	margin: 0px;
	text-align: center;
}

#top .property_agent_box .main_property_sep_cont {
    margin: 22px 0px;
}

#top .property_agent_contact_link {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 6px;
    justify-content: center;
    color: #005C97;
    font-weight: 600;
	line-height: 24px;
}

#top .property_agent_contact_link i {
    width: 15px;
    height: 20px;
}

#top .phone_icon {
	background-image: url(/wp-content/uploads/2023/12/phone-volume-solid.svg);
	filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .property_agent_contact_whatsapp {
	color: #075E54;
}

#top .property_agent_btn, #top .add_prop_button, #top .main_btn_cont a, #top .newsletter_form_cont .wpcf7-submit, #top .wpcf7-submit, #top .acf-form .acf-button, #top .gform_button, #top .more_info_btn, #top .um-message-btn, #top .agency_create_button {
    color: #ffffff;
    background-color: #005C97;
    width: 100%;
    display: block;
    padding: 16px 22px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    margin-block-start: 0px !important;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 0px !important;
    row-gap: 0px !important;
}

#top .main_form_cont .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
}

#top .prop_sort_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 10px;
    align-items: center;
}

#top .prop_sort_cont select {
    margin: 0px;
    font-size: 12px;
    color: #000000 !important;
    font-weight: 600;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    line-height: 16px;
    padding: 10px 40px 10px 14px;
    font-family: 'static', Helvetica, Arial, sans-serif;
    background-color: transparent;
}

#top .properties_filter_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    align-items: start;
}

#top .search_btn {
    display: flex;
    margin: 0px;
    padding: 4px 14px 4px 10px;
    height: 100%;
    align-items: center;
}

#top .search_icon {
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2023/12/magnifying-glass-solid.svg);
	filter: brightness(0) invert(1);
}

#top.page-id-167 .main_search_cont {
    position: absolute;
    left: 50%;
    top: 127px;
    transform: translate(-50%, -50%);
    z-index: 99;
    margin-top: 0px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#top.page-id-167 .main_search_cont form {
	grid-template-columns: 1fr max-content !important;
    gap: 5px !important;
}

#top .main_search_cont form {
	margin: 0px;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
}

#top .main_search_cont form input {
    margin: 0px;
    font-size: 12px;
    color: #000000 !important;
    font-weight: 600;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    line-height: 16px;
    padding: 10px 40px 10px 14px;
    font-family: 'static', Helvetica, Arial, sans-serif;
    background-color: transparent;
}

#top .search_btn {
    border: unset;
    background-color: #2f2f2f;
    cursor: pointer;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

#top .header_home_cont .container {
	max-width: 1546px;
}

#top .menu_burger_main {
	width: fit-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12%;
    z-index: 9999;
}

#top .menu_burger_inner {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 6px;
    align-items: center;
    padding: 6px 14px;
    border: 1px solid #ffffff;
    width: fit-content;
    border-radius: 100px;
    cursor: pointer;
    transition: box-shadow .2s;
    background-color: #ffffff;
}

#top .menu_burger_link {
    color: #969696;
    font-size: 13px;
    font-weight: 600;
    transition: color .2s;
    width: 100%;
}

#top .menu_burger_link:hover {
	color: #000000;
}

#top .menu_burger_inner:hover, #top .menu_burger_main:hover .menu_burger_inner {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
} 

#top .burger_icon {
	width: 26px;
    height: 20px;
	background-image: url(/wp-content/uploads/2023/12/bars-solid.svg);
	filter: brightness(0%);
}

#top .account_icon {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2023/12/circle-user-solid.svg);
    filter: brightness(0%);
    border-radius: 100px;
}

#top .menu_burger_outer {
	display: grid;
    justify-items: start;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid #ebebeb;
    position: absolute;
    width: 200px;
    background-color: #ffffff;
    z-index: 99;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    top: 48px;
    opacity: 0;
    transition: all .2s;
    left: -110px;
	visibility: hidden;
}

#top .menu_burger_main:hover .menu_burger_outer, #top .menu_burger_outer:hover {
	opacity: 1;
	visibility: visible;
}

#top .main_menu {
    margin-right: 0px;
    right: unset;
    left: 43%;
    transform: translateX(-50%);
}

#top #agent_phone {
	cursor: pointer;
}

#top .prop_wishlisted {
	filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .no_wishlist_text {
	grid-column: 1 / -1;
    text-align: center;
    margin: 0px;
    text-transform: capitalize;
}

#top .no_wishlist_text a {
	text-decoration: underline;
	color: #005C97;
}

#top .login_popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

#top .login_popup.show_login_popup {
	display: flex;
}

#top .login_popup_inner {
    width: 100%;
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
	position: relative;
}

#top .login_popup_info_text {
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
}

#top .login_popup_info_text_inner {
	font-size: 10px;
	font-style: italic;
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	display: block;
	margin-top: 6px;
}

#top .login_popup_info_cont {
    padding: 40px 30px;
}

#top .avia-post-nav {
	display: none !important;
}

#top .login_popup_info_title {
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	text-transform: capitalize;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}

#top .login_popup_img {
	background-image: url(/wp-content/uploads/2024/01/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge.webp);
}

#top .close_icon {
	width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2024/01/circle-xmark-solid.svg);
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
	filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
}

#top .page_header_cont .av-section-color-overlay {
	opacity: 0.5;
    background-color: #000000;
}

#top .page_header_title .av-special-heading-tag {
    font-weight: bold;
    color: #2f2f2f;
    font-size: 42px;
}

#top .page_header_cont {
	border-bottom: 1px solid #ebebeb !important;
}

#top .page_header_cont {
	background-image: unset !important;
}

#top .page_header_cont .av-section-color-overlay {
	opacity: 0 !important;
}

#top .blog_search_cont {
	position: relative;
}

#top .remove_filter {
	position: absolute;
    top: 36%;
    right: 8px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/01/circle-xmark-solid.svg);
    cursor: pointer;
    filter: invert(17%) sepia(66%) saturate(4227%) hue-rotate(189deg) brightness(93%) contrast(102%);
    transform: translateY(-50%);
}

#top .single_dashboard_tab_header .remove_filter {
	display: none;
}

#top .single_dashboard_tab_header .remove_filter_active {
	display: block;
}

#top .property_agent_btn_outline {
    color: #005C97;
    background-color: transparent;
    border: 2px solid #005C97;
    padding: 10px 16px;
}

#top #add_property_form label {
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
}

#top .single_input_cont {
	display: grid;
    grid-template-columns: 100%;
    gap: 10px;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: #ebebeb;
    background-color: transparent;
    color: #000000 !important;
    border-radius: 4px;
    padding: 10px 14px;
	font-family: 'static', Helvetica, Arial, sans-serif;
}

.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
    color: #000000 !important;
}

#top .gform_confirmation_message {
	text-align: center;
    margin-top: 20px;
    color: #003b75;
    font-size: 20px;
}

#top #add_property_form {
	padding: 30px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    margin-top: 18px;
    transition: all .4s;
    background-color: #ffffff;
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

#top .full_width_input, #top .acf-field-687ae0fdf3b6f, #top .acf-field-6586292929c70, #top .acf-field-688103c3a15ea, #top .login_reg_cont_agency {
	grid-column: 1 / -1;
}

#top .single_input_cont input[type='file'] {
	border-color: #ebebeb !important;
    border: 1px solid;
    border-radius: 4px;
    padding: 10px 14px;
	font-family: 'static', Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

#top .property_checkboxes_cont {
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 4px;
    column-gap: 6px;
    align-items: center;
}

#top .property_checkboxes_cont label, #top .add_prop_button {
	grid-column: 1 / -1;
}

#top #add_property_form:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#top .home_header_cont .container {
	max-width: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#top .home_header_cont .template-page {
    padding: 0px;
    padding-top: 50px;
}

#top .home_header_inner_cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

#top .home_header_img {
    height: 500px;
    background-image: url(/wp-content/uploads/2024/01/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge.webp);
    border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

#top .home_header_info_cont {
	max-width: 606px;
    justify-self: end;
    padding-right: 60px;
}

#top .main_p_cont p:first-child {
	margin-top: 0px;
}

#top .main_p_cont p:last-child {
	margin-bottom: 0px;
}

#top .main_p_cont * {
	font-size: 14px;
    line-height: 22px;
}

#top .home_header_info_text {
	font-size: 52px;
    text-transform: none;
    font-weight: bold;
}

#top .section_title_cont .av-special-heading-tag {
	font-size: 36px;
    font-weight: bold;
    text-transform: none;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

#top .max_width_800 {
	max-width: 800px;
	margin: 0 auto;
}

#top .marg_top_20 {
	margin-top: 20px;
}

#top .marg_top_60 {
	margin-top: 60px;
}

#top .img_hieght_500 {
	height: 500px;
}

#top .main_btn_cont a {
	margin-top: 0px;
	border: unset;
}

#top .main_border_radius {
	border-radius: 10px;
}

#top .main_swiper_cont {
	width: 100px;
    height: 100px;
    display: block;
    background-image: url(/wp-content/uploads/2023/10/Softmark_Logo-removebg-preview_cropped.png);
	border-radius: 10px;
}

#top .swiper-container-sponsors .swiper-slide {
	display: flex;
    justify-content: center;
}

#top .no_padd_bot .template-page {
	padding-bottom: 0px;
}

#top .swiper-container-sponsors {
	margin-top: 20px;
}

#top .home_main_property_cont {
    grid-template-columns: repeat(3, 31.3%);
}

#top .section_title_cont_white *, #top .main_p_cont_white * {
	color: #ffffff !important;
}

#top .banner_sect_cont .av-section-color-overlay {
	opacity: 0.5;
    background-color: #000000;
}

#top .main_countdown_cont {
	margin-top: 40px;
}

#top .av-countdown-time-label {
	font-weight: bold;
}

#top .main_countdown_cont .av-countdown-timer-inner {
	display: grid;
    grid-template-columns: repeat(4, 180px);
    justify-content: center;
}

#top .main_btn_cont_max_width a {
	max-width: 260px;
    margin: 0 auto;
}

#top .av-default-style .av-countdown-cell-inner {
    border-radius: 10px;
}

#top .i_am_agent_box_cont {
	padding: 90px 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#top .i_am_client_box_cont {
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#top .section_title_cont_bigger * {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #00000080;
}

#top .single_agent_info_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 20px;
    row-gap: 4px;
}

#top .single_agent_info_text {
	font-size: 14px;
    font-weight: 600;
}

#top .single_agent_info_cont .single_agent_info_text:nth-child(odd) {
	color: rgb(0 0 0 / 47%);
}

#top .agent_stars_cont {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 10px;
    align-items: center;
	justify-content: center;
}

#top .single_agent_star_cont {
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2024/01/star-solid-1.svg);
}

#top .agent_dashboard_info_cont, #top .agent_dashboard_details_cont, #top .agent_active_listing_cont {
	padding: 30px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    transition: all .4s;
    background-color: #ffffff;
}

#top .agent_dashboard_img_cont {
    width: 100px;
    height: 100px;
    background-image: url(/wp-content/uploads/2023/10/osirisnlg.jpg);
    border-radius: 100px;
    margin: 0 auto;
	position: relative;
}

#top .agent_tick {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/verified_bg.png);
    position: absolute;
    top: 0px;
    right: 0px;
}

#top .property_agent_img .agent_tick {
    top: 10px;
    right: 10px;
}

#top .agent_dashboard_header_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    gap: 40px;
}

#top .agent_name {
	text-align: center;
    margin-top: 10px;
}

#top .verified_icon {
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2024/01/circle-check-solid.svg);
}

#top .single_agent_extra_cont {
    display: grid;
    grid-template-columns: max-content 104px 10px max-content;
    gap: 10px;
    align-items: center;
}

#top .single_agent_text_cont {
	font-weight: bold;
}

#top .single_agent_subtext_cont {
	color: rgb(0 0 0 / 47%);
    font-weight: 600;
}

#top .agent_dashboard_extras_cont {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

#top .agent_details_title {
	margin-top: 0px;
    text-align: left;
}

#top .single_property_status_cont {
	display: grid;
    gap: 6px;
    justify-items: center;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    transition: all .4s;
    background-color: #ffffff;
}

#top .single_property_status_number {
	font-weight: 800;
    font-size: 22px;
}

#top .property_status_cont {
	margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#top .pie_chart {
	width: 48px;
    height: 48px;
    border: 10px solid #e9e9e9;
    border-radius: 100px;
}

#top .agent_active_listing_cont {
	grid-column: 1 / -1;
}

#top .agent_active_listing_cont .main_property_cont {
	grid-template-columns: repeat(3, 31%);
	margin-top: 20px;
}

#top .login_popup_overlay {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000094;
}

#top .page_header_cont .container {
	height: 150px !important;
}

.av-elegant-toggle .toggle_icon .hor_icon, .av-elegant-toggle .toggle_icon .vert_icon, .av-elegant-toggle .toggle_icon {
    border-color: #36e7b2 !important;
	opacity: 1 !important;
}

#top .login_menu_bar_cont {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    justify-content: center;
    background: #212121;
    position: absolute;
    bottom: -60px;
    left: 0px;
    padding: 10px 0px;
    gap: 30px;
}

#top .login_menu_bar_text {
	color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

#top .login_menu_bar_inner_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 18px;
}

#top .single_testimonials_header_img {
	width: 60px;
    height: 60px;
    background-image: url(/wp-content/uploads/2023/10/osirisnlg.jpg);
    border-radius: 100px;
}

#top .single_testimonials_header_title {
	font-size: 16px;
    font-weight: 600;
}

#top .single_testimonials_header_position {
	font-weight: 500;
    color: #a5a5a5;
    font-size: 12px;
    line-height: 1;
}

#top .single_testimonials_header {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 10px;
}

#top .single_testimonials_header_inner {
	display: grid;
}

#top .main_testimonials_cont {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

#top .single_testimonials_cont {
	border: 1px solid #e3e3e3;
    padding: 20px 30px;
    border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: #ffffff;
}

#top .single_testimonials_title {
	font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-top: 14px;
    margin-bottom: 10px;
}

#top .single_testimonials_star_cont svg {
	width: 16px;
    height: 16px;
}

#top .single_testimonials_star_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 6px;
}

#top .single_testimonials_inner {
	display: grid;
    grid-template-columns: 1fr max-content;
}

#top .prop_adding {
	pointer-events: unset;
	opacity: 0.2;
}

#top .disabled_book_btn {
	pointer-events: none !important;
	background-color: grey !important;
	opacity: 0.2;
	cursor: none !important;
}

#top .sponsors_cont {
	display: grid;
    grid-template-columns: repeat(6, max-content);
    gap: 40px;
    margin-top: 30px;
    justify-content: center;
}

#top .single_property_cont {
	position: relative;
	min-width: 0;
}

#top .single_property_feat_star {
    background-image: url(/wp-content/uploads/2024/10/prop_star.png);
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 20;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

#top input::-ms-input-placeholder { /* Edge 12-18 */
  color: #808080;
}

#top input::placeholder {
  color: #808080;
}

#top .newsletter_icon_cont img {
	height: 300px;
	object-fit: contain;
	margin-top: 40px;
}

#top .newsletter_form_cont br {
	display: none;
}

#top .newsletter_form_cont input {
	margin: 0px !important;
}

#top .newsletter_form_cont p {
    margin: 0px !important;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}

#top .newsletter_form_cont .wpcf7-spinner, #top .newsletter_sect_cont .wpcf7-response-output, #top .newsletter_form_cont .wpcf7-not-valid-tip {
	display: none !important;
}

#top .newsletter_form_cont {
	margin-top: 20px;
}

#top .newsletter_form_cont .wpcf7-email, #top .ginput_container_email input {
	font-weight: 600;
    font-size: 16px;
	border-radius: 4px !important;
	background-color: #ffffff !important;
    padding: 16px 14px !important;
	color: #000000 !important;
}

#top .newsletter_form_cont form {
    margin: 0px !important;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 20px;
}

#top .newsletter_form_cont .ginput_container_email input {
	height: 50px;
}

#top .newsletter_form_cont .gform_ajax_spinner, #top .newsletter_form_cont .gform_validation_errors, body .gform_wrapper .gform-loader {
	display: none !important;
}

#top .newsletter_form_cont .gfield_validation_message {
	position: absolute !important;	
}

#top .newsletter_form_cont .wpcf7-not-valid {
	border-color: red !important;
}

#top #footer .newsletter_form_cont p {
    grid-template-columns: 100%;
}

#top .main_search_cont {
	position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: 0px !important;
}

#top .main_search_cont form {
    grid-template-columns: 100%;
    max-width: 100%;
    margin: 0 auto;
    gap: 30px;
}

#top.page-id-102 .main_search_advanced_cont form {
    grid-template-columns: repeat(4, 1fr);
}

#top .main_search_cont form input {
    width: 100%;
    background: #ffffff;
    font-size: 14px !important;
    border: 1px solid #ebebeb !important;
    padding: 8px 14px 8px 14px;
    color: #000000 !important;
    border-radius: 2px;
	background: transparent !important;
}

#top .search_btn {
    border-radius: 4px;
    padding: 11px 14px 12px 15px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    font-family: 'static', Helvetica, Arial, sans-serif;
}

#top .header_home_cont .section_title_cont .av-special-heading-tag {
    text-shadow: 0 0 7px #000000a3;
}

#top .footer_socials_cont {
	display: grid;
    grid-template-columns: repeat(3, 25px);
    gap: 20px;
}

#top .single_home_sign_in_section_cont {
	height: 282px;
    border-radius: 12px;
    width: 100%;
}

#top .home_sign_in_section_cont {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#top .home_sign_in_section .container {
	max-width: 1510px;
}

#top.page-id-102 #header .main_search_cont {
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s;
}

#top.page-id-102 .main_search_cont_active {
	opacity: 1 !important;
	pointer-events: auto !important;
}

#top .section_title_cont_smaller .av-special-heading-tag {
    font-size: 26px;
}

#top .advertise_boxes_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

#top .single_advertise_boxes_img_cont {
    height: 200px;
    margin-bottom: 20px;
	border-radius: 4px;
}

#top .single_advertise_boxes_cont .section_title_cont_smaller .av-special-heading-tag {
    font-size: 24px;
}

#top .single_advertise_boxes_cont .main_btn_cont {
	width: 100%;
	display: flex;
    justify-content: center;
}

#top .single_advertise_boxes_cont .main_btn_cont a {
	width: fit-content;
}

#top .single_advertise_boxes_cont {
	padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

#top .single_advertise_boxes_cont_coming_soon {
	opacity: 0.2;
}

#top .main_search_advanced_cont select {
	margin: 0px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
	border-color: #ebebeb !important;
}

#top .main_search_advanced_cont {
	background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 10px 8px 20px 0px rgb(35 69 126 / 50%);
}

#top #header .main_search_advanced_cont {
    position: absolute;
    top: -362px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	transition: top .2s ease;
	display: none !important;
}

#top #header .main_search_advanced_cont_active {
	top: 66px;
}

#top #header .main_search_cont form {
    gap: 16px;
}

#top .availabile_date_text {
	font-size: 16px;
    line-height: 1;
    font-weight: 600;  
    display: block;
    color: #000000;
}

#top .extras_info_cont {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#top .agent_active_listing_cont .main_testimonials_cont {
	margin-top: 20px;
}

.html_header_top.html_header_sticky #main {
    padding-top: 90px;
	background: #ffffff;
}

.html_header_top.html_header_sticky .home #main {
    padding-top: 88px;
}

#top .max_width_form form {
	max-width: 500px;
    margin: 0 auto;
}

#top .newsletter_form_width_cont {
	max-width: 800px;
    margin: 0 auto;
}

#top .contact_form_cont .wpcf7-not-valid-tip {
    color: #dc3232 !important;
    margin-top: -16px;
}

#top .wpcf7-spinner {
	display: none !important;
}

#top .contact_form_cont .wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0.2em 1em;
    text-align: center;
    border: 2px solid #00a0d2;
}

.header_color .header_bg, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background: #ffffff;
	backdrop-filter: blur(0px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.header_color .main_menu .menu ul li a {
	background: #ffffff !important;
}

#top .header_color .main_menu .menu ul li > a:hover, #top .header_color .main_menu .menu ul li > a:focus {
    color: #000000 !important;
}

#top .um-profile-nav-comments, #top .um-profile-nav-posts {
	display: none !important;
}

#top .book_a_viewing_popup {
	display: none !important;
}

#top .book_a_viewing_popup.show_login_popup {
	display: flex !important;
}

#top .account_type {
    position: absolute;
    top: 50%;
    right: 102px;
    transform: translateY(-50%);
    background: #ffffff;
    padding: 4px 5px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    font-weight: 800;
    width: 110px;
}

#top .add_property_intro_cont, #top .add_property_sec_intro_cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

#top .add_property_intro_cont, #top .add_property_sec_intro_cont {
	display: none;
}

#top .main_newsletter_form_cont {
	margin-top: 20px !important;
}

#top .main_newsletter_form_cont form {
	margin-bottom: 0px !important;
}

#top .newsletter_popup_text_cont .section_title_cont .av-special-heading-tag {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #005C97;
}

#top .newsletter_popup_logo_cont {
	width: 176px;
    height: 176px;
    background-image: url(/wp-content/uploads/2024/06/PPMT-Logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}

#top .newsletter_popup_inner_cont {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 64px;
    padding: 0px 60px;
}

#top .newsletter_popup_img_cont {
	width: 100%;
    height: 250px;
    background-image: url(/wp-content/uploads/2024/07/WhatsApp-Image-2024-07-17-at-20.36.11_d0df54ae.jpg);
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

#top .est_text {
	display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: 20px;
	color: grey;
}

#top .welcome_popup_text {
	display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
	color: #2b2b2b;
}

#top .welcome_popup_subtext {
	text-align: center;
    display: block;
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
	color: grey;
}

#top .newsletter_popup_cont {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#top .newsletter_popup_inner_cont .main_p_cont * {
	color: grey;
}

#top #scroll-top-link {
	display: none !important;
}

#top #footer .ginput_container_email input {
	padding: 8px 14px !important;
    font-size: 14px !important;
}

#top #footer .gform_button {
	margin-top: 12px;
    font-size: 14px !important;
    padding: 12px 22px !important;
}

#top .acf-field input, #top .acf-field select {
    margin: 0px;
    padding: 0px !important;
    border: unset;
    font-size: 14px !important;
    border-bottom: 1px solid #e7e7e7 !important;
    border-radius: 0px !important;
	padding-bottom: 6px !important;
}

#top .acf-field-6555289da5b5f, #top .acf-field-6555283ea5b5e, #top .acf-field-66257397c5c56, #top .acf-field-662570d75125b, #top .acf-field-678835198a35d, #top .acf-field-65552833a5b5d, #top .acf-field-65ad9054642bc, #top .acf-field-65552808a5b5c, #top .acf-field-67478eefd89d2, #top .acf-field-655527f1a5b5b, #top .acf-field-6586310cea817, #top .acf-field-6637d4858fa83, #top .acf-field-65552e5ad2b67, #top .acf-field-65ad9075642bd, #top .acf-field-686198198861b, #top .acf-field-6862dbfe7d7dd, #top .acf-field-6865c673cb6e6 {
	grid-column: 1 / -1;
}

#top .acf-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.acf-field .acf-label {
    margin: 0 0 4px !important;
}

.acf-fields > .acf-field {
    padding: 10px !important;
}

#top .acf-url i {
    top: 12px;
    left: 0px;
	display: none !important;
}

#top .acf-field--post-title {
	grid-row: 1 / 2;
    grid-column: 1 / -1;
}

#top .acf-field--post-content, #top .acf-field-683c7d8ddb90e {
	grid-column: 1 / -1;
}

#top .acf-field-6865c673cb6e6 {
	grid-row: 1 / 2;
}

#top .acf-field.acf-field-gallery {
	grid-row: 2 / 3;
	grid-column: 1 / -1;
}

#top .acf-field-6637d426c75b1 {
	grid-row: 4 / 5;
    grid-column: 1 / 2;
}

#top .acf-field-665dad80ec676 {
	grid-row: 4 / 5;
	grid-column: 2 / 3;
}

#top .acf-field-65ad9016642ba, #top .acf-field-65ad94a418430, #top .acf-field-65553cb3f2857, #top .acf-field-687ae040c72b1 {
	grid-column: 1 / -1;
}

#top.page-id-2 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: unset !important;
    outline: 0 !important;
}

#top.page-id-2 .select2-search, #top.page-id-2 .select2-selection__rendered {
	margin: 0px !important;
    padding: 0px !important;
}

#top.page-id-2 .select2-container--default .select2-selection--multiple, #top.page-id-2 .select2-container--default .select2-selection--single {
    border: unset !important;
    border-radius: unset !important;
}

#top.page-id-2 .select2-container--open .select2-dropdown {
    left: 0;
    border: unset !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

#top.page-id-2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 0px !important;
    margin-top: 0px !important;
}

#top.page-id-2 .select2-selection__rendered li:first-child {
	margin-left: 0px !important;
}

#top.page-id-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 22px;
    font-size: 14px;
}

#top .acf-field-65401498ea8f2 {
	grid-column: 1 / -1;
}

#top .youtube_playlist_cont {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

#top .single_youtube_playlist_cont iframe {
	width: 100%;
	border-radius: 6px;
}

#top .um-field-area .um-clear {
	display: none !important;
}

.um .picker, .um .picker__weekday {
    color: #000 !important;
}

.um .picker__nav--next, .um .picker__nav--prev {
    top: 68px !important;
}

.picker__button--close {
	display: none !important;
}

#top .picker__select--year {
	display: block;
    width: 90% !important; 
    margin: 0 auto !important; 
    margin-bottom: 18px !important; 
	-webkit-appearance: none;
    border-radius: 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC) !important; 
    background-position: center right !important; 
    background-repeat: no-repeat !important; 
}

#top .iti--separate-dial-code {
	width: 100%;
}

#top .gform_heading {
	display: none !important;
}

#top .section_sub_title_cont .av-special-heading-tag {
	font-weight: 500;
    font-size: 20px;
}

#top .main_p_bigger_cont * {
	font-weight: 600;
	color: #000000;
	font-size: 18px;
    line-height: 24px;
}

#top .chosen-container-multi {
	border: 1px solid #e1e1e1 !important;
}

#top .gradient_bg {
	background: linear-gradient(0deg, rgba(54, 56, 147, 1) 0%, rgba(1, 92, 151, 1) 100%);
}

#top .fall_in_love_col .section_title_cont .av-special-heading-tag {
	font-size: 54px;
    line-height: 44px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #000000;
}

#top .fall_in_love_col {
	width: max-content;
    display: block;
    margin-left: auto;
}

#top .fall_in_love_line_icon {
	float: unset;
    margin-top: 20px;
    margin-bottom: 0px;
}

#top .special_amp {
    font-family: inherit;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: inherit;
    color: inherit!important;
}

#top .padd_bot_0 .template-page {
	padding-bottom: 0px !important;
}

#top .main_p_bigger_cont a {
	text-decoration: underline;
}

#top .main_btn_cont_white a {
	background: #ffffff !important;
	color: #005C97 !important;
}

#top .home_latest_news .all_blogs_cont {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#top .single_blog_cont {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    padding: 20px;
    gap: 20px;
    align-items: start;
}

#top .single_blog_bg_cont {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

#top .single_blog_inner {
    padding-right: 0px;
}

#top .blog_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#top .blog_excerpt {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    padding-right: 40px;
}

#top .home_latest_news .single_blog_cont:hover {
    box-shadow: rgb(0 0 0 / 16%) 0px 8px 24px !important;
}

#top .complete_sect_col {
    border: unset;
    padding: 30px;
    border-radius: 20px;
    background: #ffffff;
	top: 0px;
	transition: box-shadow .3s, top .3s;
}

#top .complete_sect_img img {
	height: 250px;
	object-fit: cover;
	border-radius: 12px;
}

#top .privacy_col {
	padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    max-width: 1008px;
    margin: 0 auto;
    float: unset;
}

#top .socket_links_cont a, #socket .copyright {
	font-size: 12px;
    line-height: 1;
    color: #969696;
    text-decoration: underline;
}

#socket .copyright {
	text-decoration: unset;
}

#top .socket_links_cont {
	display: grid;
    grid-template-columns: repeat(5, max-content);
    align-items: center;
    gap: 10px;
}

#socket .copyright {
    float: unset;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 46px;
    border-top: 1px solid;
}

#top .portfolio_logo_white_main img {
	height: 80px;
}

#top .av-countdown-time {
	font-weight: 800;
}

#top.page-id-1042 #hubspot-messages-iframe-container {
	display: none !important;
}

#top .iti--allow-dropdown input, .iti--allow-dropdown input[type=tel],#top .iti--allow-dropdown input[type=text],#top .iti--separate-dial-code input,#top .iti--separate-dial-code input[type=tel],#top .iti--separate-dial-code input[type=text] {
    padding-left: 64px !important;
}

#top .hide_verify_btn {
	display: none !important;
}

#top .home_flicks_section {
	background-position: 50% 400% !important;
    background-size: 1300px !important;
}

#top .more_services_btn_col {
	margin-top: -84px;
}

#top .complete_sect_col_3 {
	margin-top: 178px;
}

#top .complete_sect_col_1 {
	margin-top: 160px;
}

#top .complete_sect_col:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	top: -10px;
}

#top .feat_offer_icon img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

#top .feat_offer_icon {
	position: absolute;
    top: 2px;
    right: -16px;
}

#top .become_a_partner_form_col {
	background: linear-gradient(155deg, rgba(0, 92, 151, 1) 0%, rgba(54, 55, 149, 1) 100%) !important;
    padding: 30px 40px;
    border-radius: 12px;
}

#top .become_a_partner_form_col .av-special-heading-tag {
	color: #ffffff !important;
}

#top .become_a_partner_form_col .gfield input, #top .become_a_partner_form_col .gfield textarea {
	background-color: #ffffff !important;
}

#top .become_a_partner_form_col label, #top .become_a_partner_form_col label span, #top .become_a_partner_form_col legend span {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
    margin-bottom: 6px;
}

#top .become_a_partner_form_col label span, #top .become_a_partner_form_col legend span {
    margin-left: 0px;
    margin-bottom: 0px;
}

#top .become_a_partner_form_col form {
    margin-bottom: 0px;
    margin-top: 20px;
}

#top .gform-theme--framework .gform_validation_errors {
	display: none;
}

.gform-theme--framework .gfield_validation_message {
    color: red;
}

#top .become_a_partner_form_col .gform-theme--foundation .gform_fields {
    grid-row-gap: 0px !important;
    row-gap: 20px !important;
}

#top .um-col-alt-s {
	display: flex;
    justify-content: center;
}

#top .new_message_cont {
    position: absolute;
    top: -10px;
    right: -4px;
    background: red;
    line-height: 1;
    padding: 3px;
    border-radius: 4px;
    font-size: 8px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

#top #um_field_0_um_show_last_login {
	display: grid;
    grid-template-columns: 100%;
    width: 100%;
}

#top .submit_success_cont img {
	height: 200px;
    object-fit: contain;
}

#top .sender-form-field {
	max-width: max-content;
    margin: 0 auto;
}

#top .main_p_cont_bigger * {
	font-size: 20px;
	line-height: 34px;
}

#top #menu-item-browse, #top .media-frame-content .media-toolbar-secondary, #top .media-frame-content .search-form {
	display: none !important;
}

#top .media-modal {
    z-index: 99999999999 !important;
}

#top .acf-field-65401498ea8f2 .select2 {
	pointer-events: none !important;
}

#top .agent_active_listing_inner_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
}

#top .btn_smaller_text {
	font-size: 12px;
    display: block;
    margin-top: 5px;
}

#top .home_header_btn_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
    justify-content: center;
}

.um .picker--opened .picker__frame {
	bottom: -69px !important;
}

#top .agent_prop_btns_cont {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

#top.page-id-1309 .agent_prop_btns_cont {
    grid-template-columns: 100%;
}

#top .more_info_btn_delete {
	background-color: #970000;
}

#top .more_info_btn_edit {
	background-color: #009762;
}

#top .add_property_accuracy_check_cont .main_p_cont, #top .add_property_listing_active_cont .main_p_cont {
	text-align: center;
}

#top .add_property_accuracy_check_cont {
	display: none;
}

#top .accuracy_check_cont {
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}

#top .add_property_accuracy_check_box input {
	margin: 0px;
    width: 16px;
    height: 16px;
}

#top .add_property_accuracy_check_box label {
	font-family: 'static', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 500;
}

#top .add_property_accuracy_check_box {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 8px;
}

#top .add_property_accuracy_check_box_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin-top: 40px;
}

#top .add_property_accuracy_check_box_inner_cont {
    padding-right: 20px;
    border-right: 1px solid #b5b5b5;
    padding-top: 20px;
    padding-bottom: 20px;
}

#top .add_new_property_btn a {
    width: 100%;
    max-width: 100%;
	cursor: pointer;
	margin: 0px !important;
	border: unset !important;
}

#top.page-id-2 .acf-form .acf-form-submit {
	display: none;
}

#top .single_blog_meta_cont svg {
	display: block;
	width: 4px;
	height: 4px;
}

#top .single_blog_meta_cont svg path {
	fill: #264377;
}

#top .single_blog_meta_cont {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 6px;
    align-items: center;
	margin-bottom: 12px;
}

#top .blog_author {
	font-weight: 600;
    font-size: 12px;
    color: #000000;
	display: block;
	line-height: 1;
}

#top .blog_tags_cont span {
    display: block;
    width: max-content;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 20px;
    border: 2px solid #e7e7e7;
	font-size: 12px;
	font-weight: 600;
}

#top .blog_tags_cont {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

#top .add_a_property .avia-menu-text {
	padding: 5px 12px;
    background: #ffffff;
    color: #2f3c95;
    border-radius: 28px;
    font-weight: 800;
}

#top #wp-acf-editor-73-wrap .switch-html, #top #mceu_81 {
	display: none;
}

#top .acf-gallery-add {
	padding: 10px 16px !important;
    font-size: 14px !important;
}

#top .business_partners_intro_imgs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

#top .single_business_partners_intro {
	width: 100%;
	height: 450px;
	border-radius: 5px;
	background-size: contain !important;
}

#top .business_partners_intro_wrapper .template-page, #top .page_header_cont .template-page {
	padding-top: 120px !important;
}

.html_header_top.html_header_sticky .single-properties #main {
    padding-top: 92px !important;
}

#top .scroll_down_icon img {
	height: 100px;
    object-fit: contain;
    margin-top: 40px;
}

#top .business_partners_suppliers_sep {
	width: 100%;
    height: 1px;
    background: #ebebeb;
    margin-bottom: 40px;
    display: block;
}

#top #avia-menu {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-items: center;
    gap: 24px;
}

#top .um-message-delconv {
	display: none !important;
	pointer-events: none !important;
}

#top .swiper-container-featured .home_feat_slide {
    display: grid;
    grid-template-columns: repeat(3, 390px);
    gap: 24px;
}

#top .single_pricing_cont, #top .pricing_plans_info_col {
    padding: var(--Spacing-x6, 20px);
    border-radius: var(--Corner-radius-md, 16px);
    background: #ffffff;
    position: relative;
    top: 0px;
	box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
    border: 1.5px solid var(--Border-border-primary, #FABF43);
    transition: box-shadow .3s, top .3s;
    height: max-content;
}

#top .single_pricing_cont:hover {
	box-shadow: rgb(149 157 165 / 70%) 0px 8px 24px;
    top: -10px;
}

#top .price_title {
	display: block;
	color: var(--Typography-type-invert, #FFF);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
	border-radius: var(--Corner-radius-md, 16px);
	background: var(--Colour-Brand-PP---Jade, #38BDA8);
	padding: var(--Spacing-x2, 8px) var(--Spacing-x4, 16px);
	max-width: max-content;
}

#top .price_cont {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 6px;
    align-items: end;
}

#top .price_text {
	display: block;
    color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.68px;
}

#top .price_per_month_text {
    color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.46px;
}

#top .price_intro_text {
	font-size: 16px;
    display: block;
    margin-top: 10px;
    font-family: 'static', Helvetica, Arial, sans-serif;
}

#top .pricing_features_sep {
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    display: none !important;
    margin-top: 20px;
    margin-bottom: 24px;
}

#top .single_pricing_feature {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 14px;
    margin-top: 0px;
}

#top .single_pricing_feature svg {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #005C97;
    border: 2px solid #005C97;
}

#top .single_pricing_feature_text {
    display: block;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	color: var(--Typography-type-primary, #000);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.32px;
}

#top .pricing_features_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: 16px;
	margin-top: 32px;
}

#top .pricing_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	align-items: end;
}

#top .pricing_cont .single_pricing_cont:not(:first-child), #top .pricing_reg_cont .single_pricing_cont {
	filter: grayscale(1);
	pointer-events: none;
}

#top .av-main-nav ul a {
    border: unset;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
}

#top .sub-menu {
	border-radius: 0px 0px 10px 10px !important;
    overflow: hidden;
}

#top .padd_top_110 {
	padding-top: 110px;
}

#top .marg_top_40 {
	margin-top: 40px;
}

#top .pricing_main_sep {
    display: block;
    width: 100%;
    height: 1px;
    background: #005C97;
    margin: 60px 0px;
}

#top .pricing_plans_info_cont_sep {
	display: block;
    width: 1px;
    height: 100%;
    background: #005C97;
}

#top .pricing_plans_info_col p, #top .pricing_plans_info_col .av-special-heading-tag {
	text-align: center;
}

#top .pricing_plans_info_cont {
	display: grid;
    grid-template-columns: 1fr max-content 1fr;
    gap: 60px;
}

#top .supplier_intro_img_cont {
	grid-template-columns: 100%;
}

#top .supplier_intro_img_cont .single_business_partners_intro {
    border-radius: 0px;
}

#top .supplier_intro_text * {
	text-align: center;
}

#top .service_name {
	display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

#top .supplier_service_info_cont .main_p_cont * {
	text-align: center;
}

#top .supplier_service_info_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

#top .supplier_portfolio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

#top .supplier_portfolio a, #top .supplier_portfolio img {
	display: block;
}

#top .supplier_portfolio img {
	width: 100%;
	height: 400px;
	border-radius: 12px;
	object-fit: cover;
}

#top .wishlist_icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/01/star_wishlist_icon0.svg);
    position: relative;
    top: -1px;
}

#top .reject_icon {
	display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/01/not_liked_icon0.svg);
}

#top .rewind_icon {
	display: block;
    width: 15px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/01/rewind_icon0.svg);
}

#top .prop_swiper_book_a_viewing {
	display: block;
	background: #2f3c95;
	font-weight: 800;
	color: #ffffff;
	font-size: 15px;
	border-radius: 4px;
	width: max-content;
	padding: 7px 16px;
	margin-top: 10px;
	cursor: pointer;
}

#top .prop_swiper_book_a_viewing_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: start;
    justify-content: space-between;
}

#top .prop_imgs_card_cont {
	position: relative;
}

#top .see_more_photos_cont {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 141px;
    height: 150px;
    border-radius: 4px;
    background: #00000085;
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	cursor: pointer;
}

#top .see_more_photos_cont span {
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
}

#top .prop_swiper_header_sms_icon {
	display: block;
    width: 40px;
    height: 40px;
	background-image: url(/wp-content/uploads/2025/01/message_swiper_icon0.svg);
}

#top .prop_swiper_header_search_icon {
	display: block;
    width: 30px;
    height: 30px;
	background-image: url(/wp-content/uploads/2025/01/prop_search_icon0.svg);
}

#top .prop_swiper_search_cont {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}

#top .prop_swiper_search_cont {
	font-weight: 600;
	color: #000000;
	font-size: 16px;
}

#top .prop_swiper_open_img_cont {
	width: 100%;
	height: 310px;
	border-radius: 4px;
}

#top .prop_swiper_open_cont {
    width: 320px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 14px;
    background: #ffffff;
    border-radius: 8px;
    overflow: auto;
    height: 560px;
}

#top .prop_swiper_open_cont::-webkit-scrollbar {
  display: none;
}

#top .prop_swiper_open_cont {
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

#top .swiper-container-prop-swiper-open {
	overflow: hidden;
	position: relative;
}

#top .prop_swiper_open_cont_next svg {
    display: block;
    width: 35px;
    height: 35px;
}

#top .prop_swiper_open_cont_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 20;
    transform: translateY(-50%);
}

#top .prop_swiper_open_cont .prop_swiper_wrapper_cont .main_p_cont {
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

#top .prop_swiper_open_wrapper .prop_swiper_footer {
    grid-template-columns: repeat(2, max-content);
    background: #ffffff;
    width: max-content;
    margin: 0 auto;
    border-radius: 8px;
    padding: 10px 20px;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

#top .prop_swiper_open_wrapper .prop_reject_cont, #top .prop_swiper_open_wrapper .swiper_book_a_viewing_btn {
    border: 2px solid #2f3c95 !important;
}

#top .prop_swiper_open_wrapper .prop_swiper_book_a_viewing {
    margin-top: 0px;
	grid-column: 1 / -1;
	width: 100%;
	text-align: center;
}

#top .single_post_share_cont a {
	width: 20px;
	height: 20px;
}

#top .hide_prop_form {
	display: none !important;
}

#top .main_form_cont .ginput_container_email input {
	font-size: 13px !important;
    font-weight: 400 !important;
}

#top .homeflicks_get_started, #top.logged-in .homeflicks_sign_up {
	display: none !important;
}

#top.logged-in .homeflicks_get_started {
	display: block !important;
}

#top .prop_form_notify {
	height: 0px;
	overflow: hidden;
}

#top .feedback_btn {
    position: fixed;
    float: unset;
    z-index: 999;
    top: 50%;
    right: -76px;
    transform: rotate(270deg) translateX(0%);
}

#top .feedback_btn a {
	border-radius: 20px 20px 0px 0px;
}

#top .agent_active_listing_cont .um-message-noconv {
	top: 0px;
    min-height: max-content;
    height: max-content;
}

#top .open_search_btn {
	background-color: #2f2f2f;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    font-family: 'static', Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
}

#top.page-id-102 .open_search_btn {
	display: none;
}

#top .single_prop_title a {
	display: block;
	height: 48px;
}

#top .single_prop_title a::first-letter {
  	text-transform: uppercase !important;
}

#top .um-profile-nav-reviews {
	display: none !important;
}

#top .section_title_cont_black * {
	color: #000000 !important;
}

#top .top_listings_cont {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#top #license-form .get_verified_btn {
	font-size: 12px;
    padding: 8px 14px;
	background-color: #005C97;
	border-radius: 4px;
	line-height: 1;
	border: unset !important;
	color: #ffffff;
	cursor: pointer;
}

#top #license-form {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 10px;
    margin: 0px;
}

#top #license-response p {
    margin: 0px;
    font-weight: 800;
}

#top #license-form input {
    margin-bottom: 0px !important;
    padding: 8px 12px;
    font-size: 12px;
}

#top .hide_agent_license, #top .acf-field-67d3fabb33467 {
	display: none;
}

#top .swiper-container-featured {
	overflow: hidden;
	padding-top: 20px;
}

#top .single_property_price {
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

#top .single_active_filters_cont {
    border-radius: 100px;
    border: 2px solid var(--Colour-Blues-200, #BAC1FA);
    background: var(--Surface-surface-primary, #F7F7F7);
    cursor: pointer;
    padding: 6px var(--Spacing-xs, 10px);
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 6px;
    color: var(--Surface-surface-brand, #4E63FE);
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    max-width: max-content;
}

#top .active_filters_cont {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 14px;
    grid-column: 1 / -1;
}

#top .ppmt_blog_header_wrapper_inner {
	position: relative;
	z-index: 20;
}

#top .plus_plan .price_cont {
    grid-template-columns: repeat(3, max-content);
}

#top .price_text_cut {
	font-size: 24px;
    align-self: end;
    line-height: 18px;
    margin-right: 10px;
    text-decoration: line-through;
    opacity: 0.2;
}

#top .partner_with_us_cont .single_partner_with_us_cont:last-child .single_partner_with_us_icon {
	background-image: url(/wp-content/uploads/2025/07/23198fcd4c0b27092d5ea162791e1734029f7005.webp) !important;
	width: 240px;
    height: 232px;
    top: -38px;
    right: -2px;
}

#top .main_properties_featured_cont, #top .main_property_cont .main_section_title_blue {
	grid-column: 1 / -1;
}

img.mfp-img {
    height: 724px !important;
	max-width: 800px !important;
	object-fit: contain;
}

#top.single-properties .avia-section .container {
	padding: 0px 0px !important;
}

#top .prop_agent_icense, #top .ppmt_prop_main_detials_title_info {
	font-weight: 500 !important;
	font-size: 16px !important;
}

.um .um-form input[type=tel] {
      padding: 0 45px !important;
    width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
    outline: none !important;
}

#top .iti__selected-country-primary {
	background: #ffffff !important;
}

#top .single_dashboard_tab_performance_left_cont .ppmt_prop_main_detials_title {
	margin-top: 0px !important;
}

#top .ppmt_agent_info_inner_cont .ppmt_agent_info_type {
	max-width: 74px;
    text-align: center;
}

#top a.um-button.um-button-google {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 50px !important;
}

#top .main_property_cont .main_section_title_blue {
	padding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7 !important;
}

#top .property_sort_inner_cont {
	max-width: max-content;
    margin: 0 auto;
}

#top #sort-options {
	border: 1px solid var(--Surface-surface-brand, #4E63FE) !important;
    padding: 10px 20px !important;
    border-radius: 20px;
}

#top .bm-subject-container-edit {
	display: none !important;
}

#top .gform_confirmation_message_17 {
	text-align: center !important;
}

#top .center_btn_message {
	display: flex;
    justify-content: center;
}

#top .filled_param {
	font-weight: 700 !important;
    text-transform: uppercase !important;
	color: #2f3c95 !important;
}

#top .download_pdf {
	display: block;
    text-align: center;
    margin-top: 20px;
	cursor: pointer;
}

#top .prop_pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 68%) 100%);
    border-radius: 0px 0px 16px 16px;
    padding: 42px 10px 16px 10px;
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 8px;
    justify-content: center;
	opacity: 0;
	transition: opacity .2s ease;
}

#top .ppmt_single_property_cont:hover .prop_pagination {
	opacity: 1;
}

#top .prop_pagination .swiper-pagination-bullet {
	margin: 0px !important;
}

#top .small_text {
	font-size: 14px;
    margin-left: 3px;
}

#top .single_what_we_offer_cont * {
	text-align: center;
	color: #ffffff !important;
}

#top .single_what_we_offer_cont .ppmt_main_p_cont {
	margin-top: 16px;
}

#top .what_we_offer_section_cont {
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 30px !important;
	padding: 30px !important;
}

#top .single_what_we_offer_cont svg {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
	margin-bottom: 16px !important;
}

#top .single_what_we_offer_cont svg path {
	fill: #ffffff;
}

#top .single_what_we_offer_cont {
	padding: 20px;
    border-radius: 20px;
	background: #3b50d3;
}

#top .single_partner_logo_cont {
	padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}

#top .see_more_photos {
	background: #ffffff;
    color: #222220 !important;
    border: 2px solid var(--Colour-Brand-PP---Black, #222220) !important;
    max-width: max-content;
    font-size: 14px;
    line-height: 150%;
    padding: 8px 24px !important;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    border-radius: 50px;
    position: absolute;
    z-index: 20;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

#top .property_images_popup_cont {
	display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#top .property_images_popup_cont_active {
	display: block;
}

#top .property_images_popup_inner_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 30px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    height: 84vh;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
}

#top .single_prop_img {
	width: 100%;
	height: 250px;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

#top .single_prop_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

#top .property_images_popup_inner_cont .prop_pagination {
    bottom: 42px;
    padding: 42px 10px 16px 10px;
	background: unset;
    opacity: 1;
}

.responsive #top .single_related_searches_cont h3 {
	font-size: 22px !important;
	margin-bottom: 20px !important;
	max-width: 250px;
}

#top .swiper-container-featured-blogs .swiper-slide {
	width: 366px;
}

#top .read_next_text {
	font-size: 42px;
    line-height: 1;
    display: inline-block;
}

#top .blog_read_next_cont a {
    font-size: 42px;
    font-style: italic;
    font-weight: 600;
    line-height: 56px;
    background: #4e63fe38;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
}

#top.single-suppliers .main_section_title_ppmt .av-special-heading-tag {
	font-size: 50px;
}

#top .business_partner_contact_cont .footer_socials_cont {
	display: flex;
    flex-direction: row;
    margin-top: 20px;
	gap: 26px;
}

#top .business_partner_contact_cont .footer_socials_cont a {
    gap: 8px;
}

#top .main_search_advanced_top_open {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background-image: url(/wp-content/uploads/2025/11/Buttons.png);
    transform: rotate(180deg);
    transition: transform .2s ease;
}

#top .main_property_advanced_cont .main_search_advanced_cont_active .main_search_advanced_top_open {
	transform: rotate(0deg);
}

#top .main_property_advanced_cont .main_search_advanced_cont {
	height: 105px;
    overflow: hidden;
    transition: height .6s ease;
}

#top .save_search_cont {
	opacity: 0;
	width: 0px;
	pointer-events: none;
	transition: opacity .2s ease, width .2s ease;
}

#top .main_property_advanced_cont .main_search_advanced_cont_active .save_search_cont {
	opacity: 1;
	pointer-events: auto;
	width: 90px;
}

#top .single_related_searches_cont .ppmt_main_p_cont * {
	font-size: 14px;
	line-height: 120%;
}

#top .main_property_advanced_cont .main_search_advanced_cont_active {
	height: 372px;
}

#top .main_property_advanced_cont .main_search_advanced_cont_active_filters {
	height: 407px;
}

#top .main_property_advanced_cont .main_search_advanced_cont .active_filters_cont {
    opacity: 0;
    margin-bottom: -22px;
    transition: opacity .2s ease, margin-bottom .2s ease;
    min-height: 34px;
	pointer-events: none;
}

#top .main_property_advanced_cont .main_search_advanced_cont_active_filters .active_filters_cont {
	opacity: 1;
    margin-bottom: 14px;
	pointer-events: auto;
}

#top .main_property_advanced_cont .ppmt_search_input_cont_location .select2-container {
	height: max-content !important;
}

#top .main_property_advanced_cont .ppmt_search_input_cont_location .select2-selection--multiple {
    height: 230px !important;
    overflow: auto;
}

#top .main_property_advanced_cont .ppmt_search_input_cont_amenities_advanced .select2-container {
	height: max-content !important;
}

#top .main_property_advanced_cont .ppmt_search_input_cont_amenities_advanced .select2-selection--multiple {
    height: 99.95px !important;
    overflow: auto;
}

#top .single_saved_searched_inner_cont .single_active_filters_cont {
	grid-template-columns: max-content;
}

#top .single_saved_searched_inner_cont {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#top .gform-theme--framework input[type=checkbox]::before, #top .gform-theme--framework input[type=radio]::before {
    margin-left: 2px;
}

@media only screen and (max-width: 1600px) {
  	#top .single_prop_img_cont {
		height: 200px;
	}
	
	#top .single_prop_title {
		font-size: 16px;
	}
	
	#top .single_prop_detail {
		font-size: 12px;
	}
	
	#top .single_prop_price {
		font-size: 16px;
	}
	
	#top .menu_burger_main {
		right: 30px;
	}
	
	#top .section_title_cont_smaller .av-special-heading-tag {
		font-size: 24px;
	}
	
	#top .complete_sect_img img {
		height: 206px;
	}
	
	#top .main_p_cont * {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .single_blog_bg_cont {
		height: 200px;
	}
	
	#top .blog_excerpt {
		font-size: 14px;
		line-height: 20px;
	}
	
	#top .swiper-container-featured .single_prop_img_cont {
		height: 240px;
	}
	
	#top .property_agent_btn, #top .add_prop_button, #top .main_btn_cont a, #top .newsletter_form_cont .wpcf7-submit, #top .wpcf7-submit, #top .acf-form .acf-button, #top .gform_button, #top .more_info_btn, #top .um-message-btn, #top .agency_create_button {
		padding: 12px 22px;
		font-size: 14px;
	}
}

/* New Styling */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

#top .main_section_title .av-special-heading-tag {
	color: #4E63FE !important;
	font-weight: 500;
	font-size: 84px;
	line-height: 120%;
	letter-spacing: -2%;
	text-transform: unset;
}

#top .main_section_title_home_subtitle .av-special-heading-tag {
	color: #000000 !important;
	font-size: 38px;
}

#top .home_intro_cont .container {
	max-width: 1394px !important;
}

#top .marg_top_32 {
	margin-top: 20px;
}

#top .home_intro_cont .template-page {
	padding-bottom: 72px;
	padding-top: 20px;
}

#top .featured_listing_sect .template-page {
	padding-bottom: 0px;
	padding-top: 0px;
}

#top .ppmt_main_p_cont *:first-child {
	margin-top: 0px;
}

#top .ppmt_main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .ppmt_main_p_cont strong {
	font-weight: 700;
	color: var(--Typography-type-primary, #000);
}

#top .ppmt_main_p_cont * {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: -2%;
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
}

#top .how_it_works_title {
	display: block;
	color: var(--Typography-type-brand, #4E63FE);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.66px;
}

#top .single_how_it_works_inner_cont .marg_top_24 {
    margin-top: 10px !important;
}

#top .marg_top_16 {
	margin-top: 16px;
}

#top .btn_cont {
    display: block;
    max-width: max-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--Surface-surface-primary, #F7F7F7) !important;
    background: #4E63FE !important;
    gap: 12px;
    border-radius: 100px;
    padding: 16px 36px;
}

#top .btn_cont_outline {
	background: transparent !important;
	border: 2px solid var(--Colour-Brand-PP---Black, #222220) !important;
	color: var(--Colour-Brand-PP---Black, #222220) !important;
	padding: 14px 36px;
}

#top .btn_row_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: end;
    gap: 8px;
}

#top .marg_top_0 {
	margin-top: 0px !important;
}

#top .ppmt_single_property_img {
    width: 100%;
    height: 240px;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	background-image: url(/wp-content/uploads/2024/01/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge-1.webp);
	position: relative;
}

#top .ppmt_single_property_state {
	display: block;
	max-width: max-content;
	padding: 8px 12px;
	background: #38BDA899;
	font-weight: 500;
	font-size: 16px;
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	line-height: 140%;
	letter-spacing: -2%;
	color: #FBFBFB;
	border-radius: 12px;
}

#top .ppmt_single_property_cont {
    background: var(--Surface-surface-secondary, #FFFFFF);
    padding: 12px;
    border-radius: 16px;
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-rows: repeat(6, max-content);
	box-shadow: rgb(100 100 111 / 17%) 0px 1px 20px 0px;
}

#top .ppmt_single_property_title {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -2%;
	color: var(--Typography-type-primary, #000000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	margin-top: 12px;
	padding-right: 0px;
}

#top .ppmt_single_property_view_on_map {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -2%;
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	color: #000000;
	grid-column: 2 / 3;
    grid-row: 1 / 2;
}

#top .ppmt_single_property_location_inner_cont svg {
	display: block;
}

#top .ppmt_single_property_location_inner_cont {
	display: grid;
	grid-template-columns: max-content;
	align-items: center;
	gap: 12px;
}

#top .ppmt_single_property_location {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	letter-spacing: -2%;
	text-transform: uppercase;
	color: var(--Colour-Brand-PP---Blue, #4E63FE);
}

#top .ppmt_single_property_location_cont {
    display: grid;
    grid-template-columns: 1fr max-content;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    grid-row: 3 / 4;
    margin-bottom: -8px;
}

#top .ppmt_single_property_cont .btn_cont {
	max-width: 100%;
	text-align: center;
	margin-top: 12px;
}

#top .ppmt_single_property_price {
	display: block;
	font-weight: 700;
	font-size: 20px;
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	line-height: 130%;
	letter-spacing: -2%;
	color: var(--Typography-type-primary, #000000);
}

#top .ppmt_single_property_inner_cont {
	margin-top: 12px;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

#top .ppmt_single_property_extra_cont svg {
	display: block;
	width: 18px;
	height: 18px;
}

#top .ppmt_single_property_extra_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 8px;
}

#top .ppmt_property_extras_cont .ppmt_single_property_extra_cont {
	padding-left: 10px;
    border-left: 1px solid #FABF43;
    margin-left: 10px;
}

#top .ppmt_property_extras_cont .ppmt_single_property_extra_cont:first-child {
	padding-left: unset !important;
    border-left: unset !important;
    margin-left: unset !important;
}

#top .ppmt_property_extras_cont {
	display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 0px;
    align-items: center;
}

#top .ppmt_property_cont {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

#top .btn_row_cont_left {
	justify-content: start;
}

#top .marg_top_125 {
	margin-top: 125px;
}

#top .marg_top_12 {
	margin-top: 12px;
}

#top .marg_top_72 {
	margin-top: 72px;
}

#top .main_section_title_larger .av-special-heading-tag {
	font-size: 84px;
	color: #222220 !important;
}

#top .padd_top_100 .template-page {
	padding-top: 80px;
}

#top .padd_bot_80 .template-page {
	padding-bottom: 80px;
}

#top .tables_sect .template-page {
	padding-top: 120px;
}

#top .padd_bot_0 .template-page {
	padding-bottom: 0px;
}

#top .main_section_title_ppmt .av-special-heading-tag {
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
  	font-optical-sizing: auto;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.12px;
	text-transform: unset;
}

#top .main_section_title_ppmt .av-special-heading-tag, #top .ppmt_main_p_cont h1, #top .ppmt_main_p_cont h2, #top .ppmt_main_p_cont h3, #top .ppmt_main_p_cont h4, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6, #top .ppmt_main_p_cont h1 *, #top .ppmt_main_p_cont h2 *, #top .ppmt_main_p_cont h3 *, #top .ppmt_main_p_cont h4 *, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6 * {
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
  	font-optical-sizing: auto;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0px !important;
	text-transform: unset;
}

#top .ppmt_main_p_cont h1, #top .ppmt_main_p_cont h2, #top .ppmt_main_p_cont h3, #top .ppmt_main_p_cont h4, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6, #top .ppmt_main_p_cont h1 *, #top .ppmt_main_p_cont h2 *, #top .ppmt_main_p_cont h3 *, #top .ppmt_main_p_cont h4 *, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6 * {
	margin-top: 40px;
}

#top .main_section_title_ppmt_smaller .av-special-heading-tag {
	font-size: 24px;
	font-weight: 600;
	line-height: 130%; /* 31.2px */
	letter-spacing: 0px;
}

#top .main_section_title_ppmt_medium .av-special-heading-tag {
	font-size: 34px;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0px;
}

#top .single_contact_detail_cont span, #top .single_contact_detail_cont a {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
  	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.32px;
}

#top .single_contact_detail_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 48px;
}

#top .marg_top_72 {
	margin-top: 72px;
}

#top .contact_details_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: 20px;
}

#top .padding_top_main .template-page {
	padding-top: 50px;
}

#top .padding_bottom_main .template-page {
	padding-bottom: 50px;
}

#top .padding_bottom_0 .template-page {
	padding-bottom: 0px;
}

#top .gfield_label, #top .um-field-label label, #top .acf-field label, #top .gfield_required {
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
  	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0px;
	margin-bottom: 4px;
}

#top .gfield_required {
	color: red !important;
}

#top .gfield_required {
	display: none !important;
}

#top.page-id-23356 .gfield_required {
	display: block !important;
}

#top .um-field-label {
	margin-bottom: 4px !important;
}

.um-form input[type=number], .um-form input[type=password], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=text] {
    height: max-content !important;
}

#top .um-register {
	max-width: 100%;
	margin-top: 46px;
}

#top .um-register .um-col-1, #top .um-form .um-col-1 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #000000 !important;
    border-radius: 0px;
    padding: 0px !important;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    outline: unset !important;
    box-shadow: unset !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.32px;
	height: max-content;
	margin: 0px !important;
	border-bottom: 1px solid #00000024 !important;
    padding-bottom: 2px !important;
}

#top .mfp-gallery {
	display: none !important;
}

#top .um-field .select2.select2-container .select2-selection, #top .um-search-filter .select2.select2-container .select2-selection {
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	padding: 0px !important;
	color: #000000 !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	letter-spacing: -0.32px !important;
	border: unset !important;
}

#top .um-field-error {
    width: auto;
    max-width: 100%;
    background: transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding: 0px;
    font-size: 14px;
    line-height: 20px !important;
    color: #c74a4a !important;
    margin: 0px;
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
}

#top .um-field-arrow {
	display: none !important;
}

#top .um-field .select2.select2-container .select2-selection .select2-selection__arrow:before, #top .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before, .um-field .select2-container--default .select2-selection--multiple .select2-selection__clear, .um-field .select2-container--default .select2-selection--single .select2-selection__clear, .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear, .um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear, .um-field-label .um-field-label-icon i::before {
    color: var(--Surface-surface-brand, #4E63FE) !important;
}

.um-field .select2-container--default .select2-selection--multiple .select2-selection__clear, .um-field .select2-container--default .select2-selection--single .select2-selection__clear, .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear, .um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear {
	line-height: 40px !important;
    margin: 0 !important;
    right: 6px !important;
}

#top .gfield, #top .um-field, #top .acf-field {
	border-radius: var(--Corner-radius-full, 16px);
    background: var(--Surface-surface-secondary, #FFF);
    box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
    padding: var(--Spacing-spacing-03, 12px) var(--Spacing-spacing-06, 24px) var(--Spacing-spacing-03, 12px) var(--Spacing-spacing-07, 24px) !important;
}

#top .acf-field-textarea, #top .acf-field-gallery, #top .acf-field-file, #top .acf-field--post-content, #top .acf-field-6865c673cb6e6 {
	border-radius: 20px !important;
}

.select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: unset !important;
}

#top .gfield--type-textarea {
	border-radius: var(--Corner-radius-lg, 24px) !important;
}

#top .gform-theme--foundation .gform_fields {
    grid-row-gap: 16px !important;
    row-gap: 16px !important;
}

#top fieldset {
    margin-bottom: 0px !important;
}

#top .gfield_description {
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.32px;
}

#top .marg_top_24 {
	margin-top: 24px;
}

#top .gfield--type-consent {
    padding: 0px !important;
    background: transparent !important;
    border-radius: 0px !important;
    box-shadow: unset !important;
    margin-top: 20px;
}

#top .gfield_consent_label {
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.32px;
}

#top .gform_button {
    border-radius: 100px;
    background: var(--Surface-surface-brand, #4E63FE);
    padding: 16px 32px;
    color: var(--Surface-surface-primary, #F7F7F7);
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 30px !important;
}

#top .gform-theme--framework .gfield_validation_message {
    color: red !important;
    font-size: 12px !important;
}

#top .marg_top_16 {
	margin-top: 16px;
}

#top .newsletter_section_text {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0px;
}

#top .newsletter_section_img {
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/10/Newsletter_icon_blue.svg);
	border-radius: var(--Corner-radius-md, 16px);
}

#top .newsletter_section_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    border-radius: var(--Corner-radius-md, 16px);
    background: #ffffff;
    padding: var(--Spacing-spacing-06, 24px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#top .newsletter_section_inner_cont {
	padding: var(--Spacing-spacing-04, 16px);
}

#top .marg_top_56 {
	margin-top: 32px;
}

#top .follow_us_section_cont {
    border-radius: var(--Corner-radius-md, 16px);
    background: var(--Surface-surface-brand, #4E63FE);
    padding: var(--Spacing-spacing-06, 24px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	overflow: hidden;
	background-image: url(/wp-content/uploads/2025/06/ppmt_gradient.jpg);
	background-size: cover;
	background-position: center;
}

#top .home_become_our_partner_sect .entry-content-wrapper {
	border-radius: var(--Corner-radius-md, 16px);
    background: var(--Surface-surface-brand, #4E63FE);
    padding: var(--Spacing-spacing-06, 24px);
	background-image: url(/wp-content/uploads/2025/06/ppmt_gradient.jpg);
	background-size: cover;
	background-position: center;
}

#top .follow_us_color_sect .template-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

#top .newsletter_color_sect .template-page {
	padding-top: 0px;
}

#top .text_white *, #top .text_white {
	color: #ffffff !important;
}

#top .follow_us_section_socials_cont * {
	display: block;
}

#top .marg_top_142 {
	margin-top: 142px;
}

#top .follow_us_section_socials_inner_cont {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 40px;
}

#top .follow_us_section_socials_title {
	display: block;
	color: var(--Typography-type-invert, #FFF);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
}

#top .ppmt_btn_cont, #top .um input[type=submit].um-button, #top .um-right a, #top .acf-form .acf-button, #top .main_btn_cont a, #top .bm-lc-button {
	border-radius: 100px;
	background: var(--Surface-surface-brand, #4E63FE);
	padding: 16px 32px;
	color: var(--Surface-surface-primary, #F7F7F7);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	cursor: pointer;
}

#top .bm-lc-button {
	border: unset !important;
}

#top .um input[type=submit].um-button, #top .um-right a {
	border-radius: 100px !important;
	padding: 16px 32px !important;
	font-weight: 600 !important;
	line-height: 150% !important;
}

#top .ppmt_btn_cont_yellow {
	background: var(--Colour-Brand-PP---Yellow, #FABF43);
	color: var(--Colour-Brand-PP---Black, #222220);
	border: 1px solid #FABF43 !important;
}

#top .ppmt_btn_cont_outline_black, #top .um-right a, #top.single-properties .bm-lc-button {
	background: transparent !important;
	color: #222220 !important;
	border: 2px solid var(--Colour-Brand-PP---Black, #222220) !important;
}

#top .um-col-alt .um-field-checkbox:not(.um-field), #top .um-col-alt .um-field-radio:not(.um-field) {
    margin: 18px 20px;
}

#top.um-page-password-reset .um-form form {
	display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    margin: 0px !important;
}

#top.um-page-password-reset .um-field-block * {
	display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    margin: 0px !important;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

#top .ppmt_btn_cont_outline_white {
	border: 2px solid var(--Colour-Brand-PP---White, #F7F7F7);
}

#top .ppmt_main_menu_cont a {
	font-size: 14px;
	line-height: 150%;
	padding: 12px 24px;
}

#top .ppmt_main_menu_cont {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	align-items: center;
	gap: 4px;
}

#top .follow_us_section_inner_cont {
	padding: var(--Spacing-spacing-04, 16px);
}

#top .single_follow_us_img {
    width: 100%;
    height: 394px;
    border-radius: 20px;
    border: 10px solid #ffffff;
}

#top .swiper-container-follow-us .swiper-slide {
	width: 280px;
}

#top .follow_us_section_swiper_cont {
	min-width: 0;
}

#top .swiper-container-follow-us {
	clip-path: inset(-100vw -100vw -100vw -14px);
}

#top .main_socket_text {
	display: block;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.28px;
}

#top .go_to_top svg {
	display: block;
}

#top .go_to_top {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 16px;
	justify-content: end;
}

#top .main_socket_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
}

#top .main_socket_cont .ppmt_main_p_cont {
	grid-column: 1 / -1;
}

#top .main_socket_cont .ppmt_main_p_cont * {
	color: #000000 !important;
	font-size: 10px !important;
}

#top #socket .container {
    padding-top: 0px;
    padding-bottom: 46px;
}

#top .footer_logo {
	width: 258px;
	height: 120px;
	background-image: url(/wp-content/uploads/2025/06/Logo-4.svg);
}

#top .padd_top_0 .template-page {
	padding-top: 0px !important;
}

#top .widget_nav_menu a {
    padding: 0px;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.28px;
}

#top #footer .widget ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
}

#top .footer_socials_cont * {
	display: block;
}

#top .footer_socials_cont a {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 40px;
	align-items: center;
	color: var(--Typography-type-brand, #4E63FE);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.28px;
}

#top .footer_contact_text {
	display: block;
	color: var(--Typography-type-brand, #4E63FE);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.28px;
}

#top .footer_socials_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: 16px;
}

#top .flex_column .widget .widgettitle, .content .widget .widgettitle {
    margin-top: 0px;
    margin-bottom: 16px;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
}

#footer .widget {
    margin: 0px !important;
}

#top #footer {
    padding: 72px 0 56px 0;
}

#top .footer_contact_details {
	display: grid;
	grid-template-columns: 100%;
	gap: 12px;
}

#top .av-main-nav > li > a {
	padding: 0px;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.32px;
}

#top .dropdown_icon {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2025/06/chevron-down-2.svg);
}

#top .menu_dropdown_cont .avia-menu-text {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 4px;
	align-items: center;
}

#top .ppmt_btn_cont_login svg {
	display: block;
}

#top .ppmt_btn_cont_login {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 10px;
	padding: 8px 24px !important;
}

#top .ppmt_btn_cont_dashboard, #top .ppmt_btn_cont_add_property {
	padding: 10px 24px !important;
}

#top .btn_align_right {
    display: flex;
    justify-content: flex-end;
}

#top .single_pricing_cont .ppmt_btn_cont {
    display: block;
    text-align: center;
    margin-top: 32px;
}

#top .ppmt_btn_cont_with_icon svg {
	display: block;
}

#top .ppmt_btn_cont_with_icon {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 16px;
}

#top .looking_for_more_cont .ppmt_main_p_cont * {
	color: var(--Typography-type-secondary, #4E4E4D) !important;
}

#top .looking_for_more_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;	
}

#top .main_section_title_partners .av-special-heading-tag {
	font-size: 30px;
	line-height: 120%; /* 45.6px */
	letter-spacing: -0.76px;
}

#top .main_section_title_blue .av-special-heading-tag {
	color: var(--Typography-type-brand, #4E63FE);
	font-weight: 500;
}

#top .single_blue_col {
	border-radius: var(--Corner-radius-md, 16px);
	background: var(--Surface-surface-brand, #4E63FE);
	box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
	padding: var(--Spacing-x6, 24px);
}

#top .single_blue_col svg {
	display: block;
}

#top .single_blue_col .main_section_title_ppmt * {
	font-weight: 700;
}

#top .blue_cols_cont {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

#top .marg_top_48 {
	margin-top: 24px;
}

#top .single_partner_with_us_cont {
	border-radius: 20px;
	background: var(--Surface-surface-secondary, #FFF);
	padding: var(--Spacing-spacing-07, 32px);
	position: relative;
	color: unset;
}

#top .partner_with_us_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
}

#top .partner_with_us_cont .ppmt_main_p_cont * {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.32px;
}

#top .single_partner_with_us_icon {
	width: 244px;
	height: 176px;
	position: absolute;
	top: 20px;
	right: -18px;
}

#top .partner_with_us_cont .main_section_title_ppmt {
	height: 144px;
}

#top .single_how_it_works {
    border-radius: var(--Corner-radius-md, 16px);
    background: var(--Surface-surface-secondary, #FFF);
    box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
    padding: var(--Spacing-x6, 24px) var(--Spacing-spacing-08, 40px);
    display: grid;
    grid-template-columns: max-content 1fr 500px;
    align-items: center;
    gap: 48px;
}

#top .single_how_it_works svg {
	display: block;
}

#top .how_it_works {
	display: grid;
	grid-template-columns: 100%;
	gap: 24px;
}

#top .main_section_title_ppmt_home_title .av-special-heading-tag {
	color: var(--Typography-type-brand, #4E63FE);
	font-size: 56px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.68px;
}

#top .swiper-container-featured-listings .swiper-slide {
	width: 344px;
}

#top .swiper-container-ppmt-prop-imgs .swiper-slide {
	width: 100%;
}

#top .swiper-container-ppmt-prop-imgs {
	overflow: hidden;
}

#top .ppmt_single_property_cont .ppmt_btn_cont {
	display: block;
    text-align: center;
    margin-top: 12px;
	padding: 12px 32px;
    font-size: 14px;
}

#top .single_service_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 67.2px */
	letter-spacing: 0px;
}

#top .single_service_number {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 31.2px */
	letter-spacing: -0.48px;
}

#top .single_service_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    gap: 56px;
    border-bottom: 1.5px solid var(--Border-border-primary, #FABF43);
    padding-bottom: var(--Spacing-spacing-10, 56px);
}

#top .services_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: var(--Spacing-spacing-10, 56px);
}

#top .single_latest_promo_cont {
	border-radius: var(--Spacing-spacing-06, 24px);
	background: #FFF;
	padding: var(--Spacing-spacing-03, 12px);
}

#top .single_latest_promo_title {
	display: block;
	color: #222220;
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
	margin-top: 24px;
}

#top .single_latest_promo_text {
	display: block;
	color: #222220;
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.32px;
	margin-top: 12px;
}

#top .single_latest_promo_text a {
	text-decoration: underline;
}

#top .single_latest_promo_cont .ppmt_btn_cont {
	display: block;
	text-align: center;
	margin-top: 24px;
}

#top .latest_promos_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#top .single_latest_promo_img {
	display: flex;
	height: 240px;
	border-radius: var(--Spacing-spacing-04, 16px);
	padding: 12px;
	justify-content: flex-end;
}

#top .single_latest_promo_img svg {
	display: block;
	cursor: pointer;
}

#top .main_search_advanced_cont button {
	border: unset !important;
}

#top .main_search_advanced_cont {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 56px !important;
    border-radius: 14px;
    background: var(--Surface-surface-secondary, #FFF);
    box-shadow: 10px 8px 20px 0px rgb(35 69 126 / 50%);
    padding: 16px 30px;
}

#top.page-id-2043 .main_search_advanced_cont, #top.page-id-29436 .main_search_advanced_cont {
    margin-bottom: -100px !important;
}

#top .ppmt_search_input_label {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
}

#top .ppmt_search_input_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: 4px;
}

#top .ppmt_search_input_sep {
	display: block;
	width: 1.5px;
	height: 100%;
	background: #F3F6FB;
}

#top .main_search_advanced_cont form {
	display: grid;
    grid-template-columns: 100%;
    gap: 28px;
    justify-content: space-between;
}

#top .ppmt_search_inputs_wrapper_cont {
	display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    gap: 20px;
}

#top .ppmt_search_inputs_wrapper_cont .ppmt_search_input_sep {
	display: none !important;
}

#top .main_search_advanced_cont select, #top .main_search_advanced_cont input {
    min-width: 182px;
}

#top .ppmt_search_toggle_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	border-radius: var(--Spacing-x30, 120px);
	background: var(--Surface-surface-primary, #F7F7F7);
}

#top .single_ppmt_search_toggle_cont {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; 
	border-radius: 100px;
	padding: 12px var(--Spacing-spacing-06, 24px);
	cursor: pointer;
}

#top .single_ppmt_search_toggle_cont_active, #top .single_ppmt_search_toggle_cont:hover {
	background: var(--Surface-surface-invert, #222220);
	color: #ffffff;
}

#top .ppmt_search_toggle_comm_res {
	background: var(--Colour-Yellows-100, #FCF2DC);
}

#top .ppmt_search_toggle_comm_res .single_ppmt_search_toggle_cont_active, #top .ppmt_search_toggle_comm_res .single_ppmt_search_toggle_cont:hover {
	background: var(--Colour-Brand-PP---Yellow, #FABF43);
}

.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    color: #000000 !important;
}

#top .single_register_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.76px;
}

#top .single_register_title .single_register_title_smaller {
	font-size: 30px;
}

#top .acf-field p.description {
    margin-top: 4px;
    color: #667085;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

#top .single_register_boxes_inner_cont .ppmt_btn_cont {
	display: block;
	text-align: center;
}

#top .single_register_boxes_inner_cont .ppmt_main_p_cont * {
	color: var(--Typography-type-secondary, #4E4E4D);
}

#top .single_register_boxes_inner_cont {
	display: grid;
	grid-template-columns: 100%;
	gap: 16px;
}

#top .single_register_boxes_cont {
    border-radius: 20px;
    background: var(--Surface-surface-secondary, #FFF);
    padding: var(--Spacing-spacing-06, 24px);
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 40px;
}

#top .register_boxes_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#top .single_register_boxes_cont svg {
	display: block;
}

#top .ppmt_btn_disabled {
	opacity: 0.5;
	pointer-events: none;
}

#top .um-77.um {
    max-width: 800px;
    margin-bottom: 0px !important;
	margin-top: 24px;
}

#top .um-col-alt .um-field {
	border-radius: 0px !important;
    background: transparent !important;
    box-shadow: unset !important;
    padding: unset !important;
}

#top .main_color .picker__select--year {
	background: #ffffff !important;
    padding: 10px !important;
    max-width: 178px;
    margin: 0 auto !important;
    display: block;
    margin-bottom: 17px !important;
	    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

#top .single_page_property_cont .main_search_advanced_cont {
	margin-top: 0px !important;
	margin-bottom: 56px !important;
}

#top .ppmt_prop_location {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 45.6px */
	letter-spacing: -0.46px;
}

#top .ppmt_from_who_prop {
	display: block;
}

#top .marg_top_8 {
	margin-top: 8px;
}

#top .ppmt_main_p_cont_smaller * {
	font-size: 18px;
}

#top .share_button_cont, #top .save_button_cont {
	border-radius: 100px;
	border: unset;
	padding: 0px;
	color: var(--Typography-type-primary, #000) !important;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

#top .save_button_cont {
	position: relative !important;
	right: 0px !important;
	width: max-content !important;
	height: max-content !important;
	top: 0px !important;
	filter: unset !important;
	background-image: unset !important;
}

#top .prop_wishlisted.save_button_cont svg path {
	fill: #000000 !important;
}

#top .property_share_inner_cont {
    top: 52px !important;
}

#top .main_property_share_save_cont {
    gap: 28px;
}

#top .single_ppmt_prop_inner_cont {
	display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    gap: 20px;
}

#top .single_ppmt_prop_inner_cont .main_section_title_ppmt {
	margin-top: 0px !important;
}

#top .ppmt_prop_main_detials_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0px;
}

#top .single_dashboard_tab_performance_left_cont .ppmt_prop_main_detials_title {
	font-size: 20px;
}

#top .ppmt_prop_main_detials_text {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 8px;
	color: var(--Typography-type-brand, #4E63FE);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
}

#top .ppmt_prop_main_inner_detials {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 20px;
	margin-top: 16px;
}

#top .ppmt_details_sep_cont {
	display: block;
	width: 1.5px;
	height: 79px;
	background: var(--Border-border-primary, #FABF43);
}

#top .ppmt_prop_main_detials_wrapper {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
	gap: 20px;
}

#top .ppmt_price_text {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 67.2px */
	letter-spacing: -1.12px;
}

#top .ppmt_price_cont {
    display: grid;
    grid-template-columns: max-content 1fr;
    justify-items: end;
    gap: 20px;
    align-items: center;
}

#top .ppmt_prop_main_extras_wrapper {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

#top .ppmt_property_description .ppmt_main_p_cont * {
	font-size: 16px;
	line-height: 26px;
}

#top .ppmt_prop_footer_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    align-items: center;
    padding-top: 100px;
    margin-top: -56px;
}

#top .property_agent_img {
	border-radius: var(--Corner-radius-md, 16px);
	width: 100%;
	height: 250px;
}

#top .ppmt_agent_box {
	margin-top: 48px;
}

#top .ppmt_agent_name {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 45.6px */
	letter-spacing: -0.76px;
}

#top .ppmt_agent_type {
	display: block;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
}

#top .ppmt_agent_contact_info a {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 16px;
	color: var(--Typography-type-brand, #4E63FE);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
}

#top .ppmt_agent_contact_info {
	display: grid;
	grid-template-columns: 100%;
	gap: 8px;
	margin-top: 8px;
}

#top .ppmt_agent_wrapper_box {
	display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 32px;
}

#top .ppmt_blog_search_cont button {
	background: transparent !important;
	padding: 0px !important;
	display: block !important;
}

#top .ppmt_blog_search_cont svg {
	display: block;
}

#top .ppmt_blog_search_cont form {
    margin-bottom: 0px !important;
    border-radius: var(--Corner-radius-full, 120px);
    background: var(--Surface-surface-secondary, #FFF);
    box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    padding: var(--Spacing-spacing-02, 8px) var(--Spacing-spacing-03, 12px) var(--Spacing-spacing-02, 8px) var(--Spacing-spacing-06, 24px);
    max-width: 280px;
}

#top .ppmt_blog_search_cont {
	display: flex;
    justify-content: flex-end;
}

#top .all_blogs_cont .ppmt_btn_cont {
	text-align: center;
}

#top .single_post_content_cont .ppmt_main_p_cont * {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
}

#top .ppmt_main_p_cont a {
	text-decoration: underline;
	color: var(--Typography-type-brand, #4E63FE) !important;
}

#top .single_post_related_cont .col_title_section {
	margin: 0px !important;
	color: var(--Typography-type-brand, #4E63FE);
	font-family: var(--Typography-Typography, "Instrument Sans");
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.36px;
}

#top .um-message-btn {
	border-radius: 100px !important;
	background: var(--Surface-surface-brand, #4E63FE) !important;
	padding: 16px 32px !important;
	color: var(--Surface-surface-primary, #F7F7F7) !important;
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 150% !important;
	margin-top: 10px !important;
}

#top .ppmt_agent_info_img {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url(/wp-content/uploads/2025/06/Ellipse-2.svg);
	border-radius: 100%;
}

#top .ppmt_agent_info_type {
	display: block;
	border-radius: var(--Corner-radius-sm, 8px);
	background: var(--Border-border-primary, #FABF43);
	padding: 2px var(--Spacing-spacing-03, 12px);
	color: var(--Typography-primary-type, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
	max-width: max-content;
}

#top .ppmt_agent_info_inner_cont {
	display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    justify-items: center;
}

#top .welcome_back_text {
	color: var(--Typography-primary-type, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
}

#top .ppmt_agent_info_name {
	display: block;
	color: var(--Typography-primary-type, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
	max-width: 100px;
}

#top .ppmt_agent_info_details_cont {
	display: grid;
	grid-template-columns: 100%;
}

#top .ppmt_agent_info_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 24px;
}

#top .ppmt_agent_dashboard_sidebar_links {
	display: grid;
	grid-template-columns: 100%;
	gap: 12px;
}

#top .ppmt_agent_dashboard_sidebar_link {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 20px;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
	cursor: pointer;
	border-radius: 100px;
	background: var(--Surface-surface-secondary, #FFF);
}

#top .ppmt_agent_dashboard_sidebar_link svg {
	width: 36px;
    height: 36px;
}

#top .ppmt_agent_dashboard_sidebar_link_active {
	border: 2px solid var(--Colour-Brand-PP---Blue, #4E63FE);
	background: var(--Surface-surface-primary, #F7F7F7);
}

#top .dashboard_add_property_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 12px;
	border-radius: 100px;
	background: var(--Colour-Brand-PP---Yellow, #FABF43);
	padding: 10px 24px;
	color: var(--Colour-Brand-PP---Black, #222220);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

#top .dashboard_add_property_cont svg {
	width: 18px;
	height: 18px;
}

#top .dashboard_extra_links {
	display: grid;
	grid-template-columns: 100%;
	gap: 12px;
}

#top .dashboard_extra_links a {
	color: rgba(34, 34, 32, 0.50);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;color: rgba(34, 34, 32, 0.50);
}

#top .ppmt_agent_dashboard_sidebar_cont {
	max-width: 170px;
}

#top .single_dashboard_tab {
	border-radius: var(--Corner-radius-lg, 24px);
	background: rgba(255, 255, 255, 0.40);
	box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
	padding: var(--Spacing-spacing-04, 16px);
}

#top .single_dashboard_tab_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
}

#top .single_dashboard_tab_header {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 16px;
}

#top .ppmt_agent_dashboard_cont {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 40px;
}

#top .single_dashboard_listing_cont {
	border-radius: var(--Corner-radius-md, 16px);
	background: var(--Surface-surface-secondary, #FFF);
	padding: var(--Spacing-spacing-03, 12px);
}

#top .single_dashboard_listing_img {
	display: block;
	width: 100%;
	height: 160px;
	background-image: url(/wp-content/uploads/2025/06/Frame-31.png);
	border-radius: var(--Corner-radius-md, 16px);
}

#top .dashboard_listing_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
} 

#top .single_agency_listing_cont {
	grid-template-columns: repeat(4, 1fr);
} 

#top .single_dashboard_listing_inner_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 8px;
}

#top .single_dashboard_listing_inner_cont * {
	text-align: center;
	font-size: 14px;
	padding: 10px 16px;
	cursor: pointer;
}

#top .single_dashboard_listing_stats_text {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.48px;
}

#top .single_dashboard_listing_stats_date {
	color: var(--Typography-type-brand, #4E63FE);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
}

#top .single_dashboard_listing_stats_date strong {
	font-weight: 700;
}

#top .single_dashboard_listing_stats {
	display: grid;
    grid-template-columns: 100%;
    justify-content: center;
    gap: 16px;
    margin-bottom: 6px;
    margin-top: 12px;
}

#top .single_dashboard_listing_status_inner_cont {
	border-radius: var(--Corner-radius-md, 16px);
	background: var(--Colour-Blues-50, #EEEFFE);
	padding: var(--Spacing-spacing-02, 8px);
}

#top .single_dashboard_listing_status_inner_price_title {
	display: block;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
	margin-bottom: 4px;
}

#top .single_dashboard_listing_status_inner_price {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 38px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 45.6px */
	letter-spacing: -0.76px;
}

#top .single_dashboard_listing_status_cont {
	border-radius: var(--Corner-radius-md, 16px);
	border: 2px solid var(--Colour-Brand-PP---Blue, #4E63FE);
	padding: var(--Spacing-spacing-02, 8px);
	margin-top: 24px;
	display: grid;
	grid-template-columns: 100%;
	gap: 12px;
}

#top .single_dashboard_listing_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
}

#top .single_dashboard_listing_location {
	display: block;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
}

#top .single_dashboard_listing_title_cont {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 16px;
}

#top .single_dashboard_tab_sep {
	width: 100%;
	height: 1px;
	background: var(--Border-border-primary, #FABF43);
}

#top .single_dashboard_tab {
	display: none;
}

#top .single_dashboard_tab_active {
	display: block;
}

#top .um-profile-nav-messages {
	display: none !important;
}

#top .single_dashboard_tab_performance_img_cont {
	width: 100%;
	height: 274px;
}

#top .single_dashboard_tab_performance_footer_cont {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

#top .single_dashboard_tab_performance_img {
	width: 100%;
	height: 310px;
	border-radius: var(--Corner-radius-md, 16px);
	padding: var(--Spacing-spacing-03, 12px);
}

#top .single_dashboard_tab_performance_left_cont .ppmt_price_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
}

#top .single_dashboard_tab_performance_left_cont .ppmt_prop_main_detials_text {
	font-size: 18px;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
} 

#top .single_dashboard_tab_performance_left_cont .ppmt_prop_main_inner_detials {
    margin-top: 6px;
}

#top .single_dashboard_tab_performance_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
	margin-bottom: 8px;
}

#top .single_dashboard_tab_performance_content * {
	display: block;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
}

#top .remove_prop {
	cursor: pointer;
}

#top .single_dashboard_tab_performance_text {
	display: block;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
}

#top .single_dashboard_tab_performance_wrapper_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-bottom: 32px;
}

#top .single_dashboard_tab_performance_subtitle {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
	margin-bottom: 8px;
}

#top .single_dashboard_tab_performance_right_sep {
	display: block;
	width: 1px;
	height: 52px;
	background: var(--Border-border-primary, #FABF43);
}

#top .single_dashboard_tab_performance_right_inner_cont {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	gap: 32px;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#top .single_dashboard_tab_performance_title_wqrapper_cont {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
}

#top .single_dashboard_tab_performance_title_wqrapper_cont a, #top .single_dashboard_tab_performance_title_wqrapper_cont .ppmt_btn_cont {
	font-size: 14px;
	padding: 10px 24px;
}

#top .ppmt_agent_box .ppmt_btn_cont {
	display: block;
	text-align: center;
	margin-top: 32px;
	cursor: pointer;
}

#top .ppmt_search_toggle_wrapper_cont {
	grid-column: 1 / -1;
	display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 32px;
    justify-content: center;
}

#top .swiper-container-featured-listings, #top .swiper-container-sponsors {
	overflow: hidden;
}

#top .title_no_results {
	grid-column: 1 / -1;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 56px;
}

#top .title_no_results .av-special-heading-tag {
	font-size: 32px !important;
    color: var(--Typography-type-brand, #4E63FE) !important;
}

#top .swiper-container-sponsors > .swiper-wrapper {
    transition-timing-function: linear !important;
}

#top .um-social-login-btns {
	box-shadow: unset;
    padding: 0px !important;
    background: transparent !important;
    margin-bottom: 32px;
}

#top .ppmt_blog_header {
	width: 100%;
	border-radius: var(--Corner-radius-md, 16px);
	height: max-content;
	position: relative;
	overflow: hidden;
	padding: 40px;
}

#top .ppmt_blog_header_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(280deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	pointer-events: none;
}

#top .ppmt_blog_header_inner_cont {
	position: relative;
	z-index: 20;
}

#top .ppmt_blog_category {
    display: block;
    max-width: max-content;
    color: var(--Typography-type-invert, #FFF);
    font-family: "Instrument Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0px;
    border-radius: var(--Corner-radius-sm, 8px);
    background: var(--Colour-Brand-PP---Jade, #38BDA8);
    padding: var(--Spacing-x2, 6px) var(--Spacing-x4, 12px);
}

#top .ppmt_blog_author_date {
    display: block;
    color: var(--Typography-type-invert, #FFF);
    font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0px;
    margin-top: 12px;
}

#top .ppmt_blog_header_inner_cont .footer_socials_cont {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    gap: 16px;
    margin-top: 20px;
}

#top .ppmt_blog_header_inner_cont .footer_socials_cont a {
    gap: 8px;
}

#top .blog_share_text {
	color: var(--Typography-type-invert, #FFF);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

#top .ppmt_blog_header_wrapper {
	max-width: 1636px;
    padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
}

#top .blog_back_cont, #top .blog_back_cont svg {
	display: block;
}

#top .ppmt_blog_header_wrapper_inner {
	display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 24px;
	padding-top: 72px;
}

#top .single_partner_logo {
	width: 100%;
	height: 200px;
}

#top .single_partner_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 45.6px */
	letter-spacing: -0.76px;
}

#top .single_partner_category {
	display: block;
	color: var(--Typography-type-invert, #FFF);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
	max-width: max-content;
	border-radius: var(--Corner-radius-sm, 8px);
	background: var(--Colour-Brand-PP---Jade, #38BDA8);
	padding: var(--Spacing-spacing-01, 4px) var(--Spacing-spacing-03, 12px);
}

#top .single_partner_excerpt {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
}

#top .single_product_cont {
	width: 100%;
	padding: var(--Spacing-x6, 24px);
	border-radius: var(--Corner-radius-md, 16px);
	background: var(--Surface-surface-secondary, #FFF);
	box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
}

#top .swiper-container-partners .swiper-slide {
	width: 366px;
}

#top .single_product_cont .ppmt_btn_cont {
	display: block;
	width: 100%;
	text-align: center;
}

#top .main_property_advanced_search_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.48px;
}

#top .main_property_advanced_search_header_cont {
	padding-bottom: var(--Spacing-spacing-03, 12px);
	border-bottom: 1.5px solid var(--Border-border-secondary, #FCF2DC);
}

#top .main_property_advanced_search_cont {
	width: 326px;
	height: max-content;
	padding: var(--Spacing-spacing-05, 20px);
	border-radius: var(--Corner-radius-md, 16px);
	background: var(--Surface-surface-secondary, #FFF);
}

#top .main_property_advanced_search_inner_cont .ppmt_search_toggle_wrapper_cont {
    grid-template-columns: 100%;
    gap: 8px;
}

#top .main_property_advanced_search_inner_cont .ppmt_search_toggle_cont {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

#top .main_property_advanced_search_inner_cont {
	padding-top: 16px;
	padding-bottom: 16px;
}

#top .main_property_advanced_search_inner_cont .ppmt_search_inputs_wrapper_cont {
    grid-template-columns: 100%;
	margin-top: 16px;
}

#top .main_property_advanced_reset svg {
	display: block;
}

#top .main_property_advanced_reset {
	display: grid;
	font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
	color: var(--Typography-type-secondary, #4E4E4D);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	cursor: pointer;
	gap: 8px;
}

#top .main_property_advanced_search_btn {
    display: block;
    border-radius: 100px;
    background: #5B4EFE;
    color: var(--Surface-surface-primary, #F7F7F7);
    font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    max-width: max-content;
    cursor: pointer;
    padding: 8px 20px;
}

#top .main_property_advanced_search_footer_cont {
	display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--Border-border-secondary, #FCF2DC);
}

#top .main_property_advanced_cont {
	display: grid;
    grid-template-columns: 100%;
    gap: 40px;
	align-items: start;
}

#top .main_property_advanced_cont .main_property_cont {
    grid-template-columns: repeat(3, 1fr);
}

#top .um-message-item-show-on-hover {
	display: none !important;
}

#top .swiper-container-partners {
	overflow: hidden;
}

#top .prop_single_location_cont {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    gap: 40px;
}

.energy_rating_cont {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -2%;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    color: white;
    border-radius: 4px;
	margin-top: 0px;
}

.rating-A\+ {
    background-color: #b0e57c; /* very light green */
    color: #000;
}

.rating-A {
    background-color: #007f00; /* dark green */
}

.rating-B {
    background-color: #3cb043; /* green */
}

.rating-C {
    background-color: #cddc39; /* lime */
    color: #000;
}

.rating-D {
    background-color: #fce303; /* yellow */
    color: #000;
}

.rating-E {
    background-color: #ff9900; /* orange */
}

.rating-F {
    background-color: #e25822; /* reddish-orange */
}

.rating-G {
    background-color: #cc0000; /* dark red */
}

#top .promote_btn {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	align-items: center;
	gap: 10px;
	cursor: pointer;
	margin-top: 10px;
	justify-content: center;
} 

#top .single_dashboard_tab_performance_title_wqrapper_inner_cont .prop_form_notify {
	position: absolute;
}

#top .promote_btn svg {
	width: 24px;
	height: 24px;
}

#top .pricing_reg_cont {
	display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
}

#top .pricing_reg_cont .um-register {
	margin-top: 0px !important;
}

#top .main_menu_notification_cont svg {
	display: block;
}

#top .main_menu_notification_cont {
	position: relative;
}

#top .main_menu_notification_cont .bp-better-messages-unread {
    position: absolute;
    top: 7px;
    right: 15px;
	background: #FABF43 !important;
	color: #000000 !important;
	font-weight: bold;
}

#top .ppmt_single_property_cont .ppmt_main_p_cont {
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

#top .ppmt_single_property_cont .ppmt_main_p_cont * {
    font-weight: 400 !important;
    font-size: 14px !important;
}

#top #price_slider, #top #rent_price_slider {
    height: 10px;
    margin-top: 10px;
	min-width: 240px;
}

#top .main_property_advanced_search_inner_cont #price_slider, #top .main_property_advanced_search_inner_cont #rent_price_slider {
	margin-left: 10px;
}

#top .main_price_main_cont #price_slider, #top .main_price_main_cont #rent_price_slider {
    margin-top: 6px;
}

#top .filter_prices_text {
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}

#top .noUi-connect {
    background: #4E63FE;
}

#top .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px;
	background: #4E63FE !important;
	box-shadow: unset;
}

#top .ppmt_search_inputs_advanced_cont {
    height: 300px;
    overflow-y: scroll;
    overflow-x: visible;
    padding-right: 20px !important;
}

#top .ppmt_search_inputs_advanced_cont #price_slider, #top .ppmt_search_inputs_advanced_cont #rent_price_slider {
    min-width: unset !important;
}

#top .ppmt_single_partner_header {
	height: max-content !important;
}

#top .ppmt_single_partner_header .ppmt_blog_header_wrapper_inner {
	padding-top: 0px !important;
	margin-bottom: 100px !important;
}

#top .single_partner_content_inner .ppmt_btn_cont {
	max-width: max-content;
	text-align: center;
}

#top .single_partner_content_inner {
    grid-template-columns: 1fr max-content !important;
	gap: 166px !important;
}

#top.single-agency .single_partner_content_inner {
    grid-template-columns: 100% !important;
}

#top .scroll_down_btn {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 16px;
}

#top .single_product_cont {
	display: block;
}

#top .hide_plan {
	display: none;
}

#top .single_dashboard_listing_stats_text {
	color: var(--Typography-type-secondary, #4E4E4D);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
}

#top .single_dashboard_listing_stats_sep {
	display: block;
	width: 1px;
	height: 18px;
	background: var(--Border-border-primary, #FABF43);
}

#top .single_dashboard_listing_stats_date {
	color: var(--Typography-type-brand, #4E63FE);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
}

#top .single_dashboard_listing_stats_cont {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}

#top .view_leads_btn {
	display: block;
	width: 100%;
	text-align: center;
    font-size: 14px;
    padding: 10px 16px;
    cursor: pointer;
}

#top .acf-field-685dc5a356cc1 {
	display: none !important;
}

#top .back_to_view {
	cursor: pointer;
}

#top .remove_property_cont, #top .preomote_property_cont {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: var(--Corner-radius-lg, 24px);
	background: var(--Colour-Neutrals-100, #F5F5F5);
	padding: var(--Spacing-spacing-08, 40px);
}

#top .preomote_property_cont {
	width: 100%;
    height: 100%;
}

#top .preomote_property_cont form {
	margin-bottom: 0px !important;
}

#top .remove_property_cont_active, #top .preomote_property_cont_active {
	display: block;
}

#top .preomote_property_inner_cont {
	margin-top: 20px;
}

#top .preomote_property_inner_cont .gform_fields {
	display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

#top .remove_property_title {
	display: block;
	color: #000;
	text-align: center;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.76px;
}

#top .remove_property_text {
	display: block;
	color: var(--Typography-type-primary, #000);
	text-align: center;
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.48px;
	margin-top: 12px;
}

#top .remove_property_btns_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	justify-content: center;
}

#top .single_dashboard_tab {
	position: relative;
}

#top .um-profile-nav, #top .um-profile-meta {
	display: none !important;
}

#top .single_dashboard_cont {
	border-radius: var(--Corner-radius-lg, 24px);
	background: rgba(255, 255, 255, 0.40);
	box-shadow: 0px 4px 10.9px 0px rgba(157, 142, 135, 0.22);
	padding: var(--Spacing-spacing-04, 16px);
}

#top .single_dashboard_header_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 16px;
	align-items: center;
}

#top .single_dashboard_inner_cont .ppmt_agent_info_cont {
    grid-template-columns: repeat(2, max-content) 1fr;
    gap: 24px;
    align-items: center;
}

#top .single_dashboard_inner_cont .ppmt_agent_info_name {
    max-width: 100%;
    margin-top: 10px;
}

#top .single_dashboard_inner_cont {
	margin-top: 20px;
}

#top .single_dashboard_inner_cont .ppmt_btn_cont {
	max-width: max-content;
    justify-self: end;
}

#top .single_dashboard_inner_cont .ppmt_agent_info_cont {
	border-bottom: 1px solid var(--Colour-Blues-300, #98A1F8);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#top .single_account_info_text {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.32px;
}

#top .single_account_info_title {
	display: block;
	color: var(--Typography-type-primary, #000);
	font-family: "Instrument Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
}

#top .single_account_info_inner_cont {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

#top .single_dashboard_account_info_cont {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	align-items: center;
	gap: 42px;
}

#top .single_dashboard_messages {
	margin-top: 20px;
}

#top.page-id-2753 .bp-messages-wrap-main {
	max-width: 1300px;
    margin: 0 auto;
    padding: 50px;
}

#top .switch-html, #top .hide_for_start {
	display: none !important;
}

#top .bm-toast-site-message {
	margin-bottom: 50px !important;
}

#top .remove_property_blur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: blur(10px);
    background: #0000003d;
    backdrop-filter: blur(1px);
    border-radius: var(--Corner-radius-lg, 24px);
    padding: var(--Spacing-spacing-04, 16px);
	display: none;
}

#top .remove_property_blur_active {
	display: block;
}

#top .single_dashboard_tab_header_3 {
	grid-template-columns: repeat(2, max-content) 1fr;
    justify-items: end;
}

#top .ppmt_prop_arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	cursor: pointer;
	filter: brightness(0) invert(1);
	z-index: 20;
	opacity: 0;
	transition: opacity .2s ease;
}

#top .ppmt_prop_arrow_next {
	left: unset;
	right: 10px;
	background-image: url(/wp-content/uploads/2025/07/chevron-right-solid.svg);
}

#top .ppmt_single_property_cont:hover .ppmt_prop_arrow {
	opacity: 1;
}

#top .swiper-container-ppmt-prop-imgs {
	position: relative;
}

#top .ppmt_prop_arrow_prev {
	background-image: url(/wp-content/uploads/2025/07/chevron-left-solid.svg);
}

#top .ppmt_btn_cont_load_more {
    cursor: pointer;
    display: block;
    margin-top: 0px;
	text-align: center;
}

#top .bpbm-maximize {
	display: none !important;
}

#top .hide_load {
	display: none;
}

#top .main_property_advanced_search_header_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: space-between;
}

#top .close_filters {
	cursor: pointer;
}

#top .main_property_advanced_cont_close .main_property_advanced_search_cont {
	display: none;
}

#top .main_property_advanced_cont.main_property_advanced_cont_close {
    grid-template-columns: 1fr;
}

#top .main_property_advanced_cont_close .ppmt_btn_cont_load_more {
    grid-column: 1 / -1;
}

#top .main_property_advanced_cont.main_property_advanced_cont_close .main_property_cont {
    grid-template-columns: repeat(4, 1fr);
}

#top .closed_filters_cont {
	display: none;
	grid-column: 1 / -1;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 4px;
}

#top .closed_filters_cont_active {
	display: grid;
}

#top .acf-field--post-title {
	display: none !important;
}

#top .open_filters {
	font-size: 14px;
    padding: 10px 32px;
}

#top .closed_filters_cont .active_filters_cont {
	margin-bottom: 0px !important;
}

#top .closed_filters_cont .main_property_advanced_search_title {
	grid-column: 1 / -1;
	margin-bottom: 4px;
}

#top .gform_confirmation_message {
    text-align: left;
    margin-top: 0px;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: -0.76px;
    color: var(--Typography-type-brand, #4E63FE);
    font-weight: 500 !important;
}

#top .ppmt_price_range input {
    width: 100% !important;
    min-width: unset !important;
}

#top .select2-container .select2-search--inline {
    width: 100%;
    padding-left: 10px;
}

#top .ppmt_price_range {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

#top .ppmt_property_description .ppmt_main_p_cont span {
	font-size: inherit !important;
}

#top .ppmt_property_description .ppmt_main_p_cont * {
	background: unset !important;
}

#top .bpbm-delete-conversation, #top .bpbm-clear-conversation, #top .bm-thread-info-actions .bm-thread-info-action:last-child, #top .bm-thread-info-actions .bm-thread-info-action:nth-child(4), #top .bm-thread-info-actions .bm-thread-info-action:nth-child(3), #top .acf-field-6865c673cb6e6 .acf-actions .acf-icon:first-child {
	display: none !important;
}

.responsive #top .main_color .iti__tel-input {
	 padding-left: 50px !important;
}

#top .um-field-half {
    width: 100%;
}

#top .swiper-container-featured-listings {
	display: none !important;
}

#top .acf-field-67ae4db8cb16e, #top.page-id-2 .acf-field-65552e5ad2b67, #top.page-id-1268 .acf-field-662572424a19f {
	display: none !important;
}

#top.page-id-1268 .acf-field-67ae4db8cb16e {
	display: block !important;
}

#top.page-id-1268 .acf-field-67ae4db8cb16e {
	grid-row: 1 / 2;
	grid-column: 1 / -1;
}

#top.page-id-1268 .acf-field-6865c673cb6e6 {
    grid-row: 2 / 3;
}

#top.page-id-1268 .acf-field-6865c673cb6e6 {
    grid-row: 2 / 3;
}

#top.page-id-1268 .acf-field.acf-field-gallery {
    grid-row: 3 / 4;
}

#top.page-id-1268 .acf-field-67d2028527827, #top.page-id-2 .acf-field-65ad901d642bb {
	grid-column: 1 / -1;
}

#top .media-sidebar, #top .acf-gallery-side, #top.page-id-2 .acf-field-6586310cea817 {
	display: none !important;
}

#top .acf-gallery .acf-gallery-main {
	right: 0px !important;
}

#top .ppmt_property_location {
	height: 100%;
}

#top .ppmt_prop_footer_cont {
	margin-bottom: 52px;
}

#top .ppmt_property_location iframe {
	height: 90%;
}

#top .ppmt_btn_show_contact {
	cursor: pointer;
} 

#top .hide_contact {
	display: none !important;
}

#top .select2-selection--multiple {
	height: 100% !important;
    border: 1px solid #aaa !important;
}

#top .select2-search__field {
	line-height: 29px !important;
}

#top .open_advanced_filters_cont {
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 83.4%;
    transform: translateX(-50%);
	transition: bottom .2s ease-in-out;
	background: transparent !important;
}

.html_header_top.html_header_sticky .page-id-6390 #main, .html_header_top.html_header_sticky .page-id-769 #main, .html_header_top.html_header_sticky .page-id-128 #main {
    /*padding-top: 130px !important;*/
}

#top .open_advanced_filters_cont_active .main_property_advanced_search_cont {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px 4px;
}

#top .open_advanced_filters_cont_active {
	bottom: 5.4%;
}

#top .open_advanced_filters_cont .open_search_filters {
	cursor: pointer;
}

#top .open_search_filters_active {
	display: none !important;
}

#top .open_search_filters {
	display: block;
	text-align: center;
	margin-top: 20px;
}

#top .main_featured_property_cont {
	grid-template-columns: repeat(3, 1fr) !important;
}

#top .home_main_cont .av-section-color-overlay {
	opacity: 0.7 !important;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
	border-radius: 0px 0px 50px 50px;
}

#top .home_main_cont {
	border-radius: 0px 0px 50px 50px;
}

#top .um.um-shortcode-social .um-field {
	border-radius: unset !important;
    background: unset !important;
    box-shadow: unset !important;
    padding: unset !important;
}

#top .um.um-shortcode-social .um-col-alt {
    margin: 0px !important;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#top .um-button-linkedin {
	border-radius: 50px !important;
}

#top .um.um-shortcode-social .um-col-alt .um-clear {
	display: none !important;
}

#top .login_reg_cont_socials .um-register {
	margin: 0px !important;
}

#top .login_cont_socials {
	height: 100%;
    /*border-radius: var(--Corner-radius-md, 16px);
    background: var(--Surface-surface-brand, #4E63FE);
    padding: var(--Spacing-spacing-06, 24px);
    background-image: url(/wp-content/uploads/2025/06/ppmt_gradient.jpg);
    background-size: cover;
    background-position: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#top .login_reg_wrapper_socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: var(--Spacing-spacing-06, 24px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 1000px;
}

#top .search_advanced_filters_popup_cont {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent !important;
}

#top .search_advanced_filters_popup_cont_active {
	display: block;
}

#top .search_advanced_filters_popup_overlay {
    display: none;
}

#top .search_advanced_filters_popup_inner_cont {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

#top .search_advanced_filters_popup_inner_cont .main_search_cont {
	margin-top: 0px !important;
}

#top .search_advanced_filters_popup_close {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 28px;
    z-index: 20;
}

#top .search_advanced_filters_popup_inner_cont .ppmt_search_inputs_wrapper_cont {
    grid-template-columns: repeat(3, 1fr);
}

#top .search_advanced_filters_popup_inner_cont .main_search_advanced_cont button, #top .ppmt_search_input_cont_location {
    grid-column: 1 / -1;
}

#top .search_advanced_filters_popup_inner_cont .ppmt_price_range {
    grid-template-columns: repeat(2, 1fr);
}

#top .search_advanced_filters_popup_inner_cont .ppmt_price_range input {
    width: 100% !important;
}

.select2-container {
    z-index: 9999999 !important;
}

#top .login_reg_wrapper_socials .main_section_title_blue * {
	text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 42px !important;
}

#top .login_reg_wrapper_socials .av_textblock_section {
	margin-bottom: 20px;
}

#top .home_main_cont {
	z-index: 20;
	position: relative;
}

#top .select2-container {
	width: 100% !important;
}

.responsive #top .main_color .select2-search__field {
	padding: 0px !important;
    border: unset !important;
}

#top .select2-container .select2-search--inline {
	margin-left: 0px !important;
}

#top .view_listing_btn a {
	background: transparent !important;
	color: #000000 !important;
	padding: 0px !important;
	border-bottom: 1px solid #000000 !important;
	border-radius: 0px !important;
	font-size: 18px !important;
}

#top .iti__selected-country {
	box-shadow: unset !important;
    background: #ffffff;
    padding: 0px !important;
    height: 20px;
    min-height: unset;
}

#top .quicktags-toolbar {
	display: none !important;
}

#top .login_reg_cont_agency .um-17670.um {
    max-width: 624px;
}

#top .single_dashboard_tab_edit_profile_cont {
	margin-top: 20px;
}

#top .single_dashboard_tab_edit_profile_cont .ppmt_agent_info_img {
	width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#top .posts_pagination_cont {
	display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

#top .posts_pagination_cont svg {
	display: block;
}

#top .page-numbers {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    color: #000000;
    padding: 4px 12px;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px;
}

#top .page-numbers.current, #top .page-numbers:hover {
	background: var(--Colour-Brand-PP---Yellow, #FABF43) !important;
	border-color: var(--Colour-Brand-PP---Yellow, #FABF43) !important;
	color: var(--Colour-Brand-PP---Black, #222220) !important;
}

#top .page-numbers.next, #top .page-numbers.prev {
	border: unset !important;
	background: transparent !important;
	padding: 0px !important;
}

#top .ppmt_tags_cont {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

#top .tag_btn {
	padding: 8px 20px !important;
    font-size: 14px !important;
	cursor: auto !important;
	background: #505050 !important;
}

#top .bp-messages-wrap .chat-header .thread-info .thread-info-data .sub-name {
    white-space: unset !important;
}

#top .main_search_advanced_top_cont {
	display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    gap: 0px 32px;
}

#top .main_search_advanced_top_cont .ppmt_search_toggle_wrapper_cont {
	grid-column: unset !important;
}

#top .ppmt_search_input_cont_location_advanced {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    grid-template-rows: max-content 1fr;
}

#top .ppmt_search_input_cont_amenities_advanced {
	grid-column: 1 / 2;
    grid-row: 3 / 5;
    grid-template-rows: max-content 1fr;
	display: none !important;
}

#top .ppmt_btn_cont_advanced {
	grid-column: 2 / 4 !important;
}

#top .search_advanced_filters_popup_cont .main_search_advanced_cont {
    box-shadow: 10px 8px 20px 0px rgb(211 211 211 / 50%) !important;
}

#top .ppmt_btn_cont_load_more_agency {
	margin-top: 20px !important;
}

#top .search_by_ppmt {
	grid-column: 2 / 4;
}

#top .sign_up_popup_cont {
	display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#top .sign_up_popup_cont_active {
	display: flex;
}

#top .sign_up_popup_inner_cont {
	position: relative;
    max-width: 800px;
    padding: 40px;
    width: 100%;
    background: white;
    border-radius: 12px;
}

#top .sign_up_close_cont {
	cursor: pointer;
	position: absolute;
    top: 20px;
    right: 20px;
	z-index: 20;
}

#top .sign_up_popup_inner_cont .main_section_title_ppmt {
	margin-top: 0px;
    text-align: center;
}

#top .sign_up_popup_inner_cont .ppmt_btn_cont {
	width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}

#top .sign_up_popup_inner_cont .newsletter_section_text, #top .sign_up_popup_inner_cont .main_section_title_ppmt * {
	text-align: left !important;
}

#top .sign_up_popup_icon {
    width: 200px;
    height: 200px;
    display: block;
    background-size: 352px;
}

#top .sign_up_popup_content_cont {
	display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 50px;
}

#top .ppmt_single_property_location_cont .ppmt_single_property_view_on_map {
	display: none;
}

#top .btn_centre {
	grid-template-columns: max-content;
    justify-content: center;
}

#top .what_we_offer_section_cont {
    background: #66dcbe;
}

#top .what_we_offer_section_cont .newsletter_section_img {
	background: #fff;
    background-image: url(https://propertyportfolio.com.mt/wp-content/uploads/2025/09/what_we_offer_2.webp) !important;
    box-shadow: rgba(44, 69, 151, 0.17) 0px -23px 25px 0px inset, rgba(44, 69, 151, 0.15) 0px -36px 30px 0px inset, rgba(44, 69, 151, 0.1) 0px -79px 40px 0px inset, rgba(44, 69, 151, 0.06) 0px 2px 1px, rgba(44, 69, 151, 0.09) 0px 4px 2px, rgba(44, 69, 151, 0.09) 0px 8px 4px, rgba(44, 69, 151, 0.09) 0px 16px 8px, rgba(44, 69, 151, 0.09) 0px 32px 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#top .what_we_offer_section_cont .newsletter_section_text {
	color: #ffffff !important;
}

#top .related_searches_cont {
	border-radius: var(--Corner-radius-md, 16px);
    background: #66dcbe !important;
    padding: var(--Spacing-spacing-06, 24px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    gap: 20px;
}

#top .single_related_searches_cont {
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}

#top .hide_related {
	display: none !important;
}

#top .business_partners_props_cont {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

#top .business_partners_props_cont .single_product_cont {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 20px;
    background-image: url(/wp-content/uploads/2025/06/ppmt_gradient.jpg);
    background-size: cover;
    background-position: center;
	padding: 10px !important;
}

#top .single_partner_logo {
    width: 160px;
    height: 160px !important;
    border-radius: 20px;
}

#top .business_partners_props_cont .single_partner_title, #top .business_partners_props_cont .single_partner_excerpt  {
	color: #ffffff !important;
}

#top .single_sign_in_box_cont {
	max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
	pointer-events: none;
	opacity: 0;
	transition: opacity .8s cubic-bezier(0.12, 0.24, 0, 0.98);
}

#top .active_sign_in_box {
	opacity: 1;
	pointer-events: auto;
}

#top .sign_in_box_cont {
	position: relative;
}

#top .sign_in_box_cont .sign_up_box_cont {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translatex(-50%);
	width: 100%;
}

#top .single_sign_in_box_left_col .main_section_title_partners * {
	text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 30px !important;
}

#top .single_sign_in_box_left_col, #top .single_sign_in_box_right_col {
	padding: 40px;
}

#top .single_sign_in_box_right_col {
    background-image: url(/wp-content/uploads/2025/06/ppmt_gradient.jpg);
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#top .single_sign_in_box_right_col .ppmt_btn_cont {
	display: block;
	margin-top: 28px;
}

#top .single_sign_in_box_left_col *, #top .single_sign_in_box_right_col * {
	text-align: center !important;
}

#top .single_sign_in_box_left_col .um-shortcode-social {
    margin-top: 20px;
    margin-bottom: 6px !important;
}

#top .business_partners_props_cont .single_partner_category {
	font-size: 10px;
}

#top .business_partners_props_cont .single_partner_title {
	font-size: 26px;
}

#top .business_partners_props_cont .single_partner_excerpt {
	font-size: 12px;
}

#top .business_partners_props_cont .ppmt_btn_cont {
    padding: 8px 30px;
    font-size: 14px;
    margin-top: 10px !important;
}

#top .business_partners_props_cont .marg_top_12 {
	margin-top: 6px;
}

#top .ppmt_single_property_extra_cont svg path {
  fill: black !important;
  stroke: black !important;
}

#top form {
    margin-bottom: 0px !important;
}

#top .swiper-container-popup-prop-imgs {
	display: none;
}

#top .property_images_popup_desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 30px;
}

#top .lightboxOverlay {
    z-index: 999999;
}

#top .lightbox {
    z-index: 10000000;
	top: 50% !important;
    transform: translateY(-50%);
	position: fixed;
}

#top .main_section_images_property {
	display: none !important;
}

#top .save_search_cont {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 8px;
    color: var(--Typography-type-secondary, #4E4E4D);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.24px;
}

#top .business_partner_contact_cont .ppmt_main_p_cont p {
	margin: 0px !important;
}

#top .business_partner_contact_cont .ppmt_main_p_cont {
	display: grid;
    grid-template-columns: 148px 0fr;
    gap: 14px 8px;
}

#top .supplier_address {
	max-width: 200px;
    display: block;
}

#top .no_promos_text {
	display: block;
	color: var(--Typography-type-primary, #000);
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.48px;
	max-width: 909px;
	margin: 0 auto;
}

#top .no_promos_title {
	display: block;
	color: var(--Typography-type-brand, #4E63FE);
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.76px;
}

#top .no_promos_cont {
	display: grid;
    width: 100%;
    gap: 10px;
	margin-top: 64px;
	margin-bottom: 20px;
}

#top .single_related_searches_cont .ppmt_main_p_cont a {
    text-decoration: none !important;
}

#top.single-post .wp-block-image {
	margin-bottom: 20px;
}

#top .ppmt_main_p_cont ul {
    list-style: disc inside;
    margin-left: 7px;
}

#top .lightbox .lb-image {
    max-height: 500px !important;
    object-fit: contain;
}

#top .lb-outerContainer {
    max-height: 500px;
}

#top .business_partners_portfolio_cont {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

#top .business_partner_gallery {
	width: 100%;
	height: 250px;
	border-radius: 20px;
	overflow: hidden;
}

#top .business_partner_gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top .padd_top_40 {
	padding-top: 40px;
}

#top #header.av_minimal_header .main_menu ul:first-child >li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
    background: #ffffff;
}

#top .ppmt_single_property_cont .favorite_icon {
    background-image: url(/wp-content/uploads/2025/11/heart-regular-full.svg);
    top: 262px;
    right: 10px;
    width: 26px;
    height: 26px;
    filter: unset;
}

#top .ppmt_single_property_cont .favorite_icon.prop_wishlisted {
	background-image: url(/wp-content/uploads/2025/11/heart-solid-full.svg) !important;
	filter: brightness(0) saturate(100%) invert(87%) sepia(15%) saturate(4939%) hue-rotate(328deg) brightness(111%) contrast(96%) !important;
}

#top.page-id-6390 #av_section_1, #top.page-id-769 #av_section_1 {
	background-repeat: no-repeat;
    background-image: url(https://propertyportfolio.com.mt/wp-content/uploads/2025/06/ppmt_gradient.jpg);
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover;
    border-radius: 0px 0px 50px 50px;
}

#top.page-id-6390 #av_section_1 .main_section_title_ppmt_home_title .av-special-heading-tag, #top.page-id-769 #av_section_1 .main_section_title_ppmt_home_title .av-special-heading-tag {
	color: #ffffff !important;
}

#top.page-id-6390 #av_section_1 .template-page, #top.page-id-769 #av_section_1 .template-page {
	padding-bottom: 100px !important;
}

#top.page-id-6390 .search_advanced_filters_popup_cont, #top.page-id-769 .search_advanced_filters_popup_cont {
	margin-top: -40px;
}

#top .swiper-container-mobile-offers-home {
	display: none;
}

#top .ppmt_property_similar_properties_swiper {
    display: block !important;
    height: max-content;
    margin-bottom: 50px;
    overflow: visible;
}

#top.single-suppliers .ppmt_property_similar_properties_swiper {
	margin-bottom: 0px !important;
}

@media only screen and (max-width: 1500px) {
	#top .ppmt_agent_contact_info a {
		gap: 10px;
		font-size: 14px;
	}
	
	#top .main_property_advanced_cont .main_search_advanced_cont {
		height: 92px;
	}
	
	#top .ppmt_single_property_cont .favorite_icon {
		top: 225px;
	}

	#top .main_property_advanced_cont .main_search_advanced_cont_active {
		height: 372px;
	}

	#top .main_property_advanced_cont .main_search_advanced_cont_active_filters {
		height: 407px;
	}
	
	#top .search_advanced_filters_popup_cont {
		margin-top: -20px;
	}
	
	#top .open_advanced_filters_cont {
		bottom: 78.4%;
	}
	
	#top .single_dashboard_tab_performance_wrapper_cont .ppmt_prop_main_extras_wrapper {
		grid-template-columns: max-content;
	}
	
	#top .single_dashboard_tab_performance_wrapper_cont .btn_row_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#top .single_dashboard_tab_performance_wrapper_cont .btn_row_cont * {
		text-align: center;
	}
	
	#top .single_dashboard_tab_performance_wrapper_cont .ppmt_price_cont {
		grid-template-columns: repeat(2, max-content);
	}
	
	#top .single_register_boxes_cont {
		grid-template-columns: 100%;
		gap: 0px;
	}
	
	#top .single_register_title {
		font-size: 30px;
	}
	
	#top .single_register_title .single_register_title_smaller {
		font-size: 24px;
	}
	
	#top .ppmt_prop_footer_cont {
		align-items: start;
	}
	
	#top .ppmt_agent_box {
		margin-top: 55px;
	}
	
	#top .main_menu {
		left: 38%;
	}
	
	#top .single_dashboard_listing_inner_cont * {
		padding: 10px 16px !important;
	}
	
	#top .ppmt_single_property_inner_cont {
		gap: 7px;
	}
	
	#top .ppmt_property_extras_cont {
		min-height: 28px;
	}
	
	#top .ppmt_single_property_extra_cont {
		gap: 6px;
	}
	
	#top .ppmt_single_property_price {
		font-size: 20px;
	}
	
	#top .single_ppmt_search_toggle_cont {
		padding: 8px var(--Spacing-spacing-06, 24px);
	}
	
	#top .main_search_advanced_cont button {
		grid-column: 1 / -1;
	}
	
	#top .main_search_advanced_cont select, #top .main_search_advanced_cont input {
		min-width: 146px;
	}
	
	#top .ppmt_search_input_label {
		font-size: 14px;
		font-weight: 600;
	}
	
	#top .main_search_cont form input, #top .main_search_cont form select {
		font-size: 12px !important;
		width: 100%;
	}
	
	#top .single_property_header_cont .single_property_header_img:first-child {
		min-height: 300px;
	}
	
	#top .dashboard_listing_cont {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#top .gform_confirmation_message {
		font-size: 24px;
	}
	
	#top .single_dashboard_listing_status_inner_price {
		font-size: 26px;
	}
	
	#top .view_leads_btn {
		display: none;
	}
	
	#top .single_property_header_img {
		height: 200px;
	}
	
	#top .ppmt_agent_wrapper_box {
		grid-template-columns: 100%;
		gap: 18px;
	}
	
	#top .ppmt_prop_footer_cont {
		padding-top: 26px;
		margin-top: 0px !important;
	}
	
	#top .ppmt_single_property_img {
		height: 204px;
	}
	
	#top .ppmt_agent_name {
		font-size: 24px;
	}
	
	#top .ppmt_prop_main_detials_title {
		font-size: 20px;
		margin-top: 14px !important;
	}
	
	#top .ppmt_agent_box .ppmt_btn_cont {
		margin-top: 14px;
	}
	
	#top .property_agent_img {
		width: 94px;
		height: 94px;
	}
	
	#top .home_become_our_partner_sect .entry-content-wrapper {
		background-position: top left -160px;
	}
	
	#top .main_section_title_partners .av-special-heading-tag {
		font-size: 22px !important;
	}
	
	#top.single-suppliers .main_section_title_partners .av-special-heading-tag {
		font-size: 32px !important;
	}
	
	#top .swiper-container-featured-listings .ppmt_main_p_cont {
		display: none !important;
	}
	
	#top.page-id-2043 #price_slider, #top.page-id-2043 #rent_price_slider {
		min-width: 160px !important;
	}
	
	#top .marg_top_48 {
		margin-top: 24px;
	}
	
	#top .single_partner_with_us_icon {
        width: 180px !important;
        height: 140px !important;
        top: 4px !important;
        right: -4px !important;
    }
	
	#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
		font-size: 14px;
	}
	
	#top .main_search_advanced_cont select, #top .main_search_advanced_cont input {
		width: 182px;
	}
	
	#top .single_service_title {
		font-size: 32px;
	}
	
	
	
	#top .main_section_title_ppmt .av-special-heading-tag {
		font-size: 34px;
		letter-spacing: -1.08px;
	}
	
	#top.single-properties .main_section_title_ppmt .av-special-heading-tag, #top .partner_with_us_cont .main_section_title_ppmt .av-special-heading-tag {
		font-size: 26px;
		letter-spacing: -0.4px;
	}
	
	#top .av-main-nav > li > a {
		font-size: 14px;
		letter-spacing: -0.12px;
	}
	
	#top .single_page_property_cont {
		padding-top: 46px !important;
	}
	
	#top .ppmt_prop_main_detials_text {
		font-size: 18px;
	}
	
	#top .single_page_property_cont {
		padding: 0px 100px;
	}
	
	#top .ppmt_price_text {
		font-size: 38px;
	}
	
	#top .main_property_share_save_cont svg {
		width: 16px;
		height: 16px;
	}
	
	#top .marg_top_56 {
		margin-top: 22px;
	}
	
	#top .single_blue_col svg {
		width: 46px;
		height: 46px;
	}
	
	#top .how_it_works_title {
		font-size: 42px;
	}
	
	#top .single_how_it_works .marg_top_24 {
		margin-top: 10px !important;
	}
	
	#top .blog_title {
		font-size: 24px;
	}
	
	#top .blog_date {
		font-size: 12px;
	}
	
	#top .post_title {
		margin-bottom: 20px !important;
	}
	
	#top .ppmt_blog_category {
		font-size: 16px;
	}
	
	#top .single_author_cont {
		margin-top: 22px;
		padding-top: 32px;
	}
	
	#top .ppmt_blog_header_wrapper_inner {
		padding-top: 28px;
	}
	
	#top .ppmt_blog_header {
		height: max-content;
	}
	
	#top .gfield_description {
		font-size: 14px;
	}
	
	#top .gform_button {
		padding: 12px 32px;
		margin-top: 30px !important;
		font-size: 16px !important;
	}
	
	#top .single_contact_detail_cont {
		gap: 20px;
	}
	
	#top .single_contact_detail_cont span, #top .single_contact_detail_cont a {
		font-size: 14px;
	}
	
	#top .contact_details_cont {
		gap: 12px;
		margin-top: 24px;
	}
	
	#top .footer_logo {
		width: 180px;
		height: 90px;
	}
	
	#top .ppmt_btn_cont, #top .um input[type=submit].um-button, #top .um-right a, #top .acf-form .acf-button, #top .main_btn_cont a, #top .bm-lc-button {
		padding: 12px 32px;
		font-size: 14px;
	}
	
	#top .partner_with_us_cont .main_section_title_ppmt {
		height: max-content;
	}
	
	#top .partner_with_us_cont .ppmt_main_p_cont {
		position: relative;
		z-index: 40;
	}
	
	#top .gform-theme--foundation .gfield textarea.large {
		min-block-size: 10rem;
	}
	
	#top .services_cont {
		gap: var(--Spacing-spacing-10, 32px);
	}
	
	 #top .partner_with_us_cont .single_partner_with_us_cont:last-child .single_partner_with_us_icon {
        width: 180px !important;
        height: 174px !important;
        top: -8px !important;
    }
	
	#top .main_section_title_ppmt_smaller .av-special-heading-tag {
		font-size: 20px !important;
	}
	
	.container {
		padding: 0px 60px !important;
	}
	
	#top .ppmt_main_menu_cont a {
		font-size: 12px;
	}
	
	#top .logo svg {
		width: 96px !important;
	}
	
	#top .menu_burger_main {
        right: 98px;
    }
	
	#top .ppmt_btn_cont_login svg {
		width: 16px;
		height: 16px;
	}
	
	body .column-top-margin {
		margin-top: 30px;
	}
	
	#top .ppmt_main_p_cont * {
		font-size: 16px;
	}
	
	#top .single_service_cont {
		padding-bottom: var(--Spacing-spacing-10, 32px);
	}
	
	#top .padding_bottom_main .template-page {
		padding-bottom: 50px;
	}
	
	#top .marg_top_142 {
		margin-top: 100px;
	}
	
	#top .single_follow_us_img {
		height: 336px;
	}
	
	#top .swiper-container-follow-us .swiper-slide {
		width: 232px;
	}
	
	#top .gfield_consent_label {
		font-size: 14px;
	}
	
	#top .gfield_consent_label {
		font-size: 14px;
	}
	
	#top .main_search_advanced_cont {
		margin-top: 0px !important;
	}
	
	#top .marg_top_32 {
		margin-top: 22px;
	}
	
	#top .ppmt_property_description .ppmt_main_p_cont * {
		font-size: 16px;
	}
	
	#top .login_reg_wrapper_socials .main_section_title_blue * {
		font-size: 38px !important;
	}
	
	#top .ppmt_single_property_cont .ppmt_main_p_cont * {
		font-size: 12px !important;
	}
	
	#top .main_section_title_ppmt .av-special-heading-tag, #top .ppmt_main_p_cont h1, #top .ppmt_main_p_cont h2, #top .ppmt_main_p_cont h3, #top .ppmt_main_p_cont h4, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6, #top .ppmt_main_p_cont h1 *, #top .ppmt_main_p_cont h2 *, #top .ppmt_main_p_cont h3 *, #top .ppmt_main_p_cont h4 *, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6 * {
		letter-spacing: 0px !important;
	}
	
	#socket .copyright {
		padding-bottom: 46px !important;
	}
	
	 #top .single_what_we_offer_cont .av-special-heading-tag {
        font-size: 20px !important;
        letter-spacing: 0px !important;
        max-width: 169px;
        margin: 0 auto;
    }
	
	#top .single_what_we_offer_cont .ppmt_main_p_cont * {
        font-size: 14px;
    }
	
	#top .single_what_we_offer_cont svg {
		width: 52px;
		height: 52px;
		margin-bottom: 10px !important;
	}
	
	#top .related_searches_cont {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (max-width: 1200px) {
	#top .ppmt_search_inputs_wrapper_cont {
		grid-template-columns: 100%;
	}
	
	#top .related_searches_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#top .main_menu {
		left: 50%;
	}
	
	#top .ppmt_btn_cont_dashboard {
		display: block !important;
	}
	
	#top .ppmt_main_menu_cont a {
		font-size: 12px;
	}
	
	#top .ppmt_btn_cont_dashboard, #top .ppmt_btn_cont_add_property {
		padding: 8px 14px !important;
	}
	
	#top .ppmt_btn_cont_login svg {
		width: 20px;
		height: 24px;
	}
	
	#top .main_menu_notification_cont {
		padding: 6px 14px !important;
	}
	
	#top .main_menu_notification_cont .bp-better-messages-unread {
		top: 0px;
		right: 6px;
	}
	
	#top .ppmt_btn_cont_login {
		display: block !important;
	}
	
	#top .ppmt_btn_cont_dashboard span, #top .ppmt_btn_cont_login span {
		display: none !important;
	}
	
	#top .ppmt_btn_cont_login {
		padding: 8px 10px !important;
	}
	
	#top .property_images_popup_desktop {
		display: none !important;
	}
	
	#top .swiper-container-popup-prop-imgs {
		display: block;
	}
	
	#top .single_prop_img {
		height: 100%;
	}
	
	#top .property_images_popup_inner_cont {
		height: 500px;
		width: 100%;
	}
}

@media only screen and (max-width: 989px) {
	#top .main_search_advanced_top_open {
		display: none !important;
	}
	
	#top .single_partner_content_inner {
		grid-template-columns: 100% !important;
		gap: 32px !important;
	}
	
	#top.single-suppliers .padd_top_40 {
		padding-top: 0px;
	}

	#top .main_property_advanced_cont .main_search_advanced_cont {
		height: max-content;
	}

	#top .save_search_cont {
		opacity: 1;
		width: max-content;
		pointer-events: auto;
	}
	
	.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after, .html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
		background-color: #000000 !important;
	}
	
	#top .partner_with_us_cont {
		grid-template-columns: 100%;
		gap: 32px;
	}
	
	#top .main_menu {
		transform: unset;
	}
	
	#top .menu_burger_main {
        right: 108px;
    }
	
	.html_av-overlay-side #top .av-burger-overlay-scroll {
		background: #ffffff !important;
	}
	
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
			color: var(--Typography-type-primary, #000);
			font-family: "Instrument Sans", sans-serif;
			font-optical-sizing: auto;
			font-size: 16px;
			font-style: normal;
			font-weight: 700;
			letter-spacing: -0.32px;
	}
	
	.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
		border-bottom: 1.5px solid var(--Colour-Blues-200, #BAC1FA) !important;
	}
	
	#top .marg_top_72 {
		margin-top: 32px;
	}
	
	#top .logo svg {
		width: 74px !important;
	}
	
	#top .main_property_advanced_cont {
		grid-template-columns: 100%;
		gap: 32px;
		margin-top: -86px;
	}
	
	#top .marg_top_48 {
		margin-top: 20px;
	}
	
	#top .single_sign_in_box_cont {
		grid-template-columns: 100%;
		border-radius: 12px;
	}
	
	#top .single_sign_in_box_right_col {
		min-height: max-content;
	}
	
	#top .see_more_photos {
		display: none;
	}
	
	.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
		color: #000000 !important;
	}
}

@media only screen and (max-width: 767px) {
    #top .menu_burger_main {
        right: 82px;
    }
	
	#top .dashboard_listing_cont {
        grid-template-columns: 100%;
    }
	
	#top .tables_sect .template-page {
		padding-top: 60px;
		padding-bottom: 0px !important;
	}
	
	#top .tables_sect .ppmt_main_p_cont {
		    overflow-y: auto;
	}
	
	.responsive .single-properties #header_main .container {
        height: max-content !important;
    }
	
	#top .av-burger-menu-main a {
		display: flex;
    	align-items: center;
	}
	
	#top.page-id-763 .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
		margin-top: 0px !important;
	}
	
	#top .main_property_advanced_cont .main_property_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
    }
	
	#top .ppmt_btn_cont, #top .um input[type=submit].um-button, #top .um-right a, #top .acf-form .acf-button, #top .main_btn_cont a, #top .bm-lc-button {
		padding: 10px 30px;
		font-size: 14px;
	}
	
	#top .btn_row_cont {
        grid-template-columns: repeat(2, max-content);
        justify-content: start;
        gap: 8px;
        align-items: center;
    }
	
	#top .btn_cont_outline, #top .btn_cont {
		padding: 6px 30px;
	}
	
	#top .partner_with_us_cont .main_section_title_ppmt {
		height: max-content;
	}
	
	#top .padding_top_main .template-page {
		padding-top: 50px;
	}
	
	#top .home_become_our_partner_sect .flex_column_table {
		margin-top: 0px !important;
	}
	
	#top .single_partner_with_us_icon {
		width: 204px !important;
        height: 152px !important;
        top: 10px !important;
        right: -36px;
    }
	
	#top .main_section_title_ppmt .av-special-heading-tag {
		font-size: 30px;
	}
	
	#top .newsletter_section_cont {
		grid-template-columns: 100%;
		gap: 32px;
		padding: var(--Spacing-spacing-06, 20px);
	}
	
	#top .newsletter_section_img {
		display: none !important;
	}
	
	#top .newsletter_section_inner_cont {
		padding: var(--Spacing-spacing-04, 0px);
	}
	
	#top .marg_top_56 {
		margin-top: 20px;
	}
	
	#top .gfield, #top .um-field, #top .acf-field {
		padding: var(--Spacing-spacing-03, 12px) var(--Spacing-spacing-06, 18px) var(--Spacing-spacing-03, 12px) var(--Spacing-spacing-07, 24px) !important;
	}
	
	#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
		font-size: 14px !important;
	}
	
	#top .gfield_label, #top .um-field-label label, #top .acf-field label {
		font-size: 12px !important;
	}
	
	#top .um-field-label .um-field-label-icon i {
		font-size: 20px !important;
	}
	
	#top .padding_bottom_main .template-page {
		padding-bottom: 50px;
	}
	
	#top .gfield--type-consent {
		padding: 0px !important;
	}
	
	#top .gfield_consent_label {
		font-size: 14px;
	}
	
	#top .pricing_reg_cont .single_pricing_cont {
		display: none !important;
	}
	
	#top .gform_button {
		padding: 10px 30px;
		font-size: 16px;
		margin-top: 6px !important;
	}
	
	#top .gfield_description {
		font-size: 14px;
	}
	
	#top .follow_us_section_cont {
		padding: var(--Spacing-spacing-06, 20px);
		grid-template-columns: 100%;
	}
	
	#top .follow_us_section_swiper_cont {
		display: none !important;
	}
	
	#top .marg_top_142 {
		margin-top: 20px;
	}
	
	#top .footer_logo {
		width: 150px;
		height: 70px;
	}
	
	.responsive #top #wrap_all #footer .flex_column {
        margin-bottom: 32px !important;
    }
	
	#top #socket .container {
		padding-bottom: 166px;
	}
	
	#top #footer {
		padding: 50px 0 0px 0;
	}
	
	#top .newsletter_color_sect .flex_column, #top .follow_us_color_sect .flex_column {
		margin-bottom: 0px !important;
	}
	
	#top .ppmt_search_toggle_wrapper_cont {
		grid-template-columns: max-content;
		gap: 20px;
		justify-content: center;
		justify-items: center;
	}
	
	#top .swiper-container-featured-listings .swiper-slide {
		width: 326px;
	}
	
	#top .single_service_title {
		font-size: 32px;
	}
	
	#top .ppmt_main_p_cont * {
		font-size: 16px;
	}
	
	#top .single_service_cont {
		grid-template-columns: 100%;
		gap: 20px;
		padding-bottom: var(--Spacing-spacing-10, 20px);
	}
	
	#top .services_cont {
		gap: var(--Spacing-spacing-10, 32px);
	}
	
	#top .home_become_our_partner_sect .template-page {
		padding-top: 0px !important;
	}
	
	#top .home_services_page .flex_column_table {
		margin-top: 0px !important;
	}
	
	#top .latest_promos_cont {
		grid-template-columns: 100%;
		gap: 32px;
		margin-top: -72px;
	}
	
	#top .single_latest_promo_title {
		font-size: 20px;
		margin-top: 18px;
	}
	
	#top .single_partner_with_us_cont {
		border-radius: 8px;
		padding: var(--Spacing-spacing-07, 20px);
	}
	
	#top .main_section_title_ppmt_smaller .av-special-heading-tag {
		font-size: 20px !important;
	}
	
	#top .main_search_advanced_cont {
		margin-top: 38px !important;
	}
	
	#top .um-register .um-col-1, #top .um-form .um-col-1 {
		grid-template-columns: 100%;
		gap: 16px;
	}
	
	#top .gfield, #top .um-field, #top .acf-field {
		border-radius: var(--Corner-radius-full, 16px);
	}
	
	#top .register_boxes_cont {
		grid-template-columns: 100%;
	}
	
	#top .single_register_boxes_cont {
		padding: var(--Spacing-spacing-06, 20px);
		grid-template-columns: 100%;
		gap: 8px;
	}
	
	#top .pricing_reg_cont {
		grid-template-columns: 100%;
		margin-bottom: -60px !important;
	}
	
	#top .main_section_title_partners .av-special-heading-tag {
		font-size: 22px !important;
	}
	
	#top .pricing_cont {
        grid-template-columns: 100%;
        margin-bottom: -80px;
    }
	
	#top .btn_align_right {
		justify-content: start;
	}
	
	#top .single_property_header_cont {
		grid-template-columns: 100%;
		gap: 20px;
	}
	
	#top.single-properties .single_page_property_cont .main_search_advanced_cont {
		display: none !important;
	}
	
	#top .single_property_header_cont .single_property_header_img:first-child {
		min-height: unset;
		grid-column: unset !important;
	}
	
	#top .single_ppmt_prop_inner_cont {
		grid-template-columns: 100%;
	}
	
	#top .ppmt_prop_main_extras_wrapper {
		grid-template-columns: 100%;
	}
	
	#top .ppmt_prop_main_detials_text {
		font-size: 16px;
	}
	
	#top .ppmt_property_description .ppmt_main_p_cont * {
		font-size: 16px;
	}
	
	#top .ppmt_prop_footer_cont {
		grid-template-columns: 100%;
		gap: 32px;
		padding-top: 32px;
	}
	
	#top .ppmt_agent_wrapper_box {
		grid-template-columns: 100%;
		gap: 32px;
	}
	
	#top .property_agent_img {
		width: 200px;
		height: 200px;
	}
	
	#top .single_page_property_cont {
		padding: 0px 14px;
	}
	
	#top .prop_single_location_cont {
		grid-template-columns: 100%;
		margin-top: 20px;
		gap: 20px;
	}
	
	#top .ppmt_btn_cont, #top .um input[type=submit].um-button, #top .um-right a, #top .acf-form .acf-button, #top .main_btn_cont a, #top .bm-lc-button {
        text-align: center;
    }
	
	#top .share_button_cont, #top .save_button_cont {
		padding: 8px 20px;
		font-size: 14px;
	}
	
	#top .main_property_share_save_cont svg {
		width: 24px !important;
		height: 24px !important;
	}
	
	#top .ppmt_agent_name {
		font-size: 24px;
	}
	
	#top .marg_top_32 {
		margin-top: 20px;
	}
	
	#top .ppmt_prop_main_detials_title {
		font-size: 20px;
	}
	
	#top .login_popup_inner {
		max-width: 90%;
		grid-template-columns: 100%;
	}
	
	#top .login_popup_img {
		display: none;
	}
	
	#top .ppmt_price_text {
		font-size: 36px;
	}
	
	#top.single-properties .avia-section .container {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	#top .single_property_header_img {
		height: 250px !important;
	}
	
	#top .looking_for_more_cont {
        grid-template-columns: 100%;
        gap: 24px;
        margin-bottom: -80px;
        margin-top: -46px;
    }
	
	#top.page-id-1359 .looking_for_more_cont {
        margin-bottom: 0px !important;
    }
	
	#top .header_bg {
		background-image: unset;
	}
	
	#top .swiper-container-featured-listings {
		display: block !important;
		overflow: visible;
	}	
	
	.container {
        padding: 0px 12px !important;
    }
	
	#top .all_blogs_cont {
		grid-template-columns: 100%;
		gap: 24px;
	}
	
	#top .btn_centre {
		justify-content: center !important;
	}
	
	#top .gform_button {
        margin-top: 16px !important;
    }
	
	#top .main_featured_property_cont {
		grid-template-columns: 100% !important;
	}
	
	#top .main_featured_property_cont {
		display: none !important;
	}
	
	#top .home_main_cont, #top .home_main_cont .av-section-color-overlay, #top.page-id-6390 #av_section_1, #top.page-id-769 #av_section_1 {
		border-radius: 0px 0px 20px 20px;
	}
	
	#top .sign_up_popup_content_cont {
		grid-template-columns: 100%;
		align-items: center;
		gap: 0px;
	}
	
	.responsive #top .sign_up_popup_content * {
		text-align: center !important;
	}
	
	#top .sign_up_popup_icon {
		width: 100px;
		height: 100px;
		background-size: 170px;
		margin: 0 auto;
	}
	
	#top .newsletter_section_text br {
		display: none !important;
	}
	
	#top .main_section_title_ppmt .av-special-heading-tag, #top .ppmt_main_p_cont h1, #top .ppmt_main_p_cont h2, #top .ppmt_main_p_cont h3, #top .ppmt_main_p_cont h4, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6, #top .ppmt_main_p_cont h1 *, #top .ppmt_main_p_cont h2 *, #top .ppmt_main_p_cont h3 *, #top .ppmt_main_p_cont h4 *, #top .ppmt_main_p_cont h5, #top .ppmt_main_p_cont h6 * {
		font-size: 28px;
	}
	
	#top .sign_up_popup_inner_cont {
		max-width: 94%;
		padding: 20px;
	}
	
	#top .ppmt_prop_main_detials_wrapper {
		grid-template-columns: 100%;
		gap: 10px;
	}
	
	#top .ppmt_details_sep_cont {
		width: 100%;
		height: 1px;
	}
	
	#top.single-properties .ppmt_prop_main_detials_title {
        margin-top: 0px;
    }
	
	#top .ppmt_price_text {
        font-size: 26px;
    }
	
	#top .feedback_btn {
		display: none !important;
	}
	
	#top .ppmt_agent_box {
        margin-top: 10px;
    }
	
	#top .property_agent_img {
        width: 100px;
        height: 100px;
    }
	
	#top .ppmt_agent_wrapper_box {
        gap: 18px;
    }
	
	#top .related_searches_cont {
		grid-template-columns: 100%;
	}
	
	#top .blog_read_next_cont a {
		font-size: 24px;
		line-height: 36px;
	}
	
	#top .read_next_text {
		font-size: 24px;
	}
	
	#top .home_feat_articles_sect .template-page {
		padding-top: 18px !important;
	}
	
	#top .no_marg_bot_mobile {
		margin-bottom: 0px !important;
	}
	
	#top .padding_top_0_mobile .template-page {
		padding-top: 0px !important;
	}
	
	#top .main_swiper_cont {
		width: 86px;
		height: 86px;
		border-radius: 6px;
	}
	
	#top .business_partner_gallery {
		height: 150px;
		border-radius: 10px;
	}
	
	#top.single-suppliers .latest_promos_cont {
        margin-top: 0px;
    }
	
	#top.single-suppliers .single_latest_promo_cont {
		padding: 0px;
	}
	
	#top .main_property_advanced_cont .ppmt_search_input_cont_location .select2-selection--multiple {
		height: 120px !important;
	}
}

@media only screen and (max-width: 600px) {
	#top .business_partners_portfolio_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#top.single-suppliers .main_section_title_partners .av-special-heading-tag {
        font-size: 26px !important;
    }
	
	#top .scroll_down_btn {
        padding: 10px 20px !important;
        max-width: max-content;
        gap: 10px;
    }
	
	#top .scroll_down_btn svg {
		width: 24px !important;
		height: 24px !important;
	}
	
	#top .main_property_advanced_cont .main_property_cont {
		grid-template-columns: 100%;
	}
	
	#top .related_searches_cont {
		display: none !important;
	}
	
	#top .swiper-container-featured-blogs .swiper-slide {
		width: 326px;
	}
	
	#top .single_property_header_cont, #top .property_images_popup_cont {
		display: none !important;
	}
	
	#top .single_service_number, #top .single_service_title {
        font-size: 22px;
    }
	
	#top .single_service_cont {
        grid-template-columns: max-content 1fr;
    }
	
	#top .main_section_images_property {
        display: block !important;
        height: 350px;
        margin-top: 0px;
		position: relative;
    }
	
	#top .single_prop_img {
		border-radius: 0px;
	}
	
	#top .single_page_property_cont {
        margin-top: -34px;
        position: relative;
        z-index: 40;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
	
	#top .prop_pagination_mobile {
		bottom: 34px;
    	background: unset;
		opacity: 1;
	}
	
	#top .share_button_cont, #top .save_button_cont {
        padding: 0px;
    }
	
	#top .main_property_share_save_cont {
		justify-content: space-between;
	}
	
	#top .property_share_inner_cont {
		top: 32px !important;
	}
	
	#top .um.um-shortcode-social .um-col-alt {
		grid-template-columns: 100%;
		gap: 6px;
	}
	
	#top .marg_top_32_mob {
		margin-top: 32px !important;
	}
	
	#top .single_sign_in_box_left_col a.um-button.um-button-social {
		width: 226px !important;
	}
	
	#top .ppmt_blog_search_cont form {
		max-width: 100%;
		width: 100%;
	}
	
	#top .ppmt_blog_search_cont {
		justify-content: unset;
	}
	
	#top .ppmt_blog_header_wrapper_inner {
		grid-template-columns: 100%;
		gap: 14px;
	}
	
	#top .blog_back_cont, #top .blog_back_cont svg {
		width: 46px;
		height: 46px;
	}
	
	#top .post_title {
		font-size: 26px;
	}
	
	#top .ppmt_blog_category {
        font-size: 12px;
    }
	
	#top .ppmt_blog_header {
		padding: 30px;
	}
	
	#top .single_post_content_inner {
		padding: 30px 20px 30px;
		grid-template-columns: 100%;
		gap: 24px;
	}
	
	#top .ppmt_blog_header_wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#top .ppmt_blog_header_inner_cont .footer_socials_cont {
		grid-template-columns: repeat(3, max-content);
		gap: 8px;
	}
	
	#top .ppmt_blog_author_date {
		font-size: 12px;
		margin-top: -8px;
	}
	
	#top .ppmt_btn_cont_load_more {
		grid-column: 1 / -1;
	}
	
	#top .main_search_advanced_cont {
        margin-top: 10px !important;
    }
	
	#top .ppmt_blog_header_overlay {
		background: linear-gradient(280deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 68%);
	}
	
	#top .what_we_offer_section_cont {
        grid-template-columns: 100% !important;
    }
	
	#top .search_advanced_filters_popup_inner_cont .ppmt_search_inputs_wrapper_cont {
		grid-template-columns: 100%;
	}
	
	#top .search_by_ppmt, #top .ppmt_btn_cont_advanced {
		grid-column: unset !important;
	}
	
	#top .main_search_advanced_top_cont {
		grid-template-columns: 100%;
		justify-content: center;
		gap: 20px;
	}
	
	#top .search_advanced_filters_popup_cont {
        margin-top: 0px;
    }
	
	#top .main_section_title_ppmt .av-special-heading-tag {
        font-size: 28px;
    }
	
	#top .swiper-container-mobile-offers-home {
		display: block;
		overflow: visible;
	}
	
	#top .single_what_we_offer_cont {
		height: 100%;
	}
	
	#top .single_what_we_offer_cont_desktop {
		display: none !important;
	}
	
	#top .what_we_offer_section_cont {
        overflow: hidden;
    }
	
	#top .what_we_offer_section_cont .swiper-slide {
		height: auto;
	}
}

@media only screen and (max-width: 380px) {
	#top .menu_burger_main {
        right: 60px;
    }
}