@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap);

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family)
}

.guldenland_products .guldenland_sidebar .property_alert .e-magazine-right-content .each-magazine:last-child .magazine-content p,
.site-navbar,
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0
}

.icon_select,
.icon_select select {
    appearance: none
}

.faqs .set>a,
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none
}

:root {
    --theme-color: #bfd630;
    --theme-color_2: #6e0d16;
    --bg-color: #f5f5f5;
    --text-color: #222222;
    --font-family: 'Poppins', sans-serif;
    --semi-bold: 600;
    --font-size-15: 15px
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type=radio]:checked+label:before {
    border: 1px solid var(--theme-color) !important
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #222;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--theme-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: .2s;
    transition: .2s
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.semi-bold {
    font-weight: var(--semi-bold)
}

.font-size-15,
.latest-news-section .news-content p {
    font-size: var(--font-size-15)
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 65px
}

body {
    background-color: #fff;
    position: relative;
    color: var(--text-color)
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible
}

.sticky-wrapper .site-navbar,
a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a,
a:hover {
    text-decoration: none !important
}

.form-control:focus,
.form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible,
button:focus,
button:focus-visible {
    border: 1px solid var(--theme-color_2);
    box-shadow: none !important;
    outline: 0
}

button:active {
    background-color: var(--theme-color_2)
}

.site-navbar-wrap {
    z-index: 99;
    width: 100%;
    left: 0
}

.contact_section .addresses_head .addresses .each_address p a,
.footer_top_section .content_list ul li a,
.site-navbar .site-navigation .site-menu .has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu>li>a.active,
.site-navbar .site-navigation .site-menu>li>a:hover,
.site-navbar-wrap a,
section.agentdetail_section .details .agent_detail .agent_social_network ul li a {
    color: var(--text-color)
}

.site-navbar-wrap .site-navbar-top {
    font-size: .8rem
}

.joblisting_section .joblisting:last-child,
.site-navbar-top {
    border-bottom: 1px solid #ddd
}

.site-navbar {
    width: 100%
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500
}

.site-navbar .site-navigation .site-menu>li,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 2px
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 20px 5px;
    color: var(--text-color);
    font-size: 14px;
    text-decoration: none !important;
    text-transform: capitalize
}

.site-navbar .site-navigation .site-menu>li:last-child,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0
}

.site-navbar .site-navigation .site-menu>li:last-child .dropdown.arrow-top {
    right: 0
}

.site-navbar .site-navigation .site-menu>li:last-child .dropdown.arrow-top li {
    min-width: 120px
}

.site-navbar .site-navigation .site-menu>li:last-child .dropdown.arrow-top:before {
    right: 10%;
    left: auto
}

.e-magazine .magazine-image-section,
.latest-news-section .news-image,
.select_buttons .single_select_buttons.select_icon,
.site-navbar .site-navigation .site-menu .has-children {
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 18px
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: 10px solid rgba(136, 183, 213, 0);
    border-bottom-color: var(--text-color);
    margin-left: -10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 13px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
    color: var(--text-color) !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 7px 10px;
    display: block
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #ebeef0;
    color: #212529
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0
}

.site-navbar .site-navigation .site-menu .has-children:active,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:active>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 3
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px 20px 150px;
    height: calc(100vh - 52px)
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529
}

.guldenland_products .guldenland_products_listing .each_manage_section h4 a,
.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active>a {
    color: var(--theme-color)
}

.city_table table th,
.each-magazine .magazine-content p a,
.guldenland_products .guldenland_products_listing .each_manage_section p a,
.manage-paragraph a,
.propertyalert_form form label span,
.sticky-wrapper .site-navbar ul li.active a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a,
span.navicon {
    color: var(--theme-color_2)
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: icomoon;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.search_view .selectwithinput .select_buttons,
.site-mobile-menu .site-nav-wrap>li>ul>li,
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px
}

.sticky-wrapper {
    z-index: 100;
    width: 100%;
    height: 100% !important
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px
}

.sticky-wrapper.is-sticky .site-navbar {
    backdrop-filter: blur(20px)
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
    padding-right: 20px
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 5px;
    color: var(--text-color);
    font-size: 14px
}

span.navicon {
    font-size: 20px
}

.heading h1 {
    font-size: 60px;
    font-weight: 600
}

.heading h2,
.heading.h1_tag h1 {
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600
}

.top_right_text a {
    border-right: 1px solid var(--text-color);
    padding: 0 10px !important;
    font-size: 14px
}

.top_right_text a:last-child {
    border: none;
    padding-right: 0 !important
}

.icon-phone:before,
.property-solution .each-property-solution button.theme-btn {
    font-size: 18px
}

.icon-envelope:before {
    font-size: 16px
}

.email-phone a {
    font-weight: 600;
    font-size: 15px
}

.contact_section .addresses_head .addresses .each_address .contact-icons,
.email-phone a span.icon-envelope,
.email-phone a span.icon-phone {
    background: var(--theme-color);
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.theme-btn,
button.theme-btn {
    background: var(--theme-color_2);
    color: #fff;
    border-radius: 8px;
    border: 0;
    padding: 0 20px;
    height: 50px;
    font-weight: 600
}

a.theme-btn {
    line-height: 40px
}

a.green_button {
    background: var(--theme-color);
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 10px;
    display: inline-block
}

.section-padding {
    padding: 80px 0
}

.e-magazine.section-padding,
.service-section.section-padding {
    padding: 80px 0 110px
}

section.property_section {
    background: url(../images/property_bg.webp) center/cover no-repeat;
    padding: 70px 0 150px;
    position: relative
}

section.property_section:after {
    content: '';
    background: url(../images/section_footer.png) bottom center/contain no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -1px
}

.property-tabs__reset ul#pills-tab li a.active {
    background: var(--theme-color);
    border-radius: 30px;
    color: black;
    font-weight: 400
}

.property-tabs__reset ul#pills-tab li a {
    color: white;
    font-size: var(--font-size-15);
    font-weight: var(--semi-bold)
}

.form-control.search-input {
    height: 40px;
    border: none;
    font-size: 14px;
    color: #525252
}

.property-section-content button.button-addon2 {
    background: var(--theme-color_2);
    color: #fff;
    border-radius: 8px !important;
    border: 0;
    padding: 0 25px;
    font-weight: 600;
    height: 38px
}

.input-group.mb-3.search_view {
    padding: 5px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    border: 1px solid #ddd
}

.search_view .select2 {
    flex: 1
}

.search_view .select2-container--default .select2-selection--multiple {
    border: 0;
    display: flex;
    align-items: center;
    min-height: 38px
}

.search_view .select2-container .select2-search--inline .select2-search__field,
.search_view .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    line-height: normal;
    padding-left: 10px
}

.search_view .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--theme-color);
    font-size: 13px;
    padding: 5px;
    border: 0;
    display: flex;
    align-items: center
}

.search_view .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    cursor: pointer;
    font-weight: 400;
    margin-right: 5px;
    background: #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.property_section .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 2px
}

.fancybox-navigation .fancybox-button,
.guldenland_products .guldenland_products_listing .order_grid_view .order_view select,
.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search .property_first_section_search a:last-child,
.search_view .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0
}

#moreAdvanceOptionSerachCommercial,
#moreAdvanceOptionSerachSale,
div#moreAdvanceOptionSerachRent {
    width: 100%;
    max-width: 81%;
    display: grid;
    grid-template-columns: 20% 20% 1fr 1fr;
    grid-column: 1/-1;
    justify-content: space-between;
    gap: 10px;
    transition: .5s ease-in-out;
    height: 0;
    overflow: hidden
}

#moreAdvanceOptionSerachCommercial.moreAdvanceOptionSerachCommercial_view,
#moreAdvanceOptionSerachSale.moreAdvanceOptionSerachSale_view,
div#moreAdvanceOptionSerachRent.moreAdvanceOptionSerachRent_view {
    width: 100%;
    max-width: 84%;
    transition: .5s ease-in-out;
    height: 40px
}

div#moreAdvanceOptionSerachRent .single_select_buttons,
div#moreAdvanceOptionSerachRent .single_select_buttons select {
    flex-basis: auto;
    width: 100%
}

.property-solution .each-property-solution p,
.reset-filter {
    color: white;
    font-size: var(--font-size-15);
    padding: 5px;
    background-color: var(--theme-color);
    border-radius: 5px;
}

.select_buttons {
    display: grid;
    gap: 10px;
    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr)
}

.select_buttons .single_select_buttons select {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 12px;
    font-size: 14px;
    width: 100%
}

.single_select_buttons button.search-btn {
    background: var(--theme-color);
    color: #fff;
    border-radius: 8px;
    border: 0;
    padding: 0 8px;
    height: 40px;
    font-weight: 600;
    width: 130px
}

.recent-search p {
    margin: 0 15px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: white
}

.recent-search .searches .badge {
    font-weight: 400;
    background: var(--theme-color);
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    margin-right: 2px
}

.property-section-content .input-group-prepend.selectwithinput .select_buttons select {
    border: 0;
    width: 105px;
    border-right: 1px solid var(--theme-color);
    border-radius: 0
}

.broucher p,
.copyright_section .copyright_content p,
.e-magazine .each-magazine:last-child,
.inner_layout p,
.property-section-content .input-group-prepend.selectwithinput,
.scheme_consultation p {
    margin: 0
}

.select_buttons .single_select_buttons.select_icon span.multiselect-native-select .btn-group {
    width: 100%;
    background: #fff;
    border-radius: 8px
}

.select_buttons .single_select_buttons.select_icon span.multiselect-native-select button.multiselect {
    font-size: 14px;
    border: 0;
    color: #222;
    border-radius: 8px;
    height: 40px
}

.select_buttons .single_select_buttons.select_icon span.multiselect-native-select button.multiselect:active,
.select_buttons .single_select_buttons.select_icon span.multiselect-native-select button.multiselect:focus {
    border: 0;
    background: 0 0
}

.select_buttons .single_select_buttons.select_icon span.multiselect-native-select .dropdown-menu .multiselect-option {
    padding: 3px 3px 3px 6px;
    font-size: 14px;
    color: #222;
    background: #fff;
    border: 0 !important
}

.property-solution .each-property-solution {
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 30px 15px
}

.property-solution .each-property-solution .eachimg,
.service-section .each-property-solution .eachimg {
    background: #bfd530;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.property-solution .each-property-solution h5 {
    margin: 10px 0;
    font-weight: 600
}

.about-section-content {
    width: calc(100% - 18%)
}

.about-section-content h3 {
    font-size: 24px;
    margin: 15px 0;
    font-weight: var(--semi-bold)
}

.about-section-content button.theme-btn {
    height: 55px;
    width: 180px
}

.latest-news-section .news-image img {
    border-radius: 20px;
    height: 180px;
    object-fit: contain
}

.latest-news-section .news-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--theme-color);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.latest-news-section .news-date h3 {
    margin: 0;
    font-size: 32px;
    font-weight: var(--semi-bold);
    line-height: 24px
}

.latest-news-section .news-date h5 {
    margin: 0;
    font-size: 18px
}

.latest-news-section .news-content {
    padding: 0 30px
}

.latest-news-section .news-content h5 {
    font-size: 18px;
    font-weight: var(--semi-bold);
    margin: 15px 0;
    line-height: 28px
}

.latest-news-section .news-content a {
    font-size: var(--font-size-15);
    font-weight: var(--semi-bold);
    color: var(--text-color)
}

.latest-news-section .news-content span.arrow-right {
    width: 28px;
    height: 28px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px
}

.e-magazine {
    background-color: var(--bg-color)
}

.e-magazine .magazine-image-section img {
    border-radius: 10px;
    height: 412px;
    object-fit: cover
}

.e-magazine .magazine-image-section .theme-btn {
    width: 64%;
    height: 70px;
    font-size: 20px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.e-magazine .each-magazine {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.e-magazine .each-magazine .icon-div {
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px
}

.e-magazine .each-magazine .magazine-content h4 {
    font-size: 24px;
    font-weight: var(--semi-bold)
}

.e-magazine .each-magazine .magazine-content h4 a {
    color: #222
}

.e-magazine .each-magazine .magazine-content p {
    line-height: 26px;
    margin: 0
}

.e-magazine.evaluation.section-padding {
    padding: 80px 0;
    margin: 80px 0
}

.e-magazine .evaluation-content .each-magazine {
    justify-content: center
}

.service-section .each-property-solution {
    text-align: center;
    border: 2px solid var(--theme-color);
    border-radius: 20px;
    padding: 30px;
    background-color: #f9fde2
}

.service-section .each-property-solution h4 {
    margin: 10px 0;
    font-weight: var(--semi-bold);
    font-size: 30px
}

.service-section .each-property-solution p {
    font-size: 18px;
    width: 85%;
    margin: 0 auto 20px
}

.service-section button.theme-btn {
    font-size: 18px;
    background: #f9fde2;
    color: var(--theme-color_2);
    border: 2px solid var(--theme-color);
    width: 50%;
    position: relative;
    left: 0;
    right: 0;
    margin: -20px auto;
    bottom: 10px
}

.offices-section {
    background-color: #f2f2f2
}

.offices-section .each_office {
    text-align: center
}

.offices-section .each_office h6 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: var(--semi-bold)
}

.all_offices {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap
}

.footer_top_section {
    background: url(../images/property_bg.webp) center/cover no-repeat;
    position: relative;
    padding: 40px 0
}

.footer_top_section:before {
    content: '';
    height: 80px;
    background: url(../images/section_footer_1.png) top center/contain no-repeat;
    width: 100%;
    position: absolute;
    top: -1px
}

.footer_top_section:after {
    content: '';
    height: 120px;
    background: url(../images/section_footer_2.png) bottom center/cover no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0
}

.footer_top_section .content_list ul {
    padding: 0;
    flex: 1
}

.faqs .content ul,
.footer_top_section .content_list ul li,
.main_footer .footer_main_content .content_list ul li {
    list-style: none
}

.footer_top_section h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: var(--semi-bold);
    line-height: 28px
}

.footer_top_section.anotherpage_footer,
.footer_top_section.anotherpage_footer:before,
.property_pagination .pagination .page-item .page-link:hover {
    background: 0 0
}

.toast-container,
.toast-success {
    background-color: #870000 !important
}

.footer_top_section.anotherpage_footer {
    margin-top: 100px
}

.footer_top_section.footer_top_section_bgwhite:before,
.main_footer .footerlogo_socialicon .footer_logo {
    filter: brightness(0) invert(1)
}

.footer_top_section.footer_top_section_bgwhite .content_list ul {
    display: flex;
    gap: 5px;
    flex-wrap: wrap
}

.footer_top_section.footer_top_section_bgwhite .content_list ul li {
    flex-basis: calc(100% / 5 - 5px)
}

.main_footer {
    background: var(--text-color);
    padding: 65px 0
}

.main_footer .footerlogo_socialicon,
.main_footer .footerlogo_socialicon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px
}

.main_footer .footerlogo_socialicon ul li {
    list-style: none;
    background: var(--theme-color);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.main_footer .footerlogo_socialicon ul {
    gap: 5px;
    margin: 0
}

.main_footer .footer_main_content h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px
}

.main_footer .footer_main_content .content_list ul {
    padding: 0;
    line-height: 30px
}

.main_footer .footer_main_content .content_list ul li a {
    color: #aaa;
    font-size: 14px
}

.copyright_section {
    font-size: 14px;
    height: 60px;
    background: var(--text-color);
    color: #fff;
    display: flex;
    align-items: center;
    border-top: 1px solid #464646
}

.joblisting_section .joblisting,
.property_pagination {
    border-top: 1px solid #ddd
}

.copyright_section .copyright_content,
.copyright_section .copyright_content ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    margin: 0
}

.copyright_section .copyright_content ul li a {
    color: #fff
}

.copyright_section .copyright_content ul li {
    margin-right: 10px;
    border-right: 2px solid #fff;
    padding-right: 10px;
    line-height: 12px
}

.copyright_section .copyright_content ul li:last-child {
    border: 0;
    margin: 0;
    padding: 0
}

.breadcrumbs {
    background: var(--theme-color)
}

.breadcrumbs ul {
    margin: 0;
    display: flex;
    padding: 13px 0;
    list-style: none
}

.breadcrumbs ul li {
    display: flex
}

.breadcrumbs ul li a {
    font-size: 16px;
    color: var(--text-color);
    margin-right: 5px
}

.breadcrumbs ul li:not(:last-child):after {
    content: '>';
    margin-right: 5px
}

.breadcrumbs.addArrowSymbol ul li:first-child:before {
    content: '<';
    margin-right: 5px
}

.breadcrumbs.addArrowSymbol ul li:first-child:after {
    content: '|'
}

section.guldenland_section {
    margin-bottom: 100px
}

.guldenland_products {
    display: grid;
    gap: 30px;
    align-items: flex-start;
    grid-template-columns: 1fr 355px
}

.guldenland_products.fullwidth {
    grid-template-columns: 1fr
}

.guldenland_products .guldenland_products_listing,
.guldenland_products .guldenland_products_listing .guldenland_all_product {
    display: grid;
    row-gap: 30px
}

.guldenland_products .guldenland_products_listing .guldenland_each_product {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-auto-flow: column;
    grid-template-columns: 340px 1fr
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_img img {
    width: 340px;
    max-width: 340px;
    border-radius: 10px;
    height: 240px
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color);
    line-height: 28px;
    margin: 0
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content small {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin: 5px 0;
    color: var(--theme-color_2);
    font-weight: 700
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: var(--text-color);
    font-weight: 400
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 28px;
    display: block;
    margin: 5px 0
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content .product_detail {
    font-size: 13px;
    line-height: 28px;
    display: flex;
    justify-content: space-around;
    background: var(--bg-color);
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
    flex-wrap: wrap
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content .product_detail span small {
    font-size: 13px
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content .product_detail span {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-auto-flow: column
}

.guldenland_products .guldenland_sidebar {
    max-width: 355px;
    min-width: 355px;
    display: grid;
    gap: 30px
}

.guldenland_products .guldenland_sidebar .agent_view,
.guldenland_products .guldenland_sidebar .contact_sidelist,
.guldenland_products .guldenland_sidebar .property_alert,
.guldenland_products .guldenland_sidebar .sidelist {
    background: var(--bg-color);
    border-radius: 10px;
    padding: 35px
}

.guldenland_products .guldenland_sidebar .sidelist h4,
.guldenland_products .guldenland_sidebar .sidelist.contact_sidelist h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 10px
}

.guldenland_products .guldenland_sidebar .sidelist ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.guldenland_products .guldenland_sidebar .sidelist ul li a {
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
    color: var(--text-color);
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e9e9
}

.guldenland_products .guldenland_sidebar .sidelist ul li a:hover,
.property-area .area-cities ul li a:hover {
    text-decoration: underline !important
}

.guldenland_products .guldenland_sidebar .sidelist.sociallinks_list ul {
    display: flex;
    gap: 15px
}

.guldenland_products .guldenland_sidebar .sidelist.sociallinks_list ul li a {
    padding: 0;
    margin: 0;
    border: 0
}

.guldenland_products .guldenland_sidebar .contact_sidelist h4 {
    font-size: 24px;
    font-weight: 600
}

.apply_online_form_section .apply_online_form form .field_row label,
.applyproperty_form form .form-group label,
.guldenland_products .guldenland_sidebar .contact_sidelist form label,
.maintenance_form_view .maintenance_form form .field_row label,
.maintenance_form_view .management_form form .field_row label {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin: 0
}

.apply_online_form_section .apply_online_form form .field_row label span,
.applyproperty_form form .form-group label span,
.guldenland_products .guldenland_sidebar .contact_sidelist form label span,
.maintenance_form_view .maintenance_form form .field_row label span,
.maintenance_form_view .management_form form .field_row label span {
    color: red;
    margin-left: 3px
}

.guldenland_products .guldenland_sidebar .contact_sidelist form input,
.jobsearch_form_section form input,
.jobsearch_form_section form select {
    height: 42px;
    font-size: 14px
}

.guldenland_products .guldenland_sidebar .contact_sidelist form textarea {
    font-size: 14px;
    resize: none
}

.apply_online_form_section .apply_online_form button,
.applyproperty_form form .maintenance_form_inner button.send_button,
.guldenland_products .guldenland_sidebar .agent_view button,
.guldenland_products .guldenland_sidebar .contact_sidelist form button,
.maintenance_form_view .maintenance_form .maintenance_form_inner button,
.maintenance_form_view .management_form .maintenance_form_inner button {
    height: 50px;
    background: var(--theme-color_2);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: 0
}

.guldenland_products .guldenland_sidebar .agent_view button {
    background: #26d367 !important
}

.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search .property_first_section_search a img,
.guldenland_products .guldenland_sidebar .agent_view button img {
    width: 22px
}

.guldenland_products .guldenland_sidebar .contact_sidelist form .term-policy {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--text-color);
    font-weight: 400
}

.guldenland_products .guldenland_sidebar .contact_sidelist form .term-policy a {
    color: var(--theme-color_2);
    text-decoration: underline
}

.guldenland_products .guldenland_sidebar .agent_view .agent_img_name {
    display: flex;
    align-items: center
}

.guldenland_products .guldenland_sidebar .agent_view .agent_img_name img {
    max-height: 80px;
    min-width: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px
}

.guldenland_products .guldenland_sidebar .agent_view .agent_img_name .agentnamenumber h4 {
    font-size: 18px;
    line-height: 28px;
    color: #222;
    font-weight: 600
}

.guldenland_products .guldenland_sidebar .agent_view .agent_img_name .agentnamenumber p {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px
}

.guldenland_products .guldenland_sidebar .property_alert .e-magazine-right-content .each-magazine {
    display: grid;
    gap: 20px;
    grid-auto-flow: column
}

.guldenland_products .guldenland_sidebar .property_alert .e-magazine-right-content .each-magazine .icon-div {
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    padding: 0;
    border-radius: 50%
}

.guldenland_products .guldenland_sidebar .property_alert .e-magazine-right-content .each-magazine .icon-div img {
    height: 32px;
    min-width: 32px
}

.guldenland_products .guldenland_sidebar .property_alert .e-magazine-right-content .each-magazine .magazine-content h4 {
    font-size: 17px;
    font-weight: 600
}

.guldenland_products .guldenland_sidebar .property_alert .e-magazine-right-content .each-magazine .magazine-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 28px
}

.property_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding: 5px 0
}

.property_pagination .pagination {
    margin: 0;
    gap: 10px
}

.property_pagination .pagination .page-item,
.property_pagination .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.property_pagination .pagination .page-item .page-link {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color)
}

.property_pagination .pagination .page-item .page-link:focus,
.property_pagination .pagination .page-item .page-link:focus-visible {
    box-shadow: none;
    outline: 0
}

.property_pagination .pagination .page-item.active .page-link {
    background: var(--theme-color);
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.guldenland_products .guldenland_products_listing .order_grid_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 13px 18px
}

.guldenland_products .guldenland_products_listing .order_grid_view .list_map_view {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 12px
}

.applyproperty_form .maintenance_form_inner .radio-group label,
.guldenland_products .guldenland_products_listing .order_grid_view .list_map_view p,
.maintenance_form_view .maintenance_form form .field_row .radio-group label,
.maintenance_form_view .management_form form .field_row .radio-group label {
    font-weight: 400
}

section.guldenland_section.agent_section .heading h2,
section.guldenland_section.agent_section .heading.h1_tag h1 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 28px;
    text-transform: initial
}

section.guldenland_section.agent_section .guldenland_products .guldenland_products_listing {
    border: 1px solid #ddd;
    padding: 42px;
    border-radius: 10px
}

section.guldenland_section.agent_section .guldenland_products .guldenland_products_listing,
section.guldenland_section.agent_section .guldenland_products .guldenland_products_listing .guldenland_all_product {
    row-gap: 20px
}

section.agentdetail_section {
    margin: 25px 0
}

section.agentdetail_section .details {
    background: var(--bg-color);
    padding: 20px 60px;
    display: flex;
    border-radius: 10px
}

section.agentdetail_section .details .agent_image img {
    width: 165px;
    min-width: 165px;
    height: 165px;
    object-fit: cover;
    border-radius: 50%
}

section.agentdetail_section .details .agent_detail {
    padding-left: 30px
}

section.agentdetail_section .details .agent_detail h3 {
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    margin: 0
}

section.agentdetail_section .details .agent_detail h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 24px
}

section.agentdetail_section .details .agent_detail .agent_social_network {
    margin-top: 30px
}

section.agentdetail_section .details .agent_detail .agent_social_network ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 25px;
    grid-auto-flow: column;
    margin: 0
}

section.agentdetail_section .details .agent_detail .agent_social_network ul li {
    display: grid;
    align-items: center;
    gap: 8px;
    grid-template-columns: 30px 1fr
}

.guldenland_products .guldenland_sidebar .agent_view .agent_img_name .agentnamenumber p span,
section.agentdetail_section .details .agent_detail .agent_social_network ul li span {
    background: var(--theme-color);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.guldenland_products .guldenland_products_listing .property_first_section {
    border: 1px solid #ddd;
    padding: 45px;
    border-radius: 10px
}

.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search .property_first_section_price h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-color)
}

.guldenland_products .guldenland_products_listing .guldenland_each_product .product_content h4 sub,
.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search .property_first_section_price h2 sub {
    font-size: 13px;
    font-weight: 400;
    color: #222;
    margin-left: 5px;
    bottom: 0
}

.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search .property_first_section_price p {
    font-size: 14px;
    margin: 0;
    color: var(--theme-color_2);
    font-weight: 700
}

.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search .property_first_section_search {
    display: flex;
    border: 1px solid #ddd
}

.guldenland_products .guldenland_products_listing .property_first_section .property_first_section_price_search .property_first_section_search a {
    padding: 2px;
    border-right: 1px solid #ddd;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.guldenland_products .guldenland_products_listing .property_first_section h1,
.guldenland_products .guldenland_products_listing .property_first_section h3 {
    font-size: 30px;
    font-weight: 500
}

.faqs .content ul li,
.guldenland_products .guldenland_products_listing .each_manage_section p,
.guldenland_products .guldenland_products_listing .each_manage_section ul li,
.guldenland_products .guldenland_products_listing .paragraph-listing ul li,
.guldenland_products .guldenland_products_listing .property_first_section p,
.more {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.guldenland_products .guldenland_products_listing .each_manage_section h4,
.guldenland_products .guldenland_products_listing .property_first_section.property_second_section h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.guldenland_products .guldenland_products_listing .property_first_section.property_second_section h6 {
    background: var(--theme-color);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 400
}

.gap-20 h6,
.guldenland_products .guldenland_products_listing .property_first_section.property_second_section h6 span,
.guldenland_products .guldenland_products_listing .property_first_section.property_second_section table tr td b {
    font-weight: 600
}

.agent_name_contact .icon-phone:before,
.applyproperty_form .maintenance_form_inner,
.guldenland_products .guldenland_products_listing .property_first_section.property_second_section table tr td,
.product_table .table {
    font-size: 14px
}

.guldenland_products .guldenland_products_listing .property_first_section.property_direction_section p {
    font-size: 16px;
    line-height: 28px
}

.slider_bg {
    background: #ebebeb;
    margin: 0 5px 5px
}

#sync1 .item img {
    width: auto;
    height: 420px;
    margin: 0 auto;
    object-fit: cover
}

#sync1.owl-theme {
    position: relative;
    max-width: 600px;
    margin: 0 auto
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

#sync1.owl-theme .owl-next svg,
#sync1.owl-theme .owl-prev svg {
    width: 14px
}

#sync1.owl-theme .owl-prev {
    left: 10px
}

#sync1.owl-theme .owl-next {
    right: 10px
}

#sync2 .item {
    background: #c9c9c9;
    margin: 5px;
    cursor: pointer
}

#sync2 .item img {
    height: 120px;
    object-fit: cover
}

.jobbanner-section {
    background: #bfd630;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.jobbanner-section .jobbanner-text h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    margin: 30px 0;
    color: #fff
}

.jobbanner-section .jobbanner-text h4 {
    line-height: 34px
}

.jobbanner-section .jobbanner-text {
    z-index: 1
}

.jobsearch_form_section {
    background: var(--bg-color);
    padding: 45px;
    border-radius: 10px;
    margin: 70px 0
}

.jobsearch_form_section form {
    display: flex;
    gap: 20px;
    row-gap: 0;
    flex-wrap: wrap
}

.jobsearch_form_section form label {
    font-size: 16px;
    font-weight: 700
}

.jobsearch_form_section form .form-group {
    flex-basis: calc(100% / 3 - 20px);
    margin: 0 auto;
    max-width: 100%
}

.jobsearch_form_section form button {
    margin: 20px auto auto;
    width: 180px
}

.jobsearch_form_section form button:hover,
.propertyalert_form form button:hover {
    background: var(--theme-color_2)
}

.joblisting_section {
    margin-bottom: 50px
}

.joblisting_section .joblisting .each_job {
    display: flex;
    /*justify-content: space-between;*/
    padding: 25px 0
}

.joblisting_section .joblisting .each_job h4 {
    font-weight: 700;
    color: var(--theme-color)
}

.joblisting_section .joblisting .each_job h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 2px
}

.joblisting_section .joblisting .each_job p {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.joblisting_section .joblisting .each_job .job_title {
    /*flex-basis: 335px*/
    width:60%;
}
.joblisting_section .joblisting .each_job .job_type {
    width:20%;
    text-align:right;
}
.joblisting_section .joblisting .each_job .job_location {
    width:20%;
    padding-left:20px;
}
@media(max-width:500px)
{
    .joblisting_section .joblisting .each_job .job_title,
    .joblisting_section .joblisting .each_job .job_type,
    .joblisting_section .joblisting .each_job .job_location
    {
        width:100%;
    }
    .joblisting_section .joblisting .each_job .job_type
    {
        text-align:left;
    }
    .joblisting_section .joblisting .each_job .job_location
    {
        padding-left:0px;
    }
}
input.form-control,
select.form-control {
    border-radius: 8px;
    border: 1px solid #ddd
}

.icon_select {
    position: relative
}

.icon_select:after {
    content: '>';
    position: absolute;
    right: 12px;
    top: 5px;
    bottom: auto;
    line-height: normal;
    transform: rotate(90deg);
    font-size: 20px;
    color: var(--text-color)
}

.propertyalert_section {
    padding: 50px 0 20px;
    border-top: 2px solid #bfd630
}

.auth_forms_view h1,
.propertyalert_section h1 {
    color: #222;
    font-size: 30px
}

.propertyalert_form {
    background: var(--bg-color);
    padding: 20px;
    border: 2px solid #bfd630;
    box-shadow: 0 8px 8px -2px #dbdbdb
}

.propertyalert_form form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.job_detail_section .job_left_section .job_email p,
.job_detail_section .job_left_section .job_info p,
.job_detail_section .job_left_section .job_reference p,
.propertyalert_form form label {
    font-size: 15px;
    font-weight: 400
}

.propertyalert_form form input,
.propertyalert_form form select {
    height: 40px;
    font-size: 14px
}

.propertyalert_form form .form-group {
    flex-basis: calc(100% / 2 - 20px);
    margin: 0 6px;
    max-width: 100%
}

.propertyalert_form form button {
    width: 140px;
    padding: 5px;
    height: 40px;
    font-size: 15px
}

.propertyalert_form form .form-button {
    flex-basis: calc(100% / 1 - 6px)
}

.job_detail_section {
    padding: 70px 0 100px
}

.job_detail_section .job_left_section {
    background: var(--bg-color);
    padding: 34px;
    border-radius: 8px;
    width: 445px
}

.job_detail_section .job_left_section h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
}

.job_detail_section .job_detail_view {
    display: grid;
    gap: 60px;
    grid-template-columns: 445px 1fr
}

.job_detail_section .job_left_section .job_info {
    display: flex;
    justify-content: space-between;
    line-height: 28px
}

.job_detail_section .job_left_section .job_info small {
    font-size: 15px;
    font-weight: 600
}

.job_detail_section .job_left_section .job_email h5,
.job_detail_section .job_left_section .job_reference h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.job_detail_section .job_right_section h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.job_detail_section .job_right_section p,
.job_detail_section .job_right_section ul li,
.manage-paragraph p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

.job_detail_section .job_right_section ul li {
    line-height: 30px;
    align-items: center
}

.job_detail_section .job_right_section ul li:before {
    width: 20px;
    height: 1px;
    background: var(--theme-color);
    margin-right: 11px
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .job_detail_section .job_detail_view {
            display: grid;
            gap: 60px;
            grid-template-columns: 445px 1fr
        }
    }
}

.apply_online_form_section {
    padding-bottom: 70px
}

.apply_online_form_section .apply_online_form {
    background: var(--bg-color);
    padding: 50px;
    border-radius: 8px
}

.apply_online_form_section .apply_online_form h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 18px
}

.apply_online_form_section .apply_online_form .field_row input,
.apply_online_form_section .apply_online_form .field_row select,
.applyproperty_form .maintenance_form_inner .field_row input,
.applyproperty_form .maintenance_form_inner .field_row select,
.contact_section select,
.maintenance_form_view .maintenance_form form .field_row input,
.maintenance_form_view .management_form form .field_row input {
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    border-radius: 5px
}

.apply_online_form_section .apply_online_form .field_row textarea,
.applyproperty_form .maintenance_form_inner textarea,
.maintenance_form_view .management_form form .field_row textarea {
    font-size: 14px;
    font-weight: 400
}

.apply_online_form_section .apply_online_form .field_row {
    display: grid;
    gap: 16px
}

.apply_online_form_section .apply_online_form .field_row .radio-group label {
    font-weight: 400;
    white-space: nowrap
}

.apply_online_form_section .apply_online_form .field_row:first-child {
    grid-template-columns: .25fr 1fr 1fr
}

.apply_online_form_section .apply_online_form .field_row:nth-child(2),
.apply_online_form_section .apply_online_form .field_row:nth-child(4) {
    grid-template-columns: repeat(4, 1fr)
}

.apply_online_form_section .apply_online_form .field_row:nth-child(6) {
    grid-template-columns: repeat(2, 1fr)
}

.apply_online_form_section .apply_online_form .field_row:nth-child(7) {
    grid-template-columns: repeat(3, 1fr)
}

.apply_online_form_section .apply_online_form .field_row .radio-group {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 10px
}

.apply_online_form_section .apply_online_form .field_row:nth-child(5) .radio-group {
    grid-template-columns: repeat(7, 1fr);
    column-gap: 30px
}

.apply_online_form_section .apply_online_form button,
.maintenance_form_view .maintenance_form .maintenance_form_inner button,
.maintenance_form_view .management_form .maintenance_form_inner button {
    width: 215px;
    margin: 0 auto
}

.next-previous_view {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 15px;
    grid-auto-flow: column
}

.next-previous_view button {
    background: var(--theme-color);
    border: 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 4px 10px;
    width: 180px
}

.tooltip {
    font-family: Poppins, sans-serif;
    font-size: 12px
}

.tooltip-inner {
    padding: 2px 7px
}

.manage-paragraph ul li {
    font-size: 14px;
    line-height: 24px
}

.guldenland_products .guldenland_products_listing .each_manage_section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

.guldenland_products .guldenland_products_listing .each_manage_section .read-more a {
    color: #fff;
    background: var(--theme-color_2);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    float: right;
    border: 0
}

.guldenland_products .guldenland_products_listing.manage_section_listing {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px
}

.guldenland_products .guldenland_products_listing.manage_section_listing .each_manage_section:last-child {
    border-bottom: 0;
    padding: 0
}

.guldenland_products .guldenland_products_listing .each_manage_section ul,
.guldenland_products .guldenland_products_listing .paragraph-listing ul {
    list-style: none;
    padding: 0
}

.guldenland_products .guldenland_products_listing .each_manage_section ul li {
    display: flex;
    padding: 2px 0
}

.faqs .content ul li::before,
.guldenland_products .guldenland_products_listing .each_manage_section ul li::before,
.guldenland_products .guldenland_products_listing .paragraph-listing ul li::before {
    content: "\2022";
    color: var(--theme-color_2);
    font-weight: 700;
    display: inline-block;
    min-width: 1em;
    font-size: 18px
}

.about_page_content .manage-paragraph h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color)
}

.pdf_list {
    margin-top: 20px;
    display: flex;
    gap: 40px
}

.pdf_list a {
    padding: 8px 10px;
    border: 1px solid var(--theme-color_2);
    font-size: 14px;
    border-radius: 8px
}

.online_services_view .online_services_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px
}

.online_services_view .each-property-solution {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px
}

.online_services_view .each-property-solution h5 {
    display: flex;
    align-items: center;
    font-size: 16px
}

.online_services_view .each-property-solution p {
    font-size: 14px;
    margin-bottom: 5px
}

.online_services_view .each-property-solution .eachimg {
    width: 90px;
    height: 90px
}

.online_services_view .each-property-solution .eachimg img {
    width: 50px
}

.online_services_view .each-property-solution a.theme-btn,
.online_services_view .each-property-solution button.theme-btn {
    height: 40px;
    font-size: 15px
}

.online_services_view .each-property-solution button.theme-btn a {
    color: #fff;
    height: 40px;
    display: block;
    line-height: 40px
}

.links_list_view {
    border-top: 1px solid #bfd630;
    padding: 10px 0;
    position: relative;
    margin-top: 15px;
    margin-bottom: 40px
}

.links_list_view:before {
    bottom: 100%;
    left: 0;
    border: 12px solid rgba(136, 183, 213, 0);
    border-bottom-color: #bfd630;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.links_list_view .links_list:nth-child(2n) {
    background: var(--bg-color)
}

.links_list_view .links_list {
    display: flex;
    padding: 5px 8px
}

.links_list_view .links_list p {
    margin: 0;
    width: 56%;
    min-width: 56%
}

.faqs .set,
.property-area .each-property-area img,
.rent_img img {
    width: 100%
}

.links_list_view .links_list a {
    word-break: break-all;
    font-size: 14px;
    padding-left: 20px
}

.maintenance_form_inner {
    padding: 35px;
    background: var(--bg-color);
    border-radius: 10px
}

.maintenance_form_view .maintenance_form form .field_row:first-child {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px
}

.maintenance_form_view .maintenance_form form .field_row:nth-child(8) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    column-gap: 20px
}

.maintenance_form_view .maintenance_form form .field_row .radio-group,
.maintenance_form_view .management_form form .field_row .radio-group {
    display: grid;
    gap: 20px;
    align-items: center;
    margin-top: 5px;
    grid-template-columns: repeat(3, 1fr)
}

.applyproperty_form .maintenance_form_inner .field_row textarea,
.maintenance_form_view .maintenance_form form .field_row textarea {
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px
}

.maintenance_form_view .maintenance_form form h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    color: var(--theme-color)
}

.maintenance_form_view .maintenance_form .maintenance_form_inner b {
    color: var(--theme-color_2);
    font-size: 15px
}

.contact_section .maintenance_form_view .management_form form .field_row,
.maintenance_form_view .management_form form .field_row {
    display: grid
}

.maintenance_form_view .management_form form .field_row:first-child {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px
}

.maintenance_form_view .management_form form .field_row:nth-child(3) {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    column-gap: 20px
}

.applyproperty_form form .maintenance_form_inner button.send_button {
    width: 215px;
    margin-left: auto
}

.applyproperty_form .maintenance_form_inner h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
    color: var(--theme-color_2);
    border-bottom: 2px solid var(--theme-color_2);
    padding-bottom: 8px
}

.applyproperty_form .maintenance_form_inner .field_row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 20px
}

.applyproperty_form .maintenance_form_inner .radio-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.applyproperty_form .maintenance_form_inner .radio-group span {
    flex-basis: 48%
}

.applyproperty_form form .maintenance_form_inner button.other_buttons {
    border: 0;
    background: var(--theme-color_2);
    color: #fff;
    padding: 6px 10px
}

.modal_socialLinks {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    background: var(--bg-color);
    padding: 10px
}

.all_agents {
    display: grid;
    gap: 30px;
    margin-top: 10px;
    grid-template-columns: repeat(3, 1fr)
}

.all_agents h6 {
    grid-column: span 3;
    margin: 0
}

.all_agents .eachagent_view {
    display: grid;
    align-items: center;
    gap: 15px;
    background: var(--bg-color);
    border-radius: 10px;
    padding: 18px;
    grid-auto-flow: column
}

.all_agents .eachagent_view img {
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top
}

.all_agents .eachagent_view .agent_name_contact h6 {
    line-height: 20px;
    color: #222;
    font-weight: 600
}

.all_agents .eachagent_view .agent_name_contact p span {
    background: var(--theme-color);
    border-radius: 50%;
    min-height: 24px;
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.all_agents .eachagent_view .agent_name_contact p {
    cursor: pointer;
    display: grid;
    gap: 10px;
    align-items: center;
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0;
    font-weight: 400;
    grid-template-columns: 24px 1fr
}

.all_agents .eachagent_view .agent_name_contact .readmore {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: var(--theme-color_2)
}

.contact_section {
    padding: 60px 0 0
}

.contact_section .contact_content h5 {
    line-height: 28px;
    background: var(--bg-color);
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px
}

.contact_section .contact_content h1 {
    margin: 28px 0
}

.contact_section .management_form {
    max-width: 600px;
    margin: 0 auto
}

.contact_section .maintenance_form_inner {
    padding: 0;
    background: 0 0
}

.contact_section select:focus {
    box-shadow: none;
    border-color: #6e0d16
}

.contact_section .maintenance_form_view .management_form form .field_row:nth-child(2),
.contact_section .maintenance_form_view .management_form form .field_row:nth-child(4) {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px
}

.contact_section .addresses_head .addresses,
.contact_section .maintenance_form_view .management_form form .field_row:nth-child(3) {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

.contact_section .maintenance_form_view {
    margin: 70px 0
}

.contact_section .management_form h2 {
    margin-bottom: 40px
}

.contact_section .parentTabs {
    background-color: var(--bg-color);
    border-radius: 50px 50px 30px 30px
}

.contact_section .tabs_section,
.contact_section .tabs_wrapper {
    margin-top: 37px
}

.contact_section ul.tabs {
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    padding: 28px;
    border-radius: 50px;
    margin: 0
}

.contact_section ul.tabs li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 6px 15px;
    border-radius: 30px;
    color: #222;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500
}

.contact_section ul.tabs li.active {
    background-color: var(--theme-color_2);
    color: #fff
}

.contact_section .tabs_container {
    padding: 28px 50px
}

.contact_section .tabs_container .tab_content {
    display: none
}

.contact_section .tab__content-item.is--active,
.morelink,
.product_table .table thead th b {
    display: block
}

.certificates .each_certificates,
.contact_section .tabs_container .tab_content.active {
    display: inline-block
}

.contact_section .tab {
    background: var(--bg-color);
    border-radius: 50px 50px 30px 30px
}

.contact_section .tab__list {
    display: flex;
    padding: 28px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ddd
}

.contact_section .tab__item {
    cursor: pointer;
    padding: 9px 15px;
    font-size: 15px;
    position: relative;
    color: #222;
    border: 0;
    font-weight: 500
}

.contact_section .tab__item.is--active {
    color: #fff;
    position: relative;
    background: var(--theme-color_2);
    border-radius: 30px
}

.contact_section .tab__content {
    padding: 28px 50px 0
}

.contact_section .tab__content-item,
.morecontent span {
    display: none
}

.contact_section .tab__content-title {
    padding: 24px 24px 24px 0
}

.contact_section .tab .tab .tab__content {
    padding: 0
}

.contact_section .tab__content-item .tab__list {
    padding: 18px 26px;
    width: fit-content;
    border: 0;
    margin: 0 auto 30px
}

.contact_section .tab__content-item .tab__list .tab__item {
    font-size: 16px
}

.contact_section .addresses_head .addresses .each_address p span:first-child {
    font-weight: 600;
    display: block;
    font-size: 14px
}

.contact_section .addresses_head .addresses .each_address p {
    margin: 0;
    line-height: 26px
}

.contact_section .addresses_head .addresses .each_address {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 30px 1fr;
    gap: 14px
}

.contact_section .addresses_head .addresses {
    display: grid;
    row-gap: 42px;
    padding-bottom: 35px
}

.contact_section .addresses_head #address_map {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 87px
}

.morelink {
    line-height: normal
}

.clients_logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 30px
}

ul.pdfs li a {
    background: 0 0 !important;
    color: var(--theme-color_2) !important;
    padding: 0 !important
}

.rent_page_content .manage-paragraph {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(2, 1fr)
}

.rent_page_content .rent_content p {
    margin-bottom: 5px
}

.rent_img .bannerimg {
    border-radius: 10px
}

.broucher {
    display: grid;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-top: 15px;
    grid-template-columns: 50px 1fr
}

.broucher img {
    width: 30px
}

.broucher a {
    min-width: 62px;
    height: 62px;
    background: #bfd530;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.property-rental {
    background: var(--bg-color);
    padding: 100px 0;
    text-align: center;
    margin: 60px 0
}

.property-rental h1 {
    font-size: 60px;
    margin-bottom: 35px
}

.property-rental h4 {
    font-size: 32px
}

.property-rental h4 a,
.training_videos h4 a {
    color: var(--theme-color_2);
    text-decoration: underline !important
}

.certificates {
    margin-top: 60px
}

.certificates h3 {
    margin-bottom: 25px;
    text-align: center
}

.certificates .each_certificates a {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: var(--theme-color_2);
    padding: 20px;
    border: 1px solid var(--theme-color_2);
    border-radius: 8px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}

.certificates .each_certificates a:before {
    content: '';
    background: url(https://webplan.live/front/images/pdf.svg) 0 0/20px no-repeat;
    height: 20px;
    min-width: 20px;
    filter: invert(8%) sepia(42%) saturate(7147%) hue-rotate(345deg) brightness(92%) contrast(98%)
}

.training_videos {
    background: var(--bg-color);
    padding: 60px 0;
    margin: 60px 0;
    text-align: center
}

.training_videos h2 {
    font-weight: 600;
    margin-bottom: 15px
}

.faqs .accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto
}

.faqs .accordion-container>h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.faqs .set {
    position: relative;
    height: auto;
    background-color: var(--bg-color);
    margin-bottom: 20px
}

.faqs .set>a {
    display: block;
    padding: 15px;
    color: #222;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear
}

.faqs .set>a i {
    float: right;
    margin-top: 2px
}

.faqs .fa-plus:after {
    content: '+'
}

.faqs .fa-minus:after {
    content: '-'
}

.faqs .set>a.active {
    background-color: #bfd630
}

.faqs .content {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #bfd630;
    display: none;
    box-shadow: inset 0 1px 4px 2px #ddddddde
}

.faqs .content p {
    color: #333
}

.inner_layout {
    border: 2px solid var(--theme-color_2);
    padding: 12px;
    margin: 8px
}

.city_table table {
    font-size: 15px
}

.city_table h5 {
    font-weight: 600;
    color: #bfd630;
    font-size: 22px
}

.product_table .table.additional_ser tbody tr th,
.product_table h3 {
    background: var(--theme-color_2);
    color: #fff
}

.property-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    row-gap: 50px;
    margin-top: 40px
}

.property-area .each-property-area {
    padding: 10px;
    border: 2px solid #bfd630;
    background: #f9fde2;
    border-radius: 10px;
    position: relative
}

.property-area .each-property-area h2 {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: -25px;
    text-align: center;
    width: 80%;
    background: #f9fde2;
    line-height: normal;
    padding: 8px;
    left: 0;
    right: 0;
    border-radius: 10px;
    border: 2px solid #bfd630;
    margin: 0 auto;
    color: var(--theme-color_2)
}

.property-area .area-cities ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.property-area .area-cities ul li a {
    color: var(--theme-color_2);
    padding: 2px;
    margin-bottom: 2px;
    display: block;
    font-size: 15px
}

.property-area .area-cities {
    padding: 10px 0 25px
}

.product_option_scope {
    margin-top: 20px
}

.product_table h3 {
    text-align: center;
    font-size: 20px;
    margin: 30px 0 0;
    padding: 8px
}

.product_table .table thead th {
    text-align: center;
    background: var(--bg-color);
    font-weight: 400
}

.product_table .table tbody tr th {
    background: var(--bg-color);
    text-align: center;
    font-weight: 600
}

.product_table .table tr td,
.product_table .table tr th {
    vertical-align: middle;
    padding: 10px
}

.scheme_consultation {
    position: absolute;
    top: 150px;
    right: 12.5%;
    z-index: 2;
}


.scheme_consultation a {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 320px;
    background:  var(--theme-color);
    color: white;
    padding: 10px 15px;
    border-radius: 12px;
    line-height: normal;
    box-shadow: 0 2px 6px #646464;
    font-size: 14px
}

.scheme_consultation img {
    width: 40px
}